mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 05:53:13 +00:00
deploy: d6428af91dd320608d645be9bdcb3540e1cc9e54
This commit is contained in:
parent
16dd531d35
commit
cb3ca1f446
2
nim/1022/app.js
Normal file
2
nim/1022/app.js
Normal file
File diff suppressed because one or more lines are too long
102
nim/1022/data/attachments/100f0e8191297ea8.txt
Normal file
102
nim/1022/data/attachments/100f0e8191297ea8.txt
Normal file
@ -0,0 +1,102 @@
|
||||
2026-01-02 04:40:42.868 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:40:42.868 DEBUG [tests.conftest] Running test: test_store_node_restarts with id: 2026-01-02_04-40-42__57918be3-5926-4552-a58d-c628b445be47
|
||||
2026-01-02 04:40:42.869 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:40:42.869 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:40:42.869 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-01-02 04:40:42.876 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:40:42.876 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-40-42__57918be3-5926-4552-a58d-c628b445be47__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:40:42.876 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:40:42.876 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:40:42.878 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:40:42.878 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.69.6
|
||||
2026-01-02 04:40:42.878 DEBUG [src.node.docker_mananger] Generated ports ['2055', '2056', '2057', '2058', '2059']
|
||||
2026-01-02 04:40:42.878 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:40:42.878 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:40:42.879 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:40:42.879 DEBUG [src.node.docker_mananger] docker run -i -t -p 2055:2055 -p 2056:2056 -p 2057:2057 -p 2058:2058 -p 2059:2059 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2057 --rest-port=2055 --tcp-port=2056 --discv5-udp-port=2058 --rest-address=0.0.0.0 --nat=extip:172.18.69.6 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=68bb5fded5f45df13edd71d3dbce71fb2ecb021262ebd8aca210c77f416ecfca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2059 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-02 04:40:43.064 ERROR [src.node.docker_mananger] Max retries reached for container 90292fabcca6. Exiting log stream.
|
||||
2026-01-02 04:40:43.071 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.69.6 waku 98e8f28af8f29143f62273c38f7ae8146dccd2595294ba191fe64303917b9910
|
||||
2026-01-02 04:40:43.103 DEBUG [src.node.docker_mananger] Container started with ID 98e8f28af8f2. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-40-42__57918be3-5926-4552-a58d-c628b445be47__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:40:43.104 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2055
|
||||
2026-01-02 04:40:43.105 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:40:43.622 ERROR [src.node.docker_mananger] Max retries reached for container 34dbb267a473. Exiting log stream.
|
||||
2026-01-02 04:40:44.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2055/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:40:44.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:40:44.108 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:40:44.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2055/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:40:44.111 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.69.6/tcp/2056/p2p/16Uiu2HAmMnzqSq97VsPStpfwBoBf4bqhSMbLRNf5vyGQfKiy3qoP","/ip4/172.18.69.6/tcp/2057/ws/p2p/16Uiu2HAmMnzqSq97VsPStpfwBoBf4bqhSMbLRNf5vyGQfKiy3qoP"],"enrUri":"enr:-L24QAEeponBHj3KIxL5LrysjjSdvWzTEqDpgAzYG0w6jKvhJqAe2z6PIPln8HKHpXwkFZs9fSLqveNbI0vLT82w2FsCgmlkgnY0gmlwhKwSRQaKbXVsdGlhZGRyc5YACASsEkUGBggIAAoErBJFBgYICd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDh8ZgsdQR6nYsepjPqV26HdJfEf5X2V4AavmU6tKQ7DKDdGNwgggIg3VkcIIICoV3YWt1MgM"}'
|
||||
2026-01-02 04:40:44.111 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:40:44.119 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:40:44.119 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-40-42__57918be3-5926-4552-a58d-c628b445be47__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:40:44.119 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:40:44.119 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:40:44.121 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:40:44.121 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.95.45
|
||||
2026-01-02 04:40:44.121 DEBUG [src.node.docker_mananger] Generated ports ['22411', '22412', '22413', '22414', '22415']
|
||||
2026-01-02 04:40:44.121 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:40:44.121 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:40:44.121 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:40:44.121 DEBUG [src.node.docker_mananger] docker run -i -t -p 22411:22411 -p 22412:22412 -p 22413:22413 -p 22414:22414 -p 22415:22415 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=22413 --rest-port=22411 --tcp-port=22412 --discv5-udp-port=22414 --rest-address=0.0.0.0 --nat=extip:172.18.95.45 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a4ab3e3fa47c3ff5b1daefebebdd2c2a910b7ec69ee9ebdace4be89aa1268fa2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22415 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAEeponBHj3KIxL5LrysjjSdvWzTEqDpgAzYG0w6jKvhJqAe2z6PIPln8HKHpXwkFZs9fSLqveNbI0vLT82w2FsCgmlkgnY0gmlwhKwSRQaKbXVsdGlhZGRyc5YACASsEkUGBggIAAoErBJFBgYICd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDh8ZgsdQR6nYsepjPqV26HdJfEf5X2V4AavmU6tKQ7DKDdGNwgggIg3VkcIIICoV3YWt1MgM --storenode=/ip4/172.18.69.6/tcp/2056/p2p/16Uiu2HAmMnzqSq97VsPStpfwBoBf4bqhSMbLRNf5vyGQfKiy3qoP --store=true --relay=true
|
||||
2026-01-02 04:40:44.304 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.95.45 waku f31cb22ba55b02a6fb446c9c770bc6b6a616ab73ca201b8a5fcd2992882922f4
|
||||
2026-01-02 04:40:44.335 DEBUG [src.node.docker_mananger] Container started with ID f31cb22ba55b. Setting up logs at ./log/docker/store_node1_2026-01-02_04-40-42__57918be3-5926-4552-a58d-c628b445be47__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:40:44.336 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22411
|
||||
2026-01-02 04:40:44.336 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:40:45.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22411/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:40:45.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:40:45.341 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:40:45.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22411/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:40:45.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.95.45/tcp/22412/p2p/16Uiu2HAmS3V1vhaHjLAVFkr6i7VsizRjmjXj31snu9DJwXxtaLEA","/ip4/172.18.95.45/tcp/22413/ws/p2p/16Uiu2HAmS3V1vhaHjLAVFkr6i7VsizRjmjXj31snu9DJwXxtaLEA"],"enrUri":"enr:-L24QG0tBDhyg-ANp1W24WqEfDXpHWpeLiZvCI_Gm7LVWOJFAfN86d6iot3OdPNQjwS9yn-wpg8uTsQQHTWvKiE3EMUCgmlkgnY0gmlwhKwSXy2KbXVsdGlhZGRyc5YACASsEl8tBleMAAoErBJfLQZXjd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxuse6laSEfz4Vg-HVShYUHdS1iB90FHmguvF82vcZt-DdGNwgleMg3VkcIJXjoV3YWt1MgM"}'
|
||||
2026-01-02 04:40:45.344 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:40:45.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22411/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.69.6/tcp/2056/p2p/16Uiu2HAmMnzqSq97VsPStpfwBoBf4bqhSMbLRNf5vyGQfKiy3qoP"]'
|
||||
2026-01-02 04:40:45.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:40:45.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2055/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:40:45.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:40:45.351 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22411/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:40:45.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:40:45.354 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:40:45.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:40:45.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:40:45.360 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:40:45.561 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:40:45.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:40:45.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x26242e67c4f1dff24a9cb77883881540cfa3211015cf070b076083d23a92204e"}]}'
|
||||
2026-01-02 04:40:45.565 DEBUG [src.steps.store] messages length is 1
|
||||
2026-01-02 04:40:45.565 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:40:45.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22411/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:40:45.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x26242e67c4f1dff24a9cb77883881540cfa3211015cf070b076083d23a92204e"}]}'
|
||||
2026-01-02 04:40:45.568 DEBUG [src.steps.store] messages length is 1
|
||||
2026-01-02 04:40:45.569 DEBUG [src.node.waku_node] Restarting container with id f31cb22ba55b
|
||||
2026-01-02 04:40:46.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22411/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:40:46.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22411/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:40:46.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:40:46.425 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:40:46.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22411/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:40:46.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.95.45/tcp/22412/p2p/16Uiu2HAmS3V1vhaHjLAVFkr6i7VsizRjmjXj31snu9DJwXxtaLEA","/ip4/172.18.95.45/tcp/22413/ws/p2p/16Uiu2HAmS3V1vhaHjLAVFkr6i7VsizRjmjXj31snu9DJwXxtaLEA"],"enrUri":"enr:-L24QG0tBDhyg-ANp1W24WqEfDXpHWpeLiZvCI_Gm7LVWOJFAfN86d6iot3OdPNQjwS9yn-wpg8uTsQQHTWvKiE3EMUCgmlkgnY0gmlwhKwSXy2KbXVsdGlhZGRyc5YACASsEl8tBleMAAoErBJfLQZXjd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxuse6laSEfz4Vg-HVShYUHdS1iB90FHmguvF82vcZt-DdGNwgleMg3VkcIJXjoV3YWt1MgM"}'
|
||||
2026-01-02 04:40:46.428 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:40:46.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22411/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:40:46.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:40:46.432 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:40:46.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:40:46.438 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:40:46.438 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:40:46.639 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:40:46.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:40:46.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x26242e67c4f1dff24a9cb77883881540cfa3211015cf070b076083d23a92204e"},{"messageHash":"0xc7546dd0d1ad091f2368c83691ccb1fc86d1917c902e0a22a5560e8600361614"}]}'
|
||||
2026-01-02 04:40:46.643 DEBUG [src.steps.store] messages length is 2
|
||||
2026-01-02 04:40:46.643 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:40:46.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22411/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:40:46.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x26242e67c4f1dff24a9cb77883881540cfa3211015cf070b076083d23a92204e"},{"messageHash":"0xc7546dd0d1ad091f2368c83691ccb1fc86d1917c902e0a22a5560e8600361614"}]}'
|
||||
2026-01-02 04:40:46.647 DEBUG [src.steps.store] messages length is 2
|
||||
2026-01-02 04:40:46.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2055/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:40:46.650 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x26242e67c4f1dff24a9cb77883881540cfa3211015cf070b076083d23a92204e"},{"messageHash":"0xc7546dd0d1ad091f2368c83691ccb1fc86d1917c902e0a22a5560e8600361614"}]}'
|
||||
2026-01-02 04:40:46.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22411/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:40:46.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x26242e67c4f1dff24a9cb77883881540cfa3211015cf070b076083d23a92204e"},{"messageHash":"0xc7546dd0d1ad091f2368c83691ccb1fc86d1917c902e0a22a5560e8600361614"}]}'
|
||||
2026-01-02 04:40:46.654 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:40:46.656 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:40:46.656 DEBUG [src.node.waku_node] Stopping container with id 98e8f28af8f2
|
||||
2026-01-02 04:40:47.203 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:40:47.203 DEBUG [src.node.waku_node] Stopping container with id f31cb22ba55b
|
||||
2026-01-02 04:40:47.698 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:40:47.701 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:40:47.710 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:40:47.733 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
518
nim/1022/data/attachments/104b835f060f5864.txt
Normal file
518
nim/1022/data/attachments/104b835f060f5864.txt
Normal file
@ -0,0 +1,518 @@
|
||||
2026-01-02 04:41:19.666 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:41:19.667 DEBUG [tests.conftest] Running test: test_store_sync_overlap_sync_window with id: 2026-01-02_04-41-19__474e6896-8443-49ac-b834-8ecbf0a3cd75
|
||||
2026-01-02 04:41:19.667 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:41:19.674 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:41:19.674 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-41-19__474e6896-8443-49ac-b834-8ecbf0a3cd75__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:41:19.681 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:41:19.681 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-41-19__474e6896-8443-49ac-b834-8ecbf0a3cd75__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:41:19.687 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:41:19.687 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-41-19__474e6896-8443-49ac-b834-8ecbf0a3cd75__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:41:19.688 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:41:19.688 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:41:19.688 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:41:19.690 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:41:19.690 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.116.36
|
||||
2026-01-02 04:41:19.690 DEBUG [src.node.docker_mananger] Generated ports ['6710', '6711', '6712', '6713', '6714']
|
||||
2026-01-02 04:41:19.690 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:41:19.690 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:41:19.691 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:41:19.691 DEBUG [src.node.docker_mananger] docker run -i -t -p 6710:6710 -p 6711:6711 -p 6712:6712 -p 6713:6713 -p 6714:6714 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6712 --rest-port=6710 --tcp-port=6711 --discv5-udp-port=6713 --rest-address=0.0.0.0 --nat=extip:172.18.116.36 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=15cfc0acc371a87238ac17cbc7c5aa18fb3f678e1bfbc4cbcdac90de9aa86047 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6714 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
2026-01-02 04:41:19.861 ERROR [src.node.docker_mananger] Max retries reached for container 91e1ba20a0ca. Exiting log stream.
|
||||
2026-01-02 04:41:19.883 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.116.36 waku 3db85911291a8ff39bd33929ce1dcaccf6aea40d584e5d58d75b3224becb517b
|
||||
2026-01-02 04:41:19.915 DEBUG [src.node.docker_mananger] Container started with ID 3db85911291a. Setting up logs at ./log/docker/node1_2026-01-02_04-41-19__474e6896-8443-49ac-b834-8ecbf0a3cd75__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:41:19.916 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6710
|
||||
2026-01-02 04:41:19.917 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:41:20.406 ERROR [src.node.docker_mananger] Max retries reached for container 4e807087386c. Exiting log stream.
|
||||
2026-01-02 04:41:20.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6710/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:41:20.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:41:20.921 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:41:20.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6710/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:41:20.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.116.36/tcp/6711/p2p/16Uiu2HAkwg7LyPbixetd26saViXDZ3RNeKwEjpegqw13aRdKTvCv","/ip4/172.18.116.36/tcp/6712/ws/p2p/16Uiu2HAkwg7LyPbixetd26saViXDZ3RNeKwEjpegqw13aRdKTvCv"],"enrUri":"enr:-L24QGv4-prGB9LurHMVXGG7Mo577WCROrVvWhxHppqBLmw8cUPxWLi9GuTmmWjY7orLmthaeS5FipTXm87xCneqM18CgmlkgnY0gmlwhKwSdCSKbXVsdGlhZGRyc5YACASsEnQkBho3AAoErBJ0JAYaON0DgnJzhQADAQAAiXNlY3AyNTZrMaECIWovh5TnsjYLthqSVxtyHWjWQgd2fckXeD4weEW-E1eDdGNwgho3g3VkcIIaOYV3YWt1MhM"}'
|
||||
2026-01-02 04:41:20.924 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:41:20.924 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:41:20.925 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:41:20.926 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:41:20.926 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.196.30
|
||||
2026-01-02 04:41:20.926 DEBUG [src.node.docker_mananger] Generated ports ['40382', '40383', '40384', '40385', '40386']
|
||||
2026-01-02 04:41:20.926 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:41:20.926 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:41:20.927 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:41:20.927 DEBUG [src.node.docker_mananger] docker run -i -t -p 40382:40382 -p 40383:40383 -p 40384:40384 -p 40385:40385 -p 40386:40386 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40384 --rest-port=40382 --tcp-port=40383 --discv5-udp-port=40385 --rest-address=0.0.0.0 --nat=extip:172.18.196.30 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bcaffab7f0c7d6fbe9afb1d7e5ebeade1a2e4b0bbe39afa4d78aa07fd447d6b7 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=15 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40386 --metrics-logging=true --relay=false --store-sync-relay-jitter=0 --dns-discovery=false --discv5-bootstrap-node=enr:-L24QGv4-prGB9LurHMVXGG7Mo577WCROrVvWhxHppqBLmw8cUPxWLi9GuTmmWjY7orLmthaeS5FipTXm87xCneqM18CgmlkgnY0gmlwhKwSdCSKbXVsdGlhZGRyc5YACASsEnQkBho3AAoErBJ0JAYaON0DgnJzhQADAQAAiXNlY3AyNTZrMaECIWovh5TnsjYLthqSVxtyHWjWQgd2fckXeD4weEW-E1eDdGNwgho3g3VkcIIaOYV3YWt1MhM
|
||||
2026-01-02 04:41:21.119 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.196.30 waku aa88b097d54cd7e55a581af4520e5f9556b9dcb230fe3972e71e755759c92635
|
||||
2026-01-02 04:41:21.153 DEBUG [src.node.docker_mananger] Container started with ID aa88b097d54c. Setting up logs at ./log/docker/node2_2026-01-02_04-41-19__474e6896-8443-49ac-b834-8ecbf0a3cd75__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:41:21.154 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40382
|
||||
2026-01-02 04:41:21.154 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:41:22.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40382/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:41:22.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:41:22.159 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:41:22.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40382/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:41:22.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.196.30/tcp/40383/p2p/16Uiu2HAm7zndJH26tWsfghm1jfhXoa1imjiuxWxhi7CndhgDKLJZ","/ip4/172.18.196.30/tcp/40384/ws/p2p/16Uiu2HAm7zndJH26tWsfghm1jfhXoa1imjiuxWxhi7CndhgDKLJZ"],"enrUri":"enr:-L24QLsOgDOdr7fOR8RzQnUlUO_StDG-3dnG905p3BJDtpibTrZkJf1rlNteR_9hT1aWS7tg_KFY_tAXMboWrjNcg2oCgmlkgnY0gmlwhKwSxB6KbXVsdGlhZGRyc5YACASsEsQeBp2_AAoErBLEHgadwN0DgnJzhQADAQAAiXNlY3AyNTZrMaECusfs2auTIjqbLZSQo0NC7ouZBp2sNKSsxRtYg4wtO5aDdGNwgp2_g3VkcIKdwYV3YWt1MhI"}'
|
||||
2026-01-02 04:41:22.162 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:41:22.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40382/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.116.36/tcp/6711/p2p/16Uiu2HAkwg7LyPbixetd26saViXDZ3RNeKwEjpegqw13aRdKTvCv"]'
|
||||
2026-01-02 04:41:22.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:22.194 DEBUG [tests.store_sync.test_store_sync] Publishing 90 messages at 1 msg/s
|
||||
2026-01-02 04:41:22.194 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:22.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:22.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:22.208 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:22.409 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:23.209 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:23.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:23.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:23.214 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:23.414 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:24.216 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:24.216 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:24.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:24.220 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:24.421 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:25.221 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:25.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:25.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:25.226 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:25.427 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:26.227 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:26.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:26.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:26.232 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:26.433 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:27.233 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:27.234 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:27.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:27.238 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:27.439 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:28.239 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:28.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:28.244 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:28.244 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:28.445 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:29.245 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:29.246 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:29.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:29.250 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:29.451 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:30.251 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:30.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:30.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:30.256 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:30.456 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:31.257 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:31.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:31.262 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:31.262 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:31.462 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:32.263 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:32.263 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:32.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:32.267 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:32.468 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:33.269 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:33.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:33.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:33.273 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:33.474 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:34.275 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:34.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:34.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:34.279 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:34.480 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:35.280 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:35.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:35.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:35.285 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:35.485 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:36.286 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:36.286 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:36.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:36.291 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:36.491 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:37.292 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:37.292 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:37.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:37.297 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:37.498 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:38.298 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:38.299 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:38.303 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:38.303 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:38.504 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:39.304 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:39.305 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:39.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:39.309 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:39.509 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:40.310 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:40.310 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:40.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:40.315 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:40.515 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:41.316 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:41.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:41.320 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:41.320 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:41.521 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:42.322 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:42.322 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:42.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:42.326 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:42.527 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:43.328 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:43.328 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:43.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:43.332 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:43.533 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:44.333 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:44.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:44.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:44.338 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:44.539 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:45.339 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:45.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:45.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:45.344 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:45.545 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:46.345 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:46.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:46.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:46.350 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:46.550 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:47.351 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:47.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:47.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:47.356 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:47.557 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:48.358 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:48.358 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:48.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:48.362 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:48.563 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:49.364 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:49.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:49.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:49.368 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:49.569 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:50.370 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:50.370 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:50.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:50.374 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:50.575 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:51.376 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:51.376 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:51.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:51.380 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:51.581 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:52.381 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:52.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:52.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:52.386 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:52.587 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:53.388 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:53.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:53.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:53.392 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:53.593 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:54.394 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:54.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:54.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:54.399 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:54.599 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:55.400 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:55.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:55.404 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:55.405 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:55.605 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:56.406 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:56.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:56.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:56.411 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:56.611 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:57.412 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:57.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:57.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:57.418 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:57.619 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:58.420 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:58.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:58.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:58.424 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:58.625 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:41:59.426 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:41:59.426 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:41:59.430 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:41:59.431 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:41:59.631 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:00.432 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:00.432 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:00.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:00.437 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:00.637 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:01.438 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:01.439 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:01.443 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:01.443 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:01.643 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:02.444 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:02.444 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:02.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:02.449 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:02.650 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:03.451 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:03.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:03.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:03.455 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:03.656 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:04.457 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:04.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:04.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:04.461 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:04.662 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:05.463 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:05.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:05.467 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:05.467 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:05.668 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:06.469 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:06.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:06.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:06.473 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:06.674 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:07.475 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:07.475 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:07.479 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:07.480 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:07.680 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:08.481 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:08.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:08.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:08.485 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:08.686 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:09.487 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:09.487 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:09.491 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:09.492 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:09.692 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:10.493 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:10.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:10.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:10.498 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:10.698 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:11.499 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:11.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:11.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:11.503 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:11.704 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:12.505 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:12.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:12.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:12.509 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:12.710 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:13.510 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:13.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:13.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:13.515 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:13.716 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:14.517 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:14.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:14.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:14.521 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:14.722 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:15.522 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:15.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:15.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:15.527 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:15.728 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:16.528 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:16.529 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:16.533 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:16.533 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:16.734 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:17.534 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:17.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:17.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:17.539 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:17.740 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:18.541 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:18.541 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:18.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:18.545 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:18.746 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:19.547 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:19.547 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:19.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:19.551 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:19.752 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:20.553 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:20.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:20.558 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:20.558 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:20.758 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:21.559 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:21.559 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:21.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:21.564 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:21.764 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:22.565 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:22.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:22.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:22.570 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:22.770 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:23.571 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:23.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:23.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:23.576 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:23.776 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:24.577 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:24.577 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:24.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:24.582 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:24.782 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:25.583 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:25.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:25.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:25.587 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:25.788 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:26.589 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:26.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:26.593 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:26.593 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:26.794 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:27.595 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:27.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:27.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:27.599 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:27.800 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:28.600 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:28.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:28.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:28.605 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:28.805 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:29.606 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:29.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:29.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:29.610 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:29.811 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:30.611 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:30.612 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:30.616 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:30.616 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:30.817 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:31.617 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:31.618 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:31.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:31.622 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:31.822 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:32.623 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:32.624 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:32.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:32.628 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:32.828 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:33.629 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:33.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:33.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:33.634 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:33.834 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:34.635 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:34.635 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:34.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:34.640 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:34.840 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:35.641 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:35.641 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:35.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:35.646 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:35.846 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:36.647 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:36.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:36.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:36.652 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:36.852 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:37.653 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:37.653 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:37.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:37.657 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:37.858 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:38.659 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:38.659 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:38.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:38.663 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:38.864 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:39.665 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:39.665 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:39.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:39.669 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:39.870 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:40.671 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:40.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:40.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:40.675 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:40.876 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:41.677 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:41.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:41.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:41.681 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:41.882 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:42.682 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:42.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:42.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:42.687 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:42.887 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:43.688 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:43.688 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:43.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:43.692 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:43.893 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:44.694 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:44.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:44.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:44.699 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:44.899 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:45.700 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:45.700 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:45.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:45.705 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:45.905 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:46.706 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:46.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:46.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:46.711 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:46.911 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:47.712 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:47.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:47.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:47.717 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:47.917 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:48.718 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:48.718 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:48.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:48.722 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:48.923 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:49.724 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:49.724 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:49.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:49.728 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:49.929 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:50.729 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:50.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:50.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:50.734 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:50.934 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:51.735 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:42:51.735 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6710/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:42:51.739 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:42:51.739 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:42:51.940 DEBUG [src.libs.common] Sleeping for 0.8 seconds
|
||||
2026-01-02 04:42:52.740 DEBUG [tests.store_sync.test_store_sync] Waiting 30 seconds to allow at least two sync rounds
|
||||
2026-01-02 04:42:52.741 DEBUG [src.libs.common] Sleeping for 30 seconds
|
||||
2026-01-02 04:43:22.741 DEBUG [tests.store_sync.test_store_sync] Querying node2 store for all messages
|
||||
2026-01-02 04:43:22.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40382/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2000&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:43:22.747 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-01-02 04:43:22.747 DEBUG [tests.store_sync.test_store_sync] Store returned 90 messages, published publish_secs messages
|
||||
2026-01-02 04:43:22.748 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:43:22.750 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:43:22.750 DEBUG [src.node.waku_node] Stopping container with id 3db85911291a
|
||||
2026-01-02 04:43:23.287 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:43:23.287 DEBUG [src.node.waku_node] Stopping container with id aa88b097d54c
|
||||
2026-01-02 04:43:23.771 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:43:23.773 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:43:23.828 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:43:23.873 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
151
nim/1022/data/attachments/106739c30760e2ad.txt
Normal file
151
nim/1022/data/attachments/106739c30760e2ad.txt
Normal file
@ -0,0 +1,151 @@
|
||||
2026-01-02 04:22:45.174 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:22:45.174 DEBUG [tests.conftest] Running test: test_multiple_pubsub_topics_same_cluster with id: 2026-01-02_04-22-45__7b2306fa-d3b7-44b3-a744-c4609460af46
|
||||
2026-01-02 04:22:45.175 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:22:45.175 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:22:45.175 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-02 04:22:45.182 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:22:45.182 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-22-45__7b2306fa-d3b7-44b3-a744-c4609460af46__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:45.182 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:22:45.182 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:22:45.183 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:22:45.184 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.207.187
|
||||
2026-01-02 04:22:45.184 DEBUG [src.node.docker_mananger] Generated ports ['39948', '39949', '39950', '39951', '39952']
|
||||
2026-01-02 04:22:45.184 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2026-01-02 04:22:45.184 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-02 04:22:45.184 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:22:45.184 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:22:45.184 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:22:45.184 DEBUG [src.node.docker_mananger] docker run -i -t -p 39948:39948 -p 39949:39949 -p 39950:39950 -p 39951:39951 -p 39952:39952 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=39950 --rest-port=39948 --tcp-port=39949 --discv5-udp-port=39951 --rest-address=0.0.0.0 --nat=extip:172.18.207.187 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=229a7b041a218be1d5bd9a08e965cdacb5aa6abc8ecefcabe1b0dcdd80d59ca0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39952 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:22:45.418 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:22:45.419 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:22:45.420 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:22:45.421 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.122.117
|
||||
2026-01-02 04:22:45.421 DEBUG [src.node.docker_mananger] Generated ports ['35876', '35877', '35878', '35879', '35880']
|
||||
2026-01-02 04:22:45.421 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2026-01-02 04:22:45.421 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-02 04:22:45.421 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:22:45.421 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:22:45.421 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:22:45.421 DEBUG [src.node.docker_mananger] docker run -i -t -p 35876:35876 -p 35877:35877 -p 35878:35878 -p 35879:35879 -p 35880:35880 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35878 --rest-port=35876 --tcp-port=35877 --discv5-udp-port=35879 --rest-address=0.0.0.0 --nat=extip:172.18.122.117 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b1725bf8f7cadc9cb6bc66e3dbe0e2c3fafcb8de2f003ee59d21fd8cbbab68dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35880 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:22:45.476 ERROR [src.node.docker_mananger] Max retries reached for container 6532fe13bf4d. Exiting log stream.
|
||||
2026-01-02 04:22:45.595 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.122.117 waku 088815f4a9f6c2da83a0f0d1fc9f37b47d9a94ac9b725db8b506aa96dc025895
|
||||
2026-01-02 04:22:45.626 DEBUG [src.node.docker_mananger] Container started with ID 088815f4a9f6. Setting up logs at ./log/docker/node1_2026-01-02_04-22-45__7b2306fa-d3b7-44b3-a744-c4609460af46__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:45.626 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35876
|
||||
2026-01-02 04:22:45.627 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:22:45.971 ERROR [src.node.docker_mananger] Max retries reached for container 0ad4092280bb. Exiting log stream.
|
||||
2026-01-02 04:22:46.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:46.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:22:46.632 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:22:46.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35876/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:46.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.122.117/tcp/35877/p2p/16Uiu2HAmAmmEBoF33aqAtQkNMauxdLW39E2ZzawGy3Q3uhG9Z2BK","/ip4/172.18.122.117/tcp/35878/ws/p2p/16Uiu2HAmAmmEBoF33aqAtQkNMauxdLW39E2ZzawGy3Q3uhG9Z2BK"],"enrUri":"enr:-L24QOqF6VUYuG7MeDqHTN1CTkCYrULpsQArRfsBmh8ZJ-ZAUUdx2P8JpKrGP4iTKB9Z0Htr8m5ktA7z3aigRl8KRNgCgmlkgnY0gmlwhKwSenWKbXVsdGlhZGRyc5YACASsEnp1BowlAAoErBJ6dQaMJt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC5ATarHBp6n-H-avSeqifgmIisf3DiCYeoxsoA5huLVqDdGNwgowlg3VkcIKMJ4V3YWt1MgU"}'
|
||||
2026-01-02 04:22:46.634 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:22:46.641 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:22:46.641 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-22-45__7b2306fa-d3b7-44b3-a744-c4609460af46__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:46.641 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:22:46.641 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:22:46.642 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:22:46.643 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.207.178
|
||||
2026-01-02 04:22:46.643 DEBUG [src.node.docker_mananger] Generated ports ['59356', '59357', '59358', '59359', '59360']
|
||||
2026-01-02 04:22:46.643 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2026-01-02 04:22:46.643 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-02 04:22:46.643 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:22:46.643 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:22:46.643 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:22:46.643 DEBUG [src.node.docker_mananger] docker run -i -t -p 59356:59356 -p 59357:59357 -p 59358:59358 -p 59359:59359 -p 59360:59360 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59358 --rest-port=59356 --tcp-port=59357 --discv5-udp-port=59359 --rest-address=0.0.0.0 --nat=extip:172.18.207.178 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=49e7a81e70d6eaf180ff716e1a1d337b185bead81ca4a04496dcd8ae53fd4f6c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59360 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOqF6VUYuG7MeDqHTN1CTkCYrULpsQArRfsBmh8ZJ-ZAUUdx2P8JpKrGP4iTKB9Z0Htr8m5ktA7z3aigRl8KRNgCgmlkgnY0gmlwhKwSenWKbXVsdGlhZGRyc5YACASsEnp1BowlAAoErBJ6dQaMJt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC5ATarHBp6n-H-avSeqifgmIisf3DiCYeoxsoA5huLVqDdGNwgowlg3VkcIKMJ4V3YWt1MgU
|
||||
2026-01-02 04:22:46.824 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.207.178 waku b6846d489a2664e9c10de66f4e391b698b5b4c7faec8bd3ab0228616b48e37e8
|
||||
2026-01-02 04:22:46.853 DEBUG [src.node.docker_mananger] Container started with ID b6846d489a26. Setting up logs at ./log/docker/node2_2026-01-02_04-22-45__7b2306fa-d3b7-44b3-a744-c4609460af46__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:46.853 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59356
|
||||
2026-01-02 04:22:46.854 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:22:47.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59356/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:47.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:22:47.870 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:22:47.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59356/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:47.874 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.207.178/tcp/59357/p2p/16Uiu2HAkwJKUGGWXQ6di4a2aM5KoMnyatS3PoPWLWERdV9sqsCCh","/ip4/172.18.207.178/tcp/59358/ws/p2p/16Uiu2HAkwJKUGGWXQ6di4a2aM5KoMnyatS3PoPWLWERdV9sqsCCh"],"enrUri":"enr:-L24QEl_o9H7qgjLSXAKHLiSjOa_ups2ru3ZySvnIdrf6VpaOM1EvIN8Ag2m0tTkAXfermao3JZsdPi-6yjqmjfU2OsCgmlkgnY0gmlwhKwSz7KKbXVsdGlhZGRyc5YACASsEs-yBufdAAoErBLPsgbn3t0DgnJzhQACAQAAiXNlY3AyNTZrMaECG9UeUk1UoYkVqYiWBuFsWKIuHBjZesK6AunOIe8u80KDdGNwgufdg3VkcILn34V3YWt1MgE"}'
|
||||
2026-01-02 04:22:47.876 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:22:47.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59356/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.122.117/tcp/35877/p2p/16Uiu2HAmAmmEBoF33aqAtQkNMauxdLW39E2ZzawGy3Q3uhG9Z2BK"]'
|
||||
2026-01-02 04:22:47.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:22:47.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35876/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-01-02 04:22:47.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:22:47.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59356/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-01-02 04:22:47.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:22:47.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:22:47.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:22:47.915 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:22:48.017 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327767906669653,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.022 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327767906669653,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:22:48.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:22:48.031 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:22:48.132 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768026762443,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.136 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768026762443,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:22:48.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:22:48.146 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:22:48.246 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768140796076,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.250 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768140796076,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.254 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:22:48.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:22:48.259 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:22:48.359 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768254696535,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.364 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768254696535,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.368 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:22:48.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:22:48.372 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:22:48.473 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768368280619,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.478 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768368280619,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:22:48.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:22:48.487 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:22:48.587 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768482209871,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.592 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768482209871,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.595 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:22:48.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:22:48.600 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:22:48.700 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768595755515,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.705 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768595755515,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:22:48.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:22:48.714 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:22:48.814 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768709218066,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.818 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:22:48.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:48.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768709218066,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:22:48.823 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:22:48.824 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:22:48.824 DEBUG [src.node.waku_node] Stopping container with id 088815f4a9f6
|
||||
2026-01-02 04:22:49.339 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:22:49.340 DEBUG [src.node.waku_node] Stopping container with id b6846d489a26
|
||||
2026-01-02 04:22:49.884 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:22:49.887 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:22:49.896 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:22:49.904 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
268
nim/1022/data/attachments/1078e5533758866a.txt
Normal file
268
nim/1022/data/attachments/1078e5533758866a.txt
Normal file
@ -0,0 +1,268 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_subscribe_one_by_one_to_different_content_topics_and_send_messages with id: 2026-01-02_04-21-53__c2f8ad38-a5f9-4f6c-9176-6e8d5e55f11a
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-21-53__c2f8ad38-a5f9-4f6c-9176-6e8d5e55f11a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.49.82
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['20193', '20194', '20195', '20196', '20197']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 20193:20193 -p 20194:20194 -p 20195:20195 -p 20196:20196 -p 20197:20197 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=20195 --rest-port=20193 --tcp-port=20194 --discv5-udp-port=20196 --rest-address=0.0.0.0 --nat=extip:172.18.49.82 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b93dbebe931fad1672ffdb4a2ed78b3014cab9cbbcdd867b4aeae5beaf17a3da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20197 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.49.82 waku ced965e89d1b246b7647f94983209ce38537901a274bfbec340623cbd109599a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ced965e89d1b. Setting up logs at ./log/docker/node1_2026-01-02_04-21-53__c2f8ad38-a5f9-4f6c-9176-6e8d5e55f11a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 20193
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0c24819be7b5. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8474b8689101. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.82/tcp/20194/p2p/16Uiu2HAmJYQRbbpeH5NkeNtDdTm1m8Sp3dmLczm7zvL2eyyGkdM6","/ip4/172.18.49.82/tcp/20195/ws/p2p/16Uiu2HAmJYQRbbpeH5NkeNtDdTm1m8Sp3dmLczm7zvL2eyyGkdM6"],"enrUri":"enr:-L24QHI735-nWFuMM7ZsJt5jIXwdOUj5P8YCZy-7s-ymtSzxIESuU66_O1lFtd7tW06ZmlrtJNv0F-vv4aEb1BfC4sECgmlkgnY0gmlwhKwSMVKKbXVsdGlhZGRyc5YACASsEjFSBk7iAAoErBIxUgZO490DgnJzhQACAQAAiXNlY3AyNTZrMaEDV3ZG2W-eDG6rDgTTchTPHosbC8KbPNUlAOCM0a9N7sWDdGNwgk7ig3VkcIJO5IV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-21-53__c2f8ad38-a5f9-4f6c-9176-6e8d5e55f11a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.106.84
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1965', '1966', '1967', '1968', '1969']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 1965:1965 -p 1966:1966 -p 1967:1967 -p 1968:1968 -p 1969:1969 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1967 --rest-port=1965 --tcp-port=1966 --discv5-udp-port=1968 --rest-address=0.0.0.0 --nat=extip:172.18.106.84 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f8f27dc597af168baaabcebb17abb4aeccf3dccb1eedfe9dd10e0e03db8cca1a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1969 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHI735-nWFuMM7ZsJt5jIXwdOUj5P8YCZy-7s-ymtSzxIESuU66_O1lFtd7tW06ZmlrtJNv0F-vv4aEb1BfC4sECgmlkgnY0gmlwhKwSMVKKbXVsdGlhZGRyc5YACASsEjFSBk7iAAoErBIxUgZO490DgnJzhQACAQAAiXNlY3AyNTZrMaEDV3ZG2W-eDG6rDgTTchTPHosbC8KbPNUlAOCM0a9N7sWDdGNwgk7ig3VkcIJO5IV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.106.84 waku a4aa88d3a8ebffeeed83583e25a972260c3d3c106a5292c246e14a949450c3a0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a4aa88d3a8eb. Setting up logs at ./log/docker/node2_2026-01-02_04-21-53__c2f8ad38-a5f9-4f6c-9176-6e8d5e55f11a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1965
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.106.84/tcp/1966/p2p/16Uiu2HAkwJSgA5WG12EGQho5puS7ncTEyR5bBgVwcFpP8oymEjvn","/ip4/172.18.106.84/tcp/1967/ws/p2p/16Uiu2HAkwJSgA5WG12EGQho5puS7ncTEyR5bBgVwcFpP8oymEjvn"],"enrUri":"enr:-L24QDLOfxWvUOfugAoCYipNJtfFwfeoTQ7K0qHiWNNDtNx7AKYN1dBInrcRNKA1iLu_XyEKdtTGr4-Tqlyfckc1N9QCgmlkgnY0gmlwhKwSalSKbXVsdGlhZGRyc5YACASsEmpUBgeuAAoErBJqVAYHr90DgnJzhQACAQAAiXNlY3AyNTZrMaECG91D5eaKy17ezC9q7SusJ5D7NREKrqwKuWjczLUJNt-DdGNwggeug3VkcIIHsIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.49.82/tcp/20194/p2p/16Uiu2HAmJYQRbbpeH5NkeNtDdTm1m8Sp3dmLczm7zvL2eyyGkdM6"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327716226970164,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327716226970164,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1767327716350819624,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1767327716350819624,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1767327716475475036,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1767327716475475036,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1767327716600745339,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1767327716600745339,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1767327716724899928,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1767327716724899928,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1767327716850914990,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1767327716850914990,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1767327716974496533,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1767327716974496533,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1767327717099890947,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1767327717099890947,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1767327717219777395,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1767327717219777395,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1767327717339118695,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1767327717339118695,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1767327717457653316,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1767327717457653316,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1767327717575928953,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1767327717575928953,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1767327717694599713,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1767327717694599713,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1767327717812985964,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1767327717812985964,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1767327717931621975,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1767327717931621975,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1965/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20193/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20193/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1767327718051848250,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1965/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1767327718051848250,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id ced965e89d1b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id a4aa88d3a8eb
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
136
nim/1022/data/attachments/107e8a0e86fa4e7d.txt
Normal file
136
nim/1022/data/attachments/107e8a0e86fa4e7d.txt
Normal file
@ -0,0 +1,136 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_multiple_content_topics_different_shard with id: 2026-01-02_04-26-42__887f6b51-a0c5-4176-a783-47cae25977bb
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-26-42__887f6b51-a0c5-4176-a783-47cae25977bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.174.146
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17586', '17587', '17588', '17589', '17590']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 17586:17586 -p 17587:17587 -p 17588:17588 -p 17589:17589 -p 17590:17590 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17588 --rest-port=17586 --tcp-port=17587 --discv5-udp-port=17589 --rest-address=0.0.0.0 --nat=extip:172.18.174.146 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=052caeef693fbc5fdf1a8da41b3696ce4f0befe47ae84eead962cf57bab494ed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17590 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.174.146 waku 18e861ec0e86658baa7b269c0dd25cb56dedf45ae56f8614d27f94c3202790de
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 18e861ec0e86. Setting up logs at ./log/docker/node1_2026-01-02_04-26-42__887f6b51-a0c5-4176-a783-47cae25977bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17586
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container bb1d9baefc6c. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ba72cfc0dfb4. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17586/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17586/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.174.146/tcp/17587/p2p/16Uiu2HAkyM6Hy2mTrds8D5EBKSj2WXysKhYyc3Qg7inM3GZw2vxE","/ip4/172.18.174.146/tcp/17588/ws/p2p/16Uiu2HAkyM6Hy2mTrds8D5EBKSj2WXysKhYyc3Qg7inM3GZw2vxE"],"enrUri":"enr:-L24QC1B9S4_2TI6eqfCK4bqz0V7ey24XPMEEnUOsjl_YjtHVm5mjwPNBA6MuqTLYHeryjJ1WWKWy4xm0x1wIhboBckCgmlkgnY0gmlwhKwSrpKKbXVsdGlhZGRyc5YACASsEq6SBkSzAAoErBKukgZEtN0DgnJzhQACAQAAiXNlY3AyNTZrMaECOkJVt6uwukPKkapimAQ9Rs2pFf8FyMhm-X8X_yInkT-DdGNwgkSzg3VkcIJEtYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-26-42__887f6b51-a0c5-4176-a783-47cae25977bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.141.122
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42225', '42226', '42227', '42228', '42229']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 42225:42225 -p 42226:42226 -p 42227:42227 -p 42228:42228 -p 42229:42229 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42227 --rest-port=42225 --tcp-port=42226 --discv5-udp-port=42228 --rest-address=0.0.0.0 --nat=extip:172.18.141.122 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b7ebba1ef6db9aee3bcd3fb47a640e0b4b68cffccda11de1f9fc2e86daa0ada6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42229 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QC1B9S4_2TI6eqfCK4bqz0V7ey24XPMEEnUOsjl_YjtHVm5mjwPNBA6MuqTLYHeryjJ1WWKWy4xm0x1wIhboBckCgmlkgnY0gmlwhKwSrpKKbXVsdGlhZGRyc5YACASsEq6SBkSzAAoErBKukgZEtN0DgnJzhQACAQAAiXNlY3AyNTZrMaECOkJVt6uwukPKkapimAQ9Rs2pFf8FyMhm-X8X_yInkT-DdGNwgkSzg3VkcIJEtYV3YWt1MgU --content-topic=/myapp/1/latest/proto --content-topic=/waku/2/content/test.js --content-topic=/app/22/sometopic/someencoding --content-topic=/toychat/2/huilong/proto --content-topic=/statusim/1/community/cbor --content-topic=/app/27/sometopic/someencoding --content-topic=/app/29/sometopic/someencoding --content-topic=/app/20/sometopic/someencoding
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.141.122 waku 1942a8db24a006622ede93036ba18b1e5fa7f281a69a5321a516d92e803a2477
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1942a8db24a0. Setting up logs at ./log/docker/node2_2026-01-02_04-26-42__887f6b51-a0c5-4176-a783-47cae25977bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42225
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42225/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42225/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.122/tcp/42226/p2p/16Uiu2HAmHuMgdiLL5WbgVwaxQnKPZ8isqLAZhGv9GyZrdtZ2d5sP","/ip4/172.18.141.122/tcp/42227/ws/p2p/16Uiu2HAmHuMgdiLL5WbgVwaxQnKPZ8isqLAZhGv9GyZrdtZ2d5sP"],"enrUri":"enr:-L24QBELkU95B8w4GF_wxHvE7ZJff96YkvZVRjBTu8A9zwDuHUE3Sr5tiAYxsXDlInf8kiKcNdtYWJkzNQz9B08zvGACgmlkgnY0gmlwhKwSjXqKbXVsdGlhZGRyc5YACASsEo16BqTyAAoErBKNegak890DgnJzhQACAQAAiXNlY3AyNTZrMaEDTfiwFmp69DGWh2dXHcIj8FXW7FqZnl7sPgUpT9ziEGqDdGNwgqTyg3VkcIKk9IV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42225/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.174.146/tcp/17587/p2p/16Uiu2HAkyM6Hy2mTrds8D5EBKSj2WXysKhYyc3Qg7inM3GZw2vxE"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17586/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42225/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17586/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17586/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328004528315372,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42225/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328004528315372,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17586/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17586/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1767328004641307962,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42225/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1767328004641307962,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17586/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17586/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1767328004753655879,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42225/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1767328004753655879,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17586/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17586/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1767328004866005017,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42225/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1767328004866005017,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17586/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17586/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1767328004978367529,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42225/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1767328004978367529,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17586/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17586/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1767328005091338523,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42225/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1767328005091338523,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17586/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17586/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1767328005204372132,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42225/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1767328005204372132,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17586/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17586/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1767328005317633326,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42225/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1767328005317633326,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 18e861ec0e86
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 1942a8db24a0
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
2585
nim/1022/data/attachments/1088416219620e71.txt
Normal file
2585
nim/1022/data/attachments/1088416219620e71.txt
Normal file
File diff suppressed because it is too large
Load Diff
90
nim/1022/data/attachments/10b7b2cafa00058.txt
Normal file
90
nim/1022/data/attachments/10b7b2cafa00058.txt
Normal file
@ -0,0 +1,90 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_get_message_after_node2_restarts with id: 2026-01-02_04-18-31__1dd25032-f2c7-42c6-80c5-c184a0e76199
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-18-31__1dd25032-f2c7-42c6-80c5-c184a0e76199__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.61.75
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['31641', '31642', '31643', '31644', '31645']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 31641:31641 -p 31642:31642 -p 31643:31643 -p 31644:31644 -p 31645:31645 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31643 --rest-port=31641 --tcp-port=31642 --discv5-udp-port=31644 --rest-address=0.0.0.0 --nat=extip:172.18.61.75 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4ecd359bf4dc90fa19cedc16acaa4c2fdcfeb761971faffca1d7f6a868320b13 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31645 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.61.75 waku 9fa18e2e738c18516bc4ebd6c4b3871e8c80befc399e81f675b7a9ea57dc4869
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9fa18e2e738c. Setting up logs at ./log/docker/node1_2026-01-02_04-18-31__1dd25032-f2c7-42c6-80c5-c184a0e76199__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 31641
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2c5a4b3f36e6. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31641/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31641/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.61.75/tcp/31642/p2p/16Uiu2HAm8E5XJofWzFnywqGbqHWDz3xh5obq88nXT2VrPt7vNjNG","/ip4/172.18.61.75/tcp/31643/ws/p2p/16Uiu2HAm8E5XJofWzFnywqGbqHWDz3xh5obq88nXT2VrPt7vNjNG"],"enrUri":"enr:-L24QPYG__SOk4cC_npxEkEuT_oLWmuB4T5Vihjlgr_zIWRlJ3OJTiBl2N_ZFGxiEk7rdmk5CvJnQCkeH4Iiaxil28UCgmlkgnY0gmlwhKwSPUuKbXVsdGlhZGRyc5YACASsEj1LBnuaAAoErBI9SwZ7m90DgnJzhQADAQAAiXNlY3AyNTZrMaECvi-UtM6R9j-LYfAnbrcEtAP77VMJCECj0ZLEXbrWKtGDdGNwgnuag3VkcIJ7nIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-18-31__1dd25032-f2c7-42c6-80c5-c184a0e76199__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.103.73
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['51571', '51572', '51573', '51574', '51575']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 51571:51571 -p 51572:51572 -p 51573:51573 -p 51574:51574 -p 51575:51575 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51573 --rest-port=51571 --tcp-port=51572 --discv5-udp-port=51574 --rest-address=0.0.0.0 --nat=extip:172.18.103.73 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fbdda4383e45b22eadeeb97faebef72eef4cccda305eb0a301e9bc4ae56af454 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51575 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QPYG__SOk4cC_npxEkEuT_oLWmuB4T5Vihjlgr_zIWRlJ3OJTiBl2N_ZFGxiEk7rdmk5CvJnQCkeH4Iiaxil28UCgmlkgnY0gmlwhKwSPUuKbXVsdGlhZGRyc5YACASsEj1LBnuaAAoErBI9SwZ7m90DgnJzhQADAQAAiXNlY3AyNTZrMaECvi-UtM6R9j-LYfAnbrcEtAP77VMJCECj0ZLEXbrWKtGDdGNwgnuag3VkcIJ7nIV3YWt1MgU --filternode=/ip4/172.18.61.75/tcp/31642/p2p/16Uiu2HAm8E5XJofWzFnywqGbqHWDz3xh5obq88nXT2VrPt7vNjNG
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.103.73 waku 7ce2a40603545d6f73cc7bc8f990105a175142e8d475e88db6b4f7282fc0b31a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7ce2a4060354. Setting up logs at ./log/docker/node2_2026-01-02_04-18-31__1dd25032-f2c7-42c6-80c5-c184a0e76199__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 51571
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51571/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51571/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.103.73/tcp/51572/p2p/16Uiu2HAkzgqWQwgBh4s3dPYCPcyEr54Z9zveUBvJnn8gJvn5C87J","/ip4/172.18.103.73/tcp/51573/ws/p2p/16Uiu2HAkzgqWQwgBh4s3dPYCPcyEr54Z9zveUBvJnn8gJvn5C87J"],"enrUri":"enr:-L24QCG5OkeqLGH8zxWrX7y4KK26gKEibGEYWmmWUwznjcXARKvHetgKK4Ov1VyUhc3oRNiZ2ghGSuRNr0fG88xcQeACgmlkgnY0gmlwhKwSZ0mKbXVsdGlhZGRyc5YACASsEmdJBsl0AAoErBJnSQbJdd0DgnJzhQADAQAAiXNlY3AyNTZrMaECTizrh3jKN5gosbh4BCx_kbmHiBIrW65l0Qe64Zh8ZUGDdGNwgsl0g3VkcILJdoV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51571/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.61.75/tcp/31642/p2p/16Uiu2HAm8E5XJofWzFnywqGbqHWDz3xh5obq88nXT2VrPt7vNjNG"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:47 Running fixture setup: subscribe_main_nodes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31641/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51571/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "13cb97ce-d43b-45fd-87f3-3e7cfbc0036c", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"13cb97ce-d43b-45fd-87f3-3e7cfbc0036c","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31641/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51571/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1767327513681578637,"ephemeral":false}]'
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:257 Restarting container with id 7ce2a4060354
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51571/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51571/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51571/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.103.73/tcp/51572/p2p/16Uiu2HAkzgqWQwgBh4s3dPYCPcyEr54Z9zveUBvJnn8gJvn5C87J","/ip4/172.18.103.73/tcp/51573/ws/p2p/16Uiu2HAkzgqWQwgBh4s3dPYCPcyEr54Z9zveUBvJnn8gJvn5C87J"],"enrUri":"enr:-L24QCG5OkeqLGH8zxWrX7y4KK26gKEibGEYWmmWUwznjcXARKvHetgKK4Ov1VyUhc3oRNiZ2ghGSuRNr0fG88xcQeACgmlkgnY0gmlwhKwSZ0mKbXVsdGlhZGRyc5YACASsEmdJBsl0AAoErBJnSQbJdd0DgnJzhQADAQAAiXNlY3AyNTZrMaECTizrh3jKN5gosbh4BCx_kbmHiBIrW65l0Qe64Zh8ZUGDdGNwgsl0g3VkcILJdoV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31641/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:51571/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "f037388f-e928-4995-b9bb-de6ab4fb453a", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"f037388f-e928-4995-b9bb-de6ab4fb453a","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31641/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:96 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:51571/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1767327516619261685,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 9fa18e2e738c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7ce2a4060354
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
4046
nim/1022/data/attachments/1148181f978fd637.txt
Normal file
4046
nim/1022/data/attachments/1148181f978fd637.txt
Normal file
File diff suppressed because it is too large
Load Diff
144
nim/1022/data/attachments/115e89a10f9f3fa3.txt
Normal file
144
nim/1022/data/attachments/115e89a10f9f3fa3.txt
Normal file
@ -0,0 +1,144 @@
|
||||
2026-01-02 04:23:25.095 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:23:25.096 DEBUG [tests.conftest] Running test: test_sync_nodes_have_store_true with id: 2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f
|
||||
2026-01-02 04:23:25.096 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:23:25.102 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:23:25.103 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:25.108 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:23:25.108 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:25.113 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:23:25.113 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:25.114 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:23:25.114 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:23:25.115 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:23:25.116 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:23:25.116 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.46.219
|
||||
2026-01-02 04:23:25.116 DEBUG [src.node.docker_mananger] Generated ports ['63186', '63187', '63188', '63189', '63190']
|
||||
2026-01-02 04:23:25.116 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:23:25.117 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:23:25.117 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:23:25.117 DEBUG [src.node.docker_mananger] docker run -i -t -p 63186:63186 -p 63187:63187 -p 63188:63188 -p 63189:63189 -p 63190:63190 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63188 --rest-port=63186 --tcp-port=63187 --discv5-udp-port=63189 --rest-address=0.0.0.0 --nat=extip:172.18.46.219 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b0bcfe4a97fe4bd1da66116ef50df6deddecfc0fabc93350ccf56d4d88cc22de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63190 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-02 04:23:25.294 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.46.219 waku baa63942a5bddd971ce02d1cfe139a5830185c8a6c2617e88023c9a8b64665e6
|
||||
2026-01-02 04:23:25.324 DEBUG [src.node.docker_mananger] Container started with ID baa63942a5bd. Setting up logs at ./log/docker/node1_2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:25.325 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63186
|
||||
2026-01-02 04:23:25.326 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:23:25.391 ERROR [src.node.docker_mananger] Max retries reached for container c53fc70bff3a. Exiting log stream.
|
||||
2026-01-02 04:23:25.876 ERROR [src.node.docker_mananger] Max retries reached for container 74d89c76a41c. Exiting log stream.
|
||||
2026-01-02 04:23:26.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63186/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:26.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:23:26.330 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:23:26.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63186/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:26.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.46.219/tcp/63187/p2p/16Uiu2HAmDN87dQFF7WW7XNCEoW61f1GhbiThf5G51D7VNRJ5jaXu","/ip4/172.18.46.219/tcp/63188/ws/p2p/16Uiu2HAmDN87dQFF7WW7XNCEoW61f1GhbiThf5G51D7VNRJ5jaXu"],"enrUri":"enr:-L24QOfupQDjduUhehjNJ_JFUAMAGrpVJalGzViGZdu-ztz1E6qg-VhbMJ9M0LB_3lYi9JdvbpzOZoM2boLoYtlEwcwCgmlkgnY0gmlwhKwSLtuKbXVsdGlhZGRyc5YACASsEi7bBvbTAAoErBIu2wb21N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDComXrEMWiBJ1QxGwR8o4_ixHsIJV1_ljjPrnmzX-YZSDdGNwgvbTg3VkcIL21YV3YWt1MgM"}'
|
||||
2026-01-02 04:23:26.332 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:23:26.332 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:23:26.333 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:23:26.334 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:23:26.334 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.224.164
|
||||
2026-01-02 04:23:26.334 DEBUG [src.node.docker_mananger] Generated ports ['27244', '27245', '27246', '27247', '27248']
|
||||
2026-01-02 04:23:26.334 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:23:26.334 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:23:26.335 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:23:26.335 DEBUG [src.node.docker_mananger] docker run -i -t -p 27244:27244 -p 27245:27245 -p 27246:27246 -p 27247:27247 -p 27248:27248 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27246 --rest-port=27244 --tcp-port=27245 --discv5-udp-port=27247 --rest-address=0.0.0.0 --nat=extip:172.18.224.164 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a473782a19eb4d8a8f877f862e3afa5141e926d57fe7ce1af8cbfddbafe662da --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27248 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOfupQDjduUhehjNJ_JFUAMAGrpVJalGzViGZdu-ztz1E6qg-VhbMJ9M0LB_3lYi9JdvbpzOZoM2boLoYtlEwcwCgmlkgnY0gmlwhKwSLtuKbXVsdGlhZGRyc5YACASsEi7bBvbTAAoErBIu2wb21N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDComXrEMWiBJ1QxGwR8o4_ixHsIJV1_ljjPrnmzX-YZSDdGNwgvbTg3VkcIL21YV3YWt1MgM
|
||||
2026-01-02 04:23:26.523 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.224.164 waku f666c16b5a4c2bb6910222a8c2a007aaaab2a024892f7fe04ffbceb0a9c65c5a
|
||||
2026-01-02 04:23:26.557 DEBUG [src.node.docker_mananger] Container started with ID f666c16b5a4c. Setting up logs at ./log/docker/node2_2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:26.557 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27244
|
||||
2026-01-02 04:23:26.558 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:23:27.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27244/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:27.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:23:27.563 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:23:27.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27244/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:27.565 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.224.164/tcp/27245/p2p/16Uiu2HAmBUWBwXLKDWidS748qpwSaQMqnzE5o3KHe3R7KVUFVPwo","/ip4/172.18.224.164/tcp/27246/ws/p2p/16Uiu2HAmBUWBwXLKDWidS748qpwSaQMqnzE5o3KHe3R7KVUFVPwo"],"enrUri":"enr:-L24QJFrPCfBnFPyPQYboxlSQEMR6Wg6zvhO0OhLK68-BfQmLtKbrctaQt5-Soh5bnIXR8wQwI0pKKLdl_8B8z7Vj3ACgmlkgnY0gmlwhKwS4KSKbXVsdGlhZGRyc5YACASsEuCkBmptAAoErBLgpAZqbt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7nSpu_I0s-uEqPVPMp-yD8hsdJWNZPhKV4EUrJrf2qKDdGNwgmptg3VkcIJqb4V3YWt1MhM"}'
|
||||
2026-01-02 04:23:27.566 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:23:27.566 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:23:27.566 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:23:27.567 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:23:27.568 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.215.121
|
||||
2026-01-02 04:23:27.568 DEBUG [src.node.docker_mananger] Generated ports ['28630', '28631', '28632', '28633', '28634']
|
||||
2026-01-02 04:23:27.568 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:23:27.568 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:23:27.568 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:23:27.568 DEBUG [src.node.docker_mananger] docker run -i -t -p 28630:28630 -p 28631:28631 -p 28632:28632 -p 28633:28633 -p 28634:28634 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28632 --rest-port=28630 --tcp-port=28631 --discv5-udp-port=28633 --rest-address=0.0.0.0 --nat=extip:172.18.215.121 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9a0dc6fa484d41acff3e6be8dc4decf1de7f2dd1ce0ffacfb0ae9a66ac48f395 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28634 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJFrPCfBnFPyPQYboxlSQEMR6Wg6zvhO0OhLK68-BfQmLtKbrctaQt5-Soh5bnIXR8wQwI0pKKLdl_8B8z7Vj3ACgmlkgnY0gmlwhKwS4KSKbXVsdGlhZGRyc5YACASsEuCkBmptAAoErBLgpAZqbt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7nSpu_I0s-uEqPVPMp-yD8hsdJWNZPhKV4EUrJrf2qKDdGNwgmptg3VkcIJqb4V3YWt1MhM
|
||||
2026-01-02 04:23:27.774 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.215.121 waku a1cb2cb6564ee5f382af4089c9095663acc634c01ca84ed934147f581a6c1044
|
||||
2026-01-02 04:23:27.804 DEBUG [src.node.docker_mananger] Container started with ID a1cb2cb6564e. Setting up logs at ./log/docker/node3_2026-01-02_04-23-25__78b76bd0-9867-4137-9afd-db25e288b90f__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:27.805 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28630
|
||||
2026-01-02 04:23:27.805 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:23:28.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28630/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:28.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:23:28.810 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:23:28.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28630/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:28.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.215.121/tcp/28631/p2p/16Uiu2HAmNMpnReuW7nooWYtZwQME6QEsM3QfT3viffS71zLC9qU1","/ip4/172.18.215.121/tcp/28632/ws/p2p/16Uiu2HAmNMpnReuW7nooWYtZwQME6QEsM3QfT3viffS71zLC9qU1"],"enrUri":"enr:-L24QA46R9rn5xhd73tCIBFF8oefTbpDgYHyZm48T4_efnnQZV8tzPCezd-myq9v8FH1C3ETB_fYY2j8ocW5RI2iESkCgmlkgnY0gmlwhKwS13mKbXVsdGlhZGRyc5YACASsEtd5Bm_XAAoErBLXeQZv2N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDkC8tsfb1hw0ulcAIB4k2BHH9Ene4ZpSVqws-uHe4ZO6DdGNwgm_Xg3VkcIJv2YV3YWt1MhM"}'
|
||||
2026-01-02 04:23:28.813 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:23:28.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27244/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.46.219/tcp/63187/p2p/16Uiu2HAmDN87dQFF7WW7XNCEoW61f1GhbiThf5G51D7VNRJ5jaXu"]'
|
||||
2026-01-02 04:23:28.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:28.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28630/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.224.164/tcp/27245/p2p/16Uiu2HAmBUWBwXLKDWidS748qpwSaQMqnzE5o3KHe3R7KVUFVPwo"]'
|
||||
2026-01-02 04:23:28.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:28.848 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:23:28.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:28.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27244/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:23:28.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:28.864 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28630/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:23:28.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:28.867 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:23:28.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:28.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:28.872 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:23:29.073 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:23:29.073 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:29.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:29.079 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:23:29.281 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:23:29.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:29.286 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:29.287 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:23:29.487 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:23:29.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:29.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:29.494 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:23:29.695 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:23:29.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:29.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:29.702 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:23:29.903 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:23:29.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:29.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:29.909 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:23:30.110 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:23:30.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:30.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:30.119 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:23:30.320 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:23:30.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:30.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:30.326 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:23:30.528 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:23:30.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:30.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:30.535 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:23:30.736 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:23:30.736 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63186/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:30.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:30.743 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:23:30.946 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:23:30.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63186/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:30.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe0c0bd4bdd287e8000db7993606c8cf36671a8d51a4b237eb11f9c222843cd02"},{"messageHash":"0x911685fff4ebae32eb7e0b9ef86a97bba28d75d049ad6268b7302891cf204848"},{"messageHash":"0x809df6ef9ced2e61b4f871c884e867ad5e7094ef46b549a5a007b3e78adefd74"},{"messageHash":"0x8e6983ef59ccba58e0740b59a6a46241627ee3f33732e5d3ac400e5d794f20f8"},{"messageHash":"0xa42526cbdec79df59a8f1a6dff4d3d6d833ddb72921c18bfb14855cc1459500b"},{"messageHash":"0x418a02829579a0a3913d2260a3c02e38b72d58e68a43222baa0d6927ac902311"},{"messageHash":"0x36a72abb12104d28d35a3f3cf9721fe85ac6d16df3afe1ea5897725549294f90"},{"messageHash":"0xae02b2a5118642297ab874a3d070992f6d1b4f05279d7d2efcaa12e0cf57e511"},{"messageHash":"0x851c925f3cb98adf379b61e9326ad2bb9f4f9ec12d0d4207c458369a2e011af1"},{"messageHash":"0x60daababf70edcc35ed5cc00bcf393ffef614969d4200402f53899a7aa3d418d"}]}'
|
||||
2026-01-02 04:23:30.950 DEBUG [src.steps.store] messages length is 10
|
||||
2026-01-02 04:23:30.951 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:23:30.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27244/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:30.954 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe0c0bd4bdd287e8000db7993606c8cf36671a8d51a4b237eb11f9c222843cd02"},{"messageHash":"0x911685fff4ebae32eb7e0b9ef86a97bba28d75d049ad6268b7302891cf204848"},{"messageHash":"0x809df6ef9ced2e61b4f871c884e867ad5e7094ef46b549a5a007b3e78adefd74"},{"messageHash":"0x8e6983ef59ccba58e0740b59a6a46241627ee3f33732e5d3ac400e5d794f20f8"},{"messageHash":"0xa42526cbdec79df59a8f1a6dff4d3d6d833ddb72921c18bfb14855cc1459500b"},{"messageHash":"0x418a02829579a0a3913d2260a3c02e38b72d58e68a43222baa0d6927ac902311"},{"messageHash":"0x36a72abb12104d28d35a3f3cf9721fe85ac6d16df3afe1ea5897725549294f90"},{"messageHash":"0xae02b2a5118642297ab874a3d070992f6d1b4f05279d7d2efcaa12e0cf57e511"},{"messageHash":"0x851c925f3cb98adf379b61e9326ad2bb9f4f9ec12d0d4207c458369a2e011af1"},{"messageHash":"0x60daababf70edcc35ed5cc00bcf393ffef614969d4200402f53899a7aa3d418d"}]}'
|
||||
2026-01-02 04:23:30.954 DEBUG [src.steps.store] messages length is 10
|
||||
2026-01-02 04:23:30.955 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:23:30.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28630/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:30.958 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe0c0bd4bdd287e8000db7993606c8cf36671a8d51a4b237eb11f9c222843cd02"},{"messageHash":"0x911685fff4ebae32eb7e0b9ef86a97bba28d75d049ad6268b7302891cf204848"},{"messageHash":"0x809df6ef9ced2e61b4f871c884e867ad5e7094ef46b549a5a007b3e78adefd74"},{"messageHash":"0x8e6983ef59ccba58e0740b59a6a46241627ee3f33732e5d3ac400e5d794f20f8"},{"messageHash":"0xa42526cbdec79df59a8f1a6dff4d3d6d833ddb72921c18bfb14855cc1459500b"},{"messageHash":"0x418a02829579a0a3913d2260a3c02e38b72d58e68a43222baa0d6927ac902311"},{"messageHash":"0x36a72abb12104d28d35a3f3cf9721fe85ac6d16df3afe1ea5897725549294f90"},{"messageHash":"0xae02b2a5118642297ab874a3d070992f6d1b4f05279d7d2efcaa12e0cf57e511"},{"messageHash":"0x851c925f3cb98adf379b61e9326ad2bb9f4f9ec12d0d4207c458369a2e011af1"},{"messageHash":"0x60daababf70edcc35ed5cc00bcf393ffef614969d4200402f53899a7aa3d418d"}]}'
|
||||
2026-01-02 04:23:30.958 DEBUG [src.steps.store] messages length is 10
|
||||
2026-01-02 04:23:30.961 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:23:30.962 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:23:30.962 DEBUG [src.node.waku_node] Stopping container with id baa63942a5bd
|
||||
2026-01-02 04:23:31.522 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:23:31.524 DEBUG [src.node.waku_node] Stopping container with id f666c16b5a4c
|
||||
2026-01-02 04:23:32.097 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:23:32.099 DEBUG [src.node.waku_node] Stopping container with id a1cb2cb6564e
|
||||
2026-01-02 04:23:32.376 ERROR [src.node.docker_mananger] Max retries reached for container baa63942a5bd. Exiting log stream.
|
||||
2026-01-02 04:23:32.638 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:23:32.639 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:23:32.658 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:23:32.680 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:23:32.690 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
84
nim/1022/data/attachments/117dd78716bc9c9d.txt
Normal file
84
nim/1022/data/attachments/117dd78716bc9c9d.txt
Normal file
@ -0,0 +1,84 @@
|
||||
2026-01-02 04:21:48.432 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:21:48.432 DEBUG [tests.conftest] Running test: test_publish_with_no_timestamp with id: 2026-01-02_04-21-48__ec81e2a9-fd81-4397-bbc2-dc4b23b2959b
|
||||
2026-01-02 04:21:48.433 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:21:48.433 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:21:48.433 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-01-02 04:21:48.439 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:21:48.439 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-21-48__ec81e2a9-fd81-4397-bbc2-dc4b23b2959b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:48.439 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:21:48.439 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:21:48.441 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:21:48.441 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.116.31
|
||||
2026-01-02 04:21:48.441 DEBUG [src.node.docker_mananger] Generated ports ['19552', '19553', '19554', '19555', '19556']
|
||||
2026-01-02 04:21:48.441 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:21:48.441 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:21:48.441 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:21:48.442 DEBUG [src.node.docker_mananger] docker run -i -t -p 19552:19552 -p 19553:19553 -p 19554:19554 -p 19555:19555 -p 19556:19556 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=19554 --rest-port=19552 --tcp-port=19553 --discv5-udp-port=19555 --rest-address=0.0.0.0 --nat=extip:172.18.116.31 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0daacfd926bea60df2d2a1afb9d29f1dffa13839c4bfbfcfeeaed1b7829c7cff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19556 --metrics-logging=true --relay=true
|
||||
2026-01-02 04:21:48.617 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.116.31 waku e80426ea3128c4b973241bd32c738a39d577bb65c83d9e3451fdaf234b14dfaf
|
||||
2026-01-02 04:21:48.649 DEBUG [src.node.docker_mananger] Container started with ID e80426ea3128. Setting up logs at ./log/docker/node1_2026-01-02_04-21-48__ec81e2a9-fd81-4397-bbc2-dc4b23b2959b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:48.649 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19552
|
||||
2026-01-02 04:21:48.649 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:21:48.722 ERROR [src.node.docker_mananger] Max retries reached for container 64c0c162a456. Exiting log stream.
|
||||
2026-01-02 04:21:49.244 ERROR [src.node.docker_mananger] Max retries reached for container 743f7de6d523. Exiting log stream.
|
||||
2026-01-02 04:21:49.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19552/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:49.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:21:49.653 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:21:49.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19552/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:49.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.116.31/tcp/19553/p2p/16Uiu2HAmVCeVHrwhE1Vdo8TS1qbwNxzrtXbCyj7F3bvEG5NTyCDq","/ip4/172.18.116.31/tcp/19554/ws/p2p/16Uiu2HAmVCeVHrwhE1Vdo8TS1qbwNxzrtXbCyj7F3bvEG5NTyCDq"],"enrUri":"enr:-L24QCS5TVc23CvCxC1NRL_ewqEuhdj51axAUfo17gnnfXDyDtkLG6q5sOqrU10Mt8OdeZD3cf9lYvrktjGxO98MuBkCgmlkgnY0gmlwhKwSdB-KbXVsdGlhZGRyc5YACASsEnQfBkxhAAoErBJ0HwZMYt0DgnJzhQADAQAAiXNlY3AyNTZrMaED9dceXp1XB3IcoOmB4OWTQwv3uuiFx9OsIJbP4Hy-g3SDdGNwgkxhg3VkcIJMY4V3YWt1MgE"}'
|
||||
2026-01-02 04:21:49.656 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:21:49.662 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:21:49.662 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-21-48__ec81e2a9-fd81-4397-bbc2-dc4b23b2959b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:49.662 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:21:49.662 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:21:49.664 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:21:49.664 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.176.0
|
||||
2026-01-02 04:21:49.664 DEBUG [src.node.docker_mananger] Generated ports ['39663', '39664', '39665', '39666', '39667']
|
||||
2026-01-02 04:21:49.664 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:21:49.664 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:21:49.664 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:21:49.664 DEBUG [src.node.docker_mananger] docker run -i -t -p 39663:39663 -p 39664:39664 -p 39665:39665 -p 39666:39666 -p 39667:39667 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=39665 --rest-port=39663 --tcp-port=39664 --discv5-udp-port=39666 --rest-address=0.0.0.0 --nat=extip:172.18.176.0 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4b88d0261b0daf0dddb541ee3dcf64a42fc590ab8aa02c6cecebd4fc3c747101 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39667 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCS5TVc23CvCxC1NRL_ewqEuhdj51axAUfo17gnnfXDyDtkLG6q5sOqrU10Mt8OdeZD3cf9lYvrktjGxO98MuBkCgmlkgnY0gmlwhKwSdB-KbXVsdGlhZGRyc5YACASsEnQfBkxhAAoErBJ0HwZMYt0DgnJzhQADAQAAiXNlY3AyNTZrMaED9dceXp1XB3IcoOmB4OWTQwv3uuiFx9OsIJbP4Hy-g3SDdGNwgkxhg3VkcIJMY4V3YWt1MgE
|
||||
2026-01-02 04:21:49.845 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.176.0 waku 70384cc8b426eb6ac6a63f04165f70e812677bb6cdd9606db120047d56b1fbfa
|
||||
2026-01-02 04:21:49.876 DEBUG [src.node.docker_mananger] Container started with ID 70384cc8b426. Setting up logs at ./log/docker/node2_2026-01-02_04-21-48__ec81e2a9-fd81-4397-bbc2-dc4b23b2959b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:49.876 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39663
|
||||
2026-01-02 04:21:49.877 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:21:50.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39663/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:50.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:21:50.892 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:21:50.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39663/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:50.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.176.0/tcp/39664/p2p/16Uiu2HAmQidhCSwgMsCuoBaBWGg3pYvrLaVWqDUz5gP1FsJfC1vC","/ip4/172.18.176.0/tcp/39665/ws/p2p/16Uiu2HAmQidhCSwgMsCuoBaBWGg3pYvrLaVWqDUz5gP1FsJfC1vC"],"enrUri":"enr:-L24QCaaFMe04i9V3g7d6rA4tXQFt8XQWSe0C-oGnK4XV8soNfYBfWxvfmT0Tt7UYJEc0ranspjVpgu17RpFr-RKYFMCgmlkgnY0gmlwhKwSsACKbXVsdGlhZGRyc5YACASsErAABprwAAoErBKwAAaa8d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDszs1rg2L91pSZAqzDIgP7S6fD1lEd-f4FSbFZ2h5X0WDdGNwgprwg3VkcIKa8oV3YWt1MgE"}'
|
||||
2026-01-02 04:21:50.899 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:21:50.899 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39663/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.116.31/tcp/19553/p2p/16Uiu2HAmVCeVHrwhE1Vdo8TS1qbwNxzrtXbCyj7F3bvEG5NTyCDq"]'
|
||||
2026-01-02 04:21:50.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:50.903 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2026-01-02 04:21:50.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19552/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:21:50.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:50.907 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39663/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:21:50.911 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:50.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19552/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:50.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:50.919 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:21:51.019 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:21:51.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19552/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.022 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327710912729856,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:21:51.024 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:21:51.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39663/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327710912729856,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:21:51.028 INFO [src.steps.relay] WARM UP successful!!
|
||||
2026-01-02 04:21:51.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19552/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto"}'
|
||||
2026-01-02 04:21:51.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:51.033 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:21:51.134 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:21:51.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19552/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327711030588416,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:21:51.138 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:21:51.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39663/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327711030588416,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:21:51.143 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:21:51.144 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:21:51.144 DEBUG [src.node.waku_node] Stopping container with id e80426ea3128
|
||||
2026-01-02 04:21:51.653 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:21:51.653 DEBUG [src.node.waku_node] Stopping container with id 70384cc8b426
|
||||
2026-01-02 04:21:52.183 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:21:52.185 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:21:52.191 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:21:52.197 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
55
nim/1022/data/attachments/11a07df05c83f28c.txt
Normal file
55
nim/1022/data/attachments/11a07df05c83f28c.txt
Normal file
@ -0,0 +1,55 @@
|
||||
2026-01-02 04:26:14.965 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:26:14.966 DEBUG [tests.conftest] Running test: test_log_level_DEBUG_from_TRACE with id: 2026-01-02_04-26-14__9f7e3ccb-b6ed-4053-9d16-9f395083668e
|
||||
2026-01-02 04:26:14.966 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:26:14.966 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-02 04:26:14.966 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-02 04:26:14.972 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:14.972 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-26-14__9f7e3ccb-b6ed-4053-9d16-9f395083668e__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:14.977 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:14.977 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-26-14__9f7e3ccb-b6ed-4053-9d16-9f395083668e__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:14.982 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:14.982 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-26-14__9f7e3ccb-b6ed-4053-9d16-9f395083668e__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:14.987 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:14.987 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-02_04-26-14__9f7e3ccb-b6ed-4053-9d16-9f395083668e__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:14.987 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:26:14.987 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:26:14.988 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:26:14.988 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:26:14.989 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:26:14.990 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.182.250
|
||||
2026-01-02 04:26:14.990 DEBUG [src.node.docker_mananger] Generated ports ['41200', '41201', '41202', '41203', '41204']
|
||||
2026-01-02 04:26:14.990 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:26:14.990 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:26:14.990 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:26:14.990 DEBUG [src.node.docker_mananger] docker run -i -t -p 41200:41200 -p 41201:41201 -p 41202:41202 -p 41203:41203 -p 41204:41204 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41202 --rest-port=41200 --tcp-port=41201 --discv5-udp-port=41203 --rest-address=0.0.0.0 --nat=extip:172.18.182.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e2f2b6ddc6c8a4eb3cdc853fb565dbd5ae86bffe32f4eb3e007b5ccc88adc957 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41204 --metrics-logging=true --relay=true
|
||||
2026-01-02 04:26:15.137 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.182.250 waku cf0d7b3492a8bf11d75c8ccb2415828413196bb3b41edd6550828663b3614637
|
||||
2026-01-02 04:26:15.165 DEBUG [src.node.docker_mananger] Container started with ID cf0d7b3492a8. Setting up logs at ./log/docker/node1_2026-01-02_04-26-14__9f7e3ccb-b6ed-4053-9d16-9f395083668e__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:15.166 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41200
|
||||
2026-01-02 04:26:15.166 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:26:15.330 ERROR [src.node.docker_mananger] Max retries reached for container 4155a2cfff36. Exiting log stream.
|
||||
2026-01-02 04:26:15.763 ERROR [src.node.docker_mananger] Max retries reached for container cf51682b1b28. Exiting log stream.
|
||||
2026-01-02 04:26:16.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41200/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:26:16.171 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:26:16.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41200/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.182.250/tcp/41201/p2p/16Uiu2HAmEmzHBVrTPjiGMhze8NenZzd3taBn6cq49Qkgx1M4x6Kw","/ip4/172.18.182.250/tcp/41202/ws/p2p/16Uiu2HAmEmzHBVrTPjiGMhze8NenZzd3taBn6cq49Qkgx1M4x6Kw"],"enrUri":"enr:-L24QOyJNXQ97bakE9rbzAUAx64nQBUjS4ecT6jxauyykxyiEInVWNzLSqy94XeCVXhdIqdaTLP3GpWPBFMOtjqKXuoCgmlkgnY0gmlwhKwStvqKbXVsdGlhZGRyc5YACASsErb6BqDxAAoErBK2-gag8t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDH4JcA5i2cPqj1F7lzJ0s0wO4VmeJoYOeMPhyXsaeTsaDdGNwgqDxg3VkcIKg84V3YWt1MgE"}'
|
||||
2026-01-02 04:26:16.173 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:26:16.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41200/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:16.176 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41200/admin/v1/log-level/DEBUG" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:16.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41200/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.182.250/tcp/41201/p2p/16Uiu2HAmEmzHBVrTPjiGMhze8NenZzd3taBn6cq49Qkgx1M4x6Kw","/ip4/172.18.182.250/tcp/41202/ws/p2p/16Uiu2HAmEmzHBVrTPjiGMhze8NenZzd3taBn6cq49Qkgx1M4x6Kw"],"enrUri":"enr:-L24QOyJNXQ97bakE9rbzAUAx64nQBUjS4ecT6jxauyykxyiEInVWNzLSqy94XeCVXhdIqdaTLP3GpWPBFMOtjqKXuoCgmlkgnY0gmlwhKwStvqKbXVsdGlhZGRyc5YACASsErb6BqDxAAoErBK2-gag8t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDH4JcA5i2cPqj1F7lzJ0s0wO4VmeJoYOeMPhyXsaeTsaDdGNwgqDxg3VkcIKg84V3YWt1MgE"}'
|
||||
2026-01-02 04:26:16.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41200/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-125-gdafdee'
|
||||
2026-01-02 04:26:16.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41200/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-125-gdafdee'
|
||||
2026-01-02 04:26:18.184 DEBUG [tests.rest_flags.test_admin_flags] counts at DEBUG: {'TRC': 0, 'DBG': 9, 'INF': 1, 'NTC': 0, 'WRN': 0, 'ERR': 0, 'FTL': 0}
|
||||
2026-01-02 04:26:18.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41200/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:18.188 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:26:18.189 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:26:18.189 DEBUG [src.node.waku_node] Stopping container with id cf0d7b3492a8
|
||||
2026-01-02 04:26:18.677 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:26:18.678 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:26:18.680 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
105
nim/1022/data/attachments/11cc629cb0e91d1b.txt
Normal file
105
nim/1022/data/attachments/11cc629cb0e91d1b.txt
Normal file
@ -0,0 +1,105 @@
|
||||
2026-01-02 04:26:22.935 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:26:22.935 DEBUG [tests.conftest] Running test: test_store_lightpushed_message with id: 2026-01-02_04-26-22__cce4ae11-29a5-4feb-af5b-0421c401cadb
|
||||
2026-01-02 04:26:22.935 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:26:22.936 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:26:22.943 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:22.943 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-26-22__cce4ae11-29a5-4feb-af5b-0421c401cadb__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:22.943 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:26:22.943 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:26:22.944 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:26:22.945 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.144.79
|
||||
2026-01-02 04:26:22.945 DEBUG [src.node.docker_mananger] Generated ports ['55303', '55304', '55305', '55306', '55307']
|
||||
2026-01-02 04:26:22.945 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:26:22.945 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:26:22.945 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:26:22.945 DEBUG [src.node.docker_mananger] docker run -i -t -p 55303:55303 -p 55304:55304 -p 55305:55305 -p 55306:55306 -p 55307:55307 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=55305 --rest-port=55303 --tcp-port=55304 --discv5-udp-port=55306 --rest-address=0.0.0.0 --nat=extip:172.18.144.79 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fea3efcf20fb513aebc97da97cb13bd67685eb3d7b210ae9fc4e9ff3da4682da --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55307 --metrics-logging=true --store=true --relay=true --lightpush=true
|
||||
2026-01-02 04:26:23.145 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.144.79 waku 50eab107b9b7686d70c3a2ffd109016fd4ce5ec6ab12b345e8ee9e1dad6b23ea
|
||||
2026-01-02 04:26:23.175 DEBUG [src.node.docker_mananger] Container started with ID 50eab107b9b7. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-26-22__cce4ae11-29a5-4feb-af5b-0421c401cadb__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:23.177 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55303
|
||||
2026-01-02 04:26:23.177 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:26:23.223 ERROR [src.node.docker_mananger] Max retries reached for container f31cd0127b51. Exiting log stream.
|
||||
2026-01-02 04:26:23.744 ERROR [src.node.docker_mananger] Max retries reached for container 1367bcf6f4d4. Exiting log stream.
|
||||
2026-01-02 04:26:24.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55303/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:24.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:26:24.182 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:26:24.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55303/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:24.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.144.79/tcp/55304/p2p/16Uiu2HAmCPn5G4DgyFwmaE962juSZ4gh8FJaKV2oUoLvHspCBgAS","/ip4/172.18.144.79/tcp/55305/ws/p2p/16Uiu2HAmCPn5G4DgyFwmaE962juSZ4gh8FJaKV2oUoLvHspCBgAS"],"enrUri":"enr:-L24QDRBGi5Z_lq0Fl7mPpJkT1w4S8dBypEsKxyfW7JXezXwd41ozHBwPPwxSO4DDGXj0ru2kqlwwL7C6jKL1OPboLkCgmlkgnY0gmlwhKwSkE-KbXVsdGlhZGRyc5YACASsEpBPBtgIAAoErBKQTwbYCd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_BpoLGjC7tRLCpBdvLdYY6XCm7n04QMLriQ3eGvuw7-DdGNwgtgIg3VkcILYCoV3YWt1Mgs"}'
|
||||
2026-01-02 04:26:24.185 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:26:24.192 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:24.192 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node2_2026-01-02_04-26-22__cce4ae11-29a5-4feb-af5b-0421c401cadb__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:24.192 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:26:24.192 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:26:24.193 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:26:24.194 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.180.25
|
||||
2026-01-02 04:26:24.194 DEBUG [src.node.docker_mananger] Generated ports ['44271', '44272', '44273', '44274', '44275']
|
||||
2026-01-02 04:26:24.194 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:26:24.194 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:26:24.194 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:26:24.194 DEBUG [src.node.docker_mananger] docker run -i -t -p 44271:44271 -p 44272:44272 -p 44273:44273 -p 44274:44274 -p 44275:44275 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44273 --rest-port=44271 --tcp-port=44272 --discv5-udp-port=44274 --rest-address=0.0.0.0 --nat=extip:172.18.180.25 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0f106fa2acfcf04bdd801b3eafaa5f0fbfc100fd93bdac2da21cbbf51ccfb6cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44275 --metrics-logging=true --store=false --relay=true
|
||||
2026-01-02 04:26:24.380 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.180.25 waku 04e939efc2f6ba70a15d6e1963f94d01ba5ab0b3504401a0b4c4e5755da4507c
|
||||
2026-01-02 04:26:24.412 DEBUG [src.node.docker_mananger] Container started with ID 04e939efc2f6. Setting up logs at ./log/docker/publishing_node2_2026-01-02_04-26-22__cce4ae11-29a5-4feb-af5b-0421c401cadb__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:24.413 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44271
|
||||
2026-01-02 04:26:24.413 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:26:25.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44271/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:25.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:26:25.417 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:26:25.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44271/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:25.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.180.25/tcp/44272/p2p/16Uiu2HAmTcJSqFcescxysSKqzJRiNPDQRKEv8W2CCyUbyk7hiP8Q","/ip4/172.18.180.25/tcp/44273/ws/p2p/16Uiu2HAmTcJSqFcescxysSKqzJRiNPDQRKEv8W2CCyUbyk7hiP8Q"],"enrUri":"enr:-L24QLNSkLSNfB1HJj5FVw7lUM_y2izomQSVmeVeKsuvgMNRCzd1-uz30AoX06mEPTUK6H1eVAD2_834F-bSzxZAiRsCgmlkgnY0gmlwhKwStBmKbXVsdGlhZGRyc5YACASsErQZBqzwAAoErBK0GQas8d0DgnJzhQADAQAAiXNlY3AyNTZrMaED3i8FrkiSzO88QRVM4Z8_mq-uHP_0YIwm-U72oFdNIC2DdGNwgqzwg3VkcIKs8oV3YWt1MgE"}'
|
||||
2026-01-02 04:26:25.419 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:26:25.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44271/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.144.79/tcp/55304/p2p/16Uiu2HAmCPn5G4DgyFwmaE962juSZ4gh8FJaKV2oUoLvHspCBgAS"]'
|
||||
2026-01-02 04:26:25.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:25.462 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:25.463 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-26-22__cce4ae11-29a5-4feb-af5b-0421c401cadb__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:25.463 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:26:25.463 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:26:25.466 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:26:25.468 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.43.103
|
||||
2026-01-02 04:26:25.468 DEBUG [src.node.docker_mananger] Generated ports ['1564', '1565', '1566', '1567', '1568']
|
||||
2026-01-02 04:26:25.468 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:26:25.469 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:26:25.469 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:26:25.469 DEBUG [src.node.docker_mananger] docker run -i -t -p 1564:1564 -p 1565:1565 -p 1566:1566 -p 1567:1567 -p 1568:1568 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1566 --rest-port=1564 --tcp-port=1565 --discv5-udp-port=1567 --rest-address=0.0.0.0 --nat=extip:172.18.43.103 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a54a6d533c4f01abed4abf31e4ece22ea3cdb4a9efcdb93aec664bcfd40609e3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1568 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QDRBGi5Z_lq0Fl7mPpJkT1w4S8dBypEsKxyfW7JXezXwd41ozHBwPPwxSO4DDGXj0ru2kqlwwL7C6jKL1OPboLkCgmlkgnY0gmlwhKwSkE-KbXVsdGlhZGRyc5YACASsEpBPBtgIAAoErBKQTwbYCd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_BpoLGjC7tRLCpBdvLdYY6XCm7n04QMLriQ3eGvuw7-DdGNwgtgIg3VkcILYCoV3YWt1Mgs --storenode=/ip4/172.18.144.79/tcp/55304/p2p/16Uiu2HAmCPn5G4DgyFwmaE962juSZ4gh8FJaKV2oUoLvHspCBgAS --store=false --relay=true --lightpush=true --lightpushnode=/ip4/172.18.144.79/tcp/55304/p2p/16Uiu2HAmCPn5G4DgyFwmaE962juSZ4gh8FJaKV2oUoLvHspCBgAS
|
||||
2026-01-02 04:26:25.665 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.43.103 waku 986eabbd14fb0e14c255a44eed93e355d6eb701ae4bebad2c248cd38f5b8a475
|
||||
2026-01-02 04:26:25.697 DEBUG [src.node.docker_mananger] Container started with ID 986eabbd14fb. Setting up logs at ./log/docker/store_node1_2026-01-02_04-26-22__cce4ae11-29a5-4feb-af5b-0421c401cadb__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:25.698 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1564
|
||||
2026-01-02 04:26:25.698 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:26:26.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1564/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:26.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:26:26.703 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:26:26.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1564/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:26.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.43.103/tcp/1565/p2p/16Uiu2HAmTNTUP1vuxonWFdVfMG49NkFwitKZ4wHoeLPdJV56mTAd","/ip4/172.18.43.103/tcp/1566/ws/p2p/16Uiu2HAmTNTUP1vuxonWFdVfMG49NkFwitKZ4wHoeLPdJV56mTAd"],"enrUri":"enr:-L24QG_L21F9GYb1DRU-22-CbEqTcq7ZVCgcKRxTXE-WvuKoebKDFmu33ZW8v8a0fx9BUhw5InKBR6mp3ucd6VPSFAkCgmlkgnY0gmlwhKwSK2eKbXVsdGlhZGRyc5YACASsEitnBgYdAAoErBIrZwYGHt0DgnJzhQADAQAAiXNlY3AyNTZrMaED2qMY7RGSwTBgWcpxcvQuzPs4D4Yexcp8WcC-c0G3BAaDdGNwggYdg3VkcIIGH4V3YWt1Mgk"}'
|
||||
2026-01-02 04:26:26.705 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:26:26.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1564/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.144.79/tcp/55304/p2p/16Uiu2HAmCPn5G4DgyFwmaE962juSZ4gh8FJaKV2oUoLvHspCBgAS"]'
|
||||
2026-01-02 04:26:26.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:26.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1564/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.180.25/tcp/44272/p2p/16Uiu2HAmTcJSqFcescxysSKqzJRiNPDQRKEv8W2CCyUbyk7hiP8Q"]'
|
||||
2026-01-02 04:26:26.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:26.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55303/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:26:26.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:26.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44271/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:26:26.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:26.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1564/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:26:26.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:26.800 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1564/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1767327986799889310}}'
|
||||
2026-01-02 04:26:26.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:26.815 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:26:27.016 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:26:27.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55303/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:27.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe3498a09fd764fcfbd1b5bc705530095f9b2bc7ccf488f98e8ad76b96b09ceda"}]}'
|
||||
2026-01-02 04:26:27.019 DEBUG [src.steps.store] messages length is 1
|
||||
2026-01-02 04:26:27.020 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:26:27.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1564/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:27.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"25d496eed6ba5c20307b","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe3498a09fd764fcfbd1b5bc705530095f9b2bc7ccf488f98e8ad76b96b09ceda"}]}'
|
||||
2026-01-02 04:26:27.029 DEBUG [src.steps.store] messages length is 1
|
||||
2026-01-02 04:26:27.030 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:26:27.031 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:26:27.032 DEBUG [src.node.waku_node] Stopping container with id 50eab107b9b7
|
||||
2026-01-02 04:26:27.575 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:26:27.575 DEBUG [src.node.waku_node] Stopping container with id 04e939efc2f6
|
||||
2026-01-02 04:26:28.115 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:26:28.117 DEBUG [src.node.waku_node] Stopping container with id 986eabbd14fb
|
||||
2026-01-02 04:26:28.387 ERROR [src.node.docker_mananger] Max retries reached for container 50eab107b9b7. Exiting log stream.
|
||||
2026-01-02 04:26:28.681 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:26:28.682 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:26:28.691 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:26:28.699 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:26:28.708 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
73
nim/1022/data/attachments/1227e647c3fdcabd.txt
Normal file
73
nim/1022/data/attachments/1227e647c3fdcabd.txt
Normal file
@ -0,0 +1,73 @@
|
||||
2026-01-02 04:26:11.537 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:26:11.537 DEBUG [tests.conftest] Running test: test_relay_subscribe_to_single_pubsub_topic with id: 2026-01-02_04-26-11__ee743939-f0b7-43c7-87a3-91dc459dc19b
|
||||
2026-01-02 04:26:11.537 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:26:11.537 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:26:11.538 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-01-02 04:26:11.544 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:11.544 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-26-11__ee743939-f0b7-43c7-87a3-91dc459dc19b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:11.544 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:26:11.544 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:26:11.545 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:26:11.545 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.32.253
|
||||
2026-01-02 04:26:11.546 DEBUG [src.node.docker_mananger] Generated ports ['24774', '24775', '24776', '24777', '24778']
|
||||
2026-01-02 04:26:11.546 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:26:11.546 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:26:11.546 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:26:11.546 DEBUG [src.node.docker_mananger] docker run -i -t -p 24774:24774 -p 24775:24775 -p 24776:24776 -p 24777:24777 -p 24778:24778 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24776 --rest-port=24774 --tcp-port=24775 --discv5-udp-port=24777 --rest-address=0.0.0.0 --nat=extip:172.18.32.253 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b6dbdb4dc333a5f7c2e3faa711495dd7deccabeafa6933df8aabcb7251fd19b3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24778 --metrics-logging=true --relay=true
|
||||
2026-01-02 04:26:11.690 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.32.253 waku 4155a2cfff362621bf5448610c811f395cc19c685f3546e27e89ed1257443213
|
||||
2026-01-02 04:26:11.718 DEBUG [src.node.docker_mananger] Container started with ID 4155a2cfff36. Setting up logs at ./log/docker/node1_2026-01-02_04-26-11__ee743939-f0b7-43c7-87a3-91dc459dc19b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:11.719 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24774
|
||||
2026-01-02 04:26:11.719 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:26:11.866 ERROR [src.node.docker_mananger] Max retries reached for container 32bb5dd50df5. Exiting log stream.
|
||||
2026-01-02 04:26:12.337 ERROR [src.node.docker_mananger] Max retries reached for container 95cdb056b1df. Exiting log stream.
|
||||
2026-01-02 04:26:12.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24774/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:12.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:26:12.723 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:26:12.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24774/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:12.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.32.253/tcp/24775/p2p/16Uiu2HAm1RZip8DM58BCERiGBaoVYxJqL4qsqMbX4DSQop2XHhH5","/ip4/172.18.32.253/tcp/24776/ws/p2p/16Uiu2HAm1RZip8DM58BCERiGBaoVYxJqL4qsqMbX4DSQop2XHhH5"],"enrUri":"enr:-L24QOw7VlEME_StbNNUpZryJjLAIAsdYCi6xGymLIhhiV5aVdJ1T_GgjYgwGiB3O9n56pOyjDyvGGnPE_qKiMdZJecCgmlkgnY0gmlwhKwSIP2KbXVsdGlhZGRyc5YACASsEiD9BmDHAAoErBIg_QZgyN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWR8LmLWdyEWXmVx1Tghb6WlJ1kprl9EPhMnyjksAgwSDdGNwgmDHg3VkcIJgyYV3YWt1MgE"}'
|
||||
2026-01-02 04:26:12.725 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:26:12.731 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:12.731 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-26-11__ee743939-f0b7-43c7-87a3-91dc459dc19b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:12.731 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:26:12.731 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:26:12.732 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:26:12.733 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.93.180
|
||||
2026-01-02 04:26:12.733 DEBUG [src.node.docker_mananger] Generated ports ['27910', '27911', '27912', '27913', '27914']
|
||||
2026-01-02 04:26:12.733 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:26:12.733 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:26:12.733 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:26:12.733 DEBUG [src.node.docker_mananger] docker run -i -t -p 27910:27910 -p 27911:27911 -p 27912:27912 -p 27913:27913 -p 27914:27914 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27912 --rest-port=27910 --tcp-port=27911 --discv5-udp-port=27913 --rest-address=0.0.0.0 --nat=extip:172.18.93.180 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4fa4dec000105f588ac04afb7bdadd1765b1f36466bdadb4da7ffa4cc8b3ee5c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27914 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOw7VlEME_StbNNUpZryJjLAIAsdYCi6xGymLIhhiV5aVdJ1T_GgjYgwGiB3O9n56pOyjDyvGGnPE_qKiMdZJecCgmlkgnY0gmlwhKwSIP2KbXVsdGlhZGRyc5YACASsEiD9BmDHAAoErBIg_QZgyN0DgnJzhQADAQAAiXNlY3AyNTZrMaECWR8LmLWdyEWXmVx1Tghb6WlJ1kprl9EPhMnyjksAgwSDdGNwgmDHg3VkcIJgyYV3YWt1MgE
|
||||
2026-01-02 04:26:12.883 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.93.180 waku cf51682b1b28e244bbf3d89fbf7bb4228350b105fd7d6ff1591b9c389358f93a
|
||||
2026-01-02 04:26:12.910 DEBUG [src.node.docker_mananger] Container started with ID cf51682b1b28. Setting up logs at ./log/docker/node2_2026-01-02_04-26-11__ee743939-f0b7-43c7-87a3-91dc459dc19b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:12.910 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27910
|
||||
2026-01-02 04:26:12.911 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:26:13.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27910/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:13.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:26:13.924 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:26:13.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27910/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:13.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.93.180/tcp/27911/p2p/16Uiu2HAmTShFWvhud21DAue3USCfw4ZmX1TyxSYmwDYamfdiiGDo","/ip4/172.18.93.180/tcp/27912/ws/p2p/16Uiu2HAmTShFWvhud21DAue3USCfw4ZmX1TyxSYmwDYamfdiiGDo"],"enrUri":"enr:-L24QF4mhhWJtZbwko9NjN8X-H8IOiBHPrr-rRCklzifi2n4KRL6BXdCq_PaNi_AYNsbEXD9c_QPVLUFmd2uN_ZO4I8CgmlkgnY0gmlwhKwSXbSKbXVsdGlhZGRyc5YACASsEl20Bm0HAAoErBJdtAZtCN0DgnJzhQADAQAAiXNlY3AyNTZrMaED27j_6vrMxRzqTpVxmczltjtyr1xwuuz55n96qK0_nPqDdGNwgm0Hg3VkcIJtCYV3YWt1MgE"}'
|
||||
2026-01-02 04:26:13.930 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:26:13.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27910/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.32.253/tcp/24775/p2p/16Uiu2HAm1RZip8DM58BCERiGBaoVYxJqL4qsqMbX4DSQop2XHhH5"]'
|
||||
2026-01-02 04:26:13.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:13.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24774/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:26:13.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:13.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27910/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:26:13.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:13.942 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24774/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:26:13.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:13.947 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:26:14.047 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:26:14.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24774/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:14.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327973942618368,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:26:14.052 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:26:14.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27910/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:14.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327973942618368,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:26:14.056 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:26:14.057 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:26:14.057 DEBUG [src.node.waku_node] Stopping container with id 4155a2cfff36
|
||||
2026-01-02 04:26:14.516 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:26:14.518 DEBUG [src.node.waku_node] Stopping container with id cf51682b1b28
|
||||
2026-01-02 04:26:14.951 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:26:14.953 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:26:14.958 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:26:14.963 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2586
nim/1022/data/attachments/122ac6809e53281e.txt
Normal file
2586
nim/1022/data/attachments/122ac6809e53281e.txt
Normal file
File diff suppressed because it is too large
Load Diff
123
nim/1022/data/attachments/12364527c161b1ff.txt
Normal file
123
nim/1022/data/attachments/12364527c161b1ff.txt
Normal file
@ -0,0 +1,123 @@
|
||||
2026-01-02 04:23:33.362 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:23:33.362 DEBUG [tests.conftest] Running test: test_relay_unsubscribe_from_all_pubsub_topics with id: 2026-01-02_04-23-33__e3f1cc94-aec2-4c59-a8c3-297370026a92
|
||||
2026-01-02 04:23:33.363 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:23:33.364 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:23:33.364 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-01-02 04:23:33.372 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:23:33.372 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-23-33__e3f1cc94-aec2-4c59-a8c3-297370026a92__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:33.372 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:23:33.372 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:23:33.375 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:23:33.376 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.242.143
|
||||
2026-01-02 04:23:33.376 DEBUG [src.node.docker_mananger] Generated ports ['23993', '23994', '23995', '23996', '23997']
|
||||
2026-01-02 04:23:33.376 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:23:33.376 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:23:33.376 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:23:33.376 DEBUG [src.node.docker_mananger] docker run -i -t -p 23993:23993 -p 23994:23994 -p 23995:23995 -p 23996:23996 -p 23997:23997 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23995 --rest-port=23993 --tcp-port=23994 --discv5-udp-port=23996 --rest-address=0.0.0.0 --nat=extip:172.18.242.143 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6bc1119ea5e5beedbfbacccd8b63602a4edfbaadb672201a5ed9dc8ed0ecbc02 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23997 --metrics-logging=true --relay=true
|
||||
2026-01-02 04:23:33.559 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.242.143 waku 19a27dee3a551a7f94c02aaea7282aa1491467a1f2c8d50af5ebbdc3390563db
|
||||
2026-01-02 04:23:33.590 DEBUG [src.node.docker_mananger] Container started with ID 19a27dee3a55. Setting up logs at ./log/docker/node1_2026-01-02_04-23-33__e3f1cc94-aec2-4c59-a8c3-297370026a92__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:33.590 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23993
|
||||
2026-01-02 04:23:33.590 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:23:33.630 ERROR [src.node.docker_mananger] Max retries reached for container 851958dc26df. Exiting log stream.
|
||||
2026-01-02 04:23:34.189 ERROR [src.node.docker_mananger] Max retries reached for container 6a776794dbc5. Exiting log stream.
|
||||
2026-01-02 04:23:34.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23993/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:34.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:23:34.594 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:23:34.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23993/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:34.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.143/tcp/23994/p2p/16Uiu2HAm1LQd6qncFNn1gCJZ77mVek171nCucEyUVB8Hn6EhKsN8","/ip4/172.18.242.143/tcp/23995/ws/p2p/16Uiu2HAm1LQd6qncFNn1gCJZ77mVek171nCucEyUVB8Hn6EhKsN8"],"enrUri":"enr:-L24QNpML6_VM_hIeexM4X0fwaPGrcsJmk5pcrJRO7pyBOtNSwVCwIcmgtf5TFZBZU4fdcDYiLoY6jlgeAIi0R2P4I4CgmlkgnY0gmlwhKwS8o-KbXVsdGlhZGRyc5YACASsEvKPBl26AAoErBLyjwZdu90DgnJzhQADAQAAiXNlY3AyNTZrMaECV8zag5n-CaXkJsQInBThsrdMW3T_iR_3q-vu9CBgRgGDdGNwgl26g3VkcIJdvIV3YWt1MgE"}'
|
||||
2026-01-02 04:23:34.597 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:23:34.603 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:23:34.603 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-23-33__e3f1cc94-aec2-4c59-a8c3-297370026a92__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:34.604 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:23:34.604 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:23:34.605 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:23:34.605 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.82.14
|
||||
2026-01-02 04:23:34.605 DEBUG [src.node.docker_mananger] Generated ports ['58746', '58747', '58748', '58749', '58750']
|
||||
2026-01-02 04:23:34.606 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:23:34.606 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:23:34.606 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:23:34.606 DEBUG [src.node.docker_mananger] docker run -i -t -p 58746:58746 -p 58747:58747 -p 58748:58748 -p 58749:58749 -p 58750:58750 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58748 --rest-port=58746 --tcp-port=58747 --discv5-udp-port=58749 --rest-address=0.0.0.0 --nat=extip:172.18.82.14 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6e9dd68afdf743c3ed065e4e61ff69040ab5b29ef7a7ecaafac5f2d0ad54569c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58750 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNpML6_VM_hIeexM4X0fwaPGrcsJmk5pcrJRO7pyBOtNSwVCwIcmgtf5TFZBZU4fdcDYiLoY6jlgeAIi0R2P4I4CgmlkgnY0gmlwhKwS8o-KbXVsdGlhZGRyc5YACASsEvKPBl26AAoErBLyjwZdu90DgnJzhQADAQAAiXNlY3AyNTZrMaECV8zag5n-CaXkJsQInBThsrdMW3T_iR_3q-vu9CBgRgGDdGNwgl26g3VkcIJdvIV3YWt1MgE
|
||||
2026-01-02 04:23:34.803 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.82.14 waku 3ffe38a5ed1571716c5ab170c35cf4b10aed91f44335f5c1b8f9e0fe8131a728
|
||||
2026-01-02 04:23:34.838 DEBUG [src.node.docker_mananger] Container started with ID 3ffe38a5ed15. Setting up logs at ./log/docker/node2_2026-01-02_04-23-33__e3f1cc94-aec2-4c59-a8c3-297370026a92__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:34.839 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58746
|
||||
2026-01-02 04:23:34.839 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:23:35.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58746/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:23:35.854 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:23:35.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58746/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.82.14/tcp/58747/p2p/16Uiu2HAmPQZpvwWLh7R1aUpo1rKT75GvKTVvLoA67YnnNwRXHmta","/ip4/172.18.82.14/tcp/58748/ws/p2p/16Uiu2HAmPQZpvwWLh7R1aUpo1rKT75GvKTVvLoA67YnnNwRXHmta"],"enrUri":"enr:-L24QPQZ9pNaZil-8BgmruS48yPwgK_Tt6DarMgVkA7IwQU2DDzUAdaVqpF0YqkheVevESvavBeo8DH0gVl2igrWNOUCgmlkgnY0gmlwhKwSUg6KbXVsdGlhZGRyc5YACASsElIOBuV7AAoErBJSDgblfN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDn76yNY6ARDf3eQW8JUsYHig1MIRv6ayM-zSv0_cSyD-DdGNwguV7g3VkcILlfYV3YWt1MgE"}'
|
||||
2026-01-02 04:23:35.860 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:23:35.860 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58746/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.242.143/tcp/23994/p2p/16Uiu2HAm1LQd6qncFNn1gCJZ77mVek171nCucEyUVB8Hn6EhKsN8"]'
|
||||
2026-01-02 04:23:35.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:35.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23993/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2026-01-02 04:23:35.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:35.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58746/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2026-01-02 04:23:35.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:35.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:35.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:35.887 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:23:35.987 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:23:35.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327815879816448,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:23:35.992 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:23:35.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58746/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327815879816448,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:23:35.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:36.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:36.001 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:23:36.102 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:23:36.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327815996285184,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:23:36.106 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:23:36.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58746/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327815996285184,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:23:36.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:36.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:36.116 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:23:36.216 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:23:36.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327816110959616,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:23:36.220 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:23:36.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58746/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327816110959616,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:23:36.224 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:36.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:36.229 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:23:36.329 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:23:36.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327816224754176,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:23:36.334 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:23:36.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58746/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.336 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327816224754176,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:23:36.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:36.342 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:36.342 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:23:36.442 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:23:36.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327816338069248,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:23:36.446 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:23:36.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58746/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327816338069248,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:23:36.450 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:23993/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2026-01-02 04:23:36.459 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:36.459 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:58746/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2026-01-02 04:23:36.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:36.467 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:36.470 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/0'
|
||||
2026-01-02 04:23:36.471 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:36.475 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/1'
|
||||
2026-01-02 04:23:36.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:36.479 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/9'
|
||||
2026-01-02 04:23:36.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:36.481 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/25'
|
||||
2026-01-02 04:23:36.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:23:36.484 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:23993/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/3/1000'
|
||||
2026-01-02 04:23:36.485 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:23:36.487 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:23:36.487 DEBUG [src.node.waku_node] Stopping container with id 19a27dee3a55
|
||||
2026-01-02 04:23:37.016 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:23:37.016 DEBUG [src.node.waku_node] Stopping container with id 3ffe38a5ed15
|
||||
2026-01-02 04:23:37.581 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:23:37.582 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:23:37.590 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:23:37.599 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
116
nim/1022/data/attachments/12422c5d73909943.txt
Normal file
116
nim/1022/data/attachments/12422c5d73909943.txt
Normal file
@ -0,0 +1,116 @@
|
||||
2026-01-02 04:21:36.619 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:21:36.620 DEBUG [tests.conftest] Running test: test_admin_set_all_log_levels with id: 2026-01-02_04-21-36__4eacd7d7-c8f0-4ded-a766-b1251f600382
|
||||
2026-01-02 04:21:36.620 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:21:36.621 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-02 04:21:36.621 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-02 04:21:36.630 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:21:36.631 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-21-36__4eacd7d7-c8f0-4ded-a766-b1251f600382__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:36.638 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:21:36.638 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-21-36__4eacd7d7-c8f0-4ded-a766-b1251f600382__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:36.644 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:21:36.644 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-21-36__4eacd7d7-c8f0-4ded-a766-b1251f600382__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:36.649 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:21:36.650 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-02_04-21-36__4eacd7d7-c8f0-4ded-a766-b1251f600382__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:36.650 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:21:36.650 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:21:36.651 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:21:36.651 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:21:36.652 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:21:36.653 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.11.146
|
||||
2026-01-02 04:21:36.653 DEBUG [src.node.docker_mananger] Generated ports ['58812', '58813', '58814', '58815', '58816']
|
||||
2026-01-02 04:21:36.653 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:21:36.653 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:21:36.653 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:21:36.653 DEBUG [src.node.docker_mananger] docker run -i -t -p 58812:58812 -p 58813:58813 -p 58814:58814 -p 58815:58815 -p 58816:58816 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58814 --rest-port=58812 --tcp-port=58813 --discv5-udp-port=58815 --rest-address=0.0.0.0 --nat=extip:172.18.11.146 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cabefabfa8000218afb91ca02f0c61c75fbf805ebffaca79aa044b8d89678cce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58816 --metrics-logging=true --relay=true
|
||||
2026-01-02 04:21:36.828 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.11.146 waku 159d11cce01c9c4673173b81ebb3d7309d336a9cc3c5b32079a96be018522d56
|
||||
2026-01-02 04:21:36.859 DEBUG [src.node.docker_mananger] Container started with ID 159d11cce01c. Setting up logs at ./log/docker/node1_2026-01-02_04-21-36__4eacd7d7-c8f0-4ded-a766-b1251f600382__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:36.859 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58812
|
||||
2026-01-02 04:21:36.859 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:21:36.886 ERROR [src.node.docker_mananger] Max retries reached for container 2ec9508985b3. Exiting log stream.
|
||||
2026-01-02 04:21:37.446 ERROR [src.node.docker_mananger] Max retries reached for container 524a6fbd3523. Exiting log stream.
|
||||
2026-01-02 04:21:37.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58812/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:37.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:21:37.864 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:21:37.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58812/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:37.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.11.146/tcp/58813/p2p/16Uiu2HAmJfXk8o74TDuPqD6AcofqEmF9kSDQiPRhJR9xqcMTFwAV","/ip4/172.18.11.146/tcp/58814/ws/p2p/16Uiu2HAmJfXk8o74TDuPqD6AcofqEmF9kSDQiPRhJR9xqcMTFwAV"],"enrUri":"enr:-L24QDEhzBGNYVTX3aAM3_iWX6Il8Sg90BhIX2FAJZoHo6rsG79P_hD2E40KbUizmePE-nQwQ1HBQH3bobTcQIJq0ZICgmlkgnY0gmlwhKwSC5KKbXVsdGlhZGRyc5YACASsEguSBuW9AAoErBILkgblvt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWUmeZY7eRvVN6ZbHAYNmS8JTAbaLFDUFLrxwDh6rW86DdGNwguW9g3VkcILlv4V3YWt1MgE"}'
|
||||
2026-01-02 04:21:37.867 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:21:37.867 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:21:37.867 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:21:37.868 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:21:37.868 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.163
|
||||
2026-01-02 04:21:37.869 DEBUG [src.node.docker_mananger] Generated ports ['59582', '59583', '59584', '59585', '59586']
|
||||
2026-01-02 04:21:37.869 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:21:37.869 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:21:37.869 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:21:37.869 DEBUG [src.node.docker_mananger] docker run -i -t -p 59582:59582 -p 59583:59583 -p 59584:59584 -p 59585:59585 -p 59586:59586 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59584 --rest-port=59582 --tcp-port=59583 --discv5-udp-port=59585 --rest-address=0.0.0.0 --nat=extip:172.18.236.163 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=282dca55dc250376bdcd2193cdc039c80d19e4e6f2d7f5d2d4f9b4fafb2d92de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59586 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDEhzBGNYVTX3aAM3_iWX6Il8Sg90BhIX2FAJZoHo6rsG79P_hD2E40KbUizmePE-nQwQ1HBQH3bobTcQIJq0ZICgmlkgnY0gmlwhKwSC5KKbXVsdGlhZGRyc5YACASsEguSBuW9AAoErBILkgblvt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWUmeZY7eRvVN6ZbHAYNmS8JTAbaLFDUFLrxwDh6rW86DdGNwguW9g3VkcILlv4V3YWt1MgE
|
||||
2026-01-02 04:21:38.054 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.163 waku 78e31a8d2eadabdb3fd8aa4c8af879c158d7c7ce404c28794128f117f92d6515
|
||||
2026-01-02 04:21:38.087 DEBUG [src.node.docker_mananger] Container started with ID 78e31a8d2ead. Setting up logs at ./log/docker/node2_2026-01-02_04-21-36__4eacd7d7-c8f0-4ded-a766-b1251f600382__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:38.087 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59582
|
||||
2026-01-02 04:21:38.087 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:21:39.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:21:39.095 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:21:39.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.163/tcp/59583/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx","/ip4/172.18.236.163/tcp/59584/ws/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx"],"enrUri":"enr:-L24QIxYbPxPyrdPavILcHe1H-z5ro3YmYgI1BEhM0U0zQ2QAWJ_JfR7WJdB5KVkdxXb2_WVDo4Tp2ir9kVKJHt3rLUCgmlkgnY0gmlwhKwS7KOKbXVsdGlhZGRyc5YACASsEuyjBui_AAoErBLsowbowN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_DEbwi5qqEVMrdVx3wX37iwDPl43BK8u2OfxjH1ea4ODdGNwgui_g3VkcILowYV3YWt1MgE"}'
|
||||
2026-01-02 04:21:39.101 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:21:39.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58812/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:39.106 DEBUG [tests.rest_flags.test_admin_flags] Set log level (TRACE) -> status=200
|
||||
2026-01-02 04:21:39.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.163/tcp/59583/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx","/ip4/172.18.236.163/tcp/59584/ws/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx"],"enrUri":"enr:-L24QIxYbPxPyrdPavILcHe1H-z5ro3YmYgI1BEhM0U0zQ2QAWJ_JfR7WJdB5KVkdxXb2_WVDo4Tp2ir9kVKJHt3rLUCgmlkgnY0gmlwhKwS7KOKbXVsdGlhZGRyc5YACASsEuyjBui_AAoErBLsowbowN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_DEbwi5qqEVMrdVx3wX37iwDPl43BK8u2OfxjH1ea4ODdGNwgui_g3VkcILowYV3YWt1MgE"}'
|
||||
2026-01-02 04:21:39.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-125-gdafdee'
|
||||
2026-01-02 04:21:39.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58812/admin/v1/log-level/DEBUG" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:39.115 DEBUG [tests.rest_flags.test_admin_flags] Set log level (DEBUG) -> status=200
|
||||
2026-01-02 04:21:39.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.163/tcp/59583/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx","/ip4/172.18.236.163/tcp/59584/ws/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx"],"enrUri":"enr:-L24QIxYbPxPyrdPavILcHe1H-z5ro3YmYgI1BEhM0U0zQ2QAWJ_JfR7WJdB5KVkdxXb2_WVDo4Tp2ir9kVKJHt3rLUCgmlkgnY0gmlwhKwS7KOKbXVsdGlhZGRyc5YACASsEuyjBui_AAoErBLsowbowN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_DEbwi5qqEVMrdVx3wX37iwDPl43BK8u2OfxjH1ea4ODdGNwgui_g3VkcILowYV3YWt1MgE"}'
|
||||
2026-01-02 04:21:39.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-125-gdafdee'
|
||||
2026-01-02 04:21:39.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58812/admin/v1/log-level/INFO" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:39.122 DEBUG [tests.rest_flags.test_admin_flags] Set log level (INFO) -> status=200
|
||||
2026-01-02 04:21:39.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.163/tcp/59583/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx","/ip4/172.18.236.163/tcp/59584/ws/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx"],"enrUri":"enr:-L24QIxYbPxPyrdPavILcHe1H-z5ro3YmYgI1BEhM0U0zQ2QAWJ_JfR7WJdB5KVkdxXb2_WVDo4Tp2ir9kVKJHt3rLUCgmlkgnY0gmlwhKwS7KOKbXVsdGlhZGRyc5YACASsEuyjBui_AAoErBLsowbowN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_DEbwi5qqEVMrdVx3wX37iwDPl43BK8u2OfxjH1ea4ODdGNwgui_g3VkcILowYV3YWt1MgE"}'
|
||||
2026-01-02 04:21:39.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-125-gdafdee'
|
||||
2026-01-02 04:21:39.126 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58812/admin/v1/log-level/NOTICE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:39.128 DEBUG [tests.rest_flags.test_admin_flags] Set log level (NOTICE) -> status=200
|
||||
2026-01-02 04:21:39.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.163/tcp/59583/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx","/ip4/172.18.236.163/tcp/59584/ws/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx"],"enrUri":"enr:-L24QIxYbPxPyrdPavILcHe1H-z5ro3YmYgI1BEhM0U0zQ2QAWJ_JfR7WJdB5KVkdxXb2_WVDo4Tp2ir9kVKJHt3rLUCgmlkgnY0gmlwhKwS7KOKbXVsdGlhZGRyc5YACASsEuyjBui_AAoErBLsowbowN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_DEbwi5qqEVMrdVx3wX37iwDPl43BK8u2OfxjH1ea4ODdGNwgui_g3VkcILowYV3YWt1MgE"}'
|
||||
2026-01-02 04:21:39.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-125-gdafdee'
|
||||
2026-01-02 04:21:39.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58812/admin/v1/log-level/WARN" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:39.135 DEBUG [tests.rest_flags.test_admin_flags] Set log level (WARN) -> status=200
|
||||
2026-01-02 04:21:39.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.163/tcp/59583/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx","/ip4/172.18.236.163/tcp/59584/ws/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx"],"enrUri":"enr:-L24QIxYbPxPyrdPavILcHe1H-z5ro3YmYgI1BEhM0U0zQ2QAWJ_JfR7WJdB5KVkdxXb2_WVDo4Tp2ir9kVKJHt3rLUCgmlkgnY0gmlwhKwS7KOKbXVsdGlhZGRyc5YACASsEuyjBui_AAoErBLsowbowN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_DEbwi5qqEVMrdVx3wX37iwDPl43BK8u2OfxjH1ea4ODdGNwgui_g3VkcILowYV3YWt1MgE"}'
|
||||
2026-01-02 04:21:39.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-125-gdafdee'
|
||||
2026-01-02 04:21:39.139 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58812/admin/v1/log-level/ERROR" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:39.141 DEBUG [tests.rest_flags.test_admin_flags] Set log level (ERROR) -> status=200
|
||||
2026-01-02 04:21:39.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.163/tcp/59583/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx","/ip4/172.18.236.163/tcp/59584/ws/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx"],"enrUri":"enr:-L24QIxYbPxPyrdPavILcHe1H-z5ro3YmYgI1BEhM0U0zQ2QAWJ_JfR7WJdB5KVkdxXb2_WVDo4Tp2ir9kVKJHt3rLUCgmlkgnY0gmlwhKwS7KOKbXVsdGlhZGRyc5YACASsEuyjBui_AAoErBLsowbowN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_DEbwi5qqEVMrdVx3wX37iwDPl43BK8u2OfxjH1ea4ODdGNwgui_g3VkcILowYV3YWt1MgE"}'
|
||||
2026-01-02 04:21:39.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-125-gdafdee'
|
||||
2026-01-02 04:21:39.146 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58812/admin/v1/log-level/FATAL" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:39.148 DEBUG [tests.rest_flags.test_admin_flags] Set log level (FATAL) -> status=200
|
||||
2026-01-02 04:21:39.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.163/tcp/59583/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx","/ip4/172.18.236.163/tcp/59584/ws/p2p/16Uiu2HAmCQ89kBK9DtVPz4rcn3m9MdBw8o8twfHU92yePRWFxxmx"],"enrUri":"enr:-L24QIxYbPxPyrdPavILcHe1H-z5ro3YmYgI1BEhM0U0zQ2QAWJ_JfR7WJdB5KVkdxXb2_WVDo4Tp2ir9kVKJHt3rLUCgmlkgnY0gmlwhKwS7KOKbXVsdGlhZGRyc5YACASsEuyjBui_AAoErBLsowbowN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_DEbwi5qqEVMrdVx3wX37iwDPl43BK8u2OfxjH1ea4ODdGNwgui_g3VkcILowYV3YWt1MgE"}'
|
||||
2026-01-02 04:21:39.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59582/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-125-gdafdee'
|
||||
2026-01-02 04:21:39.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58812/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:39.154 DEBUG [tests.rest_flags.test_admin_flags] Restore default log level (TRACE) -> status=200
|
||||
2026-01-02 04:21:39.156 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:21:39.157 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:21:39.157 DEBUG [src.node.waku_node] Stopping container with id 159d11cce01c
|
||||
2026-01-02 04:21:39.656 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:21:39.657 DEBUG [src.node.waku_node] Stopping container with id 78e31a8d2ead
|
||||
2026-01-02 04:21:40.174 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:21:40.176 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:21:40.185 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:21:40.190 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
308
nim/1022/data/attachments/125a9abee6d4ea0e.txt
Normal file
308
nim/1022/data/attachments/125a9abee6d4ea0e.txt
Normal file
@ -0,0 +1,308 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_chain_of_relay_nodes with id: 2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node5_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node6_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node7_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node8_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node9_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node10_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.72.141
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64169', '64170', '64171', '64172', '64173']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 64169:64169 -p 64170:64170 -p 64171:64171 -p 64172:64172 -p 64173:64173 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64171 --rest-port=64169 --tcp-port=64170 --discv5-udp-port=64172 --rest-address=0.0.0.0 --nat=extip:172.18.72.141 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a05aca3fd1d5e8809e8f5a3fab9b9eed9cdfd6bc6a5de2add880bee37b1b2161 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64173 --metrics-logging=true --relay=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 869adba8f4d8. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.72.141 waku d8f8957c30b4e37bc7240ed1b63988d48d38092cc8bbf768f4aa4bd57e2a72d0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d8f8957c30b4. Setting up logs at ./log/docker/node1_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64169
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3afa88253e27. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64169/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64169/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.72.141/tcp/64170/p2p/16Uiu2HAkx5rWaTzWiPbLLxwFZ3wwuNciiZcPJZpSuAQaLgfWfmYF","/ip4/172.18.72.141/tcp/64171/ws/p2p/16Uiu2HAkx5rWaTzWiPbLLxwFZ3wwuNciiZcPJZpSuAQaLgfWfmYF"],"enrUri":"enr:-L24QBPEQFbuNZionDinRuqspyBrUXflJPIC3VrqBu3IsW3XVgXfIwm2TSLhMekYHmyCQo-2-XBPzcq7SHUwGq4jXbkCgmlkgnY0gmlwhKwSSI2KbXVsdGlhZGRyc5YACASsEkiNBvqqAAoErBJIjQb6q90DgnJzhQADAQAAiXNlY3AyNTZrMaECJ39aDZfXC6rbWtZYFSLDqYfzrMSuQoeOshRUDlevggSDdGNwgvqqg3VkcIL6rIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.210.211
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21303', '21304', '21305', '21306', '21307']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 21303:21303 -p 21304:21304 -p 21305:21305 -p 21306:21306 -p 21307:21307 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21305 --rest-port=21303 --tcp-port=21304 --discv5-udp-port=21306 --rest-address=0.0.0.0 --nat=extip:172.18.210.211 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0edbceccaf39cee1fac042f7b259daa1bea9a78acb13b9cf54aee6bdfca4ae7c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21307 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBPEQFbuNZionDinRuqspyBrUXflJPIC3VrqBu3IsW3XVgXfIwm2TSLhMekYHmyCQo-2-XBPzcq7SHUwGq4jXbkCgmlkgnY0gmlwhKwSSI2KbXVsdGlhZGRyc5YACASsEkiNBvqqAAoErBJIjQb6q90DgnJzhQADAQAAiXNlY3AyNTZrMaECJ39aDZfXC6rbWtZYFSLDqYfzrMSuQoeOshRUDlevggSDdGNwgvqqg3VkcIL6rIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.210.211 waku f476a6c4e54654a8e43de87da2ea4d9661cdf9debeb0da37782b7c56afd31d91
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f476a6c4e546. Setting up logs at ./log/docker/node2_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21303
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21303/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21303/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.211/tcp/21304/p2p/16Uiu2HAm3kjigPrcziD5wXTKjKBG6DWA4nnHdbqF6K7MoWwVb5pf","/ip4/172.18.210.211/tcp/21305/ws/p2p/16Uiu2HAm3kjigPrcziD5wXTKjKBG6DWA4nnHdbqF6K7MoWwVb5pf"],"enrUri":"enr:-L24QDs0hqoC4dQ5sDY34mlWYAtefPZRU6_aOEcRmFV7QSV9YyWaRoTMusvEErzULU8ALZROKaCCqldv_HpOtWHapTgCgmlkgnY0gmlwhKwS0tOKbXVsdGlhZGRyc5YACASsEtLTBlM4AAoErBLS0wZTOd0DgnJzhQADAQAAiXNlY3AyNTZrMaECe7_CS1HkjK7yXrKjdXaNfHIEDUcOL_7t7oFj4HOIzmyDdGNwglM4g3VkcIJTOoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.155.94
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64921', '64922', '64923', '64924', '64925']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 64921:64921 -p 64922:64922 -p 64923:64923 -p 64924:64924 -p 64925:64925 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64923 --rest-port=64921 --tcp-port=64922 --discv5-udp-port=64924 --rest-address=0.0.0.0 --nat=extip:172.18.155.94 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f99f5d8cb3babed0d8e4ff3735d5ffba67cea278fe78ebccbec9751da1800bf7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64925 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDs0hqoC4dQ5sDY34mlWYAtefPZRU6_aOEcRmFV7QSV9YyWaRoTMusvEErzULU8ALZROKaCCqldv_HpOtWHapTgCgmlkgnY0gmlwhKwS0tOKbXVsdGlhZGRyc5YACASsEtLTBlM4AAoErBLS0wZTOd0DgnJzhQADAQAAiXNlY3AyNTZrMaECe7_CS1HkjK7yXrKjdXaNfHIEDUcOL_7t7oFj4HOIzmyDdGNwglM4g3VkcIJTOoV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.155.94 waku b55eca4d3d05a9366e69a50fede1f6d5effc7fee82460cec674ec34eeaf6ac22
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b55eca4d3d05. Setting up logs at ./log/docker/node3_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64921
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64921/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64921/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.155.94/tcp/64922/p2p/16Uiu2HAmEbFQDjJCHNPRAnYtu2ygBtGKxNgLoCKDb5PHMANcTfgf","/ip4/172.18.155.94/tcp/64923/ws/p2p/16Uiu2HAmEbFQDjJCHNPRAnYtu2ygBtGKxNgLoCKDb5PHMANcTfgf"],"enrUri":"enr:-L24QCOGH454cGgCJhhZVlRe3VXUebcUgQzhTrCQer_kESI6cGizTgIT-6dinNejfM4gylg3RRtMqGN5z1wJZgJITzMCgmlkgnY0gmlwhKwSm16KbXVsdGlhZGRyc5YACASsEpteBv2aAAoErBKbXgb9m90DgnJzhQADAQAAiXNlY3AyNTZrMaEDHMIRfAKrSeNnuB3qxWUSjt0G8k3E3KazAXm5G6GASfSDdGNwgv2ag3VkcIL9nIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.66.126
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['15261', '15262', '15263', '15264', '15265']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 15261:15261 -p 15262:15262 -p 15263:15263 -p 15264:15264 -p 15265:15265 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15263 --rest-port=15261 --tcp-port=15262 --discv5-udp-port=15264 --rest-address=0.0.0.0 --nat=extip:172.18.66.126 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=af11accbea4a15f91cd0ad6dd0d9ab17c636c4eb9aef2ed76ab51ece3c4bc19c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15265 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCOGH454cGgCJhhZVlRe3VXUebcUgQzhTrCQer_kESI6cGizTgIT-6dinNejfM4gylg3RRtMqGN5z1wJZgJITzMCgmlkgnY0gmlwhKwSm16KbXVsdGlhZGRyc5YACASsEpteBv2aAAoErBKbXgb9m90DgnJzhQADAQAAiXNlY3AyNTZrMaEDHMIRfAKrSeNnuB3qxWUSjt0G8k3E3KazAXm5G6GASfSDdGNwgv2ag3VkcIL9nIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.66.126 waku 3c3d6cb900f025ac9a2598b1aade839dd6c58ca8cfac165a0624cca089ffa693
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3c3d6cb900f0. Setting up logs at ./log/docker/node4_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 15261
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15261/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.126/tcp/15262/p2p/16Uiu2HAmA7Tu1AmY8v8wNVTFi59vRU5p52Zrn7gE3ETd3ufBQady","/ip4/172.18.66.126/tcp/15263/ws/p2p/16Uiu2HAmA7Tu1AmY8v8wNVTFi59vRU5p52Zrn7gE3ETd3ufBQady"],"enrUri":"enr:-L24QJp0ruoiAe3oAakfK86dq9Q9oxdKGvtbUfPgLRX5LdBuUzcVi-sKkCaxZ2qBQ0aPfE9ADUkAEnMDtROzZnIfv-0CgmlkgnY0gmlwhKwSQn6KbXVsdGlhZGRyc5YACASsEkJ-BjueAAoErBJCfgY7n90DgnJzhQADAQAAiXNlY3AyNTZrMaEC2jUwAMs9aklFlmEmK4JdrMtrUFEm9UpdQShftgcu4fyDdGNwgjueg3VkcII7oIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.70.242
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['18284', '18285', '18286', '18287', '18288']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 18284:18284 -p 18285:18285 -p 18286:18286 -p 18287:18287 -p 18288:18288 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18286 --rest-port=18284 --tcp-port=18285 --discv5-udp-port=18287 --rest-address=0.0.0.0 --nat=extip:172.18.70.242 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=edd34b98ac5930e3fe7db2ad83fde18cc1ebab3e4b6ac9fd2bebeabd47079dea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18288 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJp0ruoiAe3oAakfK86dq9Q9oxdKGvtbUfPgLRX5LdBuUzcVi-sKkCaxZ2qBQ0aPfE9ADUkAEnMDtROzZnIfv-0CgmlkgnY0gmlwhKwSQn6KbXVsdGlhZGRyc5YACASsEkJ-BjueAAoErBJCfgY7n90DgnJzhQADAQAAiXNlY3AyNTZrMaEC2jUwAMs9aklFlmEmK4JdrMtrUFEm9UpdQShftgcu4fyDdGNwgjueg3VkcII7oIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.70.242 waku 825a9983169cf5df9341f37a6850d2654e2eaa52e9e6fd225bf5c53a970bea21
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 825a9983169c. Setting up logs at ./log/docker/node5_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 18284
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18284/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18284/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.70.242/tcp/18285/p2p/16Uiu2HAm2NgnibC3PNixK9jkiWBXRw34AcHfJfpZyfSUp8NXzH3u","/ip4/172.18.70.242/tcp/18286/ws/p2p/16Uiu2HAm2NgnibC3PNixK9jkiWBXRw34AcHfJfpZyfSUp8NXzH3u"],"enrUri":"enr:-L24QEodiCOr7IjQzMFOzap33KIQ0_l0uTo1KolgqCtjIrMJTzw9Fon5JxTyw7rAQfi5TScPU6G9LHLNOp8wR2Hen7UCgmlkgnY0gmlwhKwSRvKKbXVsdGlhZGRyc5YACASsEkbyBkdtAAoErBJG8gZHbt0DgnJzhQADAQAAiXNlY3AyNTZrMaECZz37GH3BI-6mc8Pi4luH4Sl5aKxNf4fYK67fz0ia6hCDdGNwgkdtg3VkcIJHb4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.211.122
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16821', '16822', '16823', '16824', '16825']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 16821:16821 -p 16822:16822 -p 16823:16823 -p 16824:16824 -p 16825:16825 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16823 --rest-port=16821 --tcp-port=16822 --discv5-udp-port=16824 --rest-address=0.0.0.0 --nat=extip:172.18.211.122 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cf756afbfddd67aefcaa3c2beecae7847b7eecfae69c2e33cfe49c882de8e456 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16825 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEodiCOr7IjQzMFOzap33KIQ0_l0uTo1KolgqCtjIrMJTzw9Fon5JxTyw7rAQfi5TScPU6G9LHLNOp8wR2Hen7UCgmlkgnY0gmlwhKwSRvKKbXVsdGlhZGRyc5YACASsEkbyBkdtAAoErBJG8gZHbt0DgnJzhQADAQAAiXNlY3AyNTZrMaECZz37GH3BI-6mc8Pi4luH4Sl5aKxNf4fYK67fz0ia6hCDdGNwgkdtg3VkcIJHb4V3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.211.122 waku fa8e1c55dcc10249b024db4c37f54f5a2b18a0ab98abae2fd99729778e5f2b03
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID fa8e1c55dcc1. Setting up logs at ./log/docker/node6_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16821
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16821/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16821/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.211.122/tcp/16822/p2p/16Uiu2HAmEUvUvHENNiPdLaQhMvRSqPVXVdCqHUonQTNyrseEhMBM","/ip4/172.18.211.122/tcp/16823/ws/p2p/16Uiu2HAmEUvUvHENNiPdLaQhMvRSqPVXVdCqHUonQTNyrseEhMBM"],"enrUri":"enr:-L24QDCyiznVjLkuGuiDvonA3otyGIotD6LD9eoFHW9ltuy-B2J0rnorPgGFiRTMiUWM_rxIawVyhBCE5u3K9FWxzwwCgmlkgnY0gmlwhKwS03qKbXVsdGlhZGRyc5YACASsEtN6BkG2AAoErBLTegZBt90DgnJzhQADAQAAiXNlY3AyNTZrMaEDGyMxEkOAkLjGZsKW5MwK24RT1VvxHst-bVK26tH7jliDdGNwgkG2g3VkcIJBuIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.133.235
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21029', '21030', '21031', '21032', '21033']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 21029:21029 -p 21030:21030 -p 21031:21031 -p 21032:21032 -p 21033:21033 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21031 --rest-port=21029 --tcp-port=21030 --discv5-udp-port=21032 --rest-address=0.0.0.0 --nat=extip:172.18.133.235 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=84d8f24a10e29dc0978d490ee9d6eacad67929b045bb702eeae60fc8742cceca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21033 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDCyiznVjLkuGuiDvonA3otyGIotD6LD9eoFHW9ltuy-B2J0rnorPgGFiRTMiUWM_rxIawVyhBCE5u3K9FWxzwwCgmlkgnY0gmlwhKwS03qKbXVsdGlhZGRyc5YACASsEtN6BkG2AAoErBLTegZBt90DgnJzhQADAQAAiXNlY3AyNTZrMaEDGyMxEkOAkLjGZsKW5MwK24RT1VvxHst-bVK26tH7jliDdGNwgkG2g3VkcIJBuIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.133.235 waku 40d4f1b18b451e44c4776b31dcae61cc2b4d3610d7aa03ce2f708f37657ff626
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 40d4f1b18b45. Setting up logs at ./log/docker/node7_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21029
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21029/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21029/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.133.235/tcp/21030/p2p/16Uiu2HAmJwh8GVUD7TqpzXKzNyN4NNcKjVdosAe4zfiGjJRrqV5A","/ip4/172.18.133.235/tcp/21031/ws/p2p/16Uiu2HAmJwh8GVUD7TqpzXKzNyN4NNcKjVdosAe4zfiGjJRrqV5A"],"enrUri":"enr:-L24QBdagBVj-e8kZLqZ7DO9SF2jDj2DVQ7CsDeUANI-gF9heACrvkevB2WaQHk_wZWpq2tZvhOEqHQZ7Q_3AlvDdbUCgmlkgnY0gmlwhKwSheuKbXVsdGlhZGRyc5YACASsEoXrBlImAAoErBKF6wZSJ90DgnJzhQADAQAAiXNlY3AyNTZrMaEDXW2E_T0z45BK58jYgwWQi-UGLxjVo3-VgHwVESdsy7GDdGNwglImg3VkcIJSKIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.155.34
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['27560', '27561', '27562', '27563', '27564']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 27560:27560 -p 27561:27561 -p 27562:27562 -p 27563:27563 -p 27564:27564 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27562 --rest-port=27560 --tcp-port=27561 --discv5-udp-port=27563 --rest-address=0.0.0.0 --nat=extip:172.18.155.34 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ffe341dcfb59bff741a8e2debf9ccfe6c1f9915755ec65faa21362fec7caadcb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27564 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBdagBVj-e8kZLqZ7DO9SF2jDj2DVQ7CsDeUANI-gF9heACrvkevB2WaQHk_wZWpq2tZvhOEqHQZ7Q_3AlvDdbUCgmlkgnY0gmlwhKwSheuKbXVsdGlhZGRyc5YACASsEoXrBlImAAoErBKF6wZSJ90DgnJzhQADAQAAiXNlY3AyNTZrMaEDXW2E_T0z45BK58jYgwWQi-UGLxjVo3-VgHwVESdsy7GDdGNwglImg3VkcIJSKIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.155.34 waku b0d61acfce782124ae33d6a6afee2c1ecdcd44af91ae3e69aebc3135a5f08e91
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b0d61acfce78. Setting up logs at ./log/docker/node8_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 27560
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27560/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27560/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.155.34/tcp/27561/p2p/16Uiu2HAmLBUMmnwaUDBR8HEL87wxneTvTD5yufypPwM4fyBSYGz9","/ip4/172.18.155.34/tcp/27562/ws/p2p/16Uiu2HAmLBUMmnwaUDBR8HEL87wxneTvTD5yufypPwM4fyBSYGz9"],"enrUri":"enr:-L24QO6iDGhFc6V3dGCSvbdUELLPdR30WD4QRMpSrkYHEGceLRTbOed06xC51v9971Y17KC3aYYkns8lI9qedAdnEHgCgmlkgnY0gmlwhKwSmyKKbXVsdGlhZGRyc5YACASsEpsiBmupAAoErBKbIgZrqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDb9Dm4XjHIXNa6ZVXYt-lElEIa8LzPhfVE9fbIIyxq7aDdGNwgmupg3VkcIJrq4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.3.123
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34945', '34946', '34947', '34948', '34949']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 34945:34945 -p 34946:34946 -p 34947:34947 -p 34948:34948 -p 34949:34949 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34947 --rest-port=34945 --tcp-port=34946 --discv5-udp-port=34948 --rest-address=0.0.0.0 --nat=extip:172.18.3.123 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2a0b4eaed65e7ef8e3daaad0fdda54ebcda8cd999dcc2ace65f60049bc8a091c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34949 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QO6iDGhFc6V3dGCSvbdUELLPdR30WD4QRMpSrkYHEGceLRTbOed06xC51v9971Y17KC3aYYkns8lI9qedAdnEHgCgmlkgnY0gmlwhKwSmyKKbXVsdGlhZGRyc5YACASsEpsiBmupAAoErBKbIgZrqt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDb9Dm4XjHIXNa6ZVXYt-lElEIa8LzPhfVE9fbIIyxq7aDdGNwgmupg3VkcIJrq4V3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.3.123 waku 08091397cb4b0c29611c4bdff17d3c003656fac0f5aa62a309e378c72eac701a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 08091397cb4b. Setting up logs at ./log/docker/node9_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34945
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34945/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34945/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.3.123/tcp/34946/p2p/16Uiu2HAmAire3MV71kzAFeFHxKuKXkXvYJEkc7BerN4uctbbSm5K","/ip4/172.18.3.123/tcp/34947/ws/p2p/16Uiu2HAmAire3MV71kzAFeFHxKuKXkXvYJEkc7BerN4uctbbSm5K"],"enrUri":"enr:-L24QAz0H5DCrbkXFk60s1Rz1QdUIoPyFdzsA3BOZ-lnNqvOczjgYPJAuip07svEoGOwddW6wpr2spwyN5HVHtqBFggCgmlkgnY0gmlwhKwSA3uKbXVsdGlhZGRyc5YACASsEgN7BoiCAAoErBIDewaIg90DgnJzhQADAQAAiXNlY3AyNTZrMaEC40Y69n2OK2TBKufSTvveVzesyu9h95mbhp8QHLLmiLKDdGNwgoiCg3VkcIKIhIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.179.13
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['57143', '57144', '57145', '57146', '57147']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 57143:57143 -p 57144:57144 -p 57145:57145 -p 57146:57146 -p 57147:57147 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57145 --rest-port=57143 --tcp-port=57144 --discv5-udp-port=57146 --rest-address=0.0.0.0 --nat=extip:172.18.179.13 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aa2dbcbf5c9133e3db419e2dd81cfd782b96a4a7926ecb9d62d3f3f07adfe040 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57147 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAz0H5DCrbkXFk60s1Rz1QdUIoPyFdzsA3BOZ-lnNqvOczjgYPJAuip07svEoGOwddW6wpr2spwyN5HVHtqBFggCgmlkgnY0gmlwhKwSA3uKbXVsdGlhZGRyc5YACASsEgN7BoiCAAoErBIDewaIg90DgnJzhQADAQAAiXNlY3AyNTZrMaEC40Y69n2OK2TBKufSTvveVzesyu9h95mbhp8QHLLmiLKDdGNwgoiCg3VkcIKIhIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.179.13 waku 2c5a4b3f36e658d0ac023fd8179289bfd80ffeaf8288cd6ffc3658d0b701f749
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2c5a4b3f36e6. Setting up logs at ./log/docker/node10_2026-01-02_04-17-40__18dfa50a-cba5-46ac-8523-2909437588ef__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 57143
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57143/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57143/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.179.13/tcp/57144/p2p/16Uiu2HAm7C8aSKotbGio36XfriHpe6Phv98GGVzgVvAVTqhXS9at","/ip4/172.18.179.13/tcp/57145/ws/p2p/16Uiu2HAm7C8aSKotbGio36XfriHpe6Phv98GGVzgVvAVTqhXS9at"],"enrUri":"enr:-L24QJ7XyTHOBHSkYI2wOrpxf33YrLH5wuqzMM-3zF0O2FQ-QmoJPyRjeN31wmsQ_x2JynnaJVQFx7F7o0nsrbhju3QCgmlkgnY0gmlwhKwSsw2KbXVsdGlhZGRyc5YACASsErMNBt84AAoErBKzDQbfOd0DgnJzhQADAQAAiXNlY3AyNTZrMaECrtQvena2wgmCPIRPfNbUuy-t_4NsTq9N_CpdEYB4zpWDdGNwgt84g3VkcILfOoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64169/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21303/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64921/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:15261/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:18284/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16821/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21029/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:27560/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34945/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:57143/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64169/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.70.242/tcp/18285/p2p/16Uiu2HAm2NgnibC3PNixK9jkiWBXRw34AcHfJfpZyfSUp8NXzH3u","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.210.211/tcp/53200/p2p/16Uiu2HAm3kjigPrcziD5wXTKjKBG6DWA4nnHdbqF6K7MoWwVb5pf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.155.94/tcp/64922/p2p/16Uiu2HAmEbFQDjJCHNPRAnYtu2ygBtGKxNgLoCKDb5PHMANcTfgf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.66.126/tcp/15262/p2p/16Uiu2HAmA7Tu1AmY8v8wNVTFi59vRU5p52Zrn7gE3ETd3ufBQady","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21303/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.70.242/tcp/18285/p2p/16Uiu2HAm2NgnibC3PNixK9jkiWBXRw34AcHfJfpZyfSUp8NXzH3u","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.72.141/tcp/64170/p2p/16Uiu2HAkx5rWaTzWiPbLLxwFZ3wwuNciiZcPJZpSuAQaLgfWfmYF","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.155.94/tcp/40568/p2p/16Uiu2HAmEbFQDjJCHNPRAnYtu2ygBtGKxNgLoCKDb5PHMANcTfgf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.66.126/tcp/15262/p2p/16Uiu2HAmA7Tu1AmY8v8wNVTFi59vRU5p52Zrn7gE3ETd3ufBQady","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.211.122/tcp/16822/p2p/16Uiu2HAmEUvUvHENNiPdLaQhMvRSqPVXVdCqHUonQTNyrseEhMBM","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64921/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.70.242/tcp/18285/p2p/16Uiu2HAm2NgnibC3PNixK9jkiWBXRw34AcHfJfpZyfSUp8NXzH3u","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.210.211/tcp/21304/p2p/16Uiu2HAm3kjigPrcziD5wXTKjKBG6DWA4nnHdbqF6K7MoWwVb5pf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.72.141/tcp/55622/p2p/16Uiu2HAkx5rWaTzWiPbLLxwFZ3wwuNciiZcPJZpSuAQaLgfWfmYF","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.66.126/tcp/35616/p2p/16Uiu2HAmA7Tu1AmY8v8wNVTFi59vRU5p52Zrn7gE3ETd3ufBQady","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.211.122/tcp/16822/p2p/16Uiu2HAmEUvUvHENNiPdLaQhMvRSqPVXVdCqHUonQTNyrseEhMBM","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15261/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.70.242/tcp/44412/p2p/16Uiu2HAm2NgnibC3PNixK9jkiWBXRw34AcHfJfpZyfSUp8NXzH3u","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.210.211/tcp/37386/p2p/16Uiu2HAm3kjigPrcziD5wXTKjKBG6DWA4nnHdbqF6K7MoWwVb5pf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.72.141/tcp/53596/p2p/16Uiu2HAkx5rWaTzWiPbLLxwFZ3wwuNciiZcPJZpSuAQaLgfWfmYF","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.155.94/tcp/64922/p2p/16Uiu2HAmEbFQDjJCHNPRAnYtu2ygBtGKxNgLoCKDb5PHMANcTfgf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18284/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.210.211/tcp/40716/p2p/16Uiu2HAm3kjigPrcziD5wXTKjKBG6DWA4nnHdbqF6K7MoWwVb5pf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.72.141/tcp/56316/p2p/16Uiu2HAkx5rWaTzWiPbLLxwFZ3wwuNciiZcPJZpSuAQaLgfWfmYF","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.155.94/tcp/56008/p2p/16Uiu2HAmEbFQDjJCHNPRAnYtu2ygBtGKxNgLoCKDb5PHMANcTfgf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.66.126/tcp/15262/p2p/16Uiu2HAmA7Tu1AmY8v8wNVTFi59vRU5p52Zrn7gE3ETd3ufBQady","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.211.122/tcp/34706/p2p/16Uiu2HAmEUvUvHENNiPdLaQhMvRSqPVXVdCqHUonQTNyrseEhMBM","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16821/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.70.242/tcp/18285/p2p/16Uiu2HAm2NgnibC3PNixK9jkiWBXRw34AcHfJfpZyfSUp8NXzH3u","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.210.211/tcp/54764/p2p/16Uiu2HAm3kjigPrcziD5wXTKjKBG6DWA4nnHdbqF6K7MoWwVb5pf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.155.94/tcp/46570/p2p/16Uiu2HAmEbFQDjJCHNPRAnYtu2ygBtGKxNgLoCKDb5PHMANcTfgf","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.133.235/tcp/57332/p2p/16Uiu2HAmJwh8GVUD7TqpzXKzNyN4NNcKjVdosAe4zfiGjJRrqV5A","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21029/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.155.34/tcp/53836/p2p/16Uiu2HAmLBUMmnwaUDBR8HEL87wxneTvTD5yufypPwM4fyBSYGz9","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.211.122/tcp/16822/p2p/16Uiu2HAmEUvUvHENNiPdLaQhMvRSqPVXVdCqHUonQTNyrseEhMBM","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27560/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.3.123/tcp/33916/p2p/16Uiu2HAmAire3MV71kzAFeFHxKuKXkXvYJEkc7BerN4uctbbSm5K","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.133.235/tcp/21030/p2p/16Uiu2HAmJwh8GVUD7TqpzXKzNyN4NNcKjVdosAe4zfiGjJRrqV5A","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34945/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.155.34/tcp/27561/p2p/16Uiu2HAmLBUMmnwaUDBR8HEL87wxneTvTD5yufypPwM4fyBSYGz9","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"},{"multiaddr":"/ip4/172.18.179.13/tcp/56320/p2p/16Uiu2HAm7C8aSKotbGio36XfriHpe6Phv98GGVzgVvAVTqhXS9at","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57143/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.3.123/tcp/34946/p2p/16Uiu2HAmAire3MV71kzAFeFHxKuKXkXvYJEkc7BerN4uctbbSm5K","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 30 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64169/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57143/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1767327503628433016,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d8f8957c30b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id f476a6c4e546
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b55eca4d3d05
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d8f8957c30b4. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 3c3d6cb900f0
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f476a6c4e546. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 825a9983169c
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b55eca4d3d05. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id fa8e1c55dcc1
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3c3d6cb900f0. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 40d4f1b18b45
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 825a9983169c. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0d61acfce78
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container fa8e1c55dcc1. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 08091397cb4b
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 40d4f1b18b45. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 2c5a4b3f36e6
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b0d61acfce78. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 08091397cb4b. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
216
nim/1022/data/attachments/125f07074af3c7e6.txt
Normal file
216
nim/1022/data/attachments/125f07074af3c7e6.txt
Normal file
@ -0,0 +1,216 @@
|
||||
2026-01-02 04:30:50.181 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:30:50.181 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_content_topics_one_by_one with id: 2026-01-02_04-30-50__b509bc3a-0a38-46a1-9c10-e21e797564d0
|
||||
2026-01-02 04:30:50.181 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:30:50.182 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:30:50.182 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-02 04:30:50.188 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:30:50.189 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-30-50__b509bc3a-0a38-46a1-9c10-e21e797564d0__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:30:50.189 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:30:50.189 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:30:50.190 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:30:50.190 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.130.74
|
||||
2026-01-02 04:30:50.190 DEBUG [src.node.docker_mananger] Generated ports ['29008', '29009', '29010', '29011', '29012']
|
||||
2026-01-02 04:30:50.191 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:30:50.191 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:30:50.191 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:30:50.191 DEBUG [src.node.docker_mananger] docker run -i -t -p 29008:29008 -p 29009:29009 -p 29010:29010 -p 29011:29011 -p 29012:29012 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29010 --rest-port=29008 --tcp-port=29009 --discv5-udp-port=29011 --rest-address=0.0.0.0 --nat=extip:172.18.130.74 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0aa76332cc1dcdccd4eec18b3e6ccbf174b3bcb44af4295dee2b6b64a1c58ea6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29012 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-01-02 04:30:50.385 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.130.74 waku d933de0dabcaa2506e993204924081ab31b032a767fb08df943e2902d435ade8
|
||||
2026-01-02 04:30:50.419 DEBUG [src.node.docker_mananger] Container started with ID d933de0dabca. Setting up logs at ./log/docker/node1_2026-01-02_04-30-50__b509bc3a-0a38-46a1-9c10-e21e797564d0__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:30:50.420 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29008
|
||||
2026-01-02 04:30:50.420 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:30:50.456 ERROR [src.node.docker_mananger] Max retries reached for container 9c499abdc63c. Exiting log stream.
|
||||
2026-01-02 04:30:50.987 ERROR [src.node.docker_mananger] Max retries reached for container 8a01b92719f6. Exiting log stream.
|
||||
2026-01-02 04:30:51.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:51.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:30:51.424 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:30:51.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:51.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.130.74/tcp/29009/p2p/16Uiu2HAm1c8TMov62Txm9piaphUNjBJDMRbQfAZeruvc9bTqwXHQ","/ip4/172.18.130.74/tcp/29010/ws/p2p/16Uiu2HAm1c8TMov62Txm9piaphUNjBJDMRbQfAZeruvc9bTqwXHQ"],"enrUri":"enr:-L24QBr-yqqoVOiSc2KP6ykNFgBs8VLL_nbtXKjqZcZlCZO6AET0oec2S4uxhTkFRUR7kJzxe2gwqT0C_KCVhISqfLACgmlkgnY0gmlwhKwSgkqKbXVsdGlhZGRyc5YACASsEoJKBnFRAAoErBKCSgZxUt0DgnJzhQACAQAAiXNlY3AyNTZrMaECW9Pdhu6L-gLfYOrC4CFN6wJT7lZQxpigfRObd1tRbR-DdGNwgnFRg3VkcIJxU4V3YWt1MgU"}'
|
||||
2026-01-02 04:30:51.426 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:30:51.433 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:30:51.433 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-30-50__b509bc3a-0a38-46a1-9c10-e21e797564d0__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:30:51.433 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:30:51.433 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:30:51.434 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:30:51.434 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.242.113
|
||||
2026-01-02 04:30:51.434 DEBUG [src.node.docker_mananger] Generated ports ['21835', '21836', '21837', '21838', '21839']
|
||||
2026-01-02 04:30:51.435 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:30:51.435 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:30:51.435 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:30:51.435 DEBUG [src.node.docker_mananger] docker run -i -t -p 21835:21835 -p 21836:21836 -p 21837:21837 -p 21838:21838 -p 21839:21839 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21837 --rest-port=21835 --tcp-port=21836 --discv5-udp-port=21838 --rest-address=0.0.0.0 --nat=extip:172.18.242.113 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f7dedad4bda85b41dc1adb6f2c28f5c8f010fedc88c041e39c7362c88cf5de0a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21839 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBr-yqqoVOiSc2KP6ykNFgBs8VLL_nbtXKjqZcZlCZO6AET0oec2S4uxhTkFRUR7kJzxe2gwqT0C_KCVhISqfLACgmlkgnY0gmlwhKwSgkqKbXVsdGlhZGRyc5YACASsEoJKBnFRAAoErBKCSgZxUt0DgnJzhQACAQAAiXNlY3AyNTZrMaECW9Pdhu6L-gLfYOrC4CFN6wJT7lZQxpigfRObd1tRbR-DdGNwgnFRg3VkcIJxU4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-01-02 04:30:51.626 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.242.113 waku e96702086477bc47c5d2d1595be8361d6eb32949539b661867b9a3ee3b64710a
|
||||
2026-01-02 04:30:51.658 DEBUG [src.node.docker_mananger] Container started with ID e96702086477. Setting up logs at ./log/docker/node2_2026-01-02_04-30-50__b509bc3a-0a38-46a1-9c10-e21e797564d0__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:30:51.658 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21835
|
||||
2026-01-02 04:30:51.658 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:30:52.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21835/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:52.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:30:52.672 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:30:52.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21835/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:52.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.242.113/tcp/21836/p2p/16Uiu2HAmQGvEau1f836koU6g5B3t9WkTfgMEYz73vJEAjDtZ6w8B","/ip4/172.18.242.113/tcp/21837/ws/p2p/16Uiu2HAmQGvEau1f836koU6g5B3t9WkTfgMEYz73vJEAjDtZ6w8B"],"enrUri":"enr:-L24QLcra-eTLJ3qXnR2pJSG3na9-BR-6oLM0MNSEBY1CFUrCYcut1h8Tpp9DJIPg4AkHIlyIduPaWWuGfY6DNpHpHECgmlkgnY0gmlwhKwS8nGKbXVsdGlhZGRyc5YACASsEvJxBlVMAAoErBLycQZVTd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDrKTP0d4m-QTnVVnbj8l-ivE1CT2yMxKyEHRHYn8-ZeCDdGNwglVMg3VkcIJVToV3YWt1MgE"}'
|
||||
2026-01-02 04:30:52.679 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:30:52.680 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21835/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.130.74/tcp/29009/p2p/16Uiu2HAm1c8TMov62Txm9piaphUNjBJDMRbQfAZeruvc9bTqwXHQ"]'
|
||||
2026-01-02 04:30:52.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:52.683 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2026-01-02 04:30:52.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:52.690 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21835/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2026-01-02 04:30:52.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:52.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:52.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:52.715 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:52.816 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:52.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:52.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328252704506432,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:52.820 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:52.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21835/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:52.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328252704506432,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:52.824 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:52.828 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:52.829 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:52.929 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:52.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:52.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1767328252824425286,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:52.933 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:52.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21835/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:52.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1767328252824425286,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:52.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:52.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:52.942 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:53.042 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.045 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1767328252937409513,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:53.046 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21835/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1767328252937409513,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:53.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:53.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.054 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:53.155 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1767328253050245661,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:53.160 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21835/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1767328253050245661,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:53.164 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:53.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.168 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:53.269 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1767328253164132266,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:53.273 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21835/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1767328253164132266,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:53.277 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:53.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.282 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:53.382 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1767328253277208594,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:53.386 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21835/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1767328253277208594,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:53.390 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:53.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.396 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:53.497 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1767328253390481477,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:53.501 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21835/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1767328253390481477,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:53.505 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:53.510 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.511 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:53.611 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1767328253505561761,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:53.615 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21835/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1767328253505561761,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:30:53.619 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:29008/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-01-02 04:30:53.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.624 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:21835/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-01-02 04:30:53.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.629 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:29008/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
2026-01-02 04:30:53.633 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.633 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:21835/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
2026-01-02 04:30:53.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.639 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:29008/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
2026-01-02 04:30:53.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.644 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:21835/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
2026-01-02 04:30:53.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.649 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:29008/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2026-01-02 04:30:53.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.655 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:21835/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2026-01-02 04:30:53.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.660 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:29008/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
||||
2026-01-02 04:30:53.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.666 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:21835/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
||||
2026-01-02 04:30:53.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.671 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:29008/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2026-01-02 04:30:53.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.675 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:21835/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2026-01-02 04:30:53.679 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.680 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:29008/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
2026-01-02 04:30:53.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.685 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:21835/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
2026-01-02 04:30:53.688 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.689 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:29008/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
||||
2026-01-02 04:30:53.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.694 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:21835/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
||||
2026-01-02 04:30:53.698 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:53.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.702 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:53.803 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.805 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:29008/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto. Response content: b'/myapp/1/latest/proto'
|
||||
2026-01-02 04:30:53.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:53.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.810 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:53.910 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:53.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:53.913 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:29008/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js. Response content: b'/waku/2/content/test.js'
|
||||
2026-01-02 04:30:53.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:53.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:53.917 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:54.017 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:54.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:54.019 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:29008/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding. Response content: b'/app/22/sometopic/someencoding'
|
||||
2026-01-02 04:30:54.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:54.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:54.024 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:54.124 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:54.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:54.127 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:29008/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
|
||||
2026-01-02 04:30:54.128 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:54.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:54.131 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:54.231 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:54.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:54.234 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:29008/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor. Response content: b'/statusim/1/community/cbor'
|
||||
2026-01-02 04:30:54.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:54.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:54.238 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:54.338 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:54.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:54.341 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:29008/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding. Response content: b'/app/27/sometopic/someencoding'
|
||||
2026-01-02 04:30:54.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:54.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:54.345 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:54.445 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:54.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:54.448 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:29008/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding. Response content: b'/app/29/sometopic/someencoding'
|
||||
2026-01-02 04:30:54.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29008/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:30:54.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:30:54.452 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:30:54.552 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:30:54.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29008/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:30:54.555 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:29008/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding. Response content: b'/app/20/sometopic/someencoding'
|
||||
2026-01-02 04:30:54.557 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:30:54.558 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:30:54.559 DEBUG [src.node.waku_node] Stopping container with id d933de0dabca
|
||||
2026-01-02 04:30:55.141 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:30:55.143 DEBUG [src.node.waku_node] Stopping container with id e96702086477
|
||||
2026-01-02 04:30:55.725 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:30:55.726 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:30:55.750 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:30:55.763 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
862
nim/1022/data/attachments/1276210f0287b63b.txt
Normal file
862
nim/1022/data/attachments/1276210f0287b63b.txt
Normal file
@ -0,0 +1,862 @@
|
||||
2026-01-02 04:21:12.077 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:21:12.077 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_payloads with id: 2026-01-02_04-21-12__a6c0f48c-1187-462e-b735-4842dc9dde30
|
||||
2026-01-02 04:21:12.078 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:21:12.078 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-02 04:21:12.085 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:21:12.085 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-21-12__a6c0f48c-1187-462e-b735-4842dc9dde30__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:12.085 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:21:12.085 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:21:12.086 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:21:12.087 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.157.183
|
||||
2026-01-02 04:21:12.087 DEBUG [src.node.docker_mananger] Generated ports ['61833', '61834', '61835', '61836', '61837']
|
||||
2026-01-02 04:21:12.087 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:21:12.087 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:21:12.087 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:21:12.087 DEBUG [src.node.docker_mananger] docker run -i -t -p 61833:61833 -p 61834:61834 -p 61835:61835 -p 61836:61836 -p 61837:61837 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61835 --rest-port=61833 --tcp-port=61834 --discv5-udp-port=61836 --rest-address=0.0.0.0 --nat=extip:172.18.157.183 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1d8fe889abdfeba1d5deb1aeaab5c9b525d15b4cf55d14c89b80fb2d38a2cad0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61837 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-01-02 04:21:12.255 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.157.183 waku 5cbd9b404365925d78db42f8c41b380bee468bb32dcd9ae30fd89a9033c12670
|
||||
2026-01-02 04:21:12.287 DEBUG [src.node.docker_mananger] Container started with ID 5cbd9b404365. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-21-12__a6c0f48c-1187-462e-b735-4842dc9dde30__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:12.288 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61833
|
||||
2026-01-02 04:21:12.289 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:21:13.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:13.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:21:13.292 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:21:13.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61833/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:13.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.157.183/tcp/61834/p2p/16Uiu2HAmSevorg3np3kYx1G7oHCYQ3mEpuSZjkttvocz4WqNsbtY","/ip4/172.18.157.183/tcp/61835/ws/p2p/16Uiu2HAmSevorg3np3kYx1G7oHCYQ3mEpuSZjkttvocz4WqNsbtY"],"enrUri":"enr:-L24QN-gUlM8i8UiVyEVT81gA4l0N2aBtB8Qxq9RwI5PuqoPHxq93IzSFQ0uSfR4FQgDHNvQIHKH7t0-6TXFEk0Y7x8CgmlkgnY0gmlwhKwSnbeKbXVsdGlhZGRyc5YACASsEp23BvGKAAoErBKdtwbxi90DgnJzhQADAQAAiXNlY3AyNTZrMaEDz_-csXGE11taRG-KFDoJY4-MT7yHgBP2u3WbLZKjUlWDdGNwgvGKg3VkcILxjIV3YWt1Mgk"}'
|
||||
2026-01-02 04:21:13.295 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:21:13.301 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:21:13.302 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-02_04-21-12__a6c0f48c-1187-462e-b735-4842dc9dde30__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:13.302 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:21:13.302 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:21:13.303 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:21:13.303 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.75.110
|
||||
2026-01-02 04:21:13.303 DEBUG [src.node.docker_mananger] Generated ports ['51676', '51677', '51678', '51679', '51680']
|
||||
2026-01-02 04:21:13.304 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:21:13.304 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:21:13.304 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:21:13.304 DEBUG [src.node.docker_mananger] docker run -i -t -p 51676:51676 -p 51677:51677 -p 51678:51678 -p 51679:51679 -p 51680:51680 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51678 --rest-port=51676 --tcp-port=51677 --discv5-udp-port=51679 --rest-address=0.0.0.0 --nat=extip:172.18.75.110 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=63f1f4cea233d1ccfcde2ce1520aec7a5c655e525bef749eebcaf53cf22f1eea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51680 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-01-02 04:21:13.469 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.75.110 waku 26f762fd5ba7654a3cbc61d4af245863ddeae29ca8642361f15fc7151cd2ce07
|
||||
2026-01-02 04:21:13.498 DEBUG [src.node.docker_mananger] Container started with ID 26f762fd5ba7. Setting up logs at ./log/docker/receiving_node2_2026-01-02_04-21-12__a6c0f48c-1187-462e-b735-4842dc9dde30__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:13.499 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51676
|
||||
2026-01-02 04:21:13.500 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:21:14.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51676/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:14.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:21:14.504 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:21:14.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51676/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:14.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.75.110/tcp/51677/p2p/16Uiu2HAmS9CdVxQsz44UT5Jaj1HUXSRGrymNvNeSKEt4TqH4LTeZ","/ip4/172.18.75.110/tcp/51678/ws/p2p/16Uiu2HAmS9CdVxQsz44UT5Jaj1HUXSRGrymNvNeSKEt4TqH4LTeZ"],"enrUri":"enr:-L24QARWW0eXeB05pF3-kZEzjVGx_yaJ_-PT0ZuCxEY41Dl0d6tDyjZtKTs0gm5amYfFVcz-hO7aCE6DXWnZyB0gLkECgmlkgnY0gmlwhKwSS26KbXVsdGlhZGRyc5YACASsEktuBsndAAoErBJLbgbJ3t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyGITwHVip4144dyYdlI0a_hYvFv7vNf9eYk3VdtpklKDdGNwgsndg3VkcILJ34V3YWt1MgE"}'
|
||||
2026-01-02 04:21:14.507 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:21:14.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51676/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.157.183/tcp/61834/p2p/16Uiu2HAmSevorg3np3kYx1G7oHCYQ3mEpuSZjkttvocz4WqNsbtY"]'
|
||||
2026-01-02 04:21:14.537 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:14.546 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:21:14.546 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-21-12__a6c0f48c-1187-462e-b735-4842dc9dde30__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:14.546 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:21:14.546 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:21:14.572 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:21:14.573 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.39.130
|
||||
2026-01-02 04:21:14.573 DEBUG [src.node.docker_mananger] Generated ports ['23643', '23644', '23645', '23646', '23647']
|
||||
2026-01-02 04:21:14.573 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:21:14.573 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:21:14.573 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:21:14.573 DEBUG [src.node.docker_mananger] docker run -i -t -p 23643:23643 -p 23644:23644 -p 23645:23645 -p 23646:23646 -p 23647:23647 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23645 --rest-port=23643 --tcp-port=23644 --discv5-udp-port=23646 --rest-address=0.0.0.0 --nat=extip:172.18.39.130 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1e6e1acf4b1ad5dfa8cd47f9886e852c3a3abd43cca049e85e138def4d29411b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23647 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QN-gUlM8i8UiVyEVT81gA4l0N2aBtB8Qxq9RwI5PuqoPHxq93IzSFQ0uSfR4FQgDHNvQIHKH7t0-6TXFEk0Y7x8CgmlkgnY0gmlwhKwSnbeKbXVsdGlhZGRyc5YACASsEp23BvGKAAoErBKdtwbxi90DgnJzhQADAQAAiXNlY3AyNTZrMaEDz_-csXGE11taRG-KFDoJY4-MT7yHgBP2u3WbLZKjUlWDdGNwgvGKg3VkcILxjIV3YWt1Mgk --lightpushnode=/ip4/172.18.157.183/tcp/61834/p2p/16Uiu2HAmSevorg3np3kYx1G7oHCYQ3mEpuSZjkttvocz4WqNsbtY --lightpush=true --relay=false
|
||||
2026-01-02 04:21:14.724 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.39.130 waku 6b21ece10c8a77cfd50ce437e5827493161e8473e16c7dbfa045525a4a86f34c
|
||||
2026-01-02 04:21:14.750 DEBUG [src.node.docker_mananger] Container started with ID 6b21ece10c8a. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-21-12__a6c0f48c-1187-462e-b735-4842dc9dde30__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:14.752 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23643
|
||||
2026-01-02 04:21:14.752 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:21:15.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:15.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:15.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:16.005 ERROR [src.node.docker_mananger] Max retries reached for container 6b21ece10c8a. Exiting log stream.
|
||||
2026-01-02 04:21:16.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:16.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:16.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:16.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:16.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:16.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:16.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:16.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:16.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:16.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:17.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:17.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:17.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:17.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:17.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:17.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:17.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:17.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:17.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:17.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:18.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:18.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:18.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:18.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:18.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:18.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:18.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:18.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:18.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:18.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:19.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:19.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:19.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:19.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:19.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:19.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:19.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:19.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:19.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:20.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:20.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:20.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:20.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:20.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:20.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:20.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:20.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:20.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:20.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:21.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:21.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:21.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:21.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:21.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:21.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:21.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:21.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:21.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:21.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:22.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:22.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:22.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:22.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:22.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:22.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:22.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:22.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:22.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:22.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:23.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:23.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:23.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:23.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:23.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:23.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:23.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:23.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:23.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:23.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:24.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:24.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:24.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:24.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:24.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:24.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:24.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:24.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:24.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:24.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:25.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:25.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:25.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:25.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:25.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:25.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:25.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:25.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:25.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:25.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:26.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:26.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:26.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:26.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:26.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:26.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:26.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:26.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:26.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:27.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:27.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:27.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:27.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:27.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:27.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:27.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:27.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:27.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:27.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:28.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:28.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:28.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:28.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:28.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:28.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:28.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:28.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:28.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:28.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:29.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:29.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:29.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:29.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:29.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:29.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:29.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:29.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:29.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:29.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:30.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:30.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:30.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:30.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:30.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:30.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:30.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:30.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:30.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:30.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:31.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:31.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:31.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:31.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:31.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:31.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:31.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:31.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:31.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:31.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:32.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:32.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:32.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:32.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:32.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:32.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:32.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:32.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:32.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:32.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:33.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:33.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:33.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:33.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:33.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:33.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:33.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:33.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:33.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:34.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:34.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:34.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:34.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:34.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:34.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:34.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:34.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:34.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:34.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:35.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:35.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:35.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:35.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:35.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:35.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:35.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:35.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:35.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23643/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:35.836 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=23643): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f749d29aab0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:21:35.937 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:21:35.937 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:21:35.938 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:21:35.938 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.108.36
|
||||
2026-01-02 04:21:35.939 DEBUG [src.node.docker_mananger] Generated ports ['40888', '40889', '40890', '40891', '40892']
|
||||
2026-01-02 04:21:35.939 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:21:35.939 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:21:35.939 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:21:35.939 DEBUG [src.node.docker_mananger] docker run -i -t -p 40888:40888 -p 40889:40889 -p 40890:40890 -p 40891:40891 -p 40892:40892 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40890 --rest-port=40888 --tcp-port=40889 --discv5-udp-port=40891 --rest-address=0.0.0.0 --nat=extip:172.18.108.36 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cec274bc6d7a0f3bcdec1aa35474cb6ed5b791ca3951c9daf7ccb7c1e1b1e835 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40892 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QN-gUlM8i8UiVyEVT81gA4l0N2aBtB8Qxq9RwI5PuqoPHxq93IzSFQ0uSfR4FQgDHNvQIHKH7t0-6TXFEk0Y7x8CgmlkgnY0gmlwhKwSnbeKbXVsdGlhZGRyc5YACASsEp23BvGKAAoErBKdtwbxi90DgnJzhQADAQAAiXNlY3AyNTZrMaEDz_-csXGE11taRG-KFDoJY4-MT7yHgBP2u3WbLZKjUlWDdGNwgvGKg3VkcILxjIV3YWt1Mgk --lightpushnode=/ip4/172.18.157.183/tcp/61834/p2p/16Uiu2HAmSevorg3np3kYx1G7oHCYQ3mEpuSZjkttvocz4WqNsbtY --lightpush=true --relay=false
|
||||
2026-01-02 04:21:36.100 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.108.36 waku 24c68118ea5b1860b9a0e6f35bd26c3e36d9714f43db25a52bbcd052462bc999
|
||||
2026-01-02 04:21:36.126 DEBUG [src.node.docker_mananger] Container started with ID 24c68118ea5b. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-21-12__a6c0f48c-1187-462e-b735-4842dc9dde30__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:36.127 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40888
|
||||
2026-01-02 04:21:36.127 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:21:37.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:37.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:37.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:37.407 ERROR [src.node.docker_mananger] Max retries reached for container 24c68118ea5b. Exiting log stream.
|
||||
2026-01-02 04:21:37.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:37.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:37.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:37.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:37.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:37.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:38.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:38.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:38.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:38.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:38.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:38.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:38.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:38.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:38.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:38.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:39.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:40.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:40.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:40.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:40.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:40.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:40.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:40.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:40.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:40.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:40.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:41.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:41.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:41.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:41.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:41.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:41.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:41.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:41.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:41.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:41.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:42.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:42.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:42.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:42.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:42.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:42.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:42.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:42.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:42.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:43.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:43.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:43.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:43.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:43.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:43.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:43.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:43.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:43.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:43.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:44.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:44.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:44.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:44.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:44.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:44.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:44.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:44.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:44.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:44.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:45.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:45.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:45.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:45.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:45.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:45.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:45.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:45.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:45.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:45.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:46.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:46.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:46.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:46.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:46.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:46.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:46.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:46.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:46.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:46.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:47.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:47.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:47.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:47.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:47.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:47.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:47.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:47.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:47.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:47.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:48.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:48.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:48.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:48.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:48.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:48.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:48.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:48.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:48.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:48.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:49.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:49.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:49.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:49.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:49.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:49.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:49.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:49.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:49.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:50.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:50.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:50.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:50.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:50.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:50.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:50.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:50.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:50.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:50.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:51.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:52.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:52.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:52.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:52.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:52.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:52.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:52.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:52.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:52.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:52.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:53.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:53.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:53.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:53.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:53.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:53.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:53.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:53.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:53.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:53.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:54.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:54.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:54.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:54.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:54.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:54.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:54.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:54.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:54.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:54.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:55.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:55.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:55.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:55.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:55.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:55.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:55.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:55.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:55.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:55.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:56.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:56.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:56.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:56.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:56.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:56.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:56.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:56.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:56.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:57.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:57.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:57.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:57.210 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=40888): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f749d503d40>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:21:57.310 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:21:57.311 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:21:57.312 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:21:57.312 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.139.119
|
||||
2026-01-02 04:21:57.312 DEBUG [src.node.docker_mananger] Generated ports ['16645', '16646', '16647', '16648', '16649']
|
||||
2026-01-02 04:21:57.313 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:21:57.313 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:21:57.313 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:21:57.313 DEBUG [src.node.docker_mananger] docker run -i -t -p 16645:16645 -p 16646:16646 -p 16647:16647 -p 16648:16648 -p 16649:16649 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16647 --rest-port=16645 --tcp-port=16646 --discv5-udp-port=16648 --rest-address=0.0.0.0 --nat=extip:172.18.139.119 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cc5994c82aa21fc03eafabb10aca53ea3ce22bb0c2a1aaecdfc1fd6b7dc5cc74 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16649 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QN-gUlM8i8UiVyEVT81gA4l0N2aBtB8Qxq9RwI5PuqoPHxq93IzSFQ0uSfR4FQgDHNvQIHKH7t0-6TXFEk0Y7x8CgmlkgnY0gmlwhKwSnbeKbXVsdGlhZGRyc5YACASsEp23BvGKAAoErBKdtwbxi90DgnJzhQADAQAAiXNlY3AyNTZrMaEDz_-csXGE11taRG-KFDoJY4-MT7yHgBP2u3WbLZKjUlWDdGNwgvGKg3VkcILxjIV3YWt1Mgk --lightpushnode=/ip4/172.18.157.183/tcp/61834/p2p/16Uiu2HAmSevorg3np3kYx1G7oHCYQ3mEpuSZjkttvocz4WqNsbtY --lightpush=true --relay=false
|
||||
2026-01-02 04:21:57.459 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.139.119 waku dcf4685daa5a121fc08ae11bc47edabd1b0ad5188d3f60de0474027f9f55c881
|
||||
2026-01-02 04:21:57.485 DEBUG [src.node.docker_mananger] Container started with ID dcf4685daa5a. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-21-12__a6c0f48c-1187-462e-b735-4842dc9dde30__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:57.485 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16645
|
||||
2026-01-02 04:21:57.487 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:21:58.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:58.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:58.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:58.732 ERROR [src.node.docker_mananger] Max retries reached for container dcf4685daa5a. Exiting log stream.
|
||||
2026-01-02 04:21:58.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:58.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:58.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:59.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:59.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:59.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:59.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:59.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:59.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:59.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:59.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:59.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:00.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:00.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:00.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:00.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:00.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:00.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:00.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:00.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:00.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:00.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:01.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:01.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:01.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:01.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:01.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:01.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:01.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:01.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:01.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:01.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:02.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:02.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:02.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:02.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:02.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:02.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:02.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:02.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:02.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:02.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:03.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:03.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:03.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:03.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:03.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:03.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:03.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:03.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:03.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:03.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:04.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:04.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:04.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:04.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:04.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:04.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:04.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:04.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:04.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:04.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:05.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:05.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:05.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:05.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:05.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:05.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:05.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:05.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:05.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:05.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:06.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:06.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:06.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:06.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:06.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:06.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:06.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:06.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:06.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:07.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:07.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:07.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:07.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:07.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:07.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:07.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:07.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:07.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:07.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:08.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:08.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:08.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:08.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:08.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:08.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:08.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:08.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:08.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:08.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:09.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:09.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:09.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:09.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:09.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:09.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:09.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:09.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:09.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:09.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:10.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:10.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:10.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:10.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:10.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:10.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:10.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:10.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:10.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:10.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:11.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:11.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:11.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:11.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:11.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:11.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:11.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:11.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:11.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:11.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:12.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:12.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:12.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:12.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:12.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:12.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:12.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:12.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:12.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:12.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:13.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:13.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:13.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:13.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:13.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:13.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:13.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:13.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:13.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:13.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:14.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:14.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:14.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:14.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:14.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:14.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:14.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:14.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:14.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:15.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:15.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:15.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:15.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:15.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:15.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:15.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:15.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:15.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:15.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:16.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:16.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:16.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:16.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:16.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:16.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:16.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:16.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:16.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:16.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:17.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:17.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:17.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:17.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:17.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:17.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:17.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:17.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:17.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:17.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:18.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:18.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:18.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:18.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:18.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:18.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16645/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:18.562 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=16645): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f749d3ca4b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:22:18.730 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:22:18.731 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:22:18.731 DEBUG [src.node.waku_node] Stopping container with id 5cbd9b404365
|
||||
2026-01-02 04:22:19.232 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:22:19.232 DEBUG [src.node.waku_node] Stopping container with id 26f762fd5ba7
|
||||
2026-01-02 04:22:19.725 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:22:19.727 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:19.829 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:19.930 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:20.032 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:20.047 ERROR [src.node.docker_mananger] Max retries reached for container 5cbd9b404365. Exiting log stream.
|
||||
2026-01-02 04:22:20.135 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:20.236 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:20.338 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:20.439 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:20.537 ERROR [src.node.docker_mananger] Max retries reached for container 26f762fd5ba7. Exiting log stream.
|
||||
2026-01-02 04:22:20.541 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:20.642 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:20.743 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:20.845 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:20.947 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:21.048 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:21.150 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:21.252 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:21.353 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:21.455 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:21.556 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:21.658 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:21.760 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:21.861 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:21.963 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:22.065 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:22.166 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:22.268 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:22.370 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:22.471 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:22.573 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:22.675 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:22.776 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:22.878 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:22.980 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:23.082 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:23.183 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:23.285 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:23.387 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:23.488 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:23.590 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:23.692 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:23.793 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:23.895 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:23.996 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:24.098 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:24.200 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:24.302 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:24.403 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:24.505 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:24.607 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:24.708 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:24.810 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:24.811 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/dcf4685daa5a121fc08ae11bc47edabd1b0ad5188d3f60de0474027f9f55c881/stop: Not Found ("No such container: dcf4685daa5a121fc08ae11bc47edabd1b0ad5188d3f60de0474027f9f55c881")
|
||||
2026-01-02 04:22:24.812 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:24.913 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:25.015 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:25.117 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:25.218 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:25.320 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:25.422 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:25.523 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:25.625 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:25.727 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:25.829 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:25.931 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:26.032 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:26.134 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:26.236 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:26.337 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:26.439 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:26.541 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:26.642 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:26.744 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:26.846 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:26.948 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:27.049 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:27.151 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:27.253 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:27.354 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:27.456 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:27.558 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:27.659 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:27.761 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:27.863 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:27.964 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:28.066 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:28.168 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:28.269 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:28.371 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:28.473 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:28.575 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:28.676 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:28.778 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:28.880 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:28.981 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:29.083 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:29.185 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:29.286 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:29.388 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:29.490 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:29.591 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:29.693 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:29.795 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:29.896 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:29.898 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/dcf4685daa5a121fc08ae11bc47edabd1b0ad5188d3f60de0474027f9f55c881/stop: Not Found ("No such container: dcf4685daa5a121fc08ae11bc47edabd1b0ad5188d3f60de0474027f9f55c881")
|
||||
2026-01-02 04:22:29.898 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:29.999 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:30.101 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:30.203 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:30.304 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:30.406 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:30.508 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:30.610 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:30.712 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:30.813 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:30.915 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:31.017 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:31.118 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:31.220 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:31.322 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:31.423 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:31.525 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:31.627 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:31.729 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:31.830 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:31.932 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:32.034 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:32.135 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:32.237 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:32.338 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:32.440 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:32.542 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:32.643 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:32.745 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:32.847 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:32.948 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:33.050 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:33.152 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:33.253 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:33.355 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:33.456 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:33.558 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:33.660 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:33.761 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:33.863 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:33.965 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:34.067 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:34.168 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:34.270 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:34.372 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:34.474 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:34.575 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:34.677 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:34.779 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:34.880 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:34.982 DEBUG [src.node.waku_node] Stopping container with id dcf4685daa5a
|
||||
2026-01-02 04:22:34.983 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/dcf4685daa5a121fc08ae11bc47edabd1b0ad5188d3f60de0474027f9f55c881/stop: Not Found ("No such container: dcf4685daa5a121fc08ae11bc47edabd1b0ad5188d3f60de0474027f9f55c881")
|
||||
2026-01-02 04:22:34.984 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:22:35.007 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:22:35.030 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:22:35.030 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:22:35.030 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:22:35.030 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1022/data/attachments/129787c3c41dac02.txt
Normal file
68
nim/1022/data/attachments/129787c3c41dac02.txt
Normal file
@ -0,0 +1,68 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_with_no_content_topic with id: 2026-01-02_04-17-56__4c75ea2a-7cda-4cb5-8bb1-7ece08d14cf8
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-17-56__4c75ea2a-7cda-4cb5-8bb1-7ece08d14cf8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.123.193
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17944', '17945', '17946', '17947', '17948']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 17944:17944 -p 17945:17945 -p 17946:17946 -p 17947:17947 -p 17948:17948 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17946 --rest-port=17944 --tcp-port=17945 --discv5-udp-port=17947 --rest-address=0.0.0.0 --nat=extip:172.18.123.193 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=70f75b731eea22b0fb4cf6cbdd54cf2f6d53f7cd76ff7bb66caf9ff7a9da4fa4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17948 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.123.193 waku 63de0a7127c5aea643485c03c30ea0e46bf7b7f3e3428884aee0c77d4301b06d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 63de0a7127c5. Setting up logs at ./log/docker/node1_2026-01-02_04-17-56__4c75ea2a-7cda-4cb5-8bb1-7ece08d14cf8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17944
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ac228723850e. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3047b5a1d6bb. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17944/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17944/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.193/tcp/17945/p2p/16Uiu2HAkwqWnfQ2n5i79jrbzwgArzuTjueCC8gXSKsCTX6pEaXvH","/ip4/172.18.123.193/tcp/17946/ws/p2p/16Uiu2HAkwqWnfQ2n5i79jrbzwgArzuTjueCC8gXSKsCTX6pEaXvH"],"enrUri":"enr:-L24QAWbGipMAxa74bA0-gYIGePo6UtCITf46eaWZOt-U3CZKYfvFp1VZCyVEHb2kU07Bdg8VaE8V1JqZeRsvq-SC1wCgmlkgnY0gmlwhKwSe8GKbXVsdGlhZGRyc5YACASsEnvBBkYZAAoErBJ7wQZGGt0DgnJzhQADAQAAiXNlY3AyNTZrMaECI9LrgZ-Q0zVzuVeZKbbPJyuotLUchCYy5Q9xaHFOMeKDdGNwgkYZg3VkcIJGG4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-17-56__4c75ea2a-7cda-4cb5-8bb1-7ece08d14cf8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.86.244
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30070', '30071', '30072', '30073', '30074']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 30070:30070 -p 30071:30071 -p 30072:30072 -p 30073:30073 -p 30074:30074 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30072 --rest-port=30070 --tcp-port=30071 --discv5-udp-port=30073 --rest-address=0.0.0.0 --nat=extip:172.18.86.244 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fad5d16131d6e0ceb227047ebcbaaeee69afb0763214a4ecc1d9b22d203cfbbe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30074 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAWbGipMAxa74bA0-gYIGePo6UtCITf46eaWZOt-U3CZKYfvFp1VZCyVEHb2kU07Bdg8VaE8V1JqZeRsvq-SC1wCgmlkgnY0gmlwhKwSe8GKbXVsdGlhZGRyc5YACASsEnvBBkYZAAoErBJ7wQZGGt0DgnJzhQADAQAAiXNlY3AyNTZrMaECI9LrgZ-Q0zVzuVeZKbbPJyuotLUchCYy5Q9xaHFOMeKDdGNwgkYZg3VkcIJGG4V3YWt1MgU --filternode=/ip4/172.18.123.193/tcp/17945/p2p/16Uiu2HAkwqWnfQ2n5i79jrbzwgArzuTjueCC8gXSKsCTX6pEaXvH
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.86.244 waku 61ddab92d581d9b64387c3ffe5ac642270a8ab85e6345a058ab0735edd7466c2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 61ddab92d581. Setting up logs at ./log/docker/node2_2026-01-02_04-17-56__4c75ea2a-7cda-4cb5-8bb1-7ece08d14cf8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30070
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30070/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30070/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.86.244/tcp/30071/p2p/16Uiu2HAmHq4VbnDWWQciL4GjucoTd5k8gzUwqEpyhBP2Yopo5BEh","/ip4/172.18.86.244/tcp/30072/ws/p2p/16Uiu2HAmHq4VbnDWWQciL4GjucoTd5k8gzUwqEpyhBP2Yopo5BEh"],"enrUri":"enr:-L24QMTvO5fgEHRIVav9s6KMFjsrkD0kL24ogu72bGal-f6DXJxtj2Nw2jOMbAWyURDaX8jwsdPBGSD8guD7CLkt9EYCgmlkgnY0gmlwhKwSVvSKbXVsdGlhZGRyc5YACASsElb0BnV3AAoErBJW9AZ1eN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDTN7tc_pd7yzlGESz4IYqCdb-_dGxTUa5DXQ_MTTWymKDdGNwgnV3g3VkcIJ1eYV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:30070/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.123.193/tcp/17945/p2p/16Uiu2HAkwqWnfQ2n5i79jrbzwgArzuTjueCC8gXSKsCTX6pEaXvH"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:47 Running fixture setup: subscribe_main_nodes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17944/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:30070/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "35cc083e-c7fe-4d41-8921-620b9c075f57", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"35cc083e-c7fe-4d41-8921-620b9c075f57","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:30070/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:30070/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63de0a7127c5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 61ddab92d581
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
169
nim/1022/data/attachments/12eb78d573eaf5ae.txt
Normal file
169
nim/1022/data/attachments/12eb78d573eaf5ae.txt
Normal file
@ -0,0 +1,169 @@
|
||||
2026-01-02 04:46:52.143 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:46:52.143 DEBUG [tests.conftest] Running test: test_auto_shard_relay with id: 2026-01-02_04-46-52__25099166-dace-42d8-8702-0dec4cf2220b
|
||||
2026-01-02 04:46:52.143 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:46:52.143 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:46:52.144 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-02 04:46:52.151 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:46:52.151 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-46-52__25099166-dace-42d8-8702-0dec4cf2220b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:46:52.151 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:46:52.151 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:46:52.153 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:46:52.153 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.87.21
|
||||
2026-01-02 04:46:52.153 DEBUG [src.node.docker_mananger] Generated ports ['51174', '51175', '51176', '51177', '51178']
|
||||
2026-01-02 04:46:52.153 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:46:52.153 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:46:52.153 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:46:52.153 DEBUG [src.node.docker_mananger] docker run -i -t -p 51174:51174 -p 51175:51175 -p 51176:51176 -p 51177:51177 -p 51178:51178 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51176 --rest-port=51174 --tcp-port=51175 --discv5-udp-port=51177 --rest-address=0.0.0.0 --nat=extip:172.18.87.21 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3dac56a1a6acddccec8049a5eaf6eea1caacdc6aaacb92ca8f2bbb05f8d5acac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51178 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto
|
||||
2026-01-02 04:46:52.331 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.87.21 waku 45b81e2a1b5d067152b154906bfb32130e61793c10e1444498efce18d54ed2da
|
||||
2026-01-02 04:46:52.363 DEBUG [src.node.docker_mananger] Container started with ID 45b81e2a1b5d. Setting up logs at ./log/docker/node1_2026-01-02_04-46-52__25099166-dace-42d8-8702-0dec4cf2220b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:46:52.364 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51174
|
||||
2026-01-02 04:46:52.364 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:46:52.414 ERROR [src.node.docker_mananger] Max retries reached for container 09f746eafcbe. Exiting log stream.
|
||||
2026-01-02 04:46:52.950 ERROR [src.node.docker_mananger] Max retries reached for container 39be39448a48. Exiting log stream.
|
||||
2026-01-02 04:46:53.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:53.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:46:53.368 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:46:53.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51174/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:53.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.87.21/tcp/51175/p2p/16Uiu2HAmSTBcKhE8smeUm9CqZF3RfSoZAeyZmzFq1WdUJMt6xVMz","/ip4/172.18.87.21/tcp/51176/ws/p2p/16Uiu2HAmSTBcKhE8smeUm9CqZF3RfSoZAeyZmzFq1WdUJMt6xVMz"],"enrUri":"enr:-L24QHdeBtSql5SoTeV0uL84t8PgRGkUu4uObI9Fm44l5BPZFzyNbQ5IQ6kfrrr_vqcdFAqgpevxzsayzW1o3J8-vuECgmlkgnY0gmlwhKwSVxWKbXVsdGlhZGRyc5YACASsElcVBsfnAAoErBJXFQbH6N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDzP1gyUSKKiNPbVKaMyhzbwOFAGzbLTSXQp5gLS9cSfmDdGNwgsfng3VkcILH6YV3YWt1MgU"}'
|
||||
2026-01-02 04:46:53.371 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:46:53.377 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:46:53.377 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-46-52__25099166-dace-42d8-8702-0dec4cf2220b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:46:53.378 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:46:53.378 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:46:53.379 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:46:53.379 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.122.225
|
||||
2026-01-02 04:46:53.379 DEBUG [src.node.docker_mananger] Generated ports ['17993', '17994', '17995', '17996', '17997']
|
||||
2026-01-02 04:46:53.380 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:46:53.380 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:46:53.380 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:46:53.380 DEBUG [src.node.docker_mananger] docker run -i -t -p 17993:17993 -p 17994:17994 -p 17995:17995 -p 17996:17996 -p 17997:17997 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17995 --rest-port=17993 --tcp-port=17994 --discv5-udp-port=17996 --rest-address=0.0.0.0 --nat=extip:172.18.122.225 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=9bac8da8d05deddd2ba8afb1f9babc4a750fded7ceb4849929737efdbde242de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17997 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHdeBtSql5SoTeV0uL84t8PgRGkUu4uObI9Fm44l5BPZFzyNbQ5IQ6kfrrr_vqcdFAqgpevxzsayzW1o3J8-vuECgmlkgnY0gmlwhKwSVxWKbXVsdGlhZGRyc5YACASsElcVBsfnAAoErBJXFQbH6N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDzP1gyUSKKiNPbVKaMyhzbwOFAGzbLTSXQp5gLS9cSfmDdGNwgsfng3VkcILH6YV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
||||
2026-01-02 04:46:53.568 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.122.225 waku 327b7093801f9ab57dfec7c866c887e6ef18f73406f36590c97770dd3ab669d9
|
||||
2026-01-02 04:46:53.600 DEBUG [src.node.docker_mananger] Container started with ID 327b7093801f. Setting up logs at ./log/docker/node2_2026-01-02_04-46-52__25099166-dace-42d8-8702-0dec4cf2220b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:46:53.600 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17993
|
||||
2026-01-02 04:46:53.600 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:46:54.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17993/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:54.614 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:46:54.617 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:46:54.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17993/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:54.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.122.225/tcp/17994/p2p/16Uiu2HAm1zXN1pY3RmFxPchtAkBL8tPqzRwN7JaiRLkzMKURnSdA","/ip4/172.18.122.225/tcp/17995/ws/p2p/16Uiu2HAm1zXN1pY3RmFxPchtAkBL8tPqzRwN7JaiRLkzMKURnSdA"],"enrUri":"enr:-L24QFdUJbFlqR7UjPv1BAHYuGxhjwHlM4ykBDbUHHqtFEoSRBNDyVmXhydBG21880Fo6R8QL4_i7EeNRqufKGrB__gCgmlkgnY0gmlwhKwSeuGKbXVsdGlhZGRyc5YACASsEnrhBkZKAAoErBJ64QZGS90DgnJzhQACAQAAiXNlY3AyNTZrMaECYZCLjZrwBnl_y_H6gHRite4R6rPHnZ95ORjXJUn-4J2DdGNwgkZKg3VkcIJGTIV3YWt1MgE"}'
|
||||
2026-01-02 04:46:54.620 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:46:54.621 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17993/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.87.21/tcp/51175/p2p/16Uiu2HAmSTBcKhE8smeUm9CqZF3RfSoZAeyZmzFq1WdUJMt6xVMz"]'
|
||||
2026-01-02 04:46:54.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:46:54.630 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:46:54.630 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-46-52__25099166-dace-42d8-8702-0dec4cf2220b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:46:54.631 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:46:54.631 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:46:54.632 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:46:54.632 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.158.246
|
||||
2026-01-02 04:46:54.632 DEBUG [src.node.docker_mananger] Generated ports ['60908', '60909', '60910', '60911', '60912']
|
||||
2026-01-02 04:46:54.632 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:46:54.633 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:46:54.633 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:46:54.633 DEBUG [src.node.docker_mananger] docker run -i -t -p 60908:60908 -p 60909:60909 -p 60910:60910 -p 60911:60911 -p 60912:60912 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60910 --rest-port=60908 --tcp-port=60909 --discv5-udp-port=60911 --rest-address=0.0.0.0 --nat=extip:172.18.158.246 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cbe7af65b916057c3abaddf91f86a99f8f7e7a1fedb85e58a3a4d2dabba46e60 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60912 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHdeBtSql5SoTeV0uL84t8PgRGkUu4uObI9Fm44l5BPZFzyNbQ5IQ6kfrrr_vqcdFAqgpevxzsayzW1o3J8-vuECgmlkgnY0gmlwhKwSVxWKbXVsdGlhZGRyc5YACASsElcVBsfnAAoErBJXFQbH6N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDzP1gyUSKKiNPbVKaMyhzbwOFAGzbLTSXQp5gLS9cSfmDdGNwgsfng3VkcILH6YV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
||||
2026-01-02 04:46:54.819 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.158.246 waku 223c2247e3eeef6d2c4811c6f92bad75299bbb35600be62f5e7bb4059104b7db
|
||||
2026-01-02 04:46:54.847 DEBUG [src.node.docker_mananger] Container started with ID 223c2247e3ee. Setting up logs at ./log/docker/node3_2026-01-02_04-46-52__25099166-dace-42d8-8702-0dec4cf2220b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:46:54.847 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60908
|
||||
2026-01-02 04:46:54.849 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:46:55.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60908/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:55.860 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:46:55.860 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:46:55.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60908/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:55.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.158.246/tcp/60909/p2p/16Uiu2HAmS7qBSeZhXo3xSWzXvrfB8ffcaFVjwhfvueesdJ8j9N2z","/ip4/172.18.158.246/tcp/60910/ws/p2p/16Uiu2HAmS7qBSeZhXo3xSWzXvrfB8ffcaFVjwhfvueesdJ8j9N2z"],"enrUri":"enr:-L24QHIeYec-NXwbzWM__XpqHM5oIo6jr1B6gvWznfdSQZdgbHWvm9fR-4CqQ7c8UdyrZ8buYhL7tuGtYzfa1ANa9jACgmlkgnY0gmlwhKwSnvaKbXVsdGlhZGRyc5YACASsEp72Bu3tAAoErBKe9gbt7t0DgnJzhQACAQAAiXNlY3AyNTZrMaEDyAg-XAc2wkAUFcCQIVtOFQMVSFzExqvAsgPvwhlbPeeDdGNwgu3tg3VkcILt74V3YWt1MgE"}'
|
||||
2026-01-02 04:46:55.867 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:46:55.867 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60908/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.87.21/tcp/51175/p2p/16Uiu2HAmSTBcKhE8smeUm9CqZF3RfSoZAeyZmzFq1WdUJMt6xVMz"]'
|
||||
2026-01-02 04:46:55.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:46:55.878 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:46:55.878 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-02_04-46-52__25099166-dace-42d8-8702-0dec4cf2220b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:46:55.878 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:46:55.878 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:46:55.880 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:46:55.880 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.223.196
|
||||
2026-01-02 04:46:55.880 DEBUG [src.node.docker_mananger] Generated ports ['23702', '23703', '23704', '23705', '23706']
|
||||
2026-01-02 04:46:55.880 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:46:55.880 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:46:55.880 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:46:55.880 DEBUG [src.node.docker_mananger] docker run -i -t -p 23702:23702 -p 23703:23703 -p 23704:23704 -p 23705:23705 -p 23706:23706 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23704 --rest-port=23702 --tcp-port=23703 --discv5-udp-port=23705 --rest-address=0.0.0.0 --nat=extip:172.18.223.196 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=be3d7e9cbba42fcdf2d6914eb5a5cc4c511e1ec5fdb07c8c4992a5df96ff3e9d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23706 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHdeBtSql5SoTeV0uL84t8PgRGkUu4uObI9Fm44l5BPZFzyNbQ5IQ6kfrrr_vqcdFAqgpevxzsayzW1o3J8-vuECgmlkgnY0gmlwhKwSVxWKbXVsdGlhZGRyc5YACASsElcVBsfnAAoErBJXFQbH6N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDzP1gyUSKKiNPbVKaMyhzbwOFAGzbLTSXQp5gLS9cSfmDdGNwgsfng3VkcILH6YV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
||||
2026-01-02 04:46:56.066 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.223.196 waku 107f875f4b8d4439afa5caab2e2150e93da3b1614b1defba3eab537200998302
|
||||
2026-01-02 04:46:56.102 DEBUG [src.node.docker_mananger] Container started with ID 107f875f4b8d. Setting up logs at ./log/docker/node4_2026-01-02_04-46-52__25099166-dace-42d8-8702-0dec4cf2220b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:46:56.102 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23702
|
||||
2026-01-02 04:46:56.102 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:46:57.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23702/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:57.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:46:57.110 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:46:57.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23702/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:57.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.223.196/tcp/23703/p2p/16Uiu2HAmS9YZRJtCLcNY1otqYs9LzxUWnNTT6dkMvNJo16xsCyLJ","/ip4/172.18.223.196/tcp/23704/ws/p2p/16Uiu2HAmS9YZRJtCLcNY1otqYs9LzxUWnNTT6dkMvNJo16xsCyLJ"],"enrUri":"enr:-L24QAFqcS2ehQoZR6M91Pig9oijpljqn81oXPasc2c4af16PgFLYJIMW7j8LLTbceFwUcYBqX3hXAXwk47Xg7-TO6ECgmlkgnY0gmlwhKwS38SKbXVsdGlhZGRyc5YACASsEt_EBlyXAAoErBLfxAZcmN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDyHicl3RKLEuQ2LwO23hqYOq3YHX3rHPxaee5Jqz8GbeDdGNwglyXg3VkcIJcmYV3YWt1MgE"}'
|
||||
2026-01-02 04:46:57.116 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:46:57.116 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23702/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.87.21/tcp/51175/p2p/16Uiu2HAmSTBcKhE8smeUm9CqZF3RfSoZAeyZmzFq1WdUJMt6xVMz"]'
|
||||
2026-01-02 04:46:57.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:46:57.125 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:46:57.126 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2026-01-02_04-46-52__25099166-dace-42d8-8702-0dec4cf2220b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:46:57.126 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:46:57.126 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:46:57.127 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:46:57.127 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.177.220
|
||||
2026-01-02 04:46:57.127 DEBUG [src.node.docker_mananger] Generated ports ['37883', '37884', '37885', '37886', '37887']
|
||||
2026-01-02 04:46:57.128 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:46:57.128 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:46:57.128 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:46:57.128 DEBUG [src.node.docker_mananger] docker run -i -t -p 37883:37883 -p 37884:37884 -p 37885:37885 -p 37886:37886 -p 37887:37887 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37885 --rest-port=37883 --tcp-port=37884 --discv5-udp-port=37886 --rest-address=0.0.0.0 --nat=extip:172.18.177.220 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e368ecafdeae63408f2cc7b1dda0e885ca50e23b75af0decaa33bfb36fb628b2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37887 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHdeBtSql5SoTeV0uL84t8PgRGkUu4uObI9Fm44l5BPZFzyNbQ5IQ6kfrrr_vqcdFAqgpevxzsayzW1o3J8-vuECgmlkgnY0gmlwhKwSVxWKbXVsdGlhZGRyc5YACASsElcVBsfnAAoErBJXFQbH6N0DgnJzhQACAQAAiXNlY3AyNTZrMaEDzP1gyUSKKiNPbVKaMyhzbwOFAGzbLTSXQp5gLS9cSfmDdGNwgsfng3VkcILH6YV3YWt1MgU --content-topic=/myapp/1/latest/proto
|
||||
2026-01-02 04:46:57.316 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.177.220 waku e1f601db02246740bb78488f79b9c03f66b2981feec1925ba9bdbaece66eb493
|
||||
2026-01-02 04:46:57.347 DEBUG [src.node.docker_mananger] Container started with ID e1f601db0224. Setting up logs at ./log/docker/node5_2026-01-02_04-46-52__25099166-dace-42d8-8702-0dec4cf2220b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:46:57.347 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37883
|
||||
2026-01-02 04:46:57.347 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:46:58.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37883/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:58.360 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:46:58.360 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:46:58.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37883/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:58.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.177.220/tcp/37884/p2p/16Uiu2HAmHwcrNcECW5bwzc83pYY3x3sBVKze5HbLjndXTz5aDDAT","/ip4/172.18.177.220/tcp/37885/ws/p2p/16Uiu2HAmHwcrNcECW5bwzc83pYY3x3sBVKze5HbLjndXTz5aDDAT"],"enrUri":"enr:-L24QMAkxtY3L-IxZDKno6-lj29xDr4WBg_kDz4TH-asecZEPb_lvWMKKABw7SkkEqaxjdsqChue7nxuSwZilPHsiDkCgmlkgnY0gmlwhKwSsdyKbXVsdGlhZGRyc5YACASsErHcBpP8AAoErBKx3AaT_d0DgnJzhQACAQAAiXNlY3AyNTZrMaEDToz_-IdJRMo7Zg7IMr58ki13uyVqoJ2rNVZ3B1BiLoSDdGNwgpP8g3VkcIKT_oV3YWt1MgE"}'
|
||||
2026-01-02 04:46:58.365 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:46:58.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37883/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.87.21/tcp/51175/p2p/16Uiu2HAmSTBcKhE8smeUm9CqZF3RfSoZAeyZmzFq1WdUJMt6xVMz"]'
|
||||
2026-01-02 04:46:58.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:46:58.369 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51174/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-01-02 04:46:58.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:46:58.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17993/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-01-02 04:46:58.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:46:58.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60908/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-01-02 04:46:58.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:46:58.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23702/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-01-02 04:46:58.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:46:58.380 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37883/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-01-02 04:46:58.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:46:58.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51174/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:46:58.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:46:58.393 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:46:58.494 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:46:58.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51174/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:58.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767329218383051308,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:46:58.498 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:46:58.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17993/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:58.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767329218383051308,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:46:58.502 DEBUG [src.steps.sharding] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:46:58.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60908/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:58.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767329218383051308,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:46:58.505 DEBUG [src.steps.sharding] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:46:58.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23702/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:58.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767329218383051308,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:46:58.509 DEBUG [src.steps.sharding] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:46:58.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37883/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:46:58.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767329218383051308,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:46:58.514 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:46:58.515 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:46:58.515 DEBUG [src.node.waku_node] Stopping container with id 45b81e2a1b5d
|
||||
2026-01-02 04:46:59.081 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:46:59.081 DEBUG [src.node.waku_node] Stopping container with id 327b7093801f
|
||||
2026-01-02 04:46:59.623 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:46:59.624 DEBUG [src.node.waku_node] Stopping container with id 223c2247e3ee
|
||||
2026-01-02 04:46:59.895 ERROR [src.node.docker_mananger] Max retries reached for container 45b81e2a1b5d. Exiting log stream.
|
||||
2026-01-02 04:47:00.145 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:47:00.145 DEBUG [src.node.waku_node] Stopping container with id 107f875f4b8d
|
||||
2026-01-02 04:47:00.435 ERROR [src.node.docker_mananger] Max retries reached for container 327b7093801f. Exiting log stream.
|
||||
2026-01-02 04:47:00.663 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:47:00.663 DEBUG [src.node.waku_node] Stopping container with id e1f601db0224
|
||||
2026-01-02 04:47:00.958 ERROR [src.node.docker_mananger] Max retries reached for container 223c2247e3ee. Exiting log stream.
|
||||
2026-01-02 04:47:01.185 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:47:01.186 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:47:01.200 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:47:01.205 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:47:01.211 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:47:01.216 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:47:01.221 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
77
nim/1022/data/attachments/12f9024b7a85d209.txt
Normal file
77
nim/1022/data/attachments/12f9024b7a85d209.txt
Normal file
@ -0,0 +1,77 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publish_with_missing_payload with id: 2026-01-02_04-26-04__b8256108-7f35-47fc-b665-0ae5492d837c
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-26-04__b8256108-7f35-47fc-b665-0ae5492d837c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.227.181
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['57148', '57149', '57150', '57151', '57152']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 57148:57148 -p 57149:57149 -p 57150:57150 -p 57151:57151 -p 57152:57152 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57150 --rest-port=57148 --tcp-port=57149 --discv5-udp-port=57151 --rest-address=0.0.0.0 --nat=extip:172.18.227.181 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8fcfcdf5ba42a4f6d2b16b9c816ea2177e6db8eeac6cb247ffee79bd67f83a8b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57152 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.227.181 waku dfb8581d2464f00196bb7733150491433da587110b31f4affcd1dac79aefb863
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID dfb8581d2464. Setting up logs at ./log/docker/node1_2026-01-02_04-26-04__b8256108-7f35-47fc-b665-0ae5492d837c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 57148
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 53cad0d75e8e. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ee9a87a869af. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57148/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57148/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.227.181/tcp/57149/p2p/16Uiu2HAmLgdjbTdhMmRxnWbpBcvVWDdsDfTZ1RqMJ1VN1aRYA7rT","/ip4/172.18.227.181/tcp/57150/ws/p2p/16Uiu2HAmLgdjbTdhMmRxnWbpBcvVWDdsDfTZ1RqMJ1VN1aRYA7rT"],"enrUri":"enr:-L24QAME6nuJmNzLSJB5ifN4eeKEaeZtV8sTY503VvWTDr7lD_sXJWZkFV-dvQpMcJu8GcQ9TXSSVF1Ppc42PE1IApsCgmlkgnY0gmlwhKwS47WKbXVsdGlhZGRyc5YACASsEuO1Bt89AAoErBLjtQbfPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDd0lY2sL4YPZfk_tO8EbuCKfl8JxsbqBYuJPgxzv7hKSDdGNwgt89g3VkcILfP4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-26-04__b8256108-7f35-47fc-b665-0ae5492d837c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.106.255
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['20803', '20804', '20805', '20806', '20807']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 20803:20803 -p 20804:20804 -p 20805:20805 -p 20806:20806 -p 20807:20807 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=20805 --rest-port=20803 --tcp-port=20804 --discv5-udp-port=20806 --rest-address=0.0.0.0 --nat=extip:172.18.106.255 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=33fd8bdd4cba7b20976e11e9cd90fd7d6bdcde98f8aaf6d4cf3bfde43d1cd3ba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20807 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAME6nuJmNzLSJB5ifN4eeKEaeZtV8sTY503VvWTDr7lD_sXJWZkFV-dvQpMcJu8GcQ9TXSSVF1Ppc42PE1IApsCgmlkgnY0gmlwhKwS47WKbXVsdGlhZGRyc5YACASsEuO1Bt89AAoErBLjtQbfPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDd0lY2sL4YPZfk_tO8EbuCKfl8JxsbqBYuJPgxzv7hKSDdGNwgt89g3VkcILfP4V3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.106.255 waku 97c1d44e84e09778fe6aeedbe522d42c994b242e302a8f11fd8ef8260446fe60
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 97c1d44e84e0. Setting up logs at ./log/docker/node2_2026-01-02_04-26-04__b8256108-7f35-47fc-b665-0ae5492d837c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 20803
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20803/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.106.255/tcp/20804/p2p/16Uiu2HAmV4vtDgEu1hxf6xdEo4YbGdhKfTjEbLVozbXjBchgQD37","/ip4/172.18.106.255/tcp/20805/ws/p2p/16Uiu2HAmV4vtDgEu1hxf6xdEo4YbGdhKfTjEbLVozbXjBchgQD37"],"enrUri":"enr:-L24QGilSX7i6TyurKJZ-hiuvHkdtPMKlRRr-otssZzxnmDUUkQHO_L2O83jOayo4s3iCd0Kqtq63J8vJJtDlEbrw7cCgmlkgnY0gmlwhKwSav-KbXVsdGlhZGRyc5YACASsEmr_BlFEAAoErBJq_wZRRd0DgnJzhQADAQAAiXNlY3AyNTZrMaED890CqRDe5p-MRBUOPagUCg48in6XIBMFuhqEhvkxP_KDdGNwglFEg3VkcIJRRoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20803/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.227.181/tcp/57149/p2p/16Uiu2HAmLgdjbTdhMmRxnWbpBcvVWDdsDfTZ1RqMJ1VN1aRYA7rT"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:59 Running fixture setup: subscribe_main_relay_nodes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:57148/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:20803/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:57148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327966661811456,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20803/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327966661811456,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.steps.relay:relay.py:71 WARM UP successful!!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:57148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:57148/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Invalid content body, could not decode: Unable to deserialize data: '
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id dfb8581d2464
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 97c1d44e84e0
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
0
nim/1022/data/attachments/13a4b9738a209c86.txt
Normal file
0
nim/1022/data/attachments/13a4b9738a209c86.txt
Normal file
81
nim/1022/data/attachments/14ab4f402b97f0ea.txt
Normal file
81
nim/1022/data/attachments/14ab4f402b97f0ea.txt
Normal file
@ -0,0 +1,81 @@
|
||||
2026-01-02 04:17:44.904 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:17:44.905 DEBUG [tests.conftest] Running test: test_filter_subscribe_refresh with id: 2026-01-02_04-17-44__c707633f-499c-4596-828c-7cb43180055c
|
||||
2026-01-02 04:17:44.905 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:17:44.905 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-02 04:17:44.906 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-01-02 04:17:44.912 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:17:44.912 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-17-44__c707633f-499c-4596-828c-7cb43180055c__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:44.912 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:17:44.912 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:17:44.913 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:17:44.913 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.244.24
|
||||
2026-01-02 04:17:44.914 DEBUG [src.node.docker_mananger] Generated ports ['22819', '22820', '22821', '22822', '22823']
|
||||
2026-01-02 04:17:44.914 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:17:44.914 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:17:44.914 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:17:44.914 DEBUG [src.node.docker_mananger] docker run -i -t -p 22819:22819 -p 22820:22820 -p 22821:22821 -p 22822:22822 -p 22823:22823 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=22821 --rest-port=22819 --tcp-port=22820 --discv5-udp-port=22822 --rest-address=0.0.0.0 --nat=extip:172.18.244.24 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=743dea438d9feae1946df21dfb6bdcf605c0d4540facb0bed5efb08d84d7ceaa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22823 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:17:45.085 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.244.24 waku 25e8ef6153a878ce371f1b3e7e6cd42836555723570a625c1327c71c1cc89b0a
|
||||
2026-01-02 04:17:45.119 DEBUG [src.node.docker_mananger] Container started with ID 25e8ef6153a8. Setting up logs at ./log/docker/node1_2026-01-02_04-17-44__c707633f-499c-4596-828c-7cb43180055c__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:45.121 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 22819
|
||||
2026-01-02 04:17:45.121 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:17:45.227 ERROR [src.node.docker_mananger] Max retries reached for container 38ffcd12c26f. Exiting log stream.
|
||||
2026-01-02 04:17:45.707 ERROR [src.node.docker_mananger] Max retries reached for container 055acd2f9ece. Exiting log stream.
|
||||
2026-01-02 04:17:46.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:46.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:17:46.125 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:17:46.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:22819/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:46.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.244.24/tcp/22820/p2p/16Uiu2HAmSdMrZVi8zP7BRR8jBn6ESwhCCggbKyM44aGF7uRzKfgZ","/ip4/172.18.244.24/tcp/22821/ws/p2p/16Uiu2HAmSdMrZVi8zP7BRR8jBn6ESwhCCggbKyM44aGF7uRzKfgZ"],"enrUri":"enr:-L24QBJJPlNTU4BHHf1w92I8dF5dWYQZiReTCPYzN7CN6Xi8WgT5mIyF-7q3_fz0OXf38r5W2jUo1ORsNTCO7dD2dL4CgmlkgnY0gmlwhKwS9BiKbXVsdGlhZGRyc5YACASsEvQYBlkkAAoErBL0GAZZJd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDz5jFUN-Bfs5eVZlR91WHG_K2SX2q8GgIlO4GIQhtJq6DdGNwglkkg3VkcIJZJoV3YWt1MgU"}'
|
||||
2026-01-02 04:17:46.128 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:17:46.128 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-01-02 04:17:46.134 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:17:46.134 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-17-44__c707633f-499c-4596-828c-7cb43180055c__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:46.134 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:17:46.134 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:17:46.136 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:17:46.136 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.186.27
|
||||
2026-01-02 04:17:46.136 DEBUG [src.node.docker_mananger] Generated ports ['13125', '13126', '13127', '13128', '13129']
|
||||
2026-01-02 04:17:46.136 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:17:46.136 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:17:46.136 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:17:46.136 DEBUG [src.node.docker_mananger] docker run -i -t -p 13125:13125 -p 13126:13126 -p 13127:13127 -p 13128:13128 -p 13129:13129 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13127 --rest-port=13125 --tcp-port=13126 --discv5-udp-port=13128 --rest-address=0.0.0.0 --nat=extip:172.18.186.27 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e4b36f8d7d2c9b6c3caf52df8c67cfd4887b1fc40cdaa8a6ffbcdbf179fadbcd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13129 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBJJPlNTU4BHHf1w92I8dF5dWYQZiReTCPYzN7CN6Xi8WgT5mIyF-7q3_fz0OXf38r5W2jUo1ORsNTCO7dD2dL4CgmlkgnY0gmlwhKwS9BiKbXVsdGlhZGRyc5YACASsEvQYBlkkAAoErBL0GAZZJd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDz5jFUN-Bfs5eVZlR91WHG_K2SX2q8GgIlO4GIQhtJq6DdGNwglkkg3VkcIJZJoV3YWt1MgU --filternode=/ip4/172.18.244.24/tcp/22820/p2p/16Uiu2HAmSdMrZVi8zP7BRR8jBn6ESwhCCggbKyM44aGF7uRzKfgZ
|
||||
2026-01-02 04:17:46.309 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.186.27 waku 39e6998af94ba51001ff6b415860a6aac1d027b24eaf24c79470b76990569480
|
||||
2026-01-02 04:17:46.342 DEBUG [src.node.docker_mananger] Container started with ID 39e6998af94b. Setting up logs at ./log/docker/node2_2026-01-02_04-17-44__c707633f-499c-4596-828c-7cb43180055c__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:46.342 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13125
|
||||
2026-01-02 04:17:46.342 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:17:47.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13125/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:17:47.347 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:17:47.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13125/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.349 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.186.27/tcp/13126/p2p/16Uiu2HAmQdE69f8s4nFYiwhzRG4uzUnnfrMcwmW46rqboBhSthco","/ip4/172.18.186.27/tcp/13127/ws/p2p/16Uiu2HAmQdE69f8s4nFYiwhzRG4uzUnnfrMcwmW46rqboBhSthco"],"enrUri":"enr:-L24QD1ldGeLwy5X8ulfTAaO5RpUZrLGq-SLF2__35FvpUM4crINH5y8PPrwfa5drZIgshEQYkCKDr1slkAVUi3ixrQCgmlkgnY0gmlwhKwSuhuKbXVsdGlhZGRyc5YACASsErobBjNGAAoErBK6GwYzR90DgnJzhQADAQAAiXNlY3AyNTZrMaEDsdidv0fn_euoA9l5eSU0fuVtcWqozTyNKWa-E917EsSDdGNwgjNGg3VkcIIzSIV3YWt1MgA"}'
|
||||
2026-01-02 04:17:47.349 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:17:47.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13125/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.244.24/tcp/22820/p2p/16Uiu2HAmSdMrZVi8zP7BRR8jBn6ESwhCCggbKyM44aGF7uRzKfgZ"]'
|
||||
2026-01-02 04:17:47.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:47.383 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22819/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:17:47.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:47.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13125/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ff688ea9-269a-4785-b36a-fed639acdd96", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-02 04:17:47.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ff688ea9-269a-4785-b36a-fed639acdd96","statusDesc":"OK"}'
|
||||
2026-01-02 04:17:47.409 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22819/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:17:47.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:47.416 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:17:47.516 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:17:47.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13125/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1767327467409349956,"ephemeral":false}]'
|
||||
2026-01-02 04:17:47.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22819/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:17:47.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:47.524 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13125/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "83f1d326-fb60-4848-9fe2-4008df993151", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-02 04:17:47.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"83f1d326-fb60-4848-9fe2-4008df993151","statusDesc":"OK"}'
|
||||
2026-01-02 04:17:47.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:22819/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:17:47.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:47.538 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:17:47.638 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:17:47.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13125/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1767327467533529873,"ephemeral":false}]'
|
||||
2026-01-02 04:17:47.644 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:17:47.645 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:17:47.645 DEBUG [src.node.waku_node] Stopping container with id 25e8ef6153a8
|
||||
2026-01-02 04:17:48.146 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:17:48.146 DEBUG [src.node.waku_node] Stopping container with id 39e6998af94b
|
||||
2026-01-02 04:17:48.683 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:17:48.684 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:17:48.689 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:17:48.695 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
79
nim/1022/data/attachments/14d185575ec1ec2f.txt
Normal file
79
nim/1022/data/attachments/14d185575ec1ec2f.txt
Normal file
@ -0,0 +1,79 @@
|
||||
2026-01-02 04:32:31.221 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:32:31.222 DEBUG [tests.conftest] Running test: test_store_sync_small_sync_range with id: 2026-01-02_04-32-31__5ecd2781-d56b-478b-9455-a7d3e292887e
|
||||
2026-01-02 04:32:31.223 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:32:31.232 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:32:31.232 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-32-31__5ecd2781-d56b-478b-9455-a7d3e292887e__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:32:31.239 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:32:31.240 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-32-31__5ecd2781-d56b-478b-9455-a7d3e292887e__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:32:31.252 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:32:31.253 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-32-31__5ecd2781-d56b-478b-9455-a7d3e292887e__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:32:31.253 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:32:31.254 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:32:31.254 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:32:31.255 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:32:31.255 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.217.198
|
||||
2026-01-02 04:32:31.256 DEBUG [src.node.docker_mananger] Generated ports ['9202', '9203', '9204', '9205', '9206']
|
||||
2026-01-02 04:32:31.256 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:32:31.256 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:32:31.256 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:32:31.256 DEBUG [src.node.docker_mananger] docker run -i -t -p 9202:9202 -p 9203:9203 -p 9204:9204 -p 9205:9205 -p 9206:9206 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9204 --rest-port=9202 --tcp-port=9203 --discv5-udp-port=9205 --rest-address=0.0.0.0 --nat=extip:172.18.217.198 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d24df9521bf05ef5aff9d5dcdb741cb3ee363d10fbfacb06aa1fd1a141a5e597 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9206 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
2026-01-02 04:32:31.440 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.217.198 waku 2cb490fe5dc8357b173f7f45b296809fe00c3c98926eef98453401cf83168a49
|
||||
2026-01-02 04:32:31.471 DEBUG [src.node.docker_mananger] Container started with ID 2cb490fe5dc8. Setting up logs at ./log/docker/node1_2026-01-02_04-32-31__5ecd2781-d56b-478b-9455-a7d3e292887e__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:32:31.471 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9202
|
||||
2026-01-02 04:32:31.471 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:32:31.498 ERROR [src.node.docker_mananger] Max retries reached for container ddd8769e0371. Exiting log stream.
|
||||
2026-01-02 04:32:32.053 ERROR [src.node.docker_mananger] Max retries reached for container 8d96ff982b4b. Exiting log stream.
|
||||
2026-01-02 04:32:32.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9202/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:32.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:32:32.476 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:32:32.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9202/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:32.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.198/tcp/9203/p2p/16Uiu2HAmV433eNVvc9vosMDcVpevxiirk6LNzAHKejSYDHZf4MVr","/ip4/172.18.217.198/tcp/9204/ws/p2p/16Uiu2HAmV433eNVvc9vosMDcVpevxiirk6LNzAHKejSYDHZf4MVr"],"enrUri":"enr:-L24QMgb8H75-ECFV5Wm-sltjXaMxK81QTEfDpFubqGAI3EbVXB9_SGWPk6qxNMIefWb_r52AqG1GFmwC-2NchkaI0cCgmlkgnY0gmlwhKwS2caKbXVsdGlhZGRyc5YACASsEtnGBiPzAAoErBLZxgYj9N0DgnJzhQADAQAAiXNlY3AyNTZrMaED86JlxmyNWZidsesGx43CKh8_F31KQ6HwjefeAn_auzGDdGNwgiPzg3VkcIIj9YV3YWt1MhM"}'
|
||||
2026-01-02 04:32:32.478 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:32:32.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9202/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:32:32.492 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:32.492 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:32:32.493 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9202/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:32:32.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:32.496 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:32:32.697 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:32:32.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9202/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:32:32.701 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:32.701 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:32:32.902 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:32:32.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9202/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:32:32.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:32.906 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:33:33.106 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:33:33.106 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:33:33.108 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:33:33.108 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.49.8
|
||||
2026-01-02 04:33:33.108 DEBUG [src.node.docker_mananger] Generated ports ['32391', '32392', '32393', '32394', '32395']
|
||||
2026-01-02 04:33:33.109 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:33:33.109 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:33:33.109 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:33:33.109 DEBUG [src.node.docker_mananger] docker run -i -t -p 32391:32391 -p 32392:32392 -p 32393:32393 -p 32394:32394 -p 32395:32395 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32393 --rest-port=32391 --tcp-port=32392 --discv5-udp-port=32394 --rest-address=0.0.0.0 --nat=extip:172.18.49.8 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f07309d6eee22bfbe6df9e32f16cafefd21f7dcbe4eceb1adf1b1e2f488d72ae --store-sync=true --store=true --store-sync-range=20 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32395 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QMgb8H75-ECFV5Wm-sltjXaMxK81QTEfDpFubqGAI3EbVXB9_SGWPk6qxNMIefWb_r52AqG1GFmwC-2NchkaI0cCgmlkgnY0gmlwhKwS2caKbXVsdGlhZGRyc5YACASsEtnGBiPzAAoErBLZxgYj9N0DgnJzhQADAQAAiXNlY3AyNTZrMaED86JlxmyNWZidsesGx43CKh8_F31KQ6HwjefeAn_auzGDdGNwgiPzg3VkcIIj9YV3YWt1MhM
|
||||
2026-01-02 04:33:33.301 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.49.8 waku 74ad0200c179fb8bf4ba3681c3e3d60931ed543fdcf063fe27791a8d56f49e90
|
||||
2026-01-02 04:33:33.334 DEBUG [src.node.docker_mananger] Container started with ID 74ad0200c179. Setting up logs at ./log/docker/node2_2026-01-02_04-32-31__5ecd2781-d56b-478b-9455-a7d3e292887e__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:33:33.334 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32391
|
||||
2026-01-02 04:33:33.336 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:33:34.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32391/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:33:34.340 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:33:34.340 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:33:34.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32391/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:33:34.343 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.8/tcp/32392/p2p/16Uiu2HAmHTqSYznudJdf1fNSEAqXb6QS3zJjZyPWhRcRoGusjAqQ","/ip4/172.18.49.8/tcp/32393/ws/p2p/16Uiu2HAmHTqSYznudJdf1fNSEAqXb6QS3zJjZyPWhRcRoGusjAqQ"],"enrUri":"enr:-L24QBQFRb4-wLYIV6gFNePniF7C9Qe1CsR1E1TQptgbi0jsMI4veqGS0wS4TXdIykucilQ1bGZkJRjDFFiVBjjIuFECgmlkgnY0gmlwhKwSMQiKbXVsdGlhZGRyc5YACASsEjEIBn6IAAoErBIxCAZ-id0DgnJzhQADAQAAiXNlY3AyNTZrMaEDR2741I5gXLcygb2WwF8awFfehE2SslBbuSA7qR0BFCuDdGNwgn6Ig3VkcIJ-ioV3YWt1MhI"}'
|
||||
2026-01-02 04:33:34.343 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:33:34.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32391/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.217.198/tcp/9203/p2p/16Uiu2HAmV433eNVvc9vosMDcVpevxiirk6LNzAHKejSYDHZf4MVr"]'
|
||||
2026-01-02 04:33:34.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:33:45.522 ERROR [src.node.docker_mananger] Max retries reached for container 7216ad5907fd. Exiting log stream.
|
||||
2026-01-02 04:33:54.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32391/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:33:54.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2026-01-02 04:33:54.376 DEBUG [tests.store_sync.test_store_sync] Node-2 local store returned 0 messages; expected 0
|
||||
2026-01-02 04:33:54.377 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:33:54.378 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:33:54.379 DEBUG [src.node.waku_node] Stopping container with id 2cb490fe5dc8
|
||||
2026-01-02 04:33:54.918 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:33:54.918 DEBUG [src.node.waku_node] Stopping container with id 74ad0200c179
|
||||
2026-01-02 04:33:55.448 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:33:55.449 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:33:55.468 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:33:55.478 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
124
nim/1022/data/attachments/15320fb536292887.txt
Normal file
124
nim/1022/data/attachments/15320fb536292887.txt
Normal file
@ -0,0 +1,124 @@
|
||||
2026-01-02 04:23:17.661 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:23:17.662 DEBUG [tests.conftest] Running test: test_get_peers_for_filter_node with id: 2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf
|
||||
2026-01-02 04:23:17.662 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:23:17.662 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:23:17.669 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:23:17.669 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:17.669 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:23:17.669 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:23:17.671 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:23:17.671 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.159.42
|
||||
2026-01-02 04:23:17.671 DEBUG [src.node.docker_mananger] Generated ports ['36844', '36845', '36846', '36847', '36848']
|
||||
2026-01-02 04:23:17.671 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:23:17.671 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:23:17.671 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:23:17.671 DEBUG [src.node.docker_mananger] docker run -i -t -p 36844:36844 -p 36845:36845 -p 36846:36846 -p 36847:36847 -p 36848:36848 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36846 --rest-port=36844 --tcp-port=36845 --discv5-udp-port=36847 --rest-address=0.0.0.0 --nat=extip:172.18.159.42 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2ceef8b2feda437d3dad8ed6ce0f2b63c8e4bdd2205efe3a5fd42efd298eed05 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36848 --metrics-logging=true --relay=true --filter=true --relay-peer-exchange=true
|
||||
2026-01-02 04:23:17.861 ERROR [src.node.docker_mananger] Max retries reached for container 0146d3f1cedc. Exiting log stream.
|
||||
2026-01-02 04:23:17.862 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.159.42 waku 15efd89ec2c69be3a689fe5f0f8177cd957c5928f56f9f095969a0fda4ae1b8e
|
||||
2026-01-02 04:23:17.894 DEBUG [src.node.docker_mananger] Container started with ID 15efd89ec2c6. Setting up logs at ./log/docker/node1_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:17.894 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36844
|
||||
2026-01-02 04:23:17.895 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:23:18.401 ERROR [src.node.docker_mananger] Max retries reached for container 486c1e396637. Exiting log stream.
|
||||
2026-01-02 04:23:18.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36844/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:18.898 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:23:18.899 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:23:18.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36844/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:18.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.159.42/tcp/36845/p2p/16Uiu2HAmQCqp2utihivEF7k9y3YZQE4eQAmM7EnGrqM4QAWaZSnu","/ip4/172.18.159.42/tcp/36846/ws/p2p/16Uiu2HAmQCqp2utihivEF7k9y3YZQE4eQAmM7EnGrqM4QAWaZSnu"],"enrUri":"enr:-L24QGzX9n8OTWYa1zvhYUthcUcCN1TSsSaGUHvOIjzKAWryBsK8laUlBnyA3h8PYIOIL7Te2Fqpuza5fMS9ez-UVPICgmlkgnY0gmlwhKwSnyqKbXVsdGlhZGRyc5YACASsEp8qBo_tAAoErBKfKgaP7t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDq5l8s7hC5OOlHzc1UXyGMdd9HLzalZwTC6QGnoD8xtqDdGNwgo_tg3VkcIKP74V3YWt1MgU"}'
|
||||
2026-01-02 04:23:18.901 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:23:18.908 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:23:18.908 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:18.908 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:23:18.908 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:23:18.910 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:23:18.910 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.55.238
|
||||
2026-01-02 04:23:18.910 DEBUG [src.node.docker_mananger] Generated ports ['60482', '60483', '60484', '60485', '60486']
|
||||
2026-01-02 04:23:18.910 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:23:18.910 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:23:18.910 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:23:18.910 DEBUG [src.node.docker_mananger] docker run -i -t -p 60482:60482 -p 60483:60483 -p 60484:60484 -p 60485:60485 -p 60486:60486 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60484 --rest-port=60482 --tcp-port=60483 --discv5-udp-port=60485 --rest-address=0.0.0.0 --nat=extip:172.18.55.238 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bdf7fd1fcc5aebf3c3cfedbc64560aaa7d09d16bcd45a275b2b7cc6cef5dcac4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60486 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGzX9n8OTWYa1zvhYUthcUcCN1TSsSaGUHvOIjzKAWryBsK8laUlBnyA3h8PYIOIL7Te2Fqpuza5fMS9ez-UVPICgmlkgnY0gmlwhKwSnyqKbXVsdGlhZGRyc5YACASsEp8qBo_tAAoErBKfKgaP7t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDq5l8s7hC5OOlHzc1UXyGMdd9HLzalZwTC6QGnoD8xtqDdGNwgo_tg3VkcIKP74V3YWt1MgU --filter=true
|
||||
2026-01-02 04:23:19.094 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.55.238 waku 4d9425b9e1c069fd0a9c5de7a870703928b30927e532bf6700ce36d6a82cc1ab
|
||||
2026-01-02 04:23:19.122 DEBUG [src.node.docker_mananger] Container started with ID 4d9425b9e1c0. Setting up logs at ./log/docker/node2_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:19.123 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60482
|
||||
2026-01-02 04:23:19.123 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:23:20.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60482/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:20.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:23:20.142 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:23:20.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60482/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:20.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.55.238/tcp/60483/p2p/16Uiu2HAmJa9kbZBvk27tYt3sapk3NeBRzBqNiRq1iR115ehgxwzn","/ip4/172.18.55.238/tcp/60484/ws/p2p/16Uiu2HAmJa9kbZBvk27tYt3sapk3NeBRzBqNiRq1iR115ehgxwzn"],"enrUri":"enr:-L24QO6drBp69BvAsN5CPTp9fa6cjlBPNSBgijpYkrAa5SbyXTRyyLglSSwLUXpJePotW2tNcrwzon1H3WeAs52er4MCgmlkgnY0gmlwhKwSN-6KbXVsdGlhZGRyc5YACASsEjfuBuxDAAoErBI37gbsRN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDV-jZJBikntR3lYtXVpEn7Tq5oSrZvilLd1FesROHyPeDdGNwguxDg3VkcILsRYV3YWt1MgU"}'
|
||||
2026-01-02 04:23:20.148 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:23:20.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60482/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.159.42/tcp/36845/p2p/16Uiu2HAmQCqp2utihivEF7k9y3YZQE4eQAmM7EnGrqM4QAWaZSnu"]'
|
||||
2026-01-02 04:23:20.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:20.151 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36844/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2026-01-02 04:23:20.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:20.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60482/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2026-01-02 04:23:20.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:20.168 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:23:21.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36844/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:21.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.55.238/tcp/55750/p2p/16Uiu2HAmJa9kbZBvk27tYt3sapk3NeBRzBqNiRq1iR115ehgxwzn","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"}]'
|
||||
2026-01-02 04:23:21.181 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:23:21.181 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:21.181 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:23:21.182 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:23:21.183 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:23:21.183 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.136.13
|
||||
2026-01-02 04:23:21.183 DEBUG [src.node.docker_mananger] Generated ports ['25541', '25542', '25543', '25544', '25545']
|
||||
2026-01-02 04:23:21.184 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:23:21.184 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:23:21.184 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:23:21.184 DEBUG [src.node.docker_mananger] docker run -i -t -p 25541:25541 -p 25542:25542 -p 25543:25543 -p 25544:25544 -p 25545:25545 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25543 --rest-port=25541 --tcp-port=25542 --discv5-udp-port=25544 --rest-address=0.0.0.0 --nat=extip:172.18.136.13 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=eededba64eaa7bfbdf2ea3e0c1b37b33bda6aa8f8d60ddf41ef9867fdfba9b6d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25545 --metrics-logging=true --relay=false --peer-exchange-node=/ip4/172.18.55.238/tcp/55750/p2p/16Uiu2HAmJa9kbZBvk27tYt3sapk3NeBRzBqNiRq1iR115ehgxwzn
|
||||
2026-01-02 04:23:21.372 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.136.13 waku 2aa8f13c2b35e8f184096458594b87e64a699f261579e003d625b967dae71ffc
|
||||
2026-01-02 04:23:21.401 DEBUG [src.node.docker_mananger] Container started with ID 2aa8f13c2b35. Setting up logs at ./log/docker/node3_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:21.401 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25541
|
||||
2026-01-02 04:23:21.402 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:23:22.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25541/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:23:22.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25541/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:23:22.509 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:23:22.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25541/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.136.13/tcp/25542/p2p/16Uiu2HAmA6AkCM4s7JsNkWFX4PdocKvYRbAkTX5GGS8CdgNZTwq2","/ip4/172.18.136.13/tcp/25543/ws/p2p/16Uiu2HAmA6AkCM4s7JsNkWFX4PdocKvYRbAkTX5GGS8CdgNZTwq2"],"enrUri":"enr:-La4QPdX_0MXXPE9z9HAhPQfCKpyAiSESH629m06jgiucy0dbLHdZtAHjJJb8cOF1NteWwidSVNowtLMRLXA8rOS2oACgmlkgnY0gmlwhKwSiA2KbXVsdGlhZGRyc5YACASsEogNBmPGAAoErBKIDQZjx90DgnJzhQADAQAAiXNlY3AyNTZrMaEC2eA2ihmfxD5VrVjxkgPkBUG6YOBlMkkFUvTbRKORm2mDdGNwgmPGhXdha3UyAA"}'
|
||||
2026-01-02 04:23:22.512 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:23:22.512 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25541/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.159.42/tcp/36845/p2p/16Uiu2HAmQCqp2utihivEF7k9y3YZQE4eQAmM7EnGrqM4QAWaZSnu"]'
|
||||
2026-01-02 04:23:22.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:22.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25541/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.55.238/tcp/55750/p2p/16Uiu2HAmJa9kbZBvk27tYt3sapk3NeBRzBqNiRq1iR115ehgxwzn","protocols":[],"shards":[],"connected":"NotConnected","agent":"","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.159.42/tcp/36845/p2p/16Uiu2HAmQCqp2utihivEF7k9y3YZQE4eQAmM7EnGrqM4QAWaZSnu","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"}]'
|
||||
2026-01-02 04:23:22.549 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:23:22.549 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:22.549 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:23:22.549 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:23:22.551 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:23:22.551 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.31.112
|
||||
2026-01-02 04:23:22.551 DEBUG [src.node.docker_mananger] Generated ports ['23823', '23824', '23825', '23826', '23827']
|
||||
2026-01-02 04:23:22.551 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:23:22.551 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:23:22.551 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:23:22.551 DEBUG [src.node.docker_mananger] docker run -i -t -p 23823:23823 -p 23824:23824 -p 23825:23825 -p 23826:23826 -p 23827:23827 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23825 --rest-port=23823 --tcp-port=23824 --discv5-udp-port=23826 --rest-address=0.0.0.0 --nat=extip:172.18.31.112 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=acc0cec5e3767305ac3e34701d356cbab5b36cb13bd428eea9daf4e3bbb01df5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23827 --metrics-logging=true --relay=false --filternode=/ip4/172.18.55.238/tcp/55750/p2p/16Uiu2HAmJa9kbZBvk27tYt3sapk3NeBRzBqNiRq1iR115ehgxwzn
|
||||
2026-01-02 04:23:22.737 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.31.112 waku 6a82a22497d83844aeb44fb06e0c37ec07d973084d95a8923dffcdd196db7752
|
||||
2026-01-02 04:23:22.767 DEBUG [src.node.docker_mananger] Container started with ID 6a82a22497d8. Setting up logs at ./log/docker/node4_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:22.768 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23823
|
||||
2026-01-02 04:23:22.768 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:23:23.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23823/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:23.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:23:23.773 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:23:23.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23823/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:23.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.31.112/tcp/23824/p2p/16Uiu2HAm9zE8XHGaiKrfAh3uMzmkinAUsvhoFhJc1xiXE42Ue8yA","/ip4/172.18.31.112/tcp/23825/ws/p2p/16Uiu2HAm9zE8XHGaiKrfAh3uMzmkinAUsvhoFhJc1xiXE42Ue8yA"],"enrUri":"enr:-L24QAZj3hE4B9RdRbsCEr3w5SeCMRtgw-OLJvG8odmNbLVePnqfU8KDr_GOGLZpiNf1_VPstfsCmZFTaJkltMbcia0CgmlkgnY0gmlwhKwSH3CKbXVsdGlhZGRyc5YACASsEh9wBl0QAAoErBIfcAZdEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2FqOOLduVN606bboj3P2Pc-xWQJhfRz0esdTYAozlg2DdGNwgl0Qg3VkcIJdEoV3YWt1MgA"}'
|
||||
2026-01-02 04:23:23.775 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:23:23.775 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23823/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.159.42/tcp/36845/p2p/16Uiu2HAmQCqp2utihivEF7k9y3YZQE4eQAmM7EnGrqM4QAWaZSnu"]'
|
||||
2026-01-02 04:23:23.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:23:23.811 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:23:23.823 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:23:23.824 DEBUG [src.node.waku_node] Stopping container with id 15efd89ec2c6
|
||||
2026-01-02 04:23:24.400 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:23:24.400 DEBUG [src.node.waku_node] Stopping container with id 4d9425b9e1c0
|
||||
2026-01-02 04:23:24.929 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:23:24.929 DEBUG [src.node.waku_node] Stopping container with id 2aa8f13c2b35
|
||||
2026-01-02 04:23:25.212 ERROR [src.node.docker_mananger] Max retries reached for container 15efd89ec2c6. Exiting log stream.
|
||||
2026-01-02 04:23:25.453 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:23:25.453 DEBUG [src.node.waku_node] Stopping container with id 6a82a22497d8
|
||||
2026-01-02 04:23:25.744 ERROR [src.node.docker_mananger] Max retries reached for container 4d9425b9e1c0. Exiting log stream.
|
||||
2026-01-02 04:23:25.948 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:23:25.951 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:23:25.961 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:23:25.968 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:23:25.971 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:23:25.975 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
862
nim/1022/data/attachments/157f6f85cf2be1e0.txt
Normal file
862
nim/1022/data/attachments/157f6f85cf2be1e0.txt
Normal file
@ -0,0 +1,862 @@
|
||||
2026-01-02 04:27:01.586 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:27:01.586 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_version with id: 2026-01-02_04-27-01__afce2910-4e3f-444d-b4e2-71fdaa189372
|
||||
2026-01-02 04:27:01.586 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:27:01.586 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-02 04:27:01.593 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:27:01.593 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-27-01__afce2910-4e3f-444d-b4e2-71fdaa189372__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:27:01.593 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:27:01.594 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:27:01.595 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:27:01.595 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.187
|
||||
2026-01-02 04:27:01.595 DEBUG [src.node.docker_mananger] Generated ports ['63622', '63623', '63624', '63625', '63626']
|
||||
2026-01-02 04:27:01.595 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:27:01.595 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:27:01.596 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:27:01.596 DEBUG [src.node.docker_mananger] docker run -i -t -p 63622:63622 -p 63623:63623 -p 63624:63624 -p 63625:63625 -p 63626:63626 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63624 --rest-port=63622 --tcp-port=63623 --discv5-udp-port=63625 --rest-address=0.0.0.0 --nat=extip:172.18.195.187 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=72a4c004bb8acccff1fc5ff2ae753fdffdfbdf6c82b2965bbb2a125f0e17e523 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63626 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-01-02 04:27:01.791 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.187 waku 093e7bc9db3e6696e17ea75d39a2d21315348945a3f63455f44ffeb42665cd58
|
||||
2026-01-02 04:27:01.825 DEBUG [src.node.docker_mananger] Container started with ID 093e7bc9db3e. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-27-01__afce2910-4e3f-444d-b4e2-71fdaa189372__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:27:01.825 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63622
|
||||
2026-01-02 04:27:01.825 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:27:02.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63622/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:02.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:27:02.830 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:27:02.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63622/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:02.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.187/tcp/63623/p2p/16Uiu2HAmFMvTCCoTnvyYAq2wdxLkjPuAdNviWUeRbnexkSUarq3y","/ip4/172.18.195.187/tcp/63624/ws/p2p/16Uiu2HAmFMvTCCoTnvyYAq2wdxLkjPuAdNviWUeRbnexkSUarq3y"],"enrUri":"enr:-L24QLdKTnx7JymmZlLTdpH8Z5_JwMsmLEukq69Tjjb4dCMMcEUp-bgq_meZ1uWvVZ2mgUglmyjc0RNpulztZdYgoo0CgmlkgnY0gmlwhKwSw7uKbXVsdGlhZGRyc5YACASsEsO7BviHAAoErBLDuwb4iN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKDPHgN-8YiFeaKDNl63kKB0SHN_TrsalmPpo6vmC7MSDdGNwgviHg3VkcIL4iYV3YWt1Mgk"}'
|
||||
2026-01-02 04:27:02.833 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:27:02.839 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:27:02.839 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-02_04-27-01__afce2910-4e3f-444d-b4e2-71fdaa189372__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:27:02.839 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:27:02.840 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:27:02.841 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:27:02.841 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.110.13
|
||||
2026-01-02 04:27:02.841 DEBUG [src.node.docker_mananger] Generated ports ['32061', '32062', '32063', '32064', '32065']
|
||||
2026-01-02 04:27:02.841 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:27:02.842 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:27:02.842 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:27:02.842 DEBUG [src.node.docker_mananger] docker run -i -t -p 32061:32061 -p 32062:32062 -p 32063:32063 -p 32064:32064 -p 32065:32065 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32063 --rest-port=32061 --tcp-port=32062 --discv5-udp-port=32064 --rest-address=0.0.0.0 --nat=extip:172.18.110.13 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7cba22cdeffcd4ae5b1a2d0cee1eed483c019cd4affe1cefebfc0aaa9478e5a6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32065 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-01-02 04:27:03.018 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.110.13 waku 68961c9de143cd92fcb3fdc1c8efe10726ba2e2cf9d53f56ea68ad207a62ec19
|
||||
2026-01-02 04:27:03.053 DEBUG [src.node.docker_mananger] Container started with ID 68961c9de143. Setting up logs at ./log/docker/receiving_node2_2026-01-02_04-27-01__afce2910-4e3f-444d-b4e2-71fdaa189372__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:27:03.054 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32061
|
||||
2026-01-02 04:27:03.054 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:27:04.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:04.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:27:04.059 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:27:04.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32061/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:04.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.110.13/tcp/32062/p2p/16Uiu2HAm4QyCXf8Zi2CYS6oPaxqD8uSNJuCcSZLGtzGfiz2FdySq","/ip4/172.18.110.13/tcp/32063/ws/p2p/16Uiu2HAm4QyCXf8Zi2CYS6oPaxqD8uSNJuCcSZLGtzGfiz2FdySq"],"enrUri":"enr:-L24QB95ONDMMu1w4VcNVGyNn0DvNbZ-k1f8A7wMLELVGqfjVW_KzAsagb2wcgF2poFwVPIxDmQRMLFTMu-nt_c4NnICgmlkgnY0gmlwhKwSbg2KbXVsdGlhZGRyc5YACASsEm4NBn0-AAoErBJuDQZ9P90DgnJzhQADAQAAiXNlY3AyNTZrMaEChYsSX8WtHIZmD0tI1uQIHUpgT-iw3e5TrfW5W9v0apqDdGNwgn0-g3VkcIJ9QIV3YWt1MgE"}'
|
||||
2026-01-02 04:27:04.061 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:27:04.061 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32061/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.187/tcp/63623/p2p/16Uiu2HAmFMvTCCoTnvyYAq2wdxLkjPuAdNviWUeRbnexkSUarq3y"]'
|
||||
2026-01-02 04:27:04.094 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:04.104 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:27:04.105 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-27-01__afce2910-4e3f-444d-b4e2-71fdaa189372__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:27:04.105 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:27:04.105 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:27:04.110 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:27:04.112 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.215.7
|
||||
2026-01-02 04:27:04.112 DEBUG [src.node.docker_mananger] Generated ports ['27437', '27438', '27439', '27440', '27441']
|
||||
2026-01-02 04:27:04.112 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:27:04.112 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:27:04.112 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:27:04.112 DEBUG [src.node.docker_mananger] docker run -i -t -p 27437:27437 -p 27438:27438 -p 27439:27439 -p 27440:27440 -p 27441:27441 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27439 --rest-port=27437 --tcp-port=27438 --discv5-udp-port=27440 --rest-address=0.0.0.0 --nat=extip:172.18.215.7 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cc356957d3d6fa94448b8a73b1ecd53abbdbba9aa462c396ba6f43b72d458bd1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27441 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLdKTnx7JymmZlLTdpH8Z5_JwMsmLEukq69Tjjb4dCMMcEUp-bgq_meZ1uWvVZ2mgUglmyjc0RNpulztZdYgoo0CgmlkgnY0gmlwhKwSw7uKbXVsdGlhZGRyc5YACASsEsO7BviHAAoErBLDuwb4iN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKDPHgN-8YiFeaKDNl63kKB0SHN_TrsalmPpo6vmC7MSDdGNwgviHg3VkcIL4iYV3YWt1Mgk --lightpushnode=/ip4/172.18.195.187/tcp/63623/p2p/16Uiu2HAmFMvTCCoTnvyYAq2wdxLkjPuAdNviWUeRbnexkSUarq3y --lightpush=true --relay=false
|
||||
2026-01-02 04:27:04.302 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.215.7 waku ac012e41a2e7c82dc9724ab113cbcd70eb0fc3de3bfd2ce726760f78b69862b5
|
||||
2026-01-02 04:27:04.332 DEBUG [src.node.docker_mananger] Container started with ID ac012e41a2e7. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-27-01__afce2910-4e3f-444d-b4e2-71fdaa189372__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:27:04.332 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27437
|
||||
2026-01-02 04:27:04.332 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:27:05.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:05.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:05.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:05.624 ERROR [src.node.docker_mananger] Max retries reached for container ac012e41a2e7. Exiting log stream.
|
||||
2026-01-02 04:27:05.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:05.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:05.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:05.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:06.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:06.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:06.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:06.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:06.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:06.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:06.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:06.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:06.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:06.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:07.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:07.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:07.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:07.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:07.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:07.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:07.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:07.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:07.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:07.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:08.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:08.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:08.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:08.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:08.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:08.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:08.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:08.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:08.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:08.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:09.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:09.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:09.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:09.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:09.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:09.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:09.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:09.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:09.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:09.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:10.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:10.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:10.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:10.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:10.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:10.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:10.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:10.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:10.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:11.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:11.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:11.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:11.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:11.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:11.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:11.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:11.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:11.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:11.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:12.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:12.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:12.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:12.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:12.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:12.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:12.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:12.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:12.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:12.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:13.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:13.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:13.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:13.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:13.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:13.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:13.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:13.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:13.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:13.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:14.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:14.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:14.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:14.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:14.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:14.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:14.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:14.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:14.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:14.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:15.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:15.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:15.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:15.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:15.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:15.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:15.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:15.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:15.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:15.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:16.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:16.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:16.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:16.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:16.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:16.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:16.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:16.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:16.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:16.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:17.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:17.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:17.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:17.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:17.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:17.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:17.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:17.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:17.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:17.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:18.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:18.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:18.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:18.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:18.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:18.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:18.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:18.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:18.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:19.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:19.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:19.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:19.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:19.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:19.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:19.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:19.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:19.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:19.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:20.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:20.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:20.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:20.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:20.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:20.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:20.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:20.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:20.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:20.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:21.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:21.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:21.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:21.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:21.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:21.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:21.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:21.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:21.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:21.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:22.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:22.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:22.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:22.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:22.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:22.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:22.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:22.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:22.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:22.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:23.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:23.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:23.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:23.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:23.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:23.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:23.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:23.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:23.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:23.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:24.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:24.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:24.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:24.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:24.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:24.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:24.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:24.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:24.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:24.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:25.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:25.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:25.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:25.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27437/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:25.389 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=27437): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efeec2df740>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:27:25.489 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:27:25.489 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:27:25.491 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:27:25.491 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.37.146
|
||||
2026-01-02 04:27:25.491 DEBUG [src.node.docker_mananger] Generated ports ['50611', '50612', '50613', '50614', '50615']
|
||||
2026-01-02 04:27:25.491 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:27:25.491 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:27:25.491 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:27:25.492 DEBUG [src.node.docker_mananger] docker run -i -t -p 50611:50611 -p 50612:50612 -p 50613:50613 -p 50614:50614 -p 50615:50615 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50613 --rest-port=50611 --tcp-port=50612 --discv5-udp-port=50614 --rest-address=0.0.0.0 --nat=extip:172.18.37.146 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0615871589ba7d7aa7edcc9bffefc8172f4caa4ee48ee49c4dcfe8d9d3dfa886 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50615 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLdKTnx7JymmZlLTdpH8Z5_JwMsmLEukq69Tjjb4dCMMcEUp-bgq_meZ1uWvVZ2mgUglmyjc0RNpulztZdYgoo0CgmlkgnY0gmlwhKwSw7uKbXVsdGlhZGRyc5YACASsEsO7BviHAAoErBLDuwb4iN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKDPHgN-8YiFeaKDNl63kKB0SHN_TrsalmPpo6vmC7MSDdGNwgviHg3VkcIL4iYV3YWt1Mgk --lightpushnode=/ip4/172.18.195.187/tcp/63623/p2p/16Uiu2HAmFMvTCCoTnvyYAq2wdxLkjPuAdNviWUeRbnexkSUarq3y --lightpush=true --relay=false
|
||||
2026-01-02 04:27:25.668 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.37.146 waku 9d5588d49745b9edef86e0f6e717cd45a1ccf86517411a8f0fbb653743d2c4ea
|
||||
2026-01-02 04:27:25.696 DEBUG [src.node.docker_mananger] Container started with ID 9d5588d49745. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-27-01__afce2910-4e3f-444d-b4e2-71fdaa189372__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:27:25.697 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50611
|
||||
2026-01-02 04:27:25.697 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:27:26.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:26.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:26.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:26.996 ERROR [src.node.docker_mananger] Max retries reached for container 9d5588d49745. Exiting log stream.
|
||||
2026-01-02 04:27:27.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:27.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:27.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:27.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:27.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:27.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:27.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:27.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:27.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:27.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:28.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:28.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:28.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:28.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:28.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:28.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:28.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:28.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:28.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:28.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:29.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:29.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:29.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:29.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:29.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:29.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:29.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:29.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:29.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:29.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:30.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:30.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:30.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:30.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:30.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:30.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:30.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:30.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:30.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:30.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:31.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:31.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:31.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:31.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:31.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:31.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:31.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:31.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:31.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:31.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:32.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:32.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:32.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:32.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:32.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:32.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:32.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:32.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:32.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:32.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:33.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:33.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:33.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:33.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:33.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:33.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:33.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:33.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:33.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:33.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:34.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:34.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:34.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:34.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:34.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:34.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:34.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:34.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:34.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:34.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:35.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:35.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:35.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:35.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:35.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:35.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:35.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:35.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:35.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:36.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:36.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:36.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:36.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:36.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:36.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:36.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:36.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:36.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:36.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:37.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:37.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:37.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:37.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:37.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:37.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:37.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:37.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:37.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:37.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:38.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:38.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:38.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:38.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:38.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:38.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:38.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:38.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:38.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:38.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:39.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:39.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:39.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:39.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:39.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:39.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:39.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:39.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:39.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:39.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:40.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:40.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:40.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:40.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:40.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:40.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:40.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:40.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:40.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:40.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:41.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:41.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:41.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:41.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:41.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:41.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:41.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:41.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:41.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:41.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:42.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:42.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:42.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:42.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:42.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:42.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:42.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:42.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:42.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:42.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:43.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:43.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:43.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:43.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:43.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:43.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:43.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:43.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:43.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:44.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:44.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:44.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:44.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:44.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:44.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:44.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:44.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:44.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:44.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:45.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:45.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:45.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:45.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:45.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:45.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:45.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:45.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:45.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:45.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:46.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:46.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:46.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:46.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:46.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:46.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:46.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:46.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:46.738 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=50611): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efeec140f20>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:27:46.839 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:27:46.839 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:27:46.840 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:27:46.841 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.80.70
|
||||
2026-01-02 04:27:46.841 DEBUG [src.node.docker_mananger] Generated ports ['47352', '47353', '47354', '47355', '47356']
|
||||
2026-01-02 04:27:46.841 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:27:46.841 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:27:46.841 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:27:46.841 DEBUG [src.node.docker_mananger] docker run -i -t -p 47352:47352 -p 47353:47353 -p 47354:47354 -p 47355:47355 -p 47356:47356 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47354 --rest-port=47352 --tcp-port=47353 --discv5-udp-port=47355 --rest-address=0.0.0.0 --nat=extip:172.18.80.70 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eac3fef7bf7f813cddba7c8098b4e8bd8f3892523027e82f3d2b8db97e8daebf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47356 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLdKTnx7JymmZlLTdpH8Z5_JwMsmLEukq69Tjjb4dCMMcEUp-bgq_meZ1uWvVZ2mgUglmyjc0RNpulztZdYgoo0CgmlkgnY0gmlwhKwSw7uKbXVsdGlhZGRyc5YACASsEsO7BviHAAoErBLDuwb4iN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKDPHgN-8YiFeaKDNl63kKB0SHN_TrsalmPpo6vmC7MSDdGNwgviHg3VkcIL4iYV3YWt1Mgk --lightpushnode=/ip4/172.18.195.187/tcp/63623/p2p/16Uiu2HAmFMvTCCoTnvyYAq2wdxLkjPuAdNviWUeRbnexkSUarq3y --lightpush=true --relay=false
|
||||
2026-01-02 04:27:47.012 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.80.70 waku c06b76235e40ed5dc3a4c0781a76b6a968f4f3b3751c1d50efff98aab523e0ec
|
||||
2026-01-02 04:27:47.042 DEBUG [src.node.docker_mananger] Container started with ID c06b76235e40. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-27-01__afce2910-4e3f-444d-b4e2-71fdaa189372__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:27:47.043 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47352
|
||||
2026-01-02 04:27:47.044 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:27:48.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:48.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:48.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:48.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:48.359 ERROR [src.node.docker_mananger] Max retries reached for container c06b76235e40. Exiting log stream.
|
||||
2026-01-02 04:27:48.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:48.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:48.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:48.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:48.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:48.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:49.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:49.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:49.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:49.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:49.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:49.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:49.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:49.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:49.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:49.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:50.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:50.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:50.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:50.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:50.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:50.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:50.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:50.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:50.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:50.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:51.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:51.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:51.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:51.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:51.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:51.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:51.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:51.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:51.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:51.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:52.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:52.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:52.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:52.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:52.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:52.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:52.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:52.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:52.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:53.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:53.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:53.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:53.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:53.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:53.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:53.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:53.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:53.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:53.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:54.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:54.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:54.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:54.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:54.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:54.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:54.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:54.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:54.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:54.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:55.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:55.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:55.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:55.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:55.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:55.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:55.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:55.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:55.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:55.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:56.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:56.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:56.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:56.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:56.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:56.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:56.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:56.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:56.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:56.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:57.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:57.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:57.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:57.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:57.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:57.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:57.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:57.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:57.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:57.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:58.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:58.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:58.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:58.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:58.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:58.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:58.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:58.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:58.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:58.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:59.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:59.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:59.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:59.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:59.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:59.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:59.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:59.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:59.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:00.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:00.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:00.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:00.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:00.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:00.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:00.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:00.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:00.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:00.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:01.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:01.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:01.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:01.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:01.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:01.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:01.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:01.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:01.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:01.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:03.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:03.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:03.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:03.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:03.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:03.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:03.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:03.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:03.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:03.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:05.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:05.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:05.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:05.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:05.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:05.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:05.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:05.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:05.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:05.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:06.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:06.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:06.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:06.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:06.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:06.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:06.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:06.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:06.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:06.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:07.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:07.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:07.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:07.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:07.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:07.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:07.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:07.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:07.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:08.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:08.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:08.103 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=47352): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efeec1c9700>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:28:08.281 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:28:08.282 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:28:08.282 DEBUG [src.node.waku_node] Stopping container with id 093e7bc9db3e
|
||||
2026-01-02 04:28:08.818 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:28:08.818 DEBUG [src.node.waku_node] Stopping container with id 68961c9de143
|
||||
2026-01-02 04:28:09.310 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:28:09.310 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:09.413 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:09.514 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:09.617 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:09.631 ERROR [src.node.docker_mananger] Max retries reached for container 093e7bc9db3e. Exiting log stream.
|
||||
2026-01-02 04:28:09.719 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:09.821 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:09.923 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:10.025 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:10.126 ERROR [src.node.docker_mananger] Max retries reached for container 68961c9de143. Exiting log stream.
|
||||
2026-01-02 04:28:10.126 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:10.228 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:10.329 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:10.431 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:10.532 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:10.633 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:10.735 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:10.836 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:10.938 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:11.039 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:11.141 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:11.243 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:11.345 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:11.446 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:11.548 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:11.650 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:11.751 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:11.853 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:11.954 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:12.056 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:12.157 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:12.259 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:12.360 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:12.462 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:12.563 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:12.664 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:12.766 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:12.867 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:12.969 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:13.070 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:13.172 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:13.274 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:13.376 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:13.477 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:13.579 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:13.681 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:13.782 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:13.884 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:13.985 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:14.086 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:14.188 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:14.289 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:14.390 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:14.391 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/c06b76235e40ed5dc3a4c0781a76b6a968f4f3b3751c1d50efff98aab523e0ec/stop: Not Found ("No such container: c06b76235e40ed5dc3a4c0781a76b6a968f4f3b3751c1d50efff98aab523e0ec")
|
||||
2026-01-02 04:28:14.392 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:14.493 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:14.594 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:14.696 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:14.797 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:14.899 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:15.000 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:15.102 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:15.203 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:15.304 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:15.406 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:15.507 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:15.609 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:15.710 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:15.811 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:15.913 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:16.015 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:16.116 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:16.218 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:16.320 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:16.421 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:16.522 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:16.624 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:16.725 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:16.827 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:16.928 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:17.029 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:17.131 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:17.232 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:17.334 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:17.435 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:17.537 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:17.638 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:17.739 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:17.841 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:17.942 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:18.043 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:18.145 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:18.246 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:18.347 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:18.449 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:18.550 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:18.651 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:18.753 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:18.854 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:18.956 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:19.057 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:19.158 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:19.260 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:19.361 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:19.463 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:19.464 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/c06b76235e40ed5dc3a4c0781a76b6a968f4f3b3751c1d50efff98aab523e0ec/stop: Not Found ("No such container: c06b76235e40ed5dc3a4c0781a76b6a968f4f3b3751c1d50efff98aab523e0ec")
|
||||
2026-01-02 04:28:19.464 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:19.565 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:19.667 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:19.768 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:19.870 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:19.971 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:20.073 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:20.174 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:20.275 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:20.377 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:20.478 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:20.579 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:20.681 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:20.782 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:20.884 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:20.985 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:21.086 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:21.188 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:21.289 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:21.390 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:21.492 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:21.593 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:21.695 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:21.796 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:21.897 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:21.999 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:22.100 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:22.202 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:22.303 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:22.404 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:22.506 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:22.607 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:22.709 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:22.810 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:22.911 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:23.013 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:23.114 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:23.215 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:23.317 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:23.418 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:23.519 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:23.621 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:23.722 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:23.823 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:23.925 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:24.026 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:24.128 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:24.229 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:24.330 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:24.432 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:24.534 DEBUG [src.node.waku_node] Stopping container with id c06b76235e40
|
||||
2026-01-02 04:28:24.535 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/c06b76235e40ed5dc3a4c0781a76b6a968f4f3b3751c1d50efff98aab523e0ec/stop: Not Found ("No such container: c06b76235e40ed5dc3a4c0781a76b6a968f4f3b3751c1d50efff98aab523e0ec")
|
||||
2026-01-02 04:28:24.536 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:28:24.560 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:28:24.584 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:28:24.584 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:28:24.585 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:28:24.585 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
95
nim/1022/data/attachments/15ce637a5a043029.txt
Normal file
95
nim/1022/data/attachments/15ce637a5a043029.txt
Normal file
@ -0,0 +1,95 @@
|
||||
2026-01-02 04:34:35.549 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:34:35.550 DEBUG [tests.conftest] Running test: test_publish_with_ephemeral with id: 2026-01-02_04-34-35__d7c23039-0afc-4143-a295-1eb494c0261a
|
||||
2026-01-02 04:34:35.550 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:34:35.550 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:34:35.550 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-01-02 04:34:35.557 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:34:35.557 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-34-35__d7c23039-0afc-4143-a295-1eb494c0261a__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:34:35.557 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:34:35.557 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:34:35.558 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:34:35.559 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.8.60
|
||||
2026-01-02 04:34:35.559 DEBUG [src.node.docker_mananger] Generated ports ['9401', '9402', '9403', '9404', '9405']
|
||||
2026-01-02 04:34:35.559 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:34:35.559 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:34:35.559 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:34:35.559 DEBUG [src.node.docker_mananger] docker run -i -t -p 9401:9401 -p 9402:9402 -p 9403:9403 -p 9404:9404 -p 9405:9405 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9403 --rest-port=9401 --tcp-port=9402 --discv5-udp-port=9404 --rest-address=0.0.0.0 --nat=extip:172.18.8.60 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=18a47e9a3e021d612c924fcb4eaed08c662a71f19b6acca8c6f5ab6faf9ec27a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9405 --metrics-logging=true --relay=true
|
||||
2026-01-02 04:34:35.738 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.8.60 waku 1ef007113b351abc712a4121b48f19b6c9737f842b8ae0bdb7542d264c070db7
|
||||
2026-01-02 04:34:35.770 DEBUG [src.node.docker_mananger] Container started with ID 1ef007113b35. Setting up logs at ./log/docker/node1_2026-01-02_04-34-35__d7c23039-0afc-4143-a295-1eb494c0261a__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:34:35.770 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9401
|
||||
2026-01-02 04:34:35.771 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:34:35.851 ERROR [src.node.docker_mananger] Max retries reached for container 0b1342054c0b. Exiting log stream.
|
||||
2026-01-02 04:34:36.352 ERROR [src.node.docker_mananger] Max retries reached for container 48f3cfcfcf94. Exiting log stream.
|
||||
2026-01-02 04:34:36.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9401/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:36.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:34:36.775 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:34:36.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9401/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:36.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.8.60/tcp/9402/p2p/16Uiu2HAmQ3nBgcNXA3kQYMCWYxzJFjSGWezsTEDnFHnhKvc9GLVZ","/ip4/172.18.8.60/tcp/9403/ws/p2p/16Uiu2HAmQ3nBgcNXA3kQYMCWYxzJFjSGWezsTEDnFHnhKvc9GLVZ"],"enrUri":"enr:-L24QC6WGkXGe_1dmKSPtTuypTGQozUldFVfJ1nM8owd-5U6cxLdXqENpz6veUAhr2HIZk0UGn2XiQi4uelRgtZ_PMcCgmlkgnY0gmlwhKwSCDyKbXVsdGlhZGRyc5YACASsEgg8BiS6AAoErBIIPAYku90DgnJzhQADAQAAiXNlY3AyNTZrMaEDqUcouclQWMc-Azd-h9gcFkreAIPl-NJY6MSUiGVF6ByDdGNwgiS6g3VkcIIkvIV3YWt1MgE"}'
|
||||
2026-01-02 04:34:36.778 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:34:36.784 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:34:36.784 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-34-35__d7c23039-0afc-4143-a295-1eb494c0261a__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:34:36.784 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:34:36.784 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:34:36.786 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:34:36.786 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.253
|
||||
2026-01-02 04:34:36.786 DEBUG [src.node.docker_mananger] Generated ports ['32047', '32048', '32049', '32050', '32051']
|
||||
2026-01-02 04:34:36.786 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:34:36.786 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:34:36.787 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:34:36.787 DEBUG [src.node.docker_mananger] docker run -i -t -p 32047:32047 -p 32048:32048 -p 32049:32049 -p 32050:32050 -p 32051:32051 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32049 --rest-port=32047 --tcp-port=32048 --discv5-udp-port=32050 --rest-address=0.0.0.0 --nat=extip:172.18.251.253 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e6ebab9381af7bef4976fced675d2bb77322d9ecdf69c5d5dda5419ac23a91a2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32051 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QC6WGkXGe_1dmKSPtTuypTGQozUldFVfJ1nM8owd-5U6cxLdXqENpz6veUAhr2HIZk0UGn2XiQi4uelRgtZ_PMcCgmlkgnY0gmlwhKwSCDyKbXVsdGlhZGRyc5YACASsEgg8BiS6AAoErBIIPAYku90DgnJzhQADAQAAiXNlY3AyNTZrMaEDqUcouclQWMc-Azd-h9gcFkreAIPl-NJY6MSUiGVF6ByDdGNwgiS6g3VkcIIkvIV3YWt1MgE
|
||||
2026-01-02 04:34:36.967 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.253 waku bd00e75b7b37a45d09536e2311b0cbad100e401b2056c7e91baa19ddb7fe448e
|
||||
2026-01-02 04:34:36.996 DEBUG [src.node.docker_mananger] Container started with ID bd00e75b7b37. Setting up logs at ./log/docker/node2_2026-01-02_04-34-35__d7c23039-0afc-4143-a295-1eb494c0261a__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:34:36.997 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32047
|
||||
2026-01-02 04:34:36.997 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:34:37.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32047/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:38.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:34:38.015 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:34:38.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32047/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:38.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.253/tcp/32048/p2p/16Uiu2HAmK8xpMMudGxSqpWkSGc1KcXQJn895KnQTXiBUXQqTDi1Y","/ip4/172.18.251.253/tcp/32049/ws/p2p/16Uiu2HAmK8xpMMudGxSqpWkSGc1KcXQJn895KnQTXiBUXQqTDi1Y"],"enrUri":"enr:-L24QAsw9eRi9YaHChTMllsQCcNrxs33uwpNEFVf3GvIlYfHKHS5MF4X_whBU8peEDCARM6j1GYsT-1ptnnkoinq_L4CgmlkgnY0gmlwhKwS-_2KbXVsdGlhZGRyc5YACASsEvv9Bn0wAAoErBL7_QZ9Md0DgnJzhQADAQAAiXNlY3AyNTZrMaEDYFCmfwA65cvwWKOFoVGcuXLAeDZp06wmQcNApedd1CODdGNwgn0wg3VkcIJ9MoV3YWt1MgE"}'
|
||||
2026-01-02 04:34:38.019 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:34:38.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32047/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.8.60/tcp/9402/p2p/16Uiu2HAmQ3nBgcNXA3kQYMCWYxzJFjSGWezsTEDnFHnhKvc9GLVZ"]'
|
||||
2026-01-02 04:34:38.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:38.024 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2026-01-02 04:34:38.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9401/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:34:38.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:38.028 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32047/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:34:38.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:38.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9401/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:34:38.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:38.039 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:34:38.140 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:38.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9401/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:38.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767328478033875968,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:38.144 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:38.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32047/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:38.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767328478033875968,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:38.148 INFO [src.steps.relay] WARM UP successful!!
|
||||
2026-01-02 04:34:38.148 DEBUG [tests.relay.test_publish] Running test with Ephemeral True
|
||||
2026-01-02 04:34:38.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9401/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)', "ephemeral": true}'
|
||||
2026-01-02 04:34:38.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:38.153 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:34:38.253 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:38.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9401/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:38.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767328478149213532,"ephemeral":true,"proof":""}]'
|
||||
2026-01-02 04:34:38.257 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:38.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32047/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:38.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767328478149213532,"ephemeral":true,"proof":""}]'
|
||||
2026-01-02 04:34:38.260 DEBUG [tests.relay.test_publish] Running test with Ephemeral False
|
||||
2026-01-02 04:34:38.261 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9401/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)', "ephemeral": false}'
|
||||
2026-01-02 04:34:38.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:38.265 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:34:38.365 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:38.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9401/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:38.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767328478260937715,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:38.369 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:38.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32047/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:38.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767328478260937715,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:38.374 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:34:38.375 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:34:38.375 DEBUG [src.node.waku_node] Stopping container with id 1ef007113b35
|
||||
2026-01-02 04:34:38.891 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:34:38.891 DEBUG [src.node.waku_node] Stopping container with id bd00e75b7b37
|
||||
2026-01-02 04:34:39.426 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:34:39.428 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:34:39.439 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:34:39.444 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
864
nim/1022/data/attachments/16390ff05b2c7341.txt
Normal file
864
nim/1022/data/attachments/16390ff05b2c7341.txt
Normal file
@ -0,0 +1,864 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_combination_of_different_nodes with id: 2026-01-02_04-21-17__6e21547f-fd3f-499a-b4b6-2bb6d1fd2743
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-21-17__6e21547f-fd3f-499a-b4b6-2bb6d1fd2743__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.136.171
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7213', '7214', '7215', '7216', '7217']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 7213:7213 -p 7214:7214 -p 7215:7215 -p 7216:7216 -p 7217:7217 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7215 --rest-port=7213 --tcp-port=7214 --discv5-udp-port=7216 --rest-address=0.0.0.0 --nat=extip:172.18.136.171 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bdad25403b6408db2d1abc6e2aafdae47bea60fea4e47c9201fcdae5b1d11d4c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7217 --metrics-logging=true --lightpush=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.136.171 waku 728b999e2b7a7e6b12f659683383d45a5521848329195d5d7ceb36ccf9746106
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 728b999e2b7a. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-21-17__6e21547f-fd3f-499a-b4b6-2bb6d1fd2743__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7213
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7213/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7213/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.136.171/tcp/7214/p2p/16Uiu2HAkzTii3FgeuZ7xQyA1mTWAqB1Rms2XPaAZQvKz5U15pCLM","/ip4/172.18.136.171/tcp/7215/ws/p2p/16Uiu2HAkzTii3FgeuZ7xQyA1mTWAqB1Rms2XPaAZQvKz5U15pCLM"],"enrUri":"enr:-L24QGTgZyapvd1qIEeSNXOXDm-9jTS5H7kDIPsPDjYg-ksJND2iqbCnFp1cDQRQH0ot4yK2pxiKyUQM1esW3OVIeeMCgmlkgnY0gmlwhKwSiKuKbXVsdGlhZGRyc5YACASsEoirBhwuAAoErBKIqwYcL90DgnJzhQADAQAAiXNlY3AyNTZrMaECStCuZdEXhMBBHCWcmNbqezzWmXtutzt_4eTSk-NdwkaDdGNwghwug3VkcIIcMIV3YWt1Mg0"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-02_04-21-17__6e21547f-fd3f-499a-b4b6-2bb6d1fd2743__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.217.6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42399', '42400', '42401', '42402', '42403']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 42399:42399 -p 42400:42400 -p 42401:42401 -p 42402:42402 -p 42403:42403 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42401 --rest-port=42399 --tcp-port=42400 --discv5-udp-port=42402 --rest-address=0.0.0.0 --nat=extip:172.18.217.6 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fcae64a03e7cefea3977adcea8d4ecfa9d1ef902fad27fa5e6e4ff3fedfba590 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42403 --metrics-logging=true --lightpush=false --relay=false --filternode=/ip4/172.18.136.171/tcp/7214/p2p/16Uiu2HAkzTii3FgeuZ7xQyA1mTWAqB1Rms2XPaAZQvKz5U15pCLM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.217.6 waku cec68a43b151a50c0198c9fb6f54b4d3b57bc2371231998cf99fb7c45d3a7361
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cec68a43b151. Setting up logs at ./log/docker/receiving_node2_2026-01-02_04-21-17__6e21547f-fd3f-499a-b4b6-2bb6d1fd2743__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42399
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42399/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.6/tcp/42400/p2p/16Uiu2HAkzUDpi6DuGxpLL3peXL9C1Fdm4bVUKj96whkEEngnhKqB","/ip4/172.18.217.6/tcp/42401/ws/p2p/16Uiu2HAkzUDpi6DuGxpLL3peXL9C1Fdm4bVUKj96whkEEngnhKqB"],"enrUri":"enr:-L24QGuzo6sHqHD2aCBV7kXYqAbguhlMTtGKMBXZM25BMrp7NccL1qsKGEtFKk3z_kJhouATxjJvvRb145MKgM80C0ICgmlkgnY0gmlwhKwS2QaKbXVsdGlhZGRyc5YACASsEtkGBqWgAAoErBLZBgalod0DgnJzhQADAQAAiXNlY3AyNTZrMaECSvGaBvcUoWw6bhJI6BAyhe5JNnJMCmN12Bp_u4JOkaKDdGNwgqWgg3VkcIKlooV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42399/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.136.171/tcp/7214/p2p/16Uiu2HAkzTii3FgeuZ7xQyA1mTWAqB1Rms2XPaAZQvKz5U15pCLM"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-21-17__6e21547f-fd3f-499a-b4b6-2bb6d1fd2743__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.149.192
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26680', '26681', '26682', '26683', '26684']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 26680:26680 -p 26681:26681 -p 26682:26682 -p 26683:26683 -p 26684:26684 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26682 --rest-port=26680 --tcp-port=26681 --discv5-udp-port=26683 --rest-address=0.0.0.0 --nat=extip:172.18.149.192 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c0cdf583a78fa7fe6d3f3feaea86e650d28ddeabced11d17cf6c3fbcaac91adf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26684 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGTgZyapvd1qIEeSNXOXDm-9jTS5H7kDIPsPDjYg-ksJND2iqbCnFp1cDQRQH0ot4yK2pxiKyUQM1esW3OVIeeMCgmlkgnY0gmlwhKwSiKuKbXVsdGlhZGRyc5YACASsEoirBhwuAAoErBKIqwYcL90DgnJzhQADAQAAiXNlY3AyNTZrMaECStCuZdEXhMBBHCWcmNbqezzWmXtutzt_4eTSk-NdwkaDdGNwghwug3VkcIIcMIV3YWt1Mg0 --lightpushnode=/ip4/172.18.136.171/tcp/7214/p2p/16Uiu2HAkzTii3FgeuZ7xQyA1mTWAqB1Rms2XPaAZQvKz5U15pCLM --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.149.192 waku 9a7f76532c7de139efee22a69f67730aaf70ee9082c71fc2f012fabcbc401641
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9a7f76532c7d. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-21-17__6e21547f-fd3f-499a-b4b6-2bb6d1fd2743__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26680
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9a7f76532c7d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26680/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=26680): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f222c23ba70>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.144.241
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39212', '39213', '39214', '39215', '39216']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 39212:39212 -p 39213:39213 -p 39214:39214 -p 39215:39215 -p 39216:39216 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=39214 --rest-port=39212 --tcp-port=39213 --discv5-udp-port=39215 --rest-address=0.0.0.0 --nat=extip:172.18.144.241 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=14b8066dccf1daf3af2a3cfe11ab411acfd633aa7abee9f6af083fb15567d13f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39216 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGTgZyapvd1qIEeSNXOXDm-9jTS5H7kDIPsPDjYg-ksJND2iqbCnFp1cDQRQH0ot4yK2pxiKyUQM1esW3OVIeeMCgmlkgnY0gmlwhKwSiKuKbXVsdGlhZGRyc5YACASsEoirBhwuAAoErBKIqwYcL90DgnJzhQADAQAAiXNlY3AyNTZrMaECStCuZdEXhMBBHCWcmNbqezzWmXtutzt_4eTSk-NdwkaDdGNwghwug3VkcIIcMIV3YWt1Mg0 --lightpushnode=/ip4/172.18.136.171/tcp/7214/p2p/16Uiu2HAkzTii3FgeuZ7xQyA1mTWAqB1Rms2XPaAZQvKz5U15pCLM --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.144.241 waku 281a7b3dbec9c27c3dce0fccaf1f916b18be0dc4fed4dfebd3a9363ab7c9042a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 281a7b3dbec9. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-21-17__6e21547f-fd3f-499a-b4b6-2bb6d1fd2743__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39212
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 281a7b3dbec9. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39212/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=39212): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f222c5ea1b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.125.111
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58208', '58209', '58210', '58211', '58212']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 58208:58208 -p 58209:58209 -p 58210:58210 -p 58211:58211 -p 58212:58212 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58210 --rest-port=58208 --tcp-port=58209 --discv5-udp-port=58211 --rest-address=0.0.0.0 --nat=extip:172.18.125.111 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8a64dde65feb87d457c3c6855bcd87e772bcf782968afbbb1ccdea1dcb148573 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58212 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGTgZyapvd1qIEeSNXOXDm-9jTS5H7kDIPsPDjYg-ksJND2iqbCnFp1cDQRQH0ot4yK2pxiKyUQM1esW3OVIeeMCgmlkgnY0gmlwhKwSiKuKbXVsdGlhZGRyc5YACASsEoirBhwuAAoErBKIqwYcL90DgnJzhQADAQAAiXNlY3AyNTZrMaECStCuZdEXhMBBHCWcmNbqezzWmXtutzt_4eTSk-NdwkaDdGNwghwug3VkcIIcMIV3YWt1Mg0 --lightpushnode=/ip4/172.18.136.171/tcp/7214/p2p/16Uiu2HAkzTii3FgeuZ7xQyA1mTWAqB1Rms2XPaAZQvKz5U15pCLM --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.125.111 waku cce6a2860873b89a8550b26951a4a1240658fc024231df3bb4ebb00061d721f4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cce6a2860873. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-21-17__6e21547f-fd3f-499a-b4b6-2bb6d1fd2743__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 58208
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cce6a2860873. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=58208): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f222c44da90>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 728b999e2b7a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cec68a43b151
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 728b999e2b7a. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cec68a43b151. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/cce6a2860873b89a8550b26951a4a1240658fc024231df3bb4ebb00061d721f4/stop: Not Found ("No such container: cce6a2860873b89a8550b26951a4a1240658fc024231df3bb4ebb00061d721f4")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/cce6a2860873b89a8550b26951a4a1240658fc024231df3bb4ebb00061d721f4/stop: Not Found ("No such container: cce6a2860873b89a8550b26951a4a1240658fc024231df3bb4ebb00061d721f4")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cce6a2860873
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/cce6a2860873b89a8550b26951a4a1240658fc024231df3bb4ebb00061d721f4/stop: Not Found ("No such container: cce6a2860873b89a8550b26951a4a1240658fc024231df3bb4ebb00061d721f4")
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/receiving_node1_2026-01-02_04-21-17__6e21547f-fd3f-499a-b4b6-2bb6d1fd2743__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/lightpush_node1_2026-01-02_04-21-17__6e21547f-fd3f-499a-b4b6-2bb6d1fd2743__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/receiving_node2_2026-01-02_04-21-17__6e21547f-fd3f-499a-b4b6-2bb6d1fd2743__wakuorg_nwaku:latest.log
|
||||
92
nim/1022/data/attachments/1645164a904dae2f.txt
Normal file
92
nim/1022/data/attachments/1645164a904dae2f.txt
Normal file
@ -0,0 +1,92 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_time_filter_matches_no_message with id: 2026-01-02_04-31-02__25b90e88-997b-43f1-b4b4-8b04713647bb
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-31-02__25b90e88-997b-43f1-b4b4-8b04713647bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.101.52
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59281', '59282', '59283', '59284', '59285']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 59281:59281 -p 59282:59282 -p 59283:59283 -p 59284:59284 -p 59285:59285 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59283 --rest-port=59281 --tcp-port=59282 --discv5-udp-port=59284 --rest-address=0.0.0.0 --nat=extip:172.18.101.52 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=45dae8fd2941f8e8e38cda2de5ecee991d49e5753e87ba50e33c72aa47ece71a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59285 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.101.52 waku 298dd175c63b9b98b31f55ec5a14958549dfab95b46b2781ae0b0a21029a066b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 298dd175c63b. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-31-02__25b90e88-997b-43f1-b4b4-8b04713647bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59281
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 16412a28648b. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 68e3c92a1725. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59281/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59281/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.101.52/tcp/59282/p2p/16Uiu2HAmPpryoau87MbZkqpetPq8NJbRKgddpifFJYC3tryw4EYi","/ip4/172.18.101.52/tcp/59283/ws/p2p/16Uiu2HAmPpryoau87MbZkqpetPq8NJbRKgddpifFJYC3tryw4EYi"],"enrUri":"enr:-L24QCGIKCWKbsl554B2DWyexleLSIxNxvt4y5nV-BaaoAhIZ2tIbesdz7IXOxPLULsIFRbOyBMjNV_SwGp2Kr_iAboCgmlkgnY0gmlwhKwSZTSKbXVsdGlhZGRyc5YACASsEmU0BueSAAoErBJlNAbnk90DgnJzhQADAQAAiXNlY3AyNTZrMaEDpfgHzjp3p53IjrXCyAtOHjqSVrrtnxvrH5MoSIVoipuDdGNwgueSg3VkcILnlIV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-31-02__25b90e88-997b-43f1-b4b4-8b04713647bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.203.185
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53603', '53604', '53605', '53606', '53607']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 53603:53603 -p 53604:53604 -p 53605:53605 -p 53606:53606 -p 53607:53607 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53605 --rest-port=53603 --tcp-port=53604 --discv5-udp-port=53606 --rest-address=0.0.0.0 --nat=extip:172.18.203.185 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f30fabf0c348cef38b5d47ed964de8f42ac510ec23f264fecad0c7a747b30b0b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53607 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCGIKCWKbsl554B2DWyexleLSIxNxvt4y5nV-BaaoAhIZ2tIbesdz7IXOxPLULsIFRbOyBMjNV_SwGp2Kr_iAboCgmlkgnY0gmlwhKwSZTSKbXVsdGlhZGRyc5YACASsEmU0BueSAAoErBJlNAbnk90DgnJzhQADAQAAiXNlY3AyNTZrMaEDpfgHzjp3p53IjrXCyAtOHjqSVrrtnxvrH5MoSIVoipuDdGNwgueSg3VkcILnlIV3YWt1MgM --storenode=/ip4/172.18.101.52/tcp/59282/p2p/16Uiu2HAmPpryoau87MbZkqpetPq8NJbRKgddpifFJYC3tryw4EYi --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.203.185 waku eb3ebf142d9cd1b42dc39fd5c8fe68ee04fcc0b4181ee84b63252bf0de3c3cef
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID eb3ebf142d9c. Setting up logs at ./log/docker/store_node1_2026-01-02_04-31-02__25b90e88-997b-43f1-b4b4-8b04713647bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53603
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53603/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53603/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.203.185/tcp/53604/p2p/16Uiu2HAmDJbb2gK9YvvMwSAxsiU5oSCKhYMtvEjTDJ6YPE74ExbM","/ip4/172.18.203.185/tcp/53605/ws/p2p/16Uiu2HAmDJbb2gK9YvvMwSAxsiU5oSCKhYMtvEjTDJ6YPE74ExbM"],"enrUri":"enr:-L24QJ6kgA8HM5-e-Haa6EvjWPhKlmN5wN0D0besNMblTq-7Nbmw___HgQZ1hwoa-ougHncVBrOOskYN82_wwq4GLLMCgmlkgnY0gmlwhKwSy7mKbXVsdGlhZGRyc5YACASsEsu5BtFkAAoErBLLuQbRZd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDCaJVGWv7HkoB0W7o1OLtZgzkgLnRkNnYqf6XfPIptLyDdGNwgtFkg3VkcILRZoV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53603/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.101.52/tcp/59282/p2p/16Uiu2HAmPpryoau87MbZkqpetPq8NJbRKgddpifFJYC3tryw4EYi"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59281/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53603/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59281/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59281/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59281/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59281/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59281/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59281/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59281/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1767328261842145120&endTime=1767328261842245020&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53603/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1767328261842145120&endTime=1767328261842245020&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 298dd175c63b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id eb3ebf142d9c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
77
nim/1022/data/attachments/1659b2aa186fe8f.txt
Normal file
77
nim/1022/data/attachments/1659b2aa186fe8f.txt
Normal file
@ -0,0 +1,77 @@
|
||||
2026-01-02 04:30:59.538 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:30:59.538 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/5/1] with id: 2026-01-02_04-30-59__dcb3a837-8e82-4c3c-bb31-df866f1c7acb
|
||||
2026-01-02 04:30:59.538 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:30:59.539 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:30:59.539 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-02 04:30:59.545 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:30:59.546 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-30-59__dcb3a837-8e82-4c3c-bb31-df866f1c7acb__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:30:59.546 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:30:59.546 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:30:59.547 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:30:59.547 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.174.95
|
||||
2026-01-02 04:30:59.547 DEBUG [src.node.docker_mananger] Generated ports ['48415', '48416', '48417', '48418', '48419']
|
||||
2026-01-02 04:30:59.548 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
||||
2026-01-02 04:30:59.548 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-02 04:30:59.548 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:30:59.548 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:30:59.548 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:30:59.548 DEBUG [src.node.docker_mananger] docker run -i -t -p 48415:48415 -p 48416:48416 -p 48417:48417 -p 48418:48418 -p 48419:48419 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48417 --rest-port=48415 --tcp-port=48416 --discv5-udp-port=48418 --rest-address=0.0.0.0 --nat=extip:172.18.174.95 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=be1d5ee1f9dd4ae4e1ad75eb22cfab71c895e8fd2db7ef10d1e4a9a04bbe9bd0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48419 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:30:59.726 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.174.95 waku 2ff35c84798e689c75a0d36b6389d39dc11e432ec826eb013b1c18f6fe2700da
|
||||
2026-01-02 04:30:59.758 DEBUG [src.node.docker_mananger] Container started with ID 2ff35c84798e. Setting up logs at ./log/docker/node1_2026-01-02_04-30-59__dcb3a837-8e82-4c3c-bb31-df866f1c7acb__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:30:59.759 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48415
|
||||
2026-01-02 04:30:59.759 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:30:59.806 ERROR [src.node.docker_mananger] Max retries reached for container 6601d51508b1. Exiting log stream.
|
||||
2026-01-02 04:31:00.329 ERROR [src.node.docker_mananger] Max retries reached for container b8381db04088. Exiting log stream.
|
||||
2026-01-02 04:31:00.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48415/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:31:00.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:31:00.763 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:31:00.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48415/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:31:00.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.174.95/tcp/48416/p2p/16Uiu2HAmLqpog6AHTKY6iwcyzzjubGsWVVrCZeVrwJNj8RooW66Q","/ip4/172.18.174.95/tcp/48417/ws/p2p/16Uiu2HAmLqpog6AHTKY6iwcyzzjubGsWVVrCZeVrwJNj8RooW66Q"],"enrUri":"enr:-L24QCBSmk2veJ1upiKQvuLwxpV8QMSLG1SS8JVQwazWfVGRWmVafUNP5XUH-9Yd9zrtKUnNqnpJdwylVud6qbP1RFgCgmlkgnY0gmlwhKwSrl-KbXVsdGlhZGRyc5YACASsEq5fBr0gAAoErBKuXwa9Id0DgnJzhQAFAQAAiXNlY3AyNTZrMaEDeaQXdg1PbvaT0F-D4mpW72Uv78bNFdXiPYlJ3qzSJJWDdGNwgr0gg3VkcIK9IoV3YWt1MgU"}'
|
||||
2026-01-02 04:31:00.765 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:31:00.772 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:31:00.772 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-30-59__dcb3a837-8e82-4c3c-bb31-df866f1c7acb__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:31:00.772 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:31:00.772 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:31:00.773 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:31:00.774 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.171.120
|
||||
2026-01-02 04:31:00.774 DEBUG [src.node.docker_mananger] Generated ports ['35806', '35807', '35808', '35809', '35810']
|
||||
2026-01-02 04:31:00.774 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
||||
2026-01-02 04:31:00.774 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-02 04:31:00.774 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:31:00.774 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:31:00.774 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:31:00.775 DEBUG [src.node.docker_mananger] docker run -i -t -p 35806:35806 -p 35807:35807 -p 35808:35808 -p 35809:35809 -p 35810:35810 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35808 --rest-port=35806 --tcp-port=35807 --discv5-udp-port=35809 --rest-address=0.0.0.0 --nat=extip:172.18.171.120 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=fdcbdab5e9dcfbfde58c24fff0ddc754d36abbd9c4f781a6fba2bceb0492bed4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35810 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCBSmk2veJ1upiKQvuLwxpV8QMSLG1SS8JVQwazWfVGRWmVafUNP5XUH-9Yd9zrtKUnNqnpJdwylVud6qbP1RFgCgmlkgnY0gmlwhKwSrl-KbXVsdGlhZGRyc5YACASsEq5fBr0gAAoErBKuXwa9Id0DgnJzhQAFAQAAiXNlY3AyNTZrMaEDeaQXdg1PbvaT0F-D4mpW72Uv78bNFdXiPYlJ3qzSJJWDdGNwgr0gg3VkcIK9IoV3YWt1MgU
|
||||
2026-01-02 04:31:00.952 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.171.120 waku d692326ac002639242a3e324f329aba58411458536a48d774fc48c75da89782c
|
||||
2026-01-02 04:31:00.985 DEBUG [src.node.docker_mananger] Container started with ID d692326ac002. Setting up logs at ./log/docker/node2_2026-01-02_04-30-59__dcb3a837-8e82-4c3c-bb31-df866f1c7acb__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:31:00.985 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35806
|
||||
2026-01-02 04:31:00.986 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:31:01.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35806/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:31:01.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:31:01.995 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:31:01.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35806/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:31:02.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.120/tcp/35807/p2p/16Uiu2HAkzSZqpmewwSchrPSFkVVahQ9jTHtm84oALd1ZcbFYs4Zs","/ip4/172.18.171.120/tcp/35808/ws/p2p/16Uiu2HAkzSZqpmewwSchrPSFkVVahQ9jTHtm84oALd1ZcbFYs4Zs"],"enrUri":"enr:-L24QPQVf1HfKweHQcgTR1SE5WDeGQaKN8F3bHI_rgfrb4HMJP_V893Q1H3238iRk1qbuUXekS2LfCEfn9S8ZFJGzYECgmlkgnY0gmlwhKwSq3iKbXVsdGlhZGRyc5YACASsEqt4BovfAAoErBKreAaL4N0DgnJzhQAFAQAAiXNlY3AyNTZrMaECSoUTa79DBSS_VxPYH9BceDztpU-PJoMfucGCX0lzCl6DdGNwgovfg3VkcIKL4YV3YWt1MgE"}'
|
||||
2026-01-02 04:31:02.001 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:31:02.001 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35806/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.174.95/tcp/48416/p2p/16Uiu2HAmLqpog6AHTKY6iwcyzzjubGsWVVrCZeVrwJNj8RooW66Q"]'
|
||||
2026-01-02 04:31:02.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:31:02.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48415/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/1"]'
|
||||
2026-01-02 04:31:02.009 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:31:02.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35806/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/1"]'
|
||||
2026-01-02 04:31:02.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:31:02.013 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48415/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:31:02.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:31:02.020 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:31:02.121 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:31:02.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48415/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:31:02.123 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328262013651289,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:31:02.125 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:31:02.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35806/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:31:02.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328262013651289,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:31:02.130 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:31:02.131 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:31:02.131 DEBUG [src.node.waku_node] Stopping container with id 2ff35c84798e
|
||||
2026-01-02 04:31:02.654 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:31:02.654 DEBUG [src.node.waku_node] Stopping container with id d692326ac002
|
||||
2026-01-02 04:31:03.165 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:31:03.166 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:31:03.172 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:31:03.177 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
39
nim/1022/data/attachments/168f9ea30037b8f5.txt
Normal file
39
nim/1022/data/attachments/168f9ea30037b8f5.txt
Normal file
@ -0,0 +1,39 @@
|
||||
2026-01-02 04:34:24.371 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:34:24.371 DEBUG [tests.conftest] Running test: test_get_debug_version_is_string with id: 2026-01-02_04-34-24__b31fdc90-5712-4373-a85e-80ee146fbd96
|
||||
2026-01-02 04:34:24.371 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:34:24.372 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-02 04:34:24.372 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-02 04:34:24.378 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:34:24.378 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-34-24__b31fdc90-5712-4373-a85e-80ee146fbd96__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:34:24.378 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:34:24.379 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:34:24.379 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:34:24.380 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:34:24.381 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:34:24.381 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.104.54
|
||||
2026-01-02 04:34:24.381 DEBUG [src.node.docker_mananger] Generated ports ['49262', '49263', '49264', '49265', '49266']
|
||||
2026-01-02 04:34:24.381 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:34:24.381 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:34:24.382 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:34:24.382 DEBUG [src.node.docker_mananger] docker run -i -t -p 49262:49262 -p 49263:49263 -p 49264:49264 -p 49265:49265 -p 49266:49266 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49264 --rest-port=49262 --tcp-port=49263 --discv5-udp-port=49265 --rest-address=0.0.0.0 --nat=extip:172.18.104.54 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f5cae9bdbf5df9d3db3da62f02d0d0a5f5f9aacb7d5d6c7bcb7f6ca4c2b29416 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49266 --metrics-logging=true --relay=true
|
||||
2026-01-02 04:34:24.559 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.104.54 waku 550cb32a06ada117f02cc2e60b6a39427f5e900c62a1c339b4f9ece4a5cc9d73
|
||||
2026-01-02 04:34:24.590 DEBUG [src.node.docker_mananger] Container started with ID 550cb32a06ad. Setting up logs at ./log/docker/node1_2026-01-02_04-34-24__b31fdc90-5712-4373-a85e-80ee146fbd96__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:34:24.592 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49262
|
||||
2026-01-02 04:34:24.592 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:34:24.642 ERROR [src.node.docker_mananger] Max retries reached for container 5fd906deb293. Exiting log stream.
|
||||
2026-01-02 04:34:25.179 ERROR [src.node.docker_mananger] Max retries reached for container 21f5252cc2aa. Exiting log stream.
|
||||
2026-01-02 04:34:25.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49262/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:25.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:34:25.596 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:34:25.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49262/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:25.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.54/tcp/49263/p2p/16Uiu2HAkvaPKn3PNVkknYsFqSXbAEvNLaPQvdfowbmt5ibAscS4V","/ip4/172.18.104.54/tcp/49264/ws/p2p/16Uiu2HAkvaPKn3PNVkknYsFqSXbAEvNLaPQvdfowbmt5ibAscS4V"],"enrUri":"enr:-L24QIWVcHxoP0iTKiRH1PsSuomOAxASbbPNqcyOd9RG9SfQLSRgoy3yZ0knmBRFGyA1z9H5HO9ulktpcSTFME9fQF4CgmlkgnY0gmlwhKwSaDaKbXVsdGlhZGRyc5YACASsEmg2BsBvAAoErBJoNgbAcN0DgnJzhQADAQAAiXNlY3AyNTZrMaECERcU8tFJ2AslCOoe-KuwN3nKQYdRWbcariteNfxVgYaDdGNwgsBvg3VkcILAcYV3YWt1MgE"}'
|
||||
2026-01-02 04:34:25.599 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:34:25.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49262/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:25.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-125-gdafdee'
|
||||
2026-01-02 04:34:25.601 DEBUG [tests.rest_flags.test_debug_flags] debug version returned: v0.36.0-125-gdafdee
|
||||
2026-01-02 04:34:25.603 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:34:25.604 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:34:25.605 DEBUG [src.node.waku_node] Stopping container with id 550cb32a06ad
|
||||
2026-01-02 04:34:26.107 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:34:26.108 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:34:26.110 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
124
nim/1022/data/attachments/1692e5a2e0ccb2fd.txt
Normal file
124
nim/1022/data/attachments/1692e5a2e0ccb2fd.txt
Normal file
@ -0,0 +1,124 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_get_peers_for_filter_node with id: 2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.159.42
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36844', '36845', '36846', '36847', '36848']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 36844:36844 -p 36845:36845 -p 36846:36846 -p 36847:36847 -p 36848:36848 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36846 --rest-port=36844 --tcp-port=36845 --discv5-udp-port=36847 --rest-address=0.0.0.0 --nat=extip:172.18.159.42 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2ceef8b2feda437d3dad8ed6ce0f2b63c8e4bdd2205efe3a5fd42efd298eed05 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36848 --metrics-logging=true --relay=true --filter=true --relay-peer-exchange=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0146d3f1cedc. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.159.42 waku 15efd89ec2c69be3a689fe5f0f8177cd957c5928f56f9f095969a0fda4ae1b8e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 15efd89ec2c6. Setting up logs at ./log/docker/node1_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36844
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 486c1e396637. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36844/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36844/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.159.42/tcp/36845/p2p/16Uiu2HAmQCqp2utihivEF7k9y3YZQE4eQAmM7EnGrqM4QAWaZSnu","/ip4/172.18.159.42/tcp/36846/ws/p2p/16Uiu2HAmQCqp2utihivEF7k9y3YZQE4eQAmM7EnGrqM4QAWaZSnu"],"enrUri":"enr:-L24QGzX9n8OTWYa1zvhYUthcUcCN1TSsSaGUHvOIjzKAWryBsK8laUlBnyA3h8PYIOIL7Te2Fqpuza5fMS9ez-UVPICgmlkgnY0gmlwhKwSnyqKbXVsdGlhZGRyc5YACASsEp8qBo_tAAoErBKfKgaP7t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDq5l8s7hC5OOlHzc1UXyGMdd9HLzalZwTC6QGnoD8xtqDdGNwgo_tg3VkcIKP74V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.55.238
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['60482', '60483', '60484', '60485', '60486']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 60482:60482 -p 60483:60483 -p 60484:60484 -p 60485:60485 -p 60486:60486 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60484 --rest-port=60482 --tcp-port=60483 --discv5-udp-port=60485 --rest-address=0.0.0.0 --nat=extip:172.18.55.238 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bdf7fd1fcc5aebf3c3cfedbc64560aaa7d09d16bcd45a275b2b7cc6cef5dcac4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60486 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGzX9n8OTWYa1zvhYUthcUcCN1TSsSaGUHvOIjzKAWryBsK8laUlBnyA3h8PYIOIL7Te2Fqpuza5fMS9ez-UVPICgmlkgnY0gmlwhKwSnyqKbXVsdGlhZGRyc5YACASsEp8qBo_tAAoErBKfKgaP7t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDq5l8s7hC5OOlHzc1UXyGMdd9HLzalZwTC6QGnoD8xtqDdGNwgo_tg3VkcIKP74V3YWt1MgU --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.55.238 waku 4d9425b9e1c069fd0a9c5de7a870703928b30927e532bf6700ce36d6a82cc1ab
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4d9425b9e1c0. Setting up logs at ./log/docker/node2_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 60482
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60482/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60482/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.55.238/tcp/60483/p2p/16Uiu2HAmJa9kbZBvk27tYt3sapk3NeBRzBqNiRq1iR115ehgxwzn","/ip4/172.18.55.238/tcp/60484/ws/p2p/16Uiu2HAmJa9kbZBvk27tYt3sapk3NeBRzBqNiRq1iR115ehgxwzn"],"enrUri":"enr:-L24QO6drBp69BvAsN5CPTp9fa6cjlBPNSBgijpYkrAa5SbyXTRyyLglSSwLUXpJePotW2tNcrwzon1H3WeAs52er4MCgmlkgnY0gmlwhKwSN-6KbXVsdGlhZGRyc5YACASsEjfuBuxDAAoErBI37gbsRN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDV-jZJBikntR3lYtXVpEn7Tq5oSrZvilLd1FesROHyPeDdGNwguxDg3VkcILsRYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60482/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.159.42/tcp/36845/p2p/16Uiu2HAmQCqp2utihivEF7k9y3YZQE4eQAmM7EnGrqM4QAWaZSnu"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:36844/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60482/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36844/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.55.238/tcp/55750/p2p/16Uiu2HAmJa9kbZBvk27tYt3sapk3NeBRzBqNiRq1iR115ehgxwzn","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"}]'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.136.13
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25541', '25542', '25543', '25544', '25545']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 25541:25541 -p 25542:25542 -p 25543:25543 -p 25544:25544 -p 25545:25545 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25543 --rest-port=25541 --tcp-port=25542 --discv5-udp-port=25544 --rest-address=0.0.0.0 --nat=extip:172.18.136.13 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=eededba64eaa7bfbdf2ea3e0c1b37b33bda6aa8f8d60ddf41ef9867fdfba9b6d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25545 --metrics-logging=true --relay=false --peer-exchange-node=/ip4/172.18.55.238/tcp/55750/p2p/16Uiu2HAmJa9kbZBvk27tYt3sapk3NeBRzBqNiRq1iR115ehgxwzn
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.136.13 waku 2aa8f13c2b35e8f184096458594b87e64a699f261579e003d625b967dae71ffc
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2aa8f13c2b35. Setting up logs at ./log/docker/node3_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25541
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25541/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25541/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25541/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.136.13/tcp/25542/p2p/16Uiu2HAmA6AkCM4s7JsNkWFX4PdocKvYRbAkTX5GGS8CdgNZTwq2","/ip4/172.18.136.13/tcp/25543/ws/p2p/16Uiu2HAmA6AkCM4s7JsNkWFX4PdocKvYRbAkTX5GGS8CdgNZTwq2"],"enrUri":"enr:-La4QPdX_0MXXPE9z9HAhPQfCKpyAiSESH629m06jgiucy0dbLHdZtAHjJJb8cOF1NteWwidSVNowtLMRLXA8rOS2oACgmlkgnY0gmlwhKwSiA2KbXVsdGlhZGRyc5YACASsEogNBmPGAAoErBKIDQZjx90DgnJzhQADAQAAiXNlY3AyNTZrMaEC2eA2ihmfxD5VrVjxkgPkBUG6YOBlMkkFUvTbRKORm2mDdGNwgmPGhXdha3UyAA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25541/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.159.42/tcp/36845/p2p/16Uiu2HAmQCqp2utihivEF7k9y3YZQE4eQAmM7EnGrqM4QAWaZSnu"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25541/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.55.238/tcp/55750/p2p/16Uiu2HAmJa9kbZBvk27tYt3sapk3NeBRzBqNiRq1iR115ehgxwzn","protocols":[],"shards":[],"connected":"NotConnected","agent":"","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.159.42/tcp/36845/p2p/16Uiu2HAmQCqp2utihivEF7k9y3YZQE4eQAmM7EnGrqM4QAWaZSnu","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"}]'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.31.112
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23823', '23824', '23825', '23826', '23827']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 23823:23823 -p 23824:23824 -p 23825:23825 -p 23826:23826 -p 23827:23827 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23825 --rest-port=23823 --tcp-port=23824 --discv5-udp-port=23826 --rest-address=0.0.0.0 --nat=extip:172.18.31.112 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=acc0cec5e3767305ac3e34701d356cbab5b36cb13bd428eea9daf4e3bbb01df5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23827 --metrics-logging=true --relay=false --filternode=/ip4/172.18.55.238/tcp/55750/p2p/16Uiu2HAmJa9kbZBvk27tYt3sapk3NeBRzBqNiRq1iR115ehgxwzn
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.31.112 waku 6a82a22497d83844aeb44fb06e0c37ec07d973084d95a8923dffcdd196db7752
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6a82a22497d8. Setting up logs at ./log/docker/node4_2026-01-02_04-23-17__22c0cc97-84ef-4e69-b9d3-326c1dea53bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23823
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23823/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:23823/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.31.112/tcp/23824/p2p/16Uiu2HAm9zE8XHGaiKrfAh3uMzmkinAUsvhoFhJc1xiXE42Ue8yA","/ip4/172.18.31.112/tcp/23825/ws/p2p/16Uiu2HAm9zE8XHGaiKrfAh3uMzmkinAUsvhoFhJc1xiXE42Ue8yA"],"enrUri":"enr:-L24QAZj3hE4B9RdRbsCEr3w5SeCMRtgw-OLJvG8odmNbLVePnqfU8KDr_GOGLZpiNf1_VPstfsCmZFTaJkltMbcia0CgmlkgnY0gmlwhKwSH3CKbXVsdGlhZGRyc5YACASsEh9wBl0QAAoErBIfcAZdEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2FqOOLduVN606bboj3P2Pc-xWQJhfRz0esdTYAozlg2DdGNwgl0Qg3VkcIJdEoV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23823/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.159.42/tcp/36845/p2p/16Uiu2HAmQCqp2utihivEF7k9y3YZQE4eQAmM7EnGrqM4QAWaZSnu"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15efd89ec2c6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 4d9425b9e1c0
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 2aa8f13c2b35
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 15efd89ec2c6. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6a82a22497d8
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4d9425b9e1c0. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
864
nim/1022/data/attachments/16ba3d6ec91c8062.txt
Normal file
864
nim/1022/data/attachments/16ba3d6ec91c8062.txt
Normal file
@ -0,0 +1,864 @@
|
||||
2026-01-02 04:19:04.677 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:19:04.678 DEBUG [tests.conftest] Running test: test_light_push_with_payload_of_150_kb with id: 2026-01-02_04-19-04__1668b500-1006-482e-a130-beed38ed3c06
|
||||
2026-01-02 04:19:04.679 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:19:04.679 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-02 04:19:04.688 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:19:04.688 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-19-04__1668b500-1006-482e-a130-beed38ed3c06__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:19:04.688 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:19:04.688 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:19:04.691 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:19:04.691 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.231.33
|
||||
2026-01-02 04:19:04.691 DEBUG [src.node.docker_mananger] Generated ports ['4575', '4576', '4577', '4578', '4579']
|
||||
2026-01-02 04:19:04.691 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:19:04.691 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:19:04.691 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:19:04.691 DEBUG [src.node.docker_mananger] docker run -i -t -p 4575:4575 -p 4576:4576 -p 4577:4577 -p 4578:4578 -p 4579:4579 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4577 --rest-port=4575 --tcp-port=4576 --discv5-udp-port=4578 --rest-address=0.0.0.0 --nat=extip:172.18.231.33 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=42be3aaacf22b72bb45cafe64485761acbbde09cdd6f14fedbe8b9d83a90d89f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4579 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-01-02 04:19:04.867 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.231.33 waku 9ae85b40fdc0f07408b5e07fa630dd5667dc29ff7ccc668eee37bc62729ad8d0
|
||||
2026-01-02 04:19:04.897 DEBUG [src.node.docker_mananger] Container started with ID 9ae85b40fdc0. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-19-04__1668b500-1006-482e-a130-beed38ed3c06__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:19:04.898 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4575
|
||||
2026-01-02 04:19:04.898 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:19:04.936 ERROR [src.node.docker_mananger] Max retries reached for container e0da616ca812. Exiting log stream.
|
||||
2026-01-02 04:19:05.498 ERROR [src.node.docker_mananger] Max retries reached for container 4ee93e44b325. Exiting log stream.
|
||||
2026-01-02 04:19:05.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4575/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:05.901 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:19:05.902 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:19:05.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4575/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:05.904 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.231.33/tcp/4576/p2p/16Uiu2HAmFrCHSoaZ5687kMVNhvh93U5UTaqyKRBgsYdPHYbgWHWb","/ip4/172.18.231.33/tcp/4577/ws/p2p/16Uiu2HAmFrCHSoaZ5687kMVNhvh93U5UTaqyKRBgsYdPHYbgWHWb"],"enrUri":"enr:-L24QPx8jEGu_nvbT8_a_Q8pzxWrIg3AQLOweAKVmyNCXgEnREFZ-X9EIhsTHvnu8Q5RsmLFMBiWZzElVvlMT0Nl6RcCgmlkgnY0gmlwhKwS5yGKbXVsdGlhZGRyc5YACASsEuchBhHgAAoErBLnIQYR4d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDL3HxdEOEaS8477g75p3p31Drmt1fg3JvxFiVOjRkT-yDdGNwghHgg3VkcIIR4oV3YWt1Mgk"}'
|
||||
2026-01-02 04:19:05.904 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:19:05.911 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:19:05.911 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-02_04-19-04__1668b500-1006-482e-a130-beed38ed3c06__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:19:05.911 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:19:05.911 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:19:05.913 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:19:05.913 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.177.145
|
||||
2026-01-02 04:19:05.913 DEBUG [src.node.docker_mananger] Generated ports ['12725', '12726', '12727', '12728', '12729']
|
||||
2026-01-02 04:19:05.913 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:19:05.913 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:19:05.913 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:19:05.914 DEBUG [src.node.docker_mananger] docker run -i -t -p 12725:12725 -p 12726:12726 -p 12727:12727 -p 12728:12728 -p 12729:12729 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=12727 --rest-port=12725 --tcp-port=12726 --discv5-udp-port=12728 --rest-address=0.0.0.0 --nat=extip:172.18.177.145 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c8f078d99b6b2ce7baa140a93bae3d10c5e5f389ea8d305a6516928dc8b29f33 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12729 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-01-02 04:19:06.095 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.177.145 waku f957f995690b05a03e16f489b9531fca54671a465ac1594602efd8218a366706
|
||||
2026-01-02 04:19:06.124 DEBUG [src.node.docker_mananger] Container started with ID f957f995690b. Setting up logs at ./log/docker/receiving_node2_2026-01-02_04-19-04__1668b500-1006-482e-a130-beed38ed3c06__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:19:06.125 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12725
|
||||
2026-01-02 04:19:06.125 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:19:07.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12725/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:07.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:19:07.129 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:19:07.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12725/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:07.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.177.145/tcp/12726/p2p/16Uiu2HAmKraCEWz1eydpswSHrxtTMWv4TJa4DBSCWG8A9rvURKtj","/ip4/172.18.177.145/tcp/12727/ws/p2p/16Uiu2HAmKraCEWz1eydpswSHrxtTMWv4TJa4DBSCWG8A9rvURKtj"],"enrUri":"enr:-L24QIpfTlZOATnRkFC3pox4_ubDlhEJzP6R81xlVf5sOn1qP7M5mrVsrkrye1q7Y4f9dp04FtEVfYrFcimnskJqd3cCgmlkgnY0gmlwhKwSsZGKbXVsdGlhZGRyc5YACASsErGRBjG2AAoErBKxkQYxt90DgnJzhQADAQAAiXNlY3AyNTZrMaEDavl2-pMDBYfdAZKtP837M6-gqLpNUydqQZATvF2AYBCDdGNwgjG2g3VkcIIxuIV3YWt1MgE"}'
|
||||
2026-01-02 04:19:07.131 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:19:07.131 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12725/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.231.33/tcp/4576/p2p/16Uiu2HAmFrCHSoaZ5687kMVNhvh93U5UTaqyKRBgsYdPHYbgWHWb"]'
|
||||
2026-01-02 04:19:07.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:19:07.176 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:19:07.177 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-19-04__1668b500-1006-482e-a130-beed38ed3c06__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:19:07.177 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:19:07.178 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:19:07.182 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:19:07.182 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.214.31
|
||||
2026-01-02 04:19:07.183 DEBUG [src.node.docker_mananger] Generated ports ['51990', '51991', '51992', '51993', '51994']
|
||||
2026-01-02 04:19:07.183 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:19:07.183 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:19:07.183 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:19:07.183 DEBUG [src.node.docker_mananger] docker run -i -t -p 51990:51990 -p 51991:51991 -p 51992:51992 -p 51993:51993 -p 51994:51994 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51992 --rest-port=51990 --tcp-port=51991 --discv5-udp-port=51993 --rest-address=0.0.0.0 --nat=extip:172.18.214.31 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=da46d820ebbb4026fa67a6e213bee80ca699ece7e0ca37ac450adfd320d5478f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51994 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QPx8jEGu_nvbT8_a_Q8pzxWrIg3AQLOweAKVmyNCXgEnREFZ-X9EIhsTHvnu8Q5RsmLFMBiWZzElVvlMT0Nl6RcCgmlkgnY0gmlwhKwS5yGKbXVsdGlhZGRyc5YACASsEuchBhHgAAoErBLnIQYR4d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDL3HxdEOEaS8477g75p3p31Drmt1fg3JvxFiVOjRkT-yDdGNwghHgg3VkcIIR4oV3YWt1Mgk --lightpushnode=/ip4/172.18.231.33/tcp/4576/p2p/16Uiu2HAmFrCHSoaZ5687kMVNhvh93U5UTaqyKRBgsYdPHYbgWHWb --lightpush=true --relay=false
|
||||
2026-01-02 04:19:07.364 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.214.31 waku 6342578e176182928eb308ad5115082cd180416e7484fdad404692051bda1516
|
||||
2026-01-02 04:19:07.395 DEBUG [src.node.docker_mananger] Container started with ID 6342578e1761. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-19-04__1668b500-1006-482e-a130-beed38ed3c06__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:19:07.396 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51990
|
||||
2026-01-02 04:19:07.397 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:19:08.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:08.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:08.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:08.697 ERROR [src.node.docker_mananger] Max retries reached for container 6342578e1761. Exiting log stream.
|
||||
2026-01-02 04:19:08.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:08.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:08.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:09.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:09.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:09.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:09.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:09.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:09.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:09.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:09.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:09.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:09.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51990/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.438 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=51990): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0d300f9f40>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:19:28.539 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:19:28.539 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:19:28.541 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:19:28.541 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.164.255
|
||||
2026-01-02 04:19:28.541 DEBUG [src.node.docker_mananger] Generated ports ['59675', '59676', '59677', '59678', '59679']
|
||||
2026-01-02 04:19:28.541 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:19:28.541 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:19:28.542 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:19:28.542 DEBUG [src.node.docker_mananger] docker run -i -t -p 59675:59675 -p 59676:59676 -p 59677:59677 -p 59678:59678 -p 59679:59679 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59677 --rest-port=59675 --tcp-port=59676 --discv5-udp-port=59678 --rest-address=0.0.0.0 --nat=extip:172.18.164.255 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8a4feb293dde22d470488abbaafb3c5a33e14d5fbdff2ae6eab955a5cbe7fce9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59679 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QPx8jEGu_nvbT8_a_Q8pzxWrIg3AQLOweAKVmyNCXgEnREFZ-X9EIhsTHvnu8Q5RsmLFMBiWZzElVvlMT0Nl6RcCgmlkgnY0gmlwhKwS5yGKbXVsdGlhZGRyc5YACASsEuchBhHgAAoErBLnIQYR4d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDL3HxdEOEaS8477g75p3p31Drmt1fg3JvxFiVOjRkT-yDdGNwghHgg3VkcIIR4oV3YWt1Mgk --lightpushnode=/ip4/172.18.231.33/tcp/4576/p2p/16Uiu2HAmFrCHSoaZ5687kMVNhvh93U5UTaqyKRBgsYdPHYbgWHWb --lightpush=true --relay=false
|
||||
2026-01-02 04:19:28.722 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.164.255 waku 387647e316dc0ca159928eafb100a37153160762421ffc24195d38fc56778376
|
||||
2026-01-02 04:19:28.749 DEBUG [src.node.docker_mananger] Container started with ID 387647e316dc. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-19-04__1668b500-1006-482e-a130-beed38ed3c06__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:19:28.750 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59675
|
||||
2026-01-02 04:19:28.751 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:19:29.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:29.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:29.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:30.051 ERROR [src.node.docker_mananger] Max retries reached for container 387647e316dc. Exiting log stream.
|
||||
2026-01-02 04:19:30.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:30.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:30.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:30.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:30.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:30.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:30.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:30.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:30.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:30.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59675/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.805 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=59675): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0d300fb890>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:19:49.906 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:19:49.906 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:19:49.907 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:19:49.907 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.153.40
|
||||
2026-01-02 04:19:49.907 DEBUG [src.node.docker_mananger] Generated ports ['20597', '20598', '20599', '20600', '20601']
|
||||
2026-01-02 04:19:49.908 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:19:49.908 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:19:49.908 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:19:49.908 DEBUG [src.node.docker_mananger] docker run -i -t -p 20597:20597 -p 20598:20598 -p 20599:20599 -p 20600:20600 -p 20601:20601 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=20599 --rest-port=20597 --tcp-port=20598 --discv5-udp-port=20600 --rest-address=0.0.0.0 --nat=extip:172.18.153.40 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ebc82bdefb0700ed198aaf92d98ece0b1e3beb842b60ab735e075dbdbdfac834 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20601 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QPx8jEGu_nvbT8_a_Q8pzxWrIg3AQLOweAKVmyNCXgEnREFZ-X9EIhsTHvnu8Q5RsmLFMBiWZzElVvlMT0Nl6RcCgmlkgnY0gmlwhKwS5yGKbXVsdGlhZGRyc5YACASsEuchBhHgAAoErBLnIQYR4d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDL3HxdEOEaS8477g75p3p31Drmt1fg3JvxFiVOjRkT-yDdGNwghHgg3VkcIIR4oV3YWt1Mgk --lightpushnode=/ip4/172.18.231.33/tcp/4576/p2p/16Uiu2HAmFrCHSoaZ5687kMVNhvh93U5UTaqyKRBgsYdPHYbgWHWb --lightpush=true --relay=false
|
||||
2026-01-02 04:19:50.127 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.153.40 waku 22945429376fbde015a55f48f269af09e6eb8fe63a918fe4976373824d68740d
|
||||
2026-01-02 04:19:50.160 DEBUG [src.node.docker_mananger] Container started with ID 22945429376f. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-19-04__1668b500-1006-482e-a130-beed38ed3c06__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:19:50.161 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20597
|
||||
2026-01-02 04:19:50.161 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:19:51.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:51.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:51.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:51.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:51.483 ERROR [src.node.docker_mananger] Max retries reached for container 22945429376f. Exiting log stream.
|
||||
2026-01-02 04:19:51.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:51.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:51.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:51.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:51.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:52.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:52.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:52.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:52.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:52.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:52.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:52.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:52.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:52.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:52.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:53.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:53.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:53.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:53.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:53.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:53.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:53.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:53.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:53.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:53.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:54.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:54.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:54.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:54.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:54.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:54.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:54.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:54.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:54.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:55.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:55.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:55.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:55.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:55.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:55.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:55.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:55.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:55.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:55.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:56.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:56.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:56.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:56.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:56.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:56.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:56.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:56.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:56.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:56.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:57.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:57.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:57.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:57.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:57.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:57.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:57.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:57.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:57.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:57.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:58.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:58.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:58.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:58.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:58.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:58.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:58.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:58.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:58.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:58.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:59.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:59.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:59.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:59.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:59.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:59.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:59.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:59.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:59.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:59.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:00.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:00.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:00.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:00.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:00.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:00.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:00.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:00.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:00.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:00.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:01.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:01.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:01.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:01.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:01.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:01.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:01.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:01.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:01.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:01.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:02.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:02.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:02.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:02.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:02.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:02.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:02.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:02.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:02.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:03.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:03.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:03.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:03.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:03.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:03.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:03.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:03.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:03.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:03.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:04.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:04.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:04.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:04.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:04.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:04.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:04.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:04.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:04.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:04.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:05.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:05.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:05.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:05.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:05.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:05.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:05.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:05.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:05.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:05.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:06.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:06.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:06.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:06.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:06.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:06.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:06.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:06.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:06.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:06.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:07.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:07.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:07.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:07.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:07.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:07.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:07.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:07.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:07.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:07.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:08.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:08.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:08.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:08.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:08.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:08.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:08.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:08.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:08.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:08.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:09.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:09.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:09.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:09.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:09.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:09.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:09.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:09.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:09.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:09.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:10.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:10.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:10.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:10.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:10.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:10.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:10.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:10.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:10.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:10.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:11.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:11.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20597/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:20:11.201 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=20597): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0d300f90d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:20:11.446 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:20:11.447 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:20:11.447 DEBUG [src.node.waku_node] Stopping container with id 9ae85b40fdc0
|
||||
2026-01-02 04:20:11.957 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:20:11.957 DEBUG [src.node.waku_node] Stopping container with id f957f995690b
|
||||
2026-01-02 04:20:12.459 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:20:12.459 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:12.562 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:12.664 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:12.765 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:12.770 ERROR [src.node.docker_mananger] Max retries reached for container 9ae85b40fdc0. Exiting log stream.
|
||||
2026-01-02 04:20:12.866 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:12.968 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:13.069 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:13.170 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:13.270 ERROR [src.node.docker_mananger] Max retries reached for container f957f995690b. Exiting log stream.
|
||||
2026-01-02 04:20:13.272 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:13.373 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:13.474 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:13.576 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:13.677 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:13.779 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:13.880 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:13.981 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:14.083 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:14.184 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:14.286 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:14.387 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:14.489 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:14.590 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:14.691 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:14.793 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:14.894 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:14.996 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:15.097 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:15.199 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:15.300 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:15.402 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:15.503 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:15.605 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:15.706 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:15.807 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:15.909 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:16.010 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:16.112 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:16.213 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:16.314 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:16.416 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:16.517 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:16.619 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:16.720 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:16.821 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:16.923 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:17.024 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:17.125 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:17.227 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:17.328 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:17.429 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:17.531 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:17.532 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/22945429376fbde015a55f48f269af09e6eb8fe63a918fe4976373824d68740d/stop: Not Found ("No such container: 22945429376fbde015a55f48f269af09e6eb8fe63a918fe4976373824d68740d")
|
||||
2026-01-02 04:20:17.532 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:17.634 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:17.735 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:17.837 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:17.938 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:18.039 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:18.141 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:18.242 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:18.344 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:18.445 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:18.546 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:18.648 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:18.749 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:18.851 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:18.952 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:19.053 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:19.155 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:19.256 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:19.358 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:19.459 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:19.560 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:19.662 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:19.763 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:19.864 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:19.966 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:20.067 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:20.168 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:20.270 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:20.371 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:20.473 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:20.574 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:20.676 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:20.777 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:20.879 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:20.980 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:21.081 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:21.183 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:21.284 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:21.385 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:21.487 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:21.588 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:21.690 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:21.791 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:21.893 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:21.994 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:22.095 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:22.197 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:22.298 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:22.400 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:22.501 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:22.603 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:22.604 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/22945429376fbde015a55f48f269af09e6eb8fe63a918fe4976373824d68740d/stop: Not Found ("No such container: 22945429376fbde015a55f48f269af09e6eb8fe63a918fe4976373824d68740d")
|
||||
2026-01-02 04:20:22.604 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:22.705 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:22.806 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:22.908 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:23.009 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:23.111 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:23.212 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:23.313 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:23.415 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:23.516 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:23.618 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:23.719 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:23.820 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:23.922 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:24.023 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:24.125 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:24.226 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:24.327 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:24.429 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:24.530 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:24.631 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:24.733 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:24.834 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:24.936 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:25.037 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:25.139 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:25.240 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:25.342 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:25.443 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:25.544 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:25.646 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:25.747 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:25.849 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:25.950 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:26.051 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:26.153 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:26.254 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:26.356 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:26.457 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:26.559 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:26.660 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:26.762 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:26.863 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:26.964 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:27.066 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:27.167 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:27.269 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:27.370 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:27.472 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:27.573 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:27.674 DEBUG [src.node.waku_node] Stopping container with id 22945429376f
|
||||
2026-01-02 04:20:27.675 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/22945429376fbde015a55f48f269af09e6eb8fe63a918fe4976373824d68740d/stop: Not Found ("No such container: 22945429376fbde015a55f48f269af09e6eb8fe63a918fe4976373824d68740d")
|
||||
2026-01-02 04:20:27.677 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:20:27.701 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:20:27.724 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:20:27.725 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:20:27.725 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:20:27.726 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
101
nim/1022/data/attachments/16bbb25d83ed4b49.txt
Normal file
101
nim/1022/data/attachments/16bbb25d83ed4b49.txt
Normal file
@ -0,0 +1,101 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_with_empty_pubsub_topics with id: 2026-01-02_04-32-26__cca9fd07-f419-4538-bc87-c87691c29ccf
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-32-26__cca9fd07-f419-4538-bc87-c87691c29ccf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.221.202
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['46703', '46704', '46705', '46706', '46707']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 46703:46703 -p 46704:46704 -p 46705:46705 -p 46706:46706 -p 46707:46707 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46705 --rest-port=46703 --tcp-port=46704 --discv5-udp-port=46706 --rest-address=0.0.0.0 --nat=extip:172.18.221.202 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bb1950dba5bbaf4310bb3f4ca82aea7fa4cc41dc3bae09668d3a334b18e7bdc2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46707 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.221.202 waku ddd8769e0371164199116c59cb116482a55dd84c3a36ab76cf1f6822d5329bdc
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ddd8769e0371. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-32-26__cca9fd07-f419-4538-bc87-c87691c29ccf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 46703
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 21eb6b88bde9. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9eeb1958f8fd. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46703/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46703/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.221.202/tcp/46704/p2p/16Uiu2HAm6fFYmUsjkWvEDG6smJDtsz417yg6PZZpDWczU8YkDGRC","/ip4/172.18.221.202/tcp/46705/ws/p2p/16Uiu2HAm6fFYmUsjkWvEDG6smJDtsz417yg6PZZpDWczU8YkDGRC"],"enrUri":"enr:-L24QHcQTSJztyIQOnhm_NNWVPKET2Dj55d80wMQSiLwqoSXcVH_h1K1DLBFwghcfbVH9XOSM46XwoM5y7w39xkmiz8CgmlkgnY0gmlwhKwS3cqKbXVsdGlhZGRyc5YACASsEt3KBrZwAAoErBLdyga2cd0DgnJzhQADAQAAiXNlY3AyNTZrMaECpusQELudpa3IssZocGjV26UmEL1-gY538SiuyF6WBseDdGNwgrZwg3VkcIK2coV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-32-26__cca9fd07-f419-4538-bc87-c87691c29ccf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.15.145
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28657', '28658', '28659', '28660', '28661']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 28657:28657 -p 28658:28658 -p 28659:28659 -p 28660:28660 -p 28661:28661 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28659 --rest-port=28657 --tcp-port=28658 --discv5-udp-port=28660 --rest-address=0.0.0.0 --nat=extip:172.18.15.145 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=67ebb947cab91ae683a6aedbcb284fe5dab2b0ae0bcefd4b8fd179bdc70fb915 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28661 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHcQTSJztyIQOnhm_NNWVPKET2Dj55d80wMQSiLwqoSXcVH_h1K1DLBFwghcfbVH9XOSM46XwoM5y7w39xkmiz8CgmlkgnY0gmlwhKwS3cqKbXVsdGlhZGRyc5YACASsEt3KBrZwAAoErBLdyga2cd0DgnJzhQADAQAAiXNlY3AyNTZrMaECpusQELudpa3IssZocGjV26UmEL1-gY538SiuyF6WBseDdGNwgrZwg3VkcIK2coV3YWt1MgM --storenode=/ip4/172.18.221.202/tcp/46704/p2p/16Uiu2HAm6fFYmUsjkWvEDG6smJDtsz417yg6PZZpDWczU8YkDGRC --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.15.145 waku 8d96ff982b4b0b8e8b46f0aabd56bbeee3145417feae582a345c0f0fcabc3f84
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8d96ff982b4b. Setting up logs at ./log/docker/store_node1_2026-01-02_04-32-26__cca9fd07-f419-4538-bc87-c87691c29ccf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28657
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28657/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.145/tcp/28658/p2p/16Uiu2HAmS5wwLU9b8wMrsE31cKqiWAZxwNq8wQBAbt4Mtfu9WCp4","/ip4/172.18.15.145/tcp/28659/ws/p2p/16Uiu2HAmS5wwLU9b8wMrsE31cKqiWAZxwNq8wQBAbt4Mtfu9WCp4"],"enrUri":"enr:-L24QHsbvUXVMcrXVcgWh4rGEOFkp4z8RrZ2Ev6fAV8R4V4ZT-Wcn3bQUjFvEXJgcUJRbbAFNy68bzMDETbqemXo6xUCgmlkgnY0gmlwhKwSD5GKbXVsdGlhZGRyc5YACASsEg-RBm_yAAoErBIPkQZv890DgnJzhQADAQAAiXNlY3AyNTZrMaEDx4y4zf-w1vVkA-6yersk6bK_G3kO1WW118ZmMu6Hcb2DdGNwgm_yg3VkcIJv9IV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28657/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.221.202/tcp/46704/p2p/16Uiu2HAm6fFYmUsjkWvEDG6smJDtsz417yg6PZZpDWczU8YkDGRC"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46703/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28657/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46703/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46703/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46703/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46703/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46703/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46703/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46703/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46703/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m tests.store.test_topics:test_topics.py:121 Trying to get stored msg with empty pubsub topic
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46703/store/v3/messages?includeData=true&pubsubTopic=&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xf2e4c874e97eddb4872585bfe40d016a2311deb380a9a422680b20b4f7c3762b","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328348509127733,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x060867b5b5cc43eb9794814e9fcc1eece969d98fc0b8422ad12a04c237b60cab","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1767328348714690960,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x344b5440497c3ec611f924f3ddea155209b46c777102840a4a96a2346cbcab99","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1767328348920661090,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x9d3fd0dfab0f96bea12e7af324dc2bf80d446bbf84f83dd03a97c39f3e2bd123","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1767328349126996443,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x91bb6b4e54fa61d785efd555411bca566e1a6d21983d471e947cc7f54bd7e670","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1767328349333669904,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x21c553c17d3913db46be2c47b53a1c3a8c4f567e7c537b892676940a20aeb80d","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1767328349540367217,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x8b796e44c3e5ecb9f70f872c93f389fa04956ea729fd1170095f80a80765e990","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1767328349747291099,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x1ee0becb6f275f58438b04a688626a81a71f4267fdef69802da23d8d6ac89e6f","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1767328349953805659,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
[35mDEBUG [0m tests.store.test_topics:test_topics.py:123 getting the following response when sending empty pubsub_topic {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': [{'messageHash': '0xf2e4c874e97eddb4872585bfe40d016a2311deb380a9a422680b20b4f7c3762b', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/myapp/1/latest/proto', 'version': 0, 'timestamp': 1767328348509127733, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x060867b5b5cc43eb9794814e9fcc1eece969d98fc0b8422ad12a04c237b60cab', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/waku/2/content/test.js', 'version': 0, 'timestamp': 1767328348714690960, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x344b5440497c3ec611f924f3ddea155209b46c777102840a4a96a2346cbcab99', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/22/sometopic/someencoding', 'version': 0, 'timestamp': 1767328348920661090, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x9d3fd0dfab0f96bea12e7af324dc2bf80d446bbf84f83dd03a97c39f3e2bd123', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/toychat/2/huilong/proto', 'version': 0, 'timestamp': 1767328349126996443, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x91bb6b4e54fa61d785efd555411bca566e1a6d21983d471e947cc7f54bd7e670', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/statusim/1/community/cbor', 'version': 0, 'timestamp': 1767328349333669904, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x21c553c17d3913db46be2c47b53a1c3a8c4f567e7c537b892676940a20aeb80d', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/27/sometopic/someencoding', 'version': 0, 'timestamp': 1767328349540367217, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x8b796e44c3e5ecb9f70f872c93f389fa04956ea729fd1170095f80a80765e990', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/29/sometopic/someencoding', 'version': 0, 'timestamp': 1767328349747291099, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x1ee0becb6f275f58438b04a688626a81a71f4267fdef69802da23d8d6ac89e6f', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/20/sometopic/someencoding', 'version': 0, 'timestamp': 1767328349953805659, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}]}
|
||||
[35mDEBUG [0m tests.store.test_topics:test_topics.py:126 messages successfully queried with empty pubsub topic
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id ddd8769e0371
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d96ff982b4b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
77
nim/1022/data/attachments/16fb5b175d7a67ee.txt
Normal file
77
nim/1022/data/attachments/16fb5b175d7a67ee.txt
Normal file
@ -0,0 +1,77 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_content_topic_also_in_docker_flags[/aaaaa/3/bbbbb/proto] with id: 2026-01-02_04-26-51__c93c4fee-985b-4afe-8dab-e2651de06b60
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-26-51__c93c4fee-985b-4afe-8dab-e2651de06b60__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.59.102
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7700', '7701', '7702', '7703', '7704']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 7700:7700 -p 7701:7701 -p 7702:7702 -p 7703:7703 -p 7704:7704 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7702 --rest-port=7700 --tcp-port=7701 --discv5-udp-port=7703 --rest-address=0.0.0.0 --nat=extip:172.18.59.102 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d8da9db67dfb7c9fa5a655dff090fe58e418e79a3318f3d2f36504fab524debb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7704 --metrics-logging=true --relay=true --filter=true --content-topic=/aaaaa/3/bbbbb/proto
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.59.102 waku 2e57e4791911b574888a36808e2ea74cd8424240a4225259f81cddf3a758ce55
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2e57e4791911. Setting up logs at ./log/docker/node1_2026-01-02_04-26-51__c93c4fee-985b-4afe-8dab-e2651de06b60__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7700
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3b37237a7090. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container daafae8c535f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7700/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7700/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.59.102/tcp/7701/p2p/16Uiu2HAkuW5ejcRKVUwcUpnn9Gcxetp4rkNAH8RcEixdQ1t7JLHg","/ip4/172.18.59.102/tcp/7702/ws/p2p/16Uiu2HAkuW5ejcRKVUwcUpnn9Gcxetp4rkNAH8RcEixdQ1t7JLHg"],"enrUri":"enr:-L24QFf8sJg0ImDOLTj45g7Tjzxcct4_mFMOeSOej_MO7cJ0CE7Q-Q5aLinkZYRG_JpuSgzDZEiYyuEbhT3Iq_HAgK8CgmlkgnY0gmlwhKwSO2aKbXVsdGlhZGRyc5YACASsEjtmBh4VAAoErBI7ZgYeFt0DgnJzhQACAQAAiXNlY3AyNTZrMaECASEWrb0vykyidLeYMYKBE_jjQ84n64TZcq8iDHlCvtuDdGNwgh4Vg3VkcIIeF4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-26-51__c93c4fee-985b-4afe-8dab-e2651de06b60__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.24.114
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3350', '3351', '3352', '3353', '3354']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 3350:3350 -p 3351:3351 -p 3352:3352 -p 3353:3353 -p 3354:3354 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=3352 --rest-port=3350 --tcp-port=3351 --discv5-udp-port=3353 --rest-address=0.0.0.0 --nat=extip:172.18.24.114 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7fdafce474dabfde9bd58323ed8de6bcbf1dbccdb4c096ab309ecda1f3fc66ef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3354 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFf8sJg0ImDOLTj45g7Tjzxcct4_mFMOeSOej_MO7cJ0CE7Q-Q5aLinkZYRG_JpuSgzDZEiYyuEbhT3Iq_HAgK8CgmlkgnY0gmlwhKwSO2aKbXVsdGlhZGRyc5YACASsEjtmBh4VAAoErBI7ZgYeFt0DgnJzhQACAQAAiXNlY3AyNTZrMaECASEWrb0vykyidLeYMYKBE_jjQ84n64TZcq8iDHlCvtuDdGNwgh4Vg3VkcIIeF4V3YWt1MgU --content-topic=/aaaaa/3/bbbbb/proto
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.24.114 waku b966d9a49f167b0d94dd98843cafe67ded8bf760f879b5d696bcbb8e6f5884fe
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b966d9a49f16. Setting up logs at ./log/docker/node2_2026-01-02_04-26-51__c93c4fee-985b-4afe-8dab-e2651de06b60__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3350
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3350/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3350/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.114/tcp/3351/p2p/16Uiu2HAmAZYGYBemuTfLavAaYKus3ZaqaRc2kpBdYa5tYCKwbxbs","/ip4/172.18.24.114/tcp/3352/ws/p2p/16Uiu2HAmAZYGYBemuTfLavAaYKus3ZaqaRc2kpBdYa5tYCKwbxbs"],"enrUri":"enr:-L24QDd5pz-9oCKkOYumfg76eniFGPVjPPOpxLWBvEaVMNYvQ-GNoaVA02sgAv9NARkSV-QkspWGzut06YGVj1C-LvgCgmlkgnY0gmlwhKwSGHKKbXVsdGlhZGRyc5YACASsEhhyBg0XAAoErBIYcgYNGN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC4OM7LpxMlG7hovGHmOCXvbPdODy8vWEEH9VFqpVbW9KDdGNwgg0Xg3VkcIINGYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3350/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.59.102/tcp/7701/p2p/16Uiu2HAkuW5ejcRKVUwcUpnn9Gcxetp4rkNAH8RcEixdQ1t7JLHg"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7700/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:3350/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:7700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7700/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328013549022885,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3350/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328013549022885,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 2e57e4791911
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b966d9a49f16
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
2595
nim/1022/data/attachments/17290e2f46c88fde.txt
Normal file
2595
nim/1022/data/attachments/17290e2f46c88fde.txt
Normal file
File diff suppressed because it is too large
Load Diff
188
nim/1022/data/attachments/174cf3addf7f0c7f.txt
Normal file
188
nim/1022/data/attachments/174cf3addf7f0c7f.txt
Normal file
@ -0,0 +1,188 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_page_size_0_defaults_to_20 with id: 2026-01-02_04-40-12__a43379bf-1f4d-4515-9eae-27260fb55943
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-40-12__a43379bf-1f4d-4515-9eae-27260fb55943__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.51.65
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53586', '53587', '53588', '53589', '53590']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 53586:53586 -p 53587:53587 -p 53588:53588 -p 53589:53589 -p 53590:53590 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53588 --rest-port=53586 --tcp-port=53587 --discv5-udp-port=53589 --rest-address=0.0.0.0 --nat=extip:172.18.51.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b4084cf6feb1ea61fee751fec0a41a4f8ef8bcd06e50bfb95cb7c9ef9e67aab7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53590 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.51.65 waku cf5769fcb8378d98bd6e43c992ebb2672a2d1110642c0b87f0edf6fef0c2298b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cf5769fcb837. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-40-12__a43379bf-1f4d-4515-9eae-27260fb55943__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53586
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1743309b198a. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a0c8131b6271. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53586/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53586/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.51.65/tcp/53587/p2p/16Uiu2HAmCSbVgez262M8ux1Vjhbc7PBoBqX8D3jTF68gGi65ysfD","/ip4/172.18.51.65/tcp/53588/ws/p2p/16Uiu2HAmCSbVgez262M8ux1Vjhbc7PBoBqX8D3jTF68gGi65ysfD"],"enrUri":"enr:-L24QOnRkWOwJdo_X74sR0JqACsgJXXRhpdcdHTGGl1_5UvZAQGoDlYxMH89NeWgOq2fEL7r9-jC4NuokZlm_X67Yn4CgmlkgnY0gmlwhKwSM0GKbXVsdGlhZGRyc5YACASsEjNBBtFTAAoErBIzQQbRVN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_NMwERi425LnAUqEU2eYf9Q06ObV2RtYDsQSe6yr0ZCDdGNwgtFTg3VkcILRVYV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-40-12__a43379bf-1f4d-4515-9eae-27260fb55943__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.154.228
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['46874', '46875', '46876', '46877', '46878']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 46874:46874 -p 46875:46875 -p 46876:46876 -p 46877:46877 -p 46878:46878 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46876 --rest-port=46874 --tcp-port=46875 --discv5-udp-port=46877 --rest-address=0.0.0.0 --nat=extip:172.18.154.228 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3cee8cdabced98cde34a0566df13ace5ad1ddbac84bcfba3adda9896e4428dab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46878 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOnRkWOwJdo_X74sR0JqACsgJXXRhpdcdHTGGl1_5UvZAQGoDlYxMH89NeWgOq2fEL7r9-jC4NuokZlm_X67Yn4CgmlkgnY0gmlwhKwSM0GKbXVsdGlhZGRyc5YACASsEjNBBtFTAAoErBIzQQbRVN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_NMwERi425LnAUqEU2eYf9Q06ObV2RtYDsQSe6yr0ZCDdGNwgtFTg3VkcILRVYV3YWt1MgM --storenode=/ip4/172.18.51.65/tcp/53587/p2p/16Uiu2HAmCSbVgez262M8ux1Vjhbc7PBoBqX8D3jTF68gGi65ysfD --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.154.228 waku c8959416d2dbae5728a8e9b9151eee7ae9a131e511dd5464f00b879577e260b5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c8959416d2db. Setting up logs at ./log/docker/store_node1_2026-01-02_04-40-12__a43379bf-1f4d-4515-9eae-27260fb55943__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 46874
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46874/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46874/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.154.228/tcp/46875/p2p/16Uiu2HAmGAfADG12xeiuFW9xxxgLbLEWvcVFGGrXo2JeaeqwJKEc","/ip4/172.18.154.228/tcp/46876/ws/p2p/16Uiu2HAmGAfADG12xeiuFW9xxxgLbLEWvcVFGGrXo2JeaeqwJKEc"],"enrUri":"enr:-L24QCKQIDbjOpZlpvG63hC_3gJJ1CDAj8x4VZ2lbNOTUCEYVwgTCPtKc2JTr6ezDwYzSuXTkQ34u2MiBCI-we04QvwCgmlkgnY0gmlwhKwSmuSKbXVsdGlhZGRyc5YACASsEprkBrcbAAoErBKa5Aa3HN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNCzJJTiky3KqZ-3svIEGEGkZWQGCkLplExlYg7KmkGWDdGNwgrcbg3VkcIK3HYV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46874/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.51.65/tcp/53587/p2p/16Uiu2HAmCSbVgez262M8ux1Vjhbc7PBoBqX8D3jTF68gGi65ysfD"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46874/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53586/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53586/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=0&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfbdc9320264cfaf92de1a49513814107c0210e4f7c8c4efdef15c4e6fc820d78"},{"messageHash":"0x735045ae34c54aabbdba19a65409915357d994e299dbc718eca42f772d1822b2"},{"messageHash":"0xa78f62a1c373ba7c39ae46e9bb784106032c06c49f03e4f55b8fd288a6318abe"},{"messageHash":"0x6deb73d5f37ea57080c0b5c54da46b1e670b7b219bcd164df24bfcb14f323720"},{"messageHash":"0x2baaf586ea3489387d78f2b7e12315ad9383cd8fdca4289bc02d258878e8fb97"},{"messageHash":"0x66b8c23d47d865e6d870fe983e6488270619f7f217b2c5409173e9b079f9085a"},{"messageHash":"0xdde6a47a248ed940fbf61df24b9952d1f7a25306d254991144c3d6a1acdc829e"},{"messageHash":"0x01d52f8d0b9dbfa2d5361c91b803f919e1073fa9dda27de36c02cc21a9a0dc71"},{"messageHash":"0x4cd104d72b9750c073e0163f17d630e6823762163af7d02b5ba6bc9b6e56c3c5"},{"messageHash":"0xa393f4746a089dacaa8c83f6d30b4ecb4e4a375be4b1197ab561d38c0884dbc8"},{"messageHash":"0xee1139e78d5e131b686a444da600ba4f4345d615cb6c7d3616a24ea046817933"},{"messageHash":"0x5a36874e3f95a7e544f70c4dc3467da0784503755faa6ea9dd82b1511bb049dd"},{"messageHash":"0x262c1995d401f6774959bc388574bba52a4e74f20b1cad44a33044a184eba64a"},{"messageHash":"0xe2153ba6df1eb85d72884e1ea4618f2652a60cabb8729fa13fdfc20ac56a9d2a"},{"messageHash":"0xac8bc678c3c850a59cac27b4b349761b3764602b7859b1196f0725ffb2f10da2"},{"messageHash":"0xdc9b89a2164987d24b42a8fe5e8b166db672c2bb5492f1bd4f099a0aca25c3a6"},{"messageHash":"0xa1f4735b96706f162940504949b6b86d1fce9d67d39fa4ea81f28f324a9ca288"},{"messageHash":"0x4ef1b198067b695d85061efff762a91d16f9cf0396ad4039b12029beb86f4d47"},{"messageHash":"0x6ed9baca7265f9f90663fac6cfa455ffd2063f3ef084c329027d2516ee62d4df"},{"messageHash":"0x36458353e600c421604662068deaf537e1afa80d5245120830fef582a8aa6932"}],"paginationCursor":"0x36458353e600c421604662068deaf537e1afa80d5245120830fef582a8aa6932"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46874/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=0&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xfbdc9320264cfaf92de1a49513814107c0210e4f7c8c4efdef15c4e6fc820d78"},{"messageHash":"0x735045ae34c54aabbdba19a65409915357d994e299dbc718eca42f772d1822b2"},{"messageHash":"0xa78f62a1c373ba7c39ae46e9bb784106032c06c49f03e4f55b8fd288a6318abe"},{"messageHash":"0x6deb73d5f37ea57080c0b5c54da46b1e670b7b219bcd164df24bfcb14f323720"},{"messageHash":"0x2baaf586ea3489387d78f2b7e12315ad9383cd8fdca4289bc02d258878e8fb97"},{"messageHash":"0x66b8c23d47d865e6d870fe983e6488270619f7f217b2c5409173e9b079f9085a"},{"messageHash":"0xdde6a47a248ed940fbf61df24b9952d1f7a25306d254991144c3d6a1acdc829e"},{"messageHash":"0x01d52f8d0b9dbfa2d5361c91b803f919e1073fa9dda27de36c02cc21a9a0dc71"},{"messageHash":"0x4cd104d72b9750c073e0163f17d630e6823762163af7d02b5ba6bc9b6e56c3c5"},{"messageHash":"0xa393f4746a089dacaa8c83f6d30b4ecb4e4a375be4b1197ab561d38c0884dbc8"},{"messageHash":"0xee1139e78d5e131b686a444da600ba4f4345d615cb6c7d3616a24ea046817933"},{"messageHash":"0x5a36874e3f95a7e544f70c4dc3467da0784503755faa6ea9dd82b1511bb049dd"},{"messageHash":"0x262c1995d401f6774959bc388574bba52a4e74f20b1cad44a33044a184eba64a"},{"messageHash":"0xe2153ba6df1eb85d72884e1ea4618f2652a60cabb8729fa13fdfc20ac56a9d2a"},{"messageHash":"0xac8bc678c3c850a59cac27b4b349761b3764602b7859b1196f0725ffb2f10da2"},{"messageHash":"0xdc9b89a2164987d24b42a8fe5e8b166db672c2bb5492f1bd4f099a0aca25c3a6"},{"messageHash":"0xa1f4735b96706f162940504949b6b86d1fce9d67d39fa4ea81f28f324a9ca288"},{"messageHash":"0x4ef1b198067b695d85061efff762a91d16f9cf0396ad4039b12029beb86f4d47"},{"messageHash":"0x6ed9baca7265f9f90663fac6cfa455ffd2063f3ef084c329027d2516ee62d4df"},{"messageHash":"0x36458353e600c421604662068deaf537e1afa80d5245120830fef582a8aa6932"}],"paginationCursor":"0x36458353e600c421604662068deaf537e1afa80d5245120830fef582a8aa6932"}'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cf5769fcb837
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c8959416d2db
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
77
nim/1022/data/attachments/17713202620aa6ae.txt
Normal file
77
nim/1022/data/attachments/17713202620aa6ae.txt
Normal file
@ -0,0 +1,77 @@
|
||||
2026-01-02 04:25:36.541 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:25:36.541 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/5/999] with id: 2026-01-02_04-25-36__8438898c-cb4c-47b2-a508-ec289501ee5c
|
||||
2026-01-02 04:25:36.541 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:25:36.542 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:25:36.542 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-02 04:25:36.549 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:25:36.549 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-25-36__8438898c-cb4c-47b2-a508-ec289501ee5c__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:25:36.549 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:25:36.549 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:25:36.551 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:25:36.551 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.61.241
|
||||
2026-01-02 04:25:36.551 DEBUG [src.node.docker_mananger] Generated ports ['6124', '6125', '6126', '6127', '6128']
|
||||
2026-01-02 04:25:36.551 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
||||
2026-01-02 04:25:36.551 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-02 04:25:36.552 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:25:36.552 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:25:36.552 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:25:36.552 DEBUG [src.node.docker_mananger] docker run -i -t -p 6124:6124 -p 6125:6125 -p 6126:6126 -p 6127:6127 -p 6128:6128 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6126 --rest-port=6124 --tcp-port=6125 --discv5-udp-port=6127 --rest-address=0.0.0.0 --nat=extip:172.18.61.241 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=9ba61c984cb1b8ba68bb2bdafbef14cd67aeaba53f55edcc54da7ac82cdaef5f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6128 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:25:36.754 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.61.241 waku b710d1ebaa5e4967c91855afa091e8f37377c1cf8b307b50098828366a202d6c
|
||||
2026-01-02 04:25:36.781 DEBUG [src.node.docker_mananger] Container started with ID b710d1ebaa5e. Setting up logs at ./log/docker/node1_2026-01-02_04-25-36__8438898c-cb4c-47b2-a508-ec289501ee5c__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:25:36.781 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6124
|
||||
2026-01-02 04:25:36.781 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:25:36.818 ERROR [src.node.docker_mananger] Max retries reached for container 30a25726a14c. Exiting log stream.
|
||||
2026-01-02 04:25:37.359 ERROR [src.node.docker_mananger] Max retries reached for container 458874016dea. Exiting log stream.
|
||||
2026-01-02 04:25:37.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6124/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:37.786 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:25:37.786 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:25:37.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6124/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:37.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.61.241/tcp/6125/p2p/16Uiu2HAmNBLifQHBmVsU5KPHEKSRYwDmCSngxJdpkQYvQkCoWD5b","/ip4/172.18.61.241/tcp/6126/ws/p2p/16Uiu2HAmNBLifQHBmVsU5KPHEKSRYwDmCSngxJdpkQYvQkCoWD5b"],"enrUri":"enr:-L24QKFAhQB6rDVZIQsU7Nho8VDvY_2x0BsLQAN39kQqNQsQU-6-z6fiv6dziDWqd63Ml9G2LmkjM9SxbXEQ45efK88CgmlkgnY0gmlwhKwSPfGKbXVsdGlhZGRyc5YACASsEj3xBhftAAoErBI98QYX7t0DgnJzhQAFAQAAiXNlY3AyNTZrMaEDjX-jKSLRyRKvanozVurQLtzu93BnLm_ueG1hX3zd2UKDdGNwghftg3VkcIIX74V3YWt1MgU"}'
|
||||
2026-01-02 04:25:37.788 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:25:37.795 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:25:37.795 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-25-36__8438898c-cb4c-47b2-a508-ec289501ee5c__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:25:37.795 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:25:37.795 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:25:37.797 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:25:37.797 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.192.52
|
||||
2026-01-02 04:25:37.797 DEBUG [src.node.docker_mananger] Generated ports ['63820', '63821', '63822', '63823', '63824']
|
||||
2026-01-02 04:25:37.797 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
||||
2026-01-02 04:25:37.797 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-02 04:25:37.797 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:25:37.798 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:25:37.798 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:25:37.798 DEBUG [src.node.docker_mananger] docker run -i -t -p 63820:63820 -p 63821:63821 -p 63822:63822 -p 63823:63823 -p 63824:63824 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63822 --rest-port=63820 --tcp-port=63821 --discv5-udp-port=63823 --rest-address=0.0.0.0 --nat=extip:172.18.192.52 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=c16fab3c7dc04bbb994ce78f9fadab04e8c4affc32ffe8682bdafa5adc7cc3b3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63824 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKFAhQB6rDVZIQsU7Nho8VDvY_2x0BsLQAN39kQqNQsQU-6-z6fiv6dziDWqd63Ml9G2LmkjM9SxbXEQ45efK88CgmlkgnY0gmlwhKwSPfGKbXVsdGlhZGRyc5YACASsEj3xBhftAAoErBI98QYX7t0DgnJzhQAFAQAAiXNlY3AyNTZrMaEDjX-jKSLRyRKvanozVurQLtzu93BnLm_ueG1hX3zd2UKDdGNwghftg3VkcIIX74V3YWt1MgU
|
||||
2026-01-02 04:25:37.980 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.192.52 waku 6dd1286a136d83dabfc210f24725f8276cf710d783fa7720431acbefc1d411d0
|
||||
2026-01-02 04:25:38.014 DEBUG [src.node.docker_mananger] Container started with ID 6dd1286a136d. Setting up logs at ./log/docker/node2_2026-01-02_04-25-36__8438898c-cb4c-47b2-a508-ec289501ee5c__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:25:38.014 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63820
|
||||
2026-01-02 04:25:38.015 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:25:39.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63820/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:25:39.027 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:25:39.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63820/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.192.52/tcp/63821/p2p/16Uiu2HAm9c8RjZKhcTRHfrsP1YRs6i4Pn6fhNJ3NEMdnMxyzVZw6","/ip4/172.18.192.52/tcp/63822/ws/p2p/16Uiu2HAm9c8RjZKhcTRHfrsP1YRs6i4Pn6fhNJ3NEMdnMxyzVZw6"],"enrUri":"enr:-L24QNYh8ko9_T71u-MvSvcx_AmBxaHCO4SaMkqzvLz4QBKMaHS-2BflAisqsMTOrCxto7KTpO-vHuFf2RGNBQZKwBoCgmlkgnY0gmlwhKwSwDSKbXVsdGlhZGRyc5YACASsEsA0BvlNAAoErBLANAb5Tt0DgnJzhQAFAQAAiXNlY3AyNTZrMaEC0rFUPgMgJj_kjwN_5E1J5BTaTVG0xQ256e7HNj5ad3GDdGNwgvlNg3VkcIL5T4V3YWt1MgE"}'
|
||||
2026-01-02 04:25:39.033 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:25:39.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63820/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.61.241/tcp/6125/p2p/16Uiu2HAmNBLifQHBmVsU5KPHEKSRYwDmCSngxJdpkQYvQkCoWD5b"]'
|
||||
2026-01-02 04:25:39.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:25:39.039 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6124/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/999"]'
|
||||
2026-01-02 04:25:39.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:25:39.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63820/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/999"]'
|
||||
2026-01-02 04:25:39.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:25:39.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:25:39.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:25:39.055 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:25:39.155 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:25:39.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6124/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327939049876573,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:25:39.160 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:25:39.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63820/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327939049876573,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:25:39.165 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:25:39.165 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:25:39.166 DEBUG [src.node.waku_node] Stopping container with id b710d1ebaa5e
|
||||
2026-01-02 04:25:39.697 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:25:39.697 DEBUG [src.node.waku_node] Stopping container with id 6dd1286a136d
|
||||
2026-01-02 04:25:40.219 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:25:40.222 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:25:40.228 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:25:40.235 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
69
nim/1022/data/attachments/1773fd16f5ea30a9.txt
Normal file
69
nim/1022/data/attachments/1773fd16f5ea30a9.txt
Normal file
@ -0,0 +1,69 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_retrieve_messages_without_subscribing_via_api with id: 2026-01-02_04-35-02__9e4bc240-194f-4e4a-b7e5-04271240a950
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-35-02__9e4bc240-194f-4e4a-b7e5-04271240a950__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.167.247
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['18020', '18021', '18022', '18023', '18024']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 18020:18020 -p 18021:18021 -p 18022:18022 -p 18023:18023 -p 18024:18024 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18022 --rest-port=18020 --tcp-port=18021 --discv5-udp-port=18023 --rest-address=0.0.0.0 --nat=extip:172.18.167.247 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=9cbd4d3f60001fc50ef5fdc5eac5c39aff0d669a2dcfdd75aac2f31c7c6e562d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18024 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2f24a3cf5812. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.167.247 waku 1e96cdb629b8d5bfa4798be7ae82b07f8168962ee515930349eeedf0cadeef88
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1e96cdb629b8. Setting up logs at ./log/docker/node1_2026-01-02_04-35-02__9e4bc240-194f-4e4a-b7e5-04271240a950__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 18020
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cfb64f1f9bb9. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18020/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18020/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.167.247/tcp/18021/p2p/16Uiu2HAmFhMxZi4N3h6cFGoiQzLK1TqH96zRV8PSRbeS7m4B1mAV","/ip4/172.18.167.247/tcp/18022/ws/p2p/16Uiu2HAmFhMxZi4N3h6cFGoiQzLK1TqH96zRV8PSRbeS7m4B1mAV"],"enrUri":"enr:-L24QDfE7zD5JBNYA6fFXkFmyuM9VqPml718kPtHhurk8q9xUc-dnHHWqHSSoy7josuTLUEaiHmcLzi-0iUUlvyBb3UCgmlkgnY0gmlwhKwSp_eKbXVsdGlhZGRyc5YACASsEqf3BkZlAAoErBKn9wZGZt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDLS6npGuFkJpPAQs9v8FqMNaAI0HKSEIxANfQeM4ULNaDdGNwgkZlg3VkcIJGZ4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-35-02__9e4bc240-194f-4e4a-b7e5-04271240a950__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.68.178
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30996', '30997', '30998', '30999', '31000']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 30996:30996 -p 30997:30997 -p 30998:30998 -p 30999:30999 -p 31000:31000 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30998 --rest-port=30996 --tcp-port=30997 --discv5-udp-port=30999 --rest-address=0.0.0.0 --nat=extip:172.18.68.178 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=9d3c9e414dfd4cc8d1f5f1b27d2bb7aa1829c0f6d72ad8958db15e77e6d8f0de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31000 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDfE7zD5JBNYA6fFXkFmyuM9VqPml718kPtHhurk8q9xUc-dnHHWqHSSoy7josuTLUEaiHmcLzi-0iUUlvyBb3UCgmlkgnY0gmlwhKwSp_eKbXVsdGlhZGRyc5YACASsEqf3BkZlAAoErBKn9wZGZt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDLS6npGuFkJpPAQs9v8FqMNaAI0HKSEIxANfQeM4ULNaDdGNwgkZlg3VkcIJGZ4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.68.178 waku 32263e5088e6767355a9b51296b1db9794074571b45806c1586d9bcff4c325f2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 32263e5088e6. Setting up logs at ./log/docker/node2_2026-01-02_04-35-02__9e4bc240-194f-4e4a-b7e5-04271240a950__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30996
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30996/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.68.178/tcp/30997/p2p/16Uiu2HAmSrWq5emF16SSTy62i2XzSQSkG2DQ2TyyKU57dT3ikxUz","/ip4/172.18.68.178/tcp/30998/ws/p2p/16Uiu2HAmSrWq5emF16SSTy62i2XzSQSkG2DQ2TyyKU57dT3ikxUz"],"enrUri":"enr:-L24QCI8CeA_FsUodM5xE7inNEnyJl8_j24-xTLcM9oseWXZApJRUk34zHTECFzm5CIwONS62fmXr7S2fnJYwr_NPkYCgmlkgnY0gmlwhKwSRLKKbXVsdGlhZGRyc5YACASsEkSyBnkVAAoErBJEsgZ5Ft0DgnJzhQACAQAAiXNlY3AyNTZrMaED0vd4AMhi_IyfR_8ZJFpRMcPo-9T7Ey1_zAOgaD60JxuDdGNwgnkVg3VkcIJ5F4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:30996/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.167.247/tcp/18021/p2p/16Uiu2HAmFhMxZi4N3h6cFGoiQzLK1TqH96zRV8PSRbeS7m4B1mAV"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:18020/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18020/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328505409304139,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30996/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328505409304139,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 1e96cdb629b8
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 32263e5088e6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
67
nim/1022/data/attachments/177bcf2ca779fdc8.txt
Normal file
67
nim/1022/data/attachments/177bcf2ca779fdc8.txt
Normal file
@ -0,0 +1,67 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_admin_peers_stats_schema with id: 2026-01-02_04-21-33__6b1a51eb-da4a-4dbb-8fce-30d9449306b0
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-21-33__6b1a51eb-da4a-4dbb-8fce-30d9449306b0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-21-33__6b1a51eb-da4a-4dbb-8fce-30d9449306b0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-21-33__6b1a51eb-da4a-4dbb-8fce-30d9449306b0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-02_04-21-33__6b1a51eb-da4a-4dbb-8fce-30d9449306b0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.133.144
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['31887', '31888', '31889', '31890', '31891']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 31887:31887 -p 31888:31888 -p 31889:31889 -p 31890:31890 -p 31891:31891 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31889 --rest-port=31887 --tcp-port=31888 --discv5-udp-port=31890 --rest-address=0.0.0.0 --nat=extip:172.18.133.144 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3dbd67bd626707da7dff3fd2f3b8ffce9d3659bc1f0f8b4ae4cad8e5c856644b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31891 --metrics-logging=true --filter=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.133.144 waku 2ec9508985b38c382e10e4bd9dd7ab0ab62d7088b3ec1fd1e36386b782aa197e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2ec9508985b3. Setting up logs at ./log/docker/node1_2026-01-02_04-21-33__6b1a51eb-da4a-4dbb-8fce-30d9449306b0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 31887
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6230618cde31. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b901dfe2b499. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31887/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31887/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.133.144/tcp/31888/p2p/16Uiu2HAm32DpJ3DVPwnXgHjWsrmRustG78ddfGumZubDGs4tbjDe","/ip4/172.18.133.144/tcp/31889/ws/p2p/16Uiu2HAm32DpJ3DVPwnXgHjWsrmRustG78ddfGumZubDGs4tbjDe"],"enrUri":"enr:-L24QCKBKampxoRRwB5QCo_297Algti4R2BdBhPZcevsSttteq6nwSrytby7lvG3qxQ2rPgy60cf-ycSa2cfHEL_2_oCgmlkgnY0gmlwhKwShZCKbXVsdGlhZGRyc5YACASsEoWQBnyQAAoErBKFkAZ8kd0DgnJzhQADAQAAiXNlY3AyNTZrMaECcNuNpuDOLouwKC6-HV8yLJ2MOnmeq-7hgavKIeb_BSWDdGNwgnyQg3VkcIJ8koV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.30.129
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52134', '52135', '52136', '52137', '52138']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 52134:52134 -p 52135:52135 -p 52136:52136 -p 52137:52137 -p 52138:52138 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52136 --rest-port=52134 --tcp-port=52135 --discv5-udp-port=52137 --rest-address=0.0.0.0 --nat=extip:172.18.30.129 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=adc6a4d4a7efdc0fc1c2cf1edef8cf3dfbbf5260b626252e1d791b7ea8134abd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52138 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCKBKampxoRRwB5QCo_297Algti4R2BdBhPZcevsSttteq6nwSrytby7lvG3qxQ2rPgy60cf-ycSa2cfHEL_2_oCgmlkgnY0gmlwhKwShZCKbXVsdGlhZGRyc5YACASsEoWQBnyQAAoErBKFkAZ8kd0DgnJzhQADAQAAiXNlY3AyNTZrMaECcNuNpuDOLouwKC6-HV8yLJ2MOnmeq-7hgavKIeb_BSWDdGNwgnyQg3VkcIJ8koV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.30.129 waku 524a6fbd35234dda460eba75ac85e1291737856ce9e1ee270088d9528b143cd0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 524a6fbd3523. Setting up logs at ./log/docker/node2_2026-01-02_04-21-33__6b1a51eb-da4a-4dbb-8fce-30d9449306b0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52134
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52134/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52134/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.30.129/tcp/52135/p2p/16Uiu2HAmNK8wTy9K9Pc3j9Uf7AEiauyNgpGK4r31RuQyy6LY6raP","/ip4/172.18.30.129/tcp/52136/ws/p2p/16Uiu2HAmNK8wTy9K9Pc3j9Uf7AEiauyNgpGK4r31RuQyy6LY6raP"],"enrUri":"enr:-L24QOqxW-U5rRssvPB5AKB-gtKShiYyQhGitfHxlPsXZBfIGx48GohQ4SbXpn1JGHXTcerGk1ySHro3jtyPQ2tHO7sCgmlkgnY0gmlwhKwSHoGKbXVsdGlhZGRyc5YACASsEh6BBsunAAoErBIegQbLqN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDj373CAlIqXBIfKOeGiNzuqZhHp-fkvanOXuaFEC7p0yDdGNwgsung3VkcILLqYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31887/admin/v1/peers/stats" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"Sum":{"Total peers":1},"By Connectedness":{"Connected":1,"NotConnected":0,"CannotConnect":0,"CanConnect":0},"Relay peers":{"0":1,"Total relay peers":1},"Mesh peers":{"0":1,"Total mesh peers":1},"By Protocols":{"/vac/waku/relay/2.0.0":1,"/vac/waku/filter-subscribe/2.0.0-beta1":0,"/vac/waku/filter-push/2.0.0-beta1":1,"/vac/waku/store-query/3.0.0":0,"/vac/waku/store/2.0.0-beta4":0,"/vac/waku/lightpush/3.0.0":0,"/vac/waku/lightpush/2.0.0-beta1":0,"/vac/waku/peer-exchange/2.0.0-alpha1":1,"/vac/waku/reconciliation/1.0.0":0}}'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:95 Peer stats schema check: {'Sum': {'Total peers': 1}, 'By Connectedness': {'Connected': 1, 'NotConnected': 0, 'CannotConnect': 0, 'CanConnect': 0}, 'Relay peers': {'0': 1, 'Total relay peers': 1}, 'Mesh peers': {'0': 1, 'Total mesh peers': 1}, 'By Protocols': {'/vac/waku/relay/2.0.0': 1, '/vac/waku/filter-subscribe/2.0.0-beta1': 0, '/vac/waku/filter-push/2.0.0-beta1': 1, '/vac/waku/store-query/3.0.0': 0, '/vac/waku/store/2.0.0-beta4': 0, '/vac/waku/lightpush/3.0.0': 0, '/vac/waku/lightpush/2.0.0-beta1': 0, '/vac/waku/peer-exchange/2.0.0-alpha1': 1, '/vac/waku/reconciliation/1.0.0': 0}}
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 2ec9508985b3
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 524a6fbd3523
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
870
nim/1022/data/attachments/17dcfac1ea0e4c69.txt
Normal file
870
nim/1022/data/attachments/17dcfac1ea0e4c69.txt
Normal file
@ -0,0 +1,870 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_metrics_after_light_push with id: 2026-01-02_04-23-13__8c2c8318-baff-4e03-b58d-ab500c420be1
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-23-13__8c2c8318-baff-4e03-b58d-ab500c420be1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.174.89
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['37248', '37249', '37250', '37251', '37252']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 37248:37248 -p 37249:37249 -p 37250:37250 -p 37251:37251 -p 37252:37252 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37250 --rest-port=37248 --tcp-port=37249 --discv5-udp-port=37251 --rest-address=0.0.0.0 --nat=extip:172.18.174.89 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9d5dfa5eef08d91c123faa2fafaaa4fcc26c3cebfefecca2777acb5e03e2239b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37252 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.174.89 waku eaccf928d2aa3d37884a453f5784e6e66caf492a1a67f13da015ac04e65e523d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID eaccf928d2aa. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-23-13__8c2c8318-baff-4e03-b58d-ab500c420be1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 37248
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37248/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37248/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.174.89/tcp/37249/p2p/16Uiu2HAmVYCqXU3QJC8TWH1JjLrFAvEKQcZz6T2WtapVEEkU79XN","/ip4/172.18.174.89/tcp/37250/ws/p2p/16Uiu2HAmVYCqXU3QJC8TWH1JjLrFAvEKQcZz6T2WtapVEEkU79XN"],"enrUri":"enr:-L24QJa-7Orqij2QcEt8SdugLOuwUciXV8Q9kSy_r5ivpdS0cUOoyvAxrXMiOz8QacxOaR9ZmzfguH-G6ABD4aMfNhECgmlkgnY0gmlwhKwSrlmKbXVsdGlhZGRyc5YACASsEq5ZBpGBAAoErBKuWQaRgt0DgnJzhQADAQAAiXNlY3AyNTZrMaED-tm7IiRzo3W69czG_MjppJvtAUkhUwTq5oY_yGhCt0GDdGNwgpGBg3VkcIKRg4V3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-02_04-23-13__8c2c8318-baff-4e03-b58d-ab500c420be1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.238.83
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11331', '11332', '11333', '11334', '11335']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 11331:11331 -p 11332:11332 -p 11333:11333 -p 11334:11334 -p 11335:11335 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11333 --rest-port=11331 --tcp-port=11332 --discv5-udp-port=11334 --rest-address=0.0.0.0 --nat=extip:172.18.238.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cafee4e79954c41ab2aa2cfcf7f4eaaecff8bde9eebe5fd47b08ff9f759a2aca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11335 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.238.83 waku d3ffddd0982efc2fbae3f71e1880c7a628368e8da45c8edf89cbf57432032c99
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d3ffddd0982e. Setting up logs at ./log/docker/receiving_node2_2026-01-02_04-23-13__8c2c8318-baff-4e03-b58d-ab500c420be1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11331
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11331/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11331/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.238.83/tcp/11332/p2p/16Uiu2HAmRLs8TD3Qewp8QgR7eAjBhHqV76KvuqWbadirkvhRFAwd","/ip4/172.18.238.83/tcp/11333/ws/p2p/16Uiu2HAmRLs8TD3Qewp8QgR7eAjBhHqV76KvuqWbadirkvhRFAwd"],"enrUri":"enr:-L24QJNSoysppkiE5ui_F43Fv-7MaxCDuUK_iUwnYgGcDp4DPMrW-PhAZyev06s37_bR4RkdG67C3qnGkt_haqAlTG4CgmlkgnY0gmlwhKwS7lOKbXVsdGlhZGRyc5YACASsEu5TBixEAAoErBLuUwYsRd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvINPb29l9VfaJwL4SEKfegHsogcCM536Ilzo0LirLRSDdGNwgixEg3VkcIIsRoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11331/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.174.89/tcp/37249/p2p/16Uiu2HAmVYCqXU3QJC8TWH1JjLrFAvEKQcZz6T2WtapVEEkU79XN"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-23-13__8c2c8318-baff-4e03-b58d-ab500c420be1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.245.65
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40535', '40536', '40537', '40538', '40539']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 40535:40535 -p 40536:40536 -p 40537:40537 -p 40538:40538 -p 40539:40539 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40537 --rest-port=40535 --tcp-port=40536 --discv5-udp-port=40538 --rest-address=0.0.0.0 --nat=extip:172.18.245.65 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=67dda85024dc9adcff33c232afef3a65d03939bce0bddce4804487eccd4c942d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40539 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJa-7Orqij2QcEt8SdugLOuwUciXV8Q9kSy_r5ivpdS0cUOoyvAxrXMiOz8QacxOaR9ZmzfguH-G6ABD4aMfNhECgmlkgnY0gmlwhKwSrlmKbXVsdGlhZGRyc5YACASsEq5ZBpGBAAoErBKuWQaRgt0DgnJzhQADAQAAiXNlY3AyNTZrMaED-tm7IiRzo3W69czG_MjppJvtAUkhUwTq5oY_yGhCt0GDdGNwgpGBg3VkcIKRg4V3YWt1Mgk --lightpushnode=/ip4/172.18.174.89/tcp/37249/p2p/16Uiu2HAmVYCqXU3QJC8TWH1JjLrFAvEKQcZz6T2WtapVEEkU79XN --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.245.65 waku 65d7a00219d36b570f56f3e4c30d604f6108a117ae0cfa54717163cd8acdd072
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 65d7a00219d3. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-23-13__8c2c8318-baff-4e03-b58d-ab500c420be1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40535
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 65d7a00219d3. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40535/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=40535): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0d3013fe90>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.50.222
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39123', '39124', '39125', '39126', '39127']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 39123:39123 -p 39124:39124 -p 39125:39125 -p 39126:39126 -p 39127:39127 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=39125 --rest-port=39123 --tcp-port=39124 --discv5-udp-port=39126 --rest-address=0.0.0.0 --nat=extip:172.18.50.222 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f00628a6df50ecabf7fc46baa53f2fcfecc4bb5e1d1cc25887fefb096ddecf12 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39127 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJa-7Orqij2QcEt8SdugLOuwUciXV8Q9kSy_r5ivpdS0cUOoyvAxrXMiOz8QacxOaR9ZmzfguH-G6ABD4aMfNhECgmlkgnY0gmlwhKwSrlmKbXVsdGlhZGRyc5YACASsEq5ZBpGBAAoErBKuWQaRgt0DgnJzhQADAQAAiXNlY3AyNTZrMaED-tm7IiRzo3W69czG_MjppJvtAUkhUwTq5oY_yGhCt0GDdGNwgpGBg3VkcIKRg4V3YWt1Mgk --lightpushnode=/ip4/172.18.174.89/tcp/37249/p2p/16Uiu2HAmVYCqXU3QJC8TWH1JjLrFAvEKQcZz6T2WtapVEEkU79XN --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.50.222 waku a28f9896a2606e922383700c4311b9345e275cd8788e8620d151d56ef4857f87
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a28f9896a260. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-23-13__8c2c8318-baff-4e03-b58d-ab500c420be1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39123
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a28f9896a260. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39123/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=39123): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0d3022eea0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.158.119
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['19659', '19660', '19661', '19662', '19663']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 19659:19659 -p 19660:19660 -p 19661:19661 -p 19662:19662 -p 19663:19663 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=19661 --rest-port=19659 --tcp-port=19660 --discv5-udp-port=19662 --rest-address=0.0.0.0 --nat=extip:172.18.158.119 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c77bdeccceffb7b6ebe66d7cc4a417ccc6057ef26bc2c9396aa72dea8d5bc7a3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19663 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJa-7Orqij2QcEt8SdugLOuwUciXV8Q9kSy_r5ivpdS0cUOoyvAxrXMiOz8QacxOaR9ZmzfguH-G6ABD4aMfNhECgmlkgnY0gmlwhKwSrlmKbXVsdGlhZGRyc5YACASsEq5ZBpGBAAoErBKuWQaRgt0DgnJzhQADAQAAiXNlY3AyNTZrMaED-tm7IiRzo3W69czG_MjppJvtAUkhUwTq5oY_yGhCt0GDdGNwgpGBg3VkcIKRg4V3YWt1Mgk --lightpushnode=/ip4/172.18.174.89/tcp/37249/p2p/16Uiu2HAmVYCqXU3QJC8TWH1JjLrFAvEKQcZz6T2WtapVEEkU79XN --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.158.119 waku e3794c1b0558e6ad956c9cb44ab5b125db9e16ff38f9d168d0414789fc99ae2d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e3794c1b0558. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-23-13__8c2c8318-baff-4e03-b58d-ab500c420be1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 19659
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e3794c1b0558. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19659/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=19659): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f0d302868a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id eaccf928d2aa
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d3ffddd0982e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container eaccf928d2aa. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d3ffddd0982e. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/e3794c1b0558e6ad956c9cb44ab5b125db9e16ff38f9d168d0414789fc99ae2d/stop: Not Found ("No such container: e3794c1b0558e6ad956c9cb44ab5b125db9e16ff38f9d168d0414789fc99ae2d")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/e3794c1b0558e6ad956c9cb44ab5b125db9e16ff38f9d168d0414789fc99ae2d/stop: Not Found ("No such container: e3794c1b0558e6ad956c9cb44ab5b125db9e16ff38f9d168d0414789fc99ae2d")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e3794c1b0558
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/e3794c1b0558e6ad956c9cb44ab5b125db9e16ff38f9d168d0414789fc99ae2d/stop: Not Found ("No such container: e3794c1b0558e6ad956c9cb44ab5b125db9e16ff38f9d168d0414789fc99ae2d")
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/receiving_node2_2026-01-02_04-23-13__8c2c8318-baff-4e03-b58d-ab500c420be1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/lightpush_node1_2026-01-02_04-23-13__8c2c8318-baff-4e03-b58d-ab500c420be1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/receiving_node1_2026-01-02_04-23-13__8c2c8318-baff-4e03-b58d-ab500c420be1__wakuorg_nwaku:latest.log
|
||||
861
nim/1022/data/attachments/18189d38f32ceac3.txt
Normal file
861
nim/1022/data/attachments/18189d38f32ceac3.txt
Normal file
@ -0,0 +1,861 @@
|
||||
2026-01-02 04:18:44.870 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:18:44.871 DEBUG [tests.conftest] Running test: test_light_push_while_peer_is_paused with id: 2026-01-02_04-18-44__9c70601c-4c31-42e1-9b10-42028654d017
|
||||
2026-01-02 04:18:44.871 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:18:44.871 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-02 04:18:44.878 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:18:44.878 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-18-44__9c70601c-4c31-42e1-9b10-42028654d017__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:44.878 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:18:44.878 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:18:44.880 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:18:44.880 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.156.86
|
||||
2026-01-02 04:18:44.880 DEBUG [src.node.docker_mananger] Generated ports ['62179', '62180', '62181', '62182', '62183']
|
||||
2026-01-02 04:18:44.880 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:18:44.880 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:18:44.880 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:18:44.881 DEBUG [src.node.docker_mananger] docker run -i -t -p 62179:62179 -p 62180:62180 -p 62181:62181 -p 62182:62182 -p 62183:62183 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62181 --rest-port=62179 --tcp-port=62180 --discv5-udp-port=62182 --rest-address=0.0.0.0 --nat=extip:172.18.156.86 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=deb4ce765afeecfbc1fbaefb50be896b681580a187a4fd99d3d1bbb8dda75339 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62183 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-01-02 04:18:45.063 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.156.86 waku 404a92601fd879ab0a97bce4c1937288132780e2ccf1995e5714005237553e69
|
||||
2026-01-02 04:18:45.096 DEBUG [src.node.docker_mananger] Container started with ID 404a92601fd8. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-18-44__9c70601c-4c31-42e1-9b10-42028654d017__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:45.097 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62179
|
||||
2026-01-02 04:18:45.097 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:18:45.141 ERROR [src.node.docker_mananger] Max retries reached for container e92fecd047d6. Exiting log stream.
|
||||
2026-01-02 04:18:45.674 ERROR [src.node.docker_mananger] Max retries reached for container af38e428677c. Exiting log stream.
|
||||
2026-01-02 04:18:46.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62179/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:46.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:18:46.100 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:18:46.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62179/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:46.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.156.86/tcp/62180/p2p/16Uiu2HAm4hUfBPJoGdCcHLxzyD5a3MpmwpiA8UNW1xbpTadFaaXC","/ip4/172.18.156.86/tcp/62181/ws/p2p/16Uiu2HAm4hUfBPJoGdCcHLxzyD5a3MpmwpiA8UNW1xbpTadFaaXC"],"enrUri":"enr:-L24QE3h81OdZ47khyxtfKeD-7pyIAErD-BqGZnEDIP2VJfCIWyGd8iVjwBt4d9e4BQ8Ifhy8_0_2WurCjgRKggQD-ECgmlkgnY0gmlwhKwSnFaKbXVsdGlhZGRyc5YACASsEpxWBvLkAAoErBKcVgby5d0DgnJzhQADAQAAiXNlY3AyNTZrMaECicWst0ZewlS4oxlEUwSSOTv2NrlEiG3c06wQHEfJZ0ODdGNwgvLkg3VkcILy5oV3YWt1Mgk"}'
|
||||
2026-01-02 04:18:46.103 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:18:46.109 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:18:46.110 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-02_04-18-44__9c70601c-4c31-42e1-9b10-42028654d017__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:46.110 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:18:46.110 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:18:46.111 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:18:46.111 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.127.172
|
||||
2026-01-02 04:18:46.111 DEBUG [src.node.docker_mananger] Generated ports ['43313', '43314', '43315', '43316', '43317']
|
||||
2026-01-02 04:18:46.111 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:18:46.112 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:18:46.112 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:18:46.112 DEBUG [src.node.docker_mananger] docker run -i -t -p 43313:43313 -p 43314:43314 -p 43315:43315 -p 43316:43316 -p 43317:43317 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43315 --rest-port=43313 --tcp-port=43314 --discv5-udp-port=43316 --rest-address=0.0.0.0 --nat=extip:172.18.127.172 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6dc3767fafcd9d6fee2ce804f749cbd1cfbadca954d62dcaeddd08b1affa5fac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43317 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-01-02 04:18:46.299 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.127.172 waku 544cfef3a58146b3efc02b52fb983d97339beb21933bd7c9555979a29cc71483
|
||||
2026-01-02 04:18:46.331 DEBUG [src.node.docker_mananger] Container started with ID 544cfef3a581. Setting up logs at ./log/docker/receiving_node2_2026-01-02_04-18-44__9c70601c-4c31-42e1-9b10-42028654d017__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:46.331 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43313
|
||||
2026-01-02 04:18:46.331 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:18:47.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43313/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:47.335 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:18:47.335 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:18:47.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43313/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:47.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.127.172/tcp/43314/p2p/16Uiu2HAm8zEeHddWJuzY3SmLnLDHwxFNvyn6EHaeuUfLGN5RXuRa","/ip4/172.18.127.172/tcp/43315/ws/p2p/16Uiu2HAm8zEeHddWJuzY3SmLnLDHwxFNvyn6EHaeuUfLGN5RXuRa"],"enrUri":"enr:-L24QPIXSi_7TQj1So8FkBFU967w6EVRvk3uUaATIbr9DIMnb8b2bIKVAgzAckKSLGoMM_sDhbzeW6Izp_s7T_rHWm4CgmlkgnY0gmlwhKwSf6yKbXVsdGlhZGRyc5YACASsEn-sBqkyAAoErBJ_rAapM90DgnJzhQADAQAAiXNlY3AyNTZrMaECyX9y6iqaEPeudHoP4r33QmQAkGZWs6mKIsOgG6bpHVGDdGNwgqkyg3VkcIKpNIV3YWt1MgE"}'
|
||||
2026-01-02 04:18:47.338 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:18:47.338 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43313/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.156.86/tcp/62180/p2p/16Uiu2HAm4hUfBPJoGdCcHLxzyD5a3MpmwpiA8UNW1xbpTadFaaXC"]'
|
||||
2026-01-02 04:18:47.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:47.379 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:18:47.379 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-18-44__9c70601c-4c31-42e1-9b10-42028654d017__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:47.379 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:18:47.379 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:18:47.381 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:18:47.381 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.9.147
|
||||
2026-01-02 04:18:47.381 DEBUG [src.node.docker_mananger] Generated ports ['21370', '21371', '21372', '21373', '21374']
|
||||
2026-01-02 04:18:47.381 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:18:47.381 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:18:47.381 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:18:47.382 DEBUG [src.node.docker_mananger] docker run -i -t -p 21370:21370 -p 21371:21371 -p 21372:21372 -p 21373:21373 -p 21374:21374 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21372 --rest-port=21370 --tcp-port=21371 --discv5-udp-port=21373 --rest-address=0.0.0.0 --nat=extip:172.18.9.147 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5aebc2bb7482d6dbb70b07c8da04cdc28800d38cc1fbc76acc40dff10afd668b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21374 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QE3h81OdZ47khyxtfKeD-7pyIAErD-BqGZnEDIP2VJfCIWyGd8iVjwBt4d9e4BQ8Ifhy8_0_2WurCjgRKggQD-ECgmlkgnY0gmlwhKwSnFaKbXVsdGlhZGRyc5YACASsEpxWBvLkAAoErBKcVgby5d0DgnJzhQADAQAAiXNlY3AyNTZrMaECicWst0ZewlS4oxlEUwSSOTv2NrlEiG3c06wQHEfJZ0ODdGNwgvLkg3VkcILy5oV3YWt1Mgk --lightpushnode=/ip4/172.18.156.86/tcp/62180/p2p/16Uiu2HAm4hUfBPJoGdCcHLxzyD5a3MpmwpiA8UNW1xbpTadFaaXC --lightpush=true --relay=false
|
||||
2026-01-02 04:18:47.581 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.9.147 waku 559972eecc4ade3dc54248371ff9f99f5cebdbb1581a351dd539a58e25ec73ca
|
||||
2026-01-02 04:18:47.611 DEBUG [src.node.docker_mananger] Container started with ID 559972eecc4a. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-18-44__9c70601c-4c31-42e1-9b10-42028654d017__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:47.612 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21370
|
||||
2026-01-02 04:18:47.612 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:18:48.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.929 ERROR [src.node.docker_mananger] Max retries reached for container 559972eecc4a. Exiting log stream.
|
||||
2026-01-02 04:18:49.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:03.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:03.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:03.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:03.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:03.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:03.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:03.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:03.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:03.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:03.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:04.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:04.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:04.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:04.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:04.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:04.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:04.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:04.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:04.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:04.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:05.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:05.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:05.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:05.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:05.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:05.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:05.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:05.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:05.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:05.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:06.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:06.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:06.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:06.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:06.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:06.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:06.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:06.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:06.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:06.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:07.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:07.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:07.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:07.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:07.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:07.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:07.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:07.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:07.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:08.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:08.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:08.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:08.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:08.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:08.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:08.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21370/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:08.628 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=21370): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4db3af1730>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:19:08.728 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:19:08.729 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:19:08.730 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:19:08.730 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.201.200
|
||||
2026-01-02 04:19:08.731 DEBUG [src.node.docker_mananger] Generated ports ['57613', '57614', '57615', '57616', '57617']
|
||||
2026-01-02 04:19:08.731 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:19:08.731 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:19:08.731 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:19:08.731 DEBUG [src.node.docker_mananger] docker run -i -t -p 57613:57613 -p 57614:57614 -p 57615:57615 -p 57616:57616 -p 57617:57617 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57615 --rest-port=57613 --tcp-port=57614 --discv5-udp-port=57616 --rest-address=0.0.0.0 --nat=extip:172.18.201.200 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=74a09f81ca3e2c090db8ef56da66946bdf0bbe8f2e7ea87dab5b9beb9fe3570e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57617 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QE3h81OdZ47khyxtfKeD-7pyIAErD-BqGZnEDIP2VJfCIWyGd8iVjwBt4d9e4BQ8Ifhy8_0_2WurCjgRKggQD-ECgmlkgnY0gmlwhKwSnFaKbXVsdGlhZGRyc5YACASsEpxWBvLkAAoErBKcVgby5d0DgnJzhQADAQAAiXNlY3AyNTZrMaECicWst0ZewlS4oxlEUwSSOTv2NrlEiG3c06wQHEfJZ0ODdGNwgvLkg3VkcILy5oV3YWt1Mgk --lightpushnode=/ip4/172.18.156.86/tcp/62180/p2p/16Uiu2HAm4hUfBPJoGdCcHLxzyD5a3MpmwpiA8UNW1xbpTadFaaXC --lightpush=true --relay=false
|
||||
2026-01-02 04:19:08.918 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.201.200 waku 9bb4530afb330a7d9eb100e94e3b94bcd90fceeb11f6d5304013eb30e3cfac5c
|
||||
2026-01-02 04:19:08.949 DEBUG [src.node.docker_mananger] Container started with ID 9bb4530afb33. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-18-44__9c70601c-4c31-42e1-9b10-42028654d017__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:19:08.951 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57613
|
||||
2026-01-02 04:19:08.951 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:19:09.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.287 ERROR [src.node.docker_mananger] Max retries reached for container 9bb4530afb33. Exiting log stream.
|
||||
2026-01-02 04:19:10.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:10.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:11.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:12.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:13.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:14.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:15.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:16.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:17.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:18.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:19.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:20.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:21.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:22.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:23.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:24.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:25.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:26.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:27.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:28.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:29.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:29.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:29.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:29.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:29.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:29.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:29.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:29.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:29.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:29.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57613/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:29.953 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=57613): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4db3991d60>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:19:30.053 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:19:30.053 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:19:30.055 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:19:30.055 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.224.100
|
||||
2026-01-02 04:19:30.055 DEBUG [src.node.docker_mananger] Generated ports ['17174', '17175', '17176', '17177', '17178']
|
||||
2026-01-02 04:19:30.055 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:19:30.055 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:19:30.056 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:19:30.056 DEBUG [src.node.docker_mananger] docker run -i -t -p 17174:17174 -p 17175:17175 -p 17176:17176 -p 17177:17177 -p 17178:17178 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17176 --rest-port=17174 --tcp-port=17175 --discv5-udp-port=17177 --rest-address=0.0.0.0 --nat=extip:172.18.224.100 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bb2b8533b5f63c70f7a86c7edffd5edb2db1ce8bfdeeec9a74aa972dc877bb3b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17178 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QE3h81OdZ47khyxtfKeD-7pyIAErD-BqGZnEDIP2VJfCIWyGd8iVjwBt4d9e4BQ8Ifhy8_0_2WurCjgRKggQD-ECgmlkgnY0gmlwhKwSnFaKbXVsdGlhZGRyc5YACASsEpxWBvLkAAoErBKcVgby5d0DgnJzhQADAQAAiXNlY3AyNTZrMaECicWst0ZewlS4oxlEUwSSOTv2NrlEiG3c06wQHEfJZ0ODdGNwgvLkg3VkcILy5oV3YWt1Mgk --lightpushnode=/ip4/172.18.156.86/tcp/62180/p2p/16Uiu2HAm4hUfBPJoGdCcHLxzyD5a3MpmwpiA8UNW1xbpTadFaaXC --lightpush=true --relay=false
|
||||
2026-01-02 04:19:30.237 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.224.100 waku 4269f0ce42dda2621f636273ffe41d692b66e63976adc2daa83cefe647943310
|
||||
2026-01-02 04:19:30.268 DEBUG [src.node.docker_mananger] Container started with ID 4269f0ce42dd. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-18-44__9c70601c-4c31-42e1-9b10-42028654d017__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:19:30.268 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17174
|
||||
2026-01-02 04:19:30.268 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:19:31.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.571 ERROR [src.node.docker_mananger] Max retries reached for container 4269f0ce42dd. Exiting log stream.
|
||||
2026-01-02 04:19:31.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:31.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:32.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:33.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:34.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:35.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:36.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:37.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:38.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:39.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:40.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:41.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:42.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:43.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:44.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:45.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:46.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:47.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:48.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:49.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:50.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:50.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:50.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:50.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:50.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:50.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:50.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:50.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:50.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:50.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:51.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:51.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:51.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17174/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:51.279 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=17174): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4db3641760>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:19:51.527 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:19:51.528 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:19:51.528 DEBUG [src.node.waku_node] Stopping container with id 404a92601fd8
|
||||
2026-01-02 04:19:52.045 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:19:52.046 DEBUG [src.node.waku_node] Stopping container with id 544cfef3a581
|
||||
2026-01-02 04:19:52.561 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:19:52.561 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:52.664 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:52.765 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:52.859 ERROR [src.node.docker_mananger] Max retries reached for container 404a92601fd8. Exiting log stream.
|
||||
2026-01-02 04:19:52.867 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:52.968 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:53.071 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:53.173 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:53.275 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:53.376 ERROR [src.node.docker_mananger] Max retries reached for container 544cfef3a581. Exiting log stream.
|
||||
2026-01-02 04:19:53.377 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:53.478 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:53.580 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:53.681 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:53.783 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:53.885 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:53.987 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:54.089 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:54.191 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:54.293 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:54.395 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:54.497 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:54.599 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:54.700 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:54.802 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:54.904 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:55.006 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:55.108 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:55.210 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:55.312 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:55.414 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:55.516 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:55.618 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:55.720 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:55.822 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:55.923 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:56.025 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:56.127 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:56.229 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:56.331 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:56.433 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:56.535 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:56.637 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:56.739 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:56.841 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:56.943 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:57.045 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:57.146 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:57.248 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:57.350 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:57.452 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:57.554 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:57.656 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:57.657 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/4269f0ce42dda2621f636273ffe41d692b66e63976adc2daa83cefe647943310/stop: Not Found ("No such container: 4269f0ce42dda2621f636273ffe41d692b66e63976adc2daa83cefe647943310")
|
||||
2026-01-02 04:19:57.658 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:57.759 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:57.861 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:57.963 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:58.064 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:58.166 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:58.268 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:58.369 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:58.471 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:58.573 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:58.675 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:58.777 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:58.879 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:58.980 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:59.082 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:59.184 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:59.286 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:59.387 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:59.489 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:59.591 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:59.693 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:59.794 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:59.896 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:19:59.998 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:00.100 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:00.202 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:00.303 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:00.405 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:00.507 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:00.609 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:00.711 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:00.813 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:00.914 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:01.016 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:01.118 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:01.220 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:01.322 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:01.424 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:01.525 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:01.627 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:01.729 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:01.831 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:01.933 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:02.035 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:02.137 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:02.239 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:02.341 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:02.443 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:02.545 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:02.647 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:02.749 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:02.750 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/4269f0ce42dda2621f636273ffe41d692b66e63976adc2daa83cefe647943310/stop: Not Found ("No such container: 4269f0ce42dda2621f636273ffe41d692b66e63976adc2daa83cefe647943310")
|
||||
2026-01-02 04:20:02.750 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:02.852 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:02.954 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:03.055 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:03.157 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:03.259 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:03.361 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:03.463 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:03.565 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:03.667 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:03.768 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:03.870 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:03.972 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:04.074 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:04.176 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:04.277 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:04.379 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:04.481 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:04.582 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:04.684 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:04.786 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:04.888 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:04.990 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:05.092 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:05.193 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:05.295 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:05.397 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:05.499 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:05.601 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:05.702 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:05.804 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:05.906 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:06.008 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:06.109 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:06.211 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:06.313 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:06.415 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:06.517 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:06.618 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:06.720 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:06.822 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:06.924 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:07.026 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:07.128 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:07.229 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:07.331 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:07.433 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:07.535 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:07.637 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:07.738 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:07.840 DEBUG [src.node.waku_node] Stopping container with id 4269f0ce42dd
|
||||
2026-01-02 04:20:07.842 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/4269f0ce42dda2621f636273ffe41d692b66e63976adc2daa83cefe647943310/stop: Not Found ("No such container: 4269f0ce42dda2621f636273ffe41d692b66e63976adc2daa83cefe647943310")
|
||||
2026-01-02 04:20:07.843 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:20:07.867 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:20:07.891 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:20:07.892 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:20:07.892 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:20:07.892 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
116
nim/1022/data/attachments/18c25f70c949a004.txt
Normal file
116
nim/1022/data/attachments/18c25f70c949a004.txt
Normal file
@ -0,0 +1,116 @@
|
||||
2026-01-02 04:18:07.204 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:18:07.205 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_multiple_pubsub_topic_from_same_cluster with id: 2026-01-02_04-18-07__812809c4-3d8d-464c-a550-a9641331f1c3
|
||||
2026-01-02 04:18:07.205 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:18:07.205 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-02 04:18:07.205 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-01-02 04:18:07.212 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:18:07.212 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-18-07__812809c4-3d8d-464c-a550-a9641331f1c3__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:07.212 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:18:07.212 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:18:07.213 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:18:07.214 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.91.27
|
||||
2026-01-02 04:18:07.214 DEBUG [src.node.docker_mananger] Generated ports ['33433', '33434', '33435', '33436', '33437']
|
||||
2026-01-02 04:18:07.214 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:18:07.214 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:18:07.214 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:18:07.214 DEBUG [src.node.docker_mananger] docker run -i -t -p 33433:33433 -p 33434:33434 -p 33435:33435 -p 33436:33436 -p 33437:33437 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=33435 --rest-port=33433 --tcp-port=33434 --discv5-udp-port=33436 --rest-address=0.0.0.0 --nat=extip:172.18.91.27 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=18847bcfed0ead78a6f0efca9bf9b4ff90bdffe1e35effa6cec7e1edcdad108f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33437 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:18:07.398 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.91.27 waku 909dc77f62e7b7b7ca726b5cf3dbdffcb21c71f4717cc099e5aa3df53bbd2639
|
||||
2026-01-02 04:18:07.433 DEBUG [src.node.docker_mananger] Container started with ID 909dc77f62e7. Setting up logs at ./log/docker/node1_2026-01-02_04-18-07__812809c4-3d8d-464c-a550-a9641331f1c3__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:07.434 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33433
|
||||
2026-01-02 04:18:07.434 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:18:07.476 ERROR [src.node.docker_mananger] Max retries reached for container 537e24e9839a. Exiting log stream.
|
||||
2026-01-02 04:18:07.999 ERROR [src.node.docker_mananger] Max retries reached for container a060d381c6aa. Exiting log stream.
|
||||
2026-01-02 04:18:08.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33433/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:18:08.438 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:18:08.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33433/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.91.27/tcp/33434/p2p/16Uiu2HAm9oGZD3P2wnm8am2MmKwNbqDeMDFNQhZXsXAU1JjkJ37s","/ip4/172.18.91.27/tcp/33435/ws/p2p/16Uiu2HAm9oGZD3P2wnm8am2MmKwNbqDeMDFNQhZXsXAU1JjkJ37s"],"enrUri":"enr:-L24QKw1M7XDOHGLFN4cCJ5EMksb2pxa7gFelrG8zhiZpYvAZNqVV3MZ6-10QAP4WpudI0Tp-gD4rF7RCQdjvetANusCgmlkgnY0gmlwhKwSWxuKbXVsdGlhZGRyc5YACASsElsbBoKaAAoErBJbGwaCm90DgnJzhQADAQAAiXNlY3AyNTZrMaEC1YvoyALYLs2zQdyjGtStmRdzgEBmQMwH78o4Dr51za6DdGNwgoKag3VkcIKCnIV3YWt1MgU"}'
|
||||
2026-01-02 04:18:08.440 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:18:08.441 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-01-02 04:18:08.447 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:18:08.447 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-18-07__812809c4-3d8d-464c-a550-a9641331f1c3__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:08.447 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:18:08.447 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:18:08.448 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:18:08.448 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.184.130
|
||||
2026-01-02 04:18:08.449 DEBUG [src.node.docker_mananger] Generated ports ['16526', '16527', '16528', '16529', '16530']
|
||||
2026-01-02 04:18:08.449 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:18:08.449 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:18:08.449 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:18:08.449 DEBUG [src.node.docker_mananger] docker run -i -t -p 16526:16526 -p 16527:16527 -p 16528:16528 -p 16529:16529 -p 16530:16530 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16528 --rest-port=16526 --tcp-port=16527 --discv5-udp-port=16529 --rest-address=0.0.0.0 --nat=extip:172.18.184.130 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bbadcc845ff9ac8e6fbb2a2b90e5e9a5daebafca87169e6268e41abf0f34c668 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16530 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKw1M7XDOHGLFN4cCJ5EMksb2pxa7gFelrG8zhiZpYvAZNqVV3MZ6-10QAP4WpudI0Tp-gD4rF7RCQdjvetANusCgmlkgnY0gmlwhKwSWxuKbXVsdGlhZGRyc5YACASsElsbBoKaAAoErBJbGwaCm90DgnJzhQADAQAAiXNlY3AyNTZrMaEC1YvoyALYLs2zQdyjGtStmRdzgEBmQMwH78o4Dr51za6DdGNwgoKag3VkcIKCnIV3YWt1MgU --filternode=/ip4/172.18.91.27/tcp/33434/p2p/16Uiu2HAm9oGZD3P2wnm8am2MmKwNbqDeMDFNQhZXsXAU1JjkJ37s
|
||||
2026-01-02 04:18:08.642 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.184.130 waku 5b841cab68657bf75ec5df3b52d4c0219fef837b6e5c52576aef94a3398094d7
|
||||
2026-01-02 04:18:08.677 DEBUG [src.node.docker_mananger] Container started with ID 5b841cab6865. Setting up logs at ./log/docker/node2_2026-01-02_04-18-07__812809c4-3d8d-464c-a550-a9641331f1c3__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:08.677 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16526
|
||||
2026-01-02 04:18:08.677 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:18:09.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16526/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:18:09.683 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:18:09.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16526/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.685 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.184.130/tcp/16527/p2p/16Uiu2HAmJZBBQAVMV5QzACFn6Q6h3dH3QRjKzu1BjPxLH9Nx1Las","/ip4/172.18.184.130/tcp/16528/ws/p2p/16Uiu2HAmJZBBQAVMV5QzACFn6Q6h3dH3QRjKzu1BjPxLH9Nx1Las"],"enrUri":"enr:-L24QCw-uBBXdLRcVV6caMDTWtyDu5hVqmrwyk2JSSQ3-q20K8KoBPNDGFjhneOAIIGDPVxA3OZrzY5ox2M_k2xenyECgmlkgnY0gmlwhKwSuIKKbXVsdGlhZGRyc5YACASsEriCBkCPAAoErBK4ggZAkN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDV6jhs3vV5CzKGfbm1mL6slbs87LBo1hQl7dUHyO6YOiDdGNwgkCPg3VkcIJAkYV3YWt1MgA"}'
|
||||
2026-01-02 04:18:09.685 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:18:09.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16526/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.91.27/tcp/33434/p2p/16Uiu2HAm9oGZD3P2wnm8am2MmKwNbqDeMDFNQhZXsXAU1JjkJ37s"]'
|
||||
2026-01-02 04:18:09.714 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:09.720 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/0
|
||||
2026-01-02 04:18:09.720 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33433/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:18:09.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:09.734 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16526/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1ae37cfa-0ac4-4511-b85f-7feece8d9d12", "contentFilters": ["/waku/2/rs/3/0"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
||||
2026-01-02 04:18:09.743 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1ae37cfa-0ac4-4511-b85f-7feece8d9d12","statusDesc":"OK"}'
|
||||
2026-01-02 04:18:09.744 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33433/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/0", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:18:09.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:09.751 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:18:09.851 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:18:09.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16526/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/0","version":0,"timestamp":1767327489744308807,"ephemeral":false}]'
|
||||
2026-01-02 04:18:09.856 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/1
|
||||
2026-01-02 04:18:09.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33433/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:18:09.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:09.859 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16526/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b0b75474-d4e4-4046-ab1c-8595d62bac63", "contentFilters": ["/waku/2/rs/3/1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-02 04:18:09.868 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b0b75474-d4e4-4046-ab1c-8595d62bac63","statusDesc":"OK"}'
|
||||
2026-01-02 04:18:09.869 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33433/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:18:09.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:09.873 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:18:09.973 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:18:09.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16526/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.976 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/1","version":0,"timestamp":1767327489869019719,"ephemeral":false}]'
|
||||
2026-01-02 04:18:09.978 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/9
|
||||
2026-01-02 04:18:09.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33433/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/9"]'
|
||||
2026-01-02 04:18:09.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:09.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16526/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "df7a8fc7-622e-4f1c-8a6a-367b6bf435c1", "contentFilters": ["/waku/2/rs/3/9"], "pubsubTopic": "/waku/2/rs/3/9"}'
|
||||
2026-01-02 04:18:09.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"df7a8fc7-622e-4f1c-8a6a-367b6bf435c1","statusDesc":"OK"}'
|
||||
2026-01-02 04:18:09.990 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33433/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/9", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:18:09.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:09.995 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:18:10.095 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:18:10.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16526/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/9","version":0,"timestamp":1767327489990811729,"ephemeral":false}]'
|
||||
2026-01-02 04:18:10.100 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/25
|
||||
2026-01-02 04:18:10.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33433/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/25"]'
|
||||
2026-01-02 04:18:10.103 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:10.104 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16526/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "36caf8fe-17ac-45c3-83cd-2e5589136150", "contentFilters": ["/waku/2/rs/3/25"], "pubsubTopic": "/waku/2/rs/3/25"}'
|
||||
2026-01-02 04:18:10.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"36caf8fe-17ac-45c3-83cd-2e5589136150","statusDesc":"OK"}'
|
||||
2026-01-02 04:18:10.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33433/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/25", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:18:10.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:10.118 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:18:10.218 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:18:10.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16526/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/25","version":0,"timestamp":1767327490113187800,"ephemeral":false}]'
|
||||
2026-01-02 04:18:10.223 DEBUG [tests.filter.test_subscribe_create] Running test with pubsub topic: /waku/2/rs/3/1000
|
||||
2026-01-02 04:18:10.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33433/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
||||
2026-01-02 04:18:10.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:10.227 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16526/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "03873b84-a617-4cd9-9382-67c92989927d", "contentFilters": ["/waku/2/rs/3/1000"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
||||
2026-01-02 04:18:10.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"03873b84-a617-4cd9-9382-67c92989927d","statusDesc":"OK"}'
|
||||
2026-01-02 04:18:10.236 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33433/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1000", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:18:10.241 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:10.242 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:18:10.342 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:18:10.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16526/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/1000","version":0,"timestamp":1767327490236689895,"ephemeral":false}]'
|
||||
2026-01-02 04:18:10.348 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:18:10.349 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:18:10.349 DEBUG [src.node.waku_node] Stopping container with id 909dc77f62e7
|
||||
2026-01-02 04:18:10.850 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:18:10.851 DEBUG [src.node.waku_node] Stopping container with id 5b841cab6865
|
||||
2026-01-02 04:18:11.373 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:18:11.378 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:18:11.385 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:18:11.391 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1726
nim/1022/data/attachments/18e3bac774036ecd.txt
Normal file
1726
nim/1022/data/attachments/18e3bac774036ecd.txt
Normal file
File diff suppressed because it is too large
Load Diff
188
nim/1022/data/attachments/1926bdd268e5b2ae.txt
Normal file
188
nim/1022/data/attachments/1926bdd268e5b2ae.txt
Normal file
@ -0,0 +1,188 @@
|
||||
2026-01-02 04:24:19.222 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:24:19.223 DEBUG [tests.conftest] Running test: test_unsubscribe_from_all_content_topics with id: 2026-01-02_04-24-19__e59f3e50-11b6-4fbb-993a-f2f0776be6cc
|
||||
2026-01-02 04:24:19.223 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:24:19.223 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:24:19.224 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-02 04:24:19.231 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:24:19.231 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-24-19__e59f3e50-11b6-4fbb-993a-f2f0776be6cc__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:19.232 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:24:19.232 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:24:19.233 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:24:19.233 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.1.141
|
||||
2026-01-02 04:24:19.233 DEBUG [src.node.docker_mananger] Generated ports ['41126', '41127', '41128', '41129', '41130']
|
||||
2026-01-02 04:24:19.234 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:24:19.234 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:24:19.234 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:24:19.234 DEBUG [src.node.docker_mananger] docker run -i -t -p 41126:41126 -p 41127:41127 -p 41128:41128 -p 41129:41129 -p 41130:41130 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41128 --rest-port=41126 --tcp-port=41127 --discv5-udp-port=41129 --rest-address=0.0.0.0 --nat=extip:172.18.1.141 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=983117ff03d1b9dc40541df9ddf9ce494e6f1aad9b5eab688c8a42e7c9cf639e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41130 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-01-02 04:24:19.425 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.1.141 waku 2e5caed710ea47239e00a604d9ef15729c7d73eafed7c5c20bafa330b9a47a90
|
||||
2026-01-02 04:24:19.457 DEBUG [src.node.docker_mananger] Container started with ID 2e5caed710ea. Setting up logs at ./log/docker/node1_2026-01-02_04-24-19__e59f3e50-11b6-4fbb-993a-f2f0776be6cc__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:19.459 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41126
|
||||
2026-01-02 04:24:19.459 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:24:19.473 ERROR [src.node.docker_mananger] Max retries reached for container f9699ca2d498. Exiting log stream.
|
||||
2026-01-02 04:24:20.020 ERROR [src.node.docker_mananger] Max retries reached for container 6e84160605dc. Exiting log stream.
|
||||
2026-01-02 04:24:20.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:20.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:24:20.463 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:24:20.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:20.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.1.141/tcp/41127/p2p/16Uiu2HAm66eVtHJFBDhwvQ586J34UxF4dZ81MchMftzAcMVmbC1b","/ip4/172.18.1.141/tcp/41128/ws/p2p/16Uiu2HAm66eVtHJFBDhwvQ586J34UxF4dZ81MchMftzAcMVmbC1b"],"enrUri":"enr:-L24QJQLnC0LfCmiCwo97kgSsgRD-wdSiDrt9hXXMy_ytgOKcMvEE9v6tGjAF5mMv5zaVaKD4kBTpDSRLi5iUbJhhOwCgmlkgnY0gmlwhKwSAY2KbXVsdGlhZGRyc5YACASsEgGNBqCnAAoErBIBjQagqN0DgnJzhQACAQAAiXNlY3AyNTZrMaECnpDYlhDkvWRkAOgCwHfXFyXTxQ9eM90ZoraLSBflIb6DdGNwgqCng3VkcIKgqYV3YWt1MgU"}'
|
||||
2026-01-02 04:24:20.465 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:24:20.472 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:24:20.472 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-24-19__e59f3e50-11b6-4fbb-993a-f2f0776be6cc__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:20.472 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:24:20.472 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:24:20.474 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:24:20.474 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.113.28
|
||||
2026-01-02 04:24:20.474 DEBUG [src.node.docker_mananger] Generated ports ['25973', '25974', '25975', '25976', '25977']
|
||||
2026-01-02 04:24:20.474 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:24:20.474 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:24:20.474 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:24:20.474 DEBUG [src.node.docker_mananger] docker run -i -t -p 25973:25973 -p 25974:25974 -p 25975:25975 -p 25976:25976 -p 25977:25977 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25975 --rest-port=25973 --tcp-port=25974 --discv5-udp-port=25976 --rest-address=0.0.0.0 --nat=extip:172.18.113.28 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=efdec5c1be60469dd133cf62dc9ca7b2d4aad35a1baca4fa08efca33f53c0fdb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25977 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJQLnC0LfCmiCwo97kgSsgRD-wdSiDrt9hXXMy_ytgOKcMvEE9v6tGjAF5mMv5zaVaKD4kBTpDSRLi5iUbJhhOwCgmlkgnY0gmlwhKwSAY2KbXVsdGlhZGRyc5YACASsEgGNBqCnAAoErBIBjQagqN0DgnJzhQACAQAAiXNlY3AyNTZrMaECnpDYlhDkvWRkAOgCwHfXFyXTxQ9eM90ZoraLSBflIb6DdGNwgqCng3VkcIKgqYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-01-02 04:24:20.658 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.113.28 waku de41a633c9e10338adae9a90e73006683e2937e5836db9248c11d27ef981fcce
|
||||
2026-01-02 04:24:20.687 DEBUG [src.node.docker_mananger] Container started with ID de41a633c9e1. Setting up logs at ./log/docker/node2_2026-01-02_04-24-19__e59f3e50-11b6-4fbb-993a-f2f0776be6cc__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:20.687 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25973
|
||||
2026-01-02 04:24:20.687 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:24:21.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25973/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:21.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:24:21.702 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:24:21.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25973/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:21.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.113.28/tcp/25974/p2p/16Uiu2HAm4RWKy5WXicES24sSMPJ57kCxFexYcRCmS8HozrprrN42","/ip4/172.18.113.28/tcp/25975/ws/p2p/16Uiu2HAm4RWKy5WXicES24sSMPJ57kCxFexYcRCmS8HozrprrN42"],"enrUri":"enr:-L24QNvbaJzKZ85Rq7q82ilSd-ged_CJ-3RJgccyG3kpxFNnH_ahG0RXmG-tmv709YWC5_QTZkXhe_MuNO1jFhxVayMCgmlkgnY0gmlwhKwScRyKbXVsdGlhZGRyc5YACASsEnEcBmV2AAoErBJxHAZld90DgnJzhQACAQAAiXNlY3AyNTZrMaECha5EwpUTJg0yns8fpy68DNRHx9ybswjP3ks8Ctt-SXuDdGNwgmV2g3VkcIJleIV3YWt1MgE"}'
|
||||
2026-01-02 04:24:21.707 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:24:21.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25973/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.1.141/tcp/41127/p2p/16Uiu2HAm66eVtHJFBDhwvQ586J34UxF4dZ81MchMftzAcMVmbC1b"]'
|
||||
2026-01-02 04:24:21.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:21.711 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2026-01-02 04:24:21.719 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:21.720 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25973/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2026-01-02 04:24:21.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:21.735 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:21.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:21.743 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:21.843 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:21.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:21.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327861735359664,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:21.848 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:21.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25973/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:21.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327861735359664,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:21.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:21.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:21.856 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:21.956 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:21.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:21.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1767327861852171789,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:21.961 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:21.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25973/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:21.963 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1767327861852171789,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:21.965 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:21.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:21.969 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:22.070 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1767327861965385498,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:22.075 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25973/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1767327861965385498,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:22.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:22.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:22.084 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:22.184 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1767327862079059396,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:22.189 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25973/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1767327862079059396,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:22.193 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:22.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:22.198 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:22.298 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.301 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1767327862193832060,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:22.303 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25973/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1767327862193832060,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:22.307 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:22.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:22.312 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:22.413 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1767327862307291133,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:22.418 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25973/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1767327862307291133,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:22.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:22.426 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:22.426 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:22.527 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1767327862421857598,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:22.531 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25973/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1767327862421857598,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:22.535 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:22.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:22.540 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:22.640 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1767327862535637993,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:22.645 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25973/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1767327862535637993,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:22.649 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:41126/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2026-01-02 04:24:22.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:22.661 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:25973/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2026-01-02 04:24:22.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:22.673 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:22.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:22.681 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:22.781 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.784 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41126/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto. Response content: b'/myapp/1/latest/proto'
|
||||
2026-01-02 04:24:22.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:22.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:22.788 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:22.889 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:22.892 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41126/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js. Response content: b'/waku/2/content/test.js'
|
||||
2026-01-02 04:24:22.894 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:22.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:22.897 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:22.997 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:22.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:23.000 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41126/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding. Response content: b'/app/22/sometopic/someencoding'
|
||||
2026-01-02 04:24:23.002 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:23.004 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:23.004 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:23.105 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:23.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:23.108 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41126/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
|
||||
2026-01-02 04:24:23.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:23.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:23.112 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:23.213 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:23.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:23.216 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41126/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor. Response content: b'/statusim/1/community/cbor'
|
||||
2026-01-02 04:24:23.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:23.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:23.221 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:23.321 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:23.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:23.324 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41126/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding. Response content: b'/app/27/sometopic/someencoding'
|
||||
2026-01-02 04:24:23.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:23.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:23.328 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:23.429 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:23.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:23.432 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41126/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding. Response content: b'/app/29/sometopic/someencoding'
|
||||
2026-01-02 04:24:23.434 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41126/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:23.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:23.436 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:23.537 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:23.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41126/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:23.540 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:41126/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding. Response content: b'/app/20/sometopic/someencoding'
|
||||
2026-01-02 04:24:23.542 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:24:23.543 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:24:23.544 DEBUG [src.node.waku_node] Stopping container with id 2e5caed710ea
|
||||
2026-01-02 04:24:24.087 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:24:24.087 DEBUG [src.node.waku_node] Stopping container with id de41a633c9e1
|
||||
2026-01-02 04:24:24.627 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:24:24.628 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:24:24.639 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:24:24.651 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
869
nim/1022/data/attachments/1ad2eb5ae7799540.txt
Normal file
869
nim/1022/data/attachments/1ad2eb5ae7799540.txt
Normal file
@ -0,0 +1,869 @@
|
||||
2026-01-02 04:22:52.550 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:22:52.550 DEBUG [tests.conftest] Running test: test_2_receiving_nodes__relay_node1_forwards_lightpushed_message_to_relay_node2 with id: 2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b
|
||||
2026-01-02 04:22:52.550 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:22:52.551 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-02 04:22:52.557 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:22:52.557 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:52.558 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:22:52.558 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:22:52.559 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:22:52.559 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.56
|
||||
2026-01-02 04:22:52.559 DEBUG [src.node.docker_mananger] Generated ports ['47086', '47087', '47088', '47089', '47090']
|
||||
2026-01-02 04:22:52.559 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:22:52.560 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:22:52.560 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:22:52.560 DEBUG [src.node.docker_mananger] docker run -i -t -p 47086:47086 -p 47087:47087 -p 47088:47088 -p 47089:47089 -p 47090:47090 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47088 --rest-port=47086 --tcp-port=47087 --discv5-udp-port=47089 --rest-address=0.0.0.0 --nat=extip:172.18.251.56 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2e84e10ec1fadacfb1f1d9dfee4bd3b2bdbe21d88aaef8b550f90a6bd8cfe1fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47090 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-01-02 04:22:52.740 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.56 waku 7276583f62b400615693246cb50f05f2f6c4fb94c16b39d84eb672450f87c475
|
||||
2026-01-02 04:22:52.775 DEBUG [src.node.docker_mananger] Container started with ID 7276583f62b4. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:52.775 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47086
|
||||
2026-01-02 04:22:52.776 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:22:52.844 ERROR [src.node.docker_mananger] Max retries reached for container a4164659d2ad. Exiting log stream.
|
||||
2026-01-02 04:22:53.342 ERROR [src.node.docker_mananger] Max retries reached for container cfdf5cc7d2b1. Exiting log stream.
|
||||
2026-01-02 04:22:53.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47086/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:53.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:22:53.780 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:22:53.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47086/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:53.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.56/tcp/47087/p2p/16Uiu2HAmM8MGYR9sg4L5pZKBN7ygbFPDXacXyUi1WbedrUkZ7jXv","/ip4/172.18.251.56/tcp/47088/ws/p2p/16Uiu2HAmM8MGYR9sg4L5pZKBN7ygbFPDXacXyUi1WbedrUkZ7jXv"],"enrUri":"enr:-L24QKqbQ8Ci25Zq64GLrulP_IksolfxaBLP-QLzHeXe2rUeXERIXV8RSJ8vkPOJRU33SYvc-KOuBsD-gcDhYEp7enICgmlkgnY0gmlwhKwS-ziKbXVsdGlhZGRyc5YACASsEvs4BrfvAAoErBL7OAa38N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfd_UWOdZOEixV1v8k-pcuryPAP4KFJ65EtMJDkQNUPmDdGNwgrfvg3VkcIK38YV3YWt1Mgk"}'
|
||||
2026-01-02 04:22:53.782 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:22:53.788 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:22:53.789 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:53.789 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:22:53.789 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:22:53.790 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:22:53.790 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.154.86
|
||||
2026-01-02 04:22:53.790 DEBUG [src.node.docker_mananger] Generated ports ['21988', '21989', '21990', '21991', '21992']
|
||||
2026-01-02 04:22:53.791 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:22:53.791 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:22:53.791 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:22:53.791 DEBUG [src.node.docker_mananger] docker run -i -t -p 21988:21988 -p 21989:21989 -p 21990:21990 -p 21991:21991 -p 21992:21992 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21990 --rest-port=21988 --tcp-port=21989 --discv5-udp-port=21991 --rest-address=0.0.0.0 --nat=extip:172.18.154.86 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fa8aabd281d52ea175e6613dccf9ef66d49a9ef7fc1a9fd4b51bcdcb1cf8e3bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21992 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-01-02 04:22:53.962 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.154.86 waku a6b1beb13e73259b2c1d66d9f921cece3bd231eff3e20acf2e5143e085d1edd5
|
||||
2026-01-02 04:22:53.993 DEBUG [src.node.docker_mananger] Container started with ID a6b1beb13e73. Setting up logs at ./log/docker/receiving_node2_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:53.993 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21988
|
||||
2026-01-02 04:22:53.993 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:22:54.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21988/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:54.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:22:54.997 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:22:54.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21988/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:55.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.154.86/tcp/21989/p2p/16Uiu2HAmEjgDN1aDQnSEyqd1FYNAK1FsLcF8VdVnkcSHxm2wxyg8","/ip4/172.18.154.86/tcp/21990/ws/p2p/16Uiu2HAmEjgDN1aDQnSEyqd1FYNAK1FsLcF8VdVnkcSHxm2wxyg8"],"enrUri":"enr:-L24QL_hLqRjPLGZxTDOOqddFu3pNB4WomlmVYp_gpEnV18ycI035q_X-0P4i61MrQCz8q7OFkzdPvIJX39dKQMl4AQCgmlkgnY0gmlwhKwSmlaKbXVsdGlhZGRyc5YACASsEppWBlXlAAoErBKaVgZV5t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHurFTKQu4gUq6Dg7kv7zKNARJVXFMNKC1W-Y6KQoANWDdGNwglXlg3VkcIJV54V3YWt1MgE"}'
|
||||
2026-01-02 04:22:55.000 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:22:55.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21988/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.251.56/tcp/47087/p2p/16Uiu2HAmM8MGYR9sg4L5pZKBN7ygbFPDXacXyUi1WbedrUkZ7jXv"]'
|
||||
2026-01-02 04:22:55.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:22:55.041 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:22:55.041 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:55.042 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:22:55.042 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:22:55.044 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:22:55.044 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.132.198
|
||||
2026-01-02 04:22:55.044 DEBUG [src.node.docker_mananger] Generated ports ['34592', '34593', '34594', '34595', '34596']
|
||||
2026-01-02 04:22:55.044 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:22:55.045 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:22:55.045 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:22:55.045 DEBUG [src.node.docker_mananger] docker run -i -t -p 34592:34592 -p 34593:34593 -p 34594:34594 -p 34595:34595 -p 34596:34596 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34594 --rest-port=34592 --tcp-port=34593 --discv5-udp-port=34595 --rest-address=0.0.0.0 --nat=extip:172.18.132.198 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bdcb05cc05898ffecfc53aa48d13ce2a0d648befcd5cbcce46dc4ecf685cf1be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34596 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKqbQ8Ci25Zq64GLrulP_IksolfxaBLP-QLzHeXe2rUeXERIXV8RSJ8vkPOJRU33SYvc-KOuBsD-gcDhYEp7enICgmlkgnY0gmlwhKwS-ziKbXVsdGlhZGRyc5YACASsEvs4BrfvAAoErBL7OAa38N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfd_UWOdZOEixV1v8k-pcuryPAP4KFJ65EtMJDkQNUPmDdGNwgrfvg3VkcIK38YV3YWt1Mgk --lightpushnode=/ip4/172.18.251.56/tcp/47087/p2p/16Uiu2HAmM8MGYR9sg4L5pZKBN7ygbFPDXacXyUi1WbedrUkZ7jXv --lightpush=true --relay=false
|
||||
2026-01-02 04:22:55.235 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.132.198 waku 4782b5fe8a1d638254f8bb43121d7b63069ae4aba609a4ebeb85864124a0ee89
|
||||
2026-01-02 04:22:55.267 DEBUG [src.node.docker_mananger] Container started with ID 4782b5fe8a1d. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:55.268 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34592
|
||||
2026-01-02 04:22:55.268 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:22:56.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:56.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:56.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:56.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:56.582 ERROR [src.node.docker_mananger] Max retries reached for container 4782b5fe8a1d. Exiting log stream.
|
||||
2026-01-02 04:22:56.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:56.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:56.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:56.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:57.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:57.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:57.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:57.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:57.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:57.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:57.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:57.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:57.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:57.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:58.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:58.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:58.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:58.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:58.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:58.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:58.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:58.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:58.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:59.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:59.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:59.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:59.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:59.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:59.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:59.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:59.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:59.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:59.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:00.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:00.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:00.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:00.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:00.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:00.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:00.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:00.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:00.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:00.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:01.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:01.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:01.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:01.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:01.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:01.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:01.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:01.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:01.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:01.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:02.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:02.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:02.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:02.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:02.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:02.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:02.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:02.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:02.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:02.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:03.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:03.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:03.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:03.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:03.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:03.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:03.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:03.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:03.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:03.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:04.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:04.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:04.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:04.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:04.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:04.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:04.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:04.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:04.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:04.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:05.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:05.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:05.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:05.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:05.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:05.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:05.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:05.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:05.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:06.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:06.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:06.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:06.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:06.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:06.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:06.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:06.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:06.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:06.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:07.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:07.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:07.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:07.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:07.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:07.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:07.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:07.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:07.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:07.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:08.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:08.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:08.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:08.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:08.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:08.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:08.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:08.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:08.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:08.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:09.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:09.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:09.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:09.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:09.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:09.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:09.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:09.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:09.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:09.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:10.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:10.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:10.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:10.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:10.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:10.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:10.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:10.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:10.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:10.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:11.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:11.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:11.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:11.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:11.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:11.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:11.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:11.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:11.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:11.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:12.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:12.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:12.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:12.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:12.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:12.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:12.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:12.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:12.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:12.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:13.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:13.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:13.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:13.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:13.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:13.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:13.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:13.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:13.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:14.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:14.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:14.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:14.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:14.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:14.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:14.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:14.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:14.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:14.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:15.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:15.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:15.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:15.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:15.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:15.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:15.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:15.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:15.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:15.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:16.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:16.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:16.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:16.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:16.333 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=34592): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efeec1b7740>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:23:16.433 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:23:16.433 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:23:16.435 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:23:16.435 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.151.42
|
||||
2026-01-02 04:23:16.435 DEBUG [src.node.docker_mananger] Generated ports ['2650', '2651', '2652', '2653', '2654']
|
||||
2026-01-02 04:23:16.436 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:23:16.436 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:23:16.436 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:23:16.436 DEBUG [src.node.docker_mananger] docker run -i -t -p 2650:2650 -p 2651:2651 -p 2652:2652 -p 2653:2653 -p 2654:2654 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2652 --rest-port=2650 --tcp-port=2651 --discv5-udp-port=2653 --rest-address=0.0.0.0 --nat=extip:172.18.151.42 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5adbfe5b18ed71bb3fdeb8ef57a9bab7a043cdf1f4b97df904f93b9a8f29dbf8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2654 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKqbQ8Ci25Zq64GLrulP_IksolfxaBLP-QLzHeXe2rUeXERIXV8RSJ8vkPOJRU33SYvc-KOuBsD-gcDhYEp7enICgmlkgnY0gmlwhKwS-ziKbXVsdGlhZGRyc5YACASsEvs4BrfvAAoErBL7OAa38N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfd_UWOdZOEixV1v8k-pcuryPAP4KFJ65EtMJDkQNUPmDdGNwgrfvg3VkcIK38YV3YWt1Mgk --lightpushnode=/ip4/172.18.251.56/tcp/47087/p2p/16Uiu2HAmM8MGYR9sg4L5pZKBN7ygbFPDXacXyUi1WbedrUkZ7jXv --lightpush=true --relay=false
|
||||
2026-01-02 04:23:16.610 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.151.42 waku 7996a02b64b8a59ea0ccab079ca5e3a3a0319b5ca3c201f0a8fcb7357889d65d
|
||||
2026-01-02 04:23:16.638 DEBUG [src.node.docker_mananger] Container started with ID 7996a02b64b8. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:16.638 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2650
|
||||
2026-01-02 04:23:16.639 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:23:17.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:17.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:17.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:17.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:17.950 ERROR [src.node.docker_mananger] Max retries reached for container 7996a02b64b8. Exiting log stream.
|
||||
2026-01-02 04:23:18.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:18.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:18.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:18.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:18.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:18.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:18.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:18.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:18.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:18.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:19.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:19.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:19.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:19.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:19.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:19.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:19.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:19.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:19.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:19.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:20.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:20.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:20.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:20.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:20.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:20.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:20.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:20.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:20.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:20.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:21.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:21.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:21.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:21.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:21.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:21.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:21.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:21.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:21.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:22.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:23.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:23.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:23.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:23.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:23.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:23.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:23.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:23.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:23.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:23.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:24.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:24.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:24.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:24.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:24.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:24.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:24.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:24.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:24.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:24.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:25.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:25.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:25.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:25.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:25.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:25.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:25.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:25.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:25.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:25.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:26.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:26.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:26.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:26.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:26.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:26.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:26.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:26.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:26.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:26.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:27.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:27.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:27.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:27.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:27.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:27.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:27.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:27.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:27.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:27.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:28.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:28.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:28.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:28.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:28.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:28.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:28.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:28.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:28.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:28.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:29.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:29.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:29.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:29.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:29.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:29.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:29.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:29.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:29.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:30.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:30.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:30.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:30.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:30.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:30.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:30.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:30.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:30.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:30.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:31.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:31.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:31.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:31.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:31.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:31.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:31.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:31.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:31.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:31.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:32.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:32.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:32.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:32.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:32.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:32.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:32.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:32.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:32.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:32.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:33.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:33.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:33.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:33.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:33.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:33.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:33.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:33.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:33.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:33.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:34.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:34.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:34.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:34.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:34.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:34.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:34.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:34.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:34.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:34.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:35.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:36.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:37.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:37.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:37.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:37.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:37.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:37.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:37.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:37.696 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=2650): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efee7e9b830>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:23:37.796 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:23:37.796 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:23:37.798 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:23:37.798 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.126.100
|
||||
2026-01-02 04:23:37.798 DEBUG [src.node.docker_mananger] Generated ports ['40499', '40500', '40501', '40502', '40503']
|
||||
2026-01-02 04:23:37.798 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:23:37.798 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:23:37.798 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:23:37.798 DEBUG [src.node.docker_mananger] docker run -i -t -p 40499:40499 -p 40500:40500 -p 40501:40501 -p 40502:40502 -p 40503:40503 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40501 --rest-port=40499 --tcp-port=40500 --discv5-udp-port=40502 --rest-address=0.0.0.0 --nat=extip:172.18.126.100 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fbc5a7e54af6bef2d6d512b0e086c0bafbaa7ddab643e223cf3e653588aa5cf8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40503 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKqbQ8Ci25Zq64GLrulP_IksolfxaBLP-QLzHeXe2rUeXERIXV8RSJ8vkPOJRU33SYvc-KOuBsD-gcDhYEp7enICgmlkgnY0gmlwhKwS-ziKbXVsdGlhZGRyc5YACASsEvs4BrfvAAoErBL7OAa38N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfd_UWOdZOEixV1v8k-pcuryPAP4KFJ65EtMJDkQNUPmDdGNwgrfvg3VkcIK38YV3YWt1Mgk --lightpushnode=/ip4/172.18.251.56/tcp/47087/p2p/16Uiu2HAmM8MGYR9sg4L5pZKBN7ygbFPDXacXyUi1WbedrUkZ7jXv --lightpush=true --relay=false
|
||||
2026-01-02 04:23:37.977 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.126.100 waku 8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a
|
||||
2026-01-02 04:23:38.005 DEBUG [src.node.docker_mananger] Container started with ID 8d1e444e0d8f. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:23:38.007 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40499
|
||||
2026-01-02 04:23:38.007 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:23:39.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:39.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:39.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:39.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:39.322 ERROR [src.node.docker_mananger] Max retries reached for container 8d1e444e0d8f. Exiting log stream.
|
||||
2026-01-02 04:23:39.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:39.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:39.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:39.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:39.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:39.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:40.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:40.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:40.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:40.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:40.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:40.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:40.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:40.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:40.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:40.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:41.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:41.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:41.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:41.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:41.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:41.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:41.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:41.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:41.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:41.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:42.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:42.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:42.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:42.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:42.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:42.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:42.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:42.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:42.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:42.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:43.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:43.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:43.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:43.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:43.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:43.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:43.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:43.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:43.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:43.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:44.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:44.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:44.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:44.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:44.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:44.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:44.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:44.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:44.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:44.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:45.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:45.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:45.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:45.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:45.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:45.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:45.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:45.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:45.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:45.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:46.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:46.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:46.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:46.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:46.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:46.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:46.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:46.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:46.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:47.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:47.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:47.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:47.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:47.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:47.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:47.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:47.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:47.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:47.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:48.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:48.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:48.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:48.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:48.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:48.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:48.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:48.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:48.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:48.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:49.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:49.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:49.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:49.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:49.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:49.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:49.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:49.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:49.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:49.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:50.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:50.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:50.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:50.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:50.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:50.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:50.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:50.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:50.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:50.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:51.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:51.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:51.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:51.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:51.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:51.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:51.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:51.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:51.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:51.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:52.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:52.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:52.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:52.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:52.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:52.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:52.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:52.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:52.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:52.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:53.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:53.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:53.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:53.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:53.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:53.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:53.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:53.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:53.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:53.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:54.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:54.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:54.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:54.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:54.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:54.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:54.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:54.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:54.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:55.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:55.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:55.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:55.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:55.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:55.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:55.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:55.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:55.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:55.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:56.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:56.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:56.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:56.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:56.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:56.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:56.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:56.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:56.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:56.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:57.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:57.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:57.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:57.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:57.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:57.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:57.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:57.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:57.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:57.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:58.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:58.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:58.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:58.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:58.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:58.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:58.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:58.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:58.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:58.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:59.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:23:59.053 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=40499): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efeec1b6870>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:23:59.304 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:23:59.305 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:23:59.305 DEBUG [src.node.waku_node] Stopping container with id 7276583f62b4
|
||||
2026-01-02 04:23:59.811 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:23:59.811 DEBUG [src.node.waku_node] Stopping container with id a6b1beb13e73
|
||||
2026-01-02 04:24:00.298 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:24:00.299 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:00.401 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:00.503 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:00.604 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:00.622 ERROR [src.node.docker_mananger] Max retries reached for container 7276583f62b4. Exiting log stream.
|
||||
2026-01-02 04:24:00.705 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:00.807 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:00.908 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:01.010 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:01.111 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:01.179 ERROR [src.node.docker_mananger] Max retries reached for container a6b1beb13e73. Exiting log stream.
|
||||
2026-01-02 04:24:01.213 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:01.314 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:01.416 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:01.517 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:01.619 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:01.720 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:01.822 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:01.923 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:02.025 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:02.126 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:02.228 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:02.330 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:02.431 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:02.533 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:02.635 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:02.736 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:02.838 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:02.939 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:03.041 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:03.142 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:03.244 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:03.345 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:03.446 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:03.548 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:03.650 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:03.751 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:03.852 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:03.954 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:04.055 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:04.157 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:04.258 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:04.360 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:04.461 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:04.562 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:04.664 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:04.765 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:04.866 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:04.968 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:05.069 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:05.171 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:05.272 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:05.373 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:05.375 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a/stop: Not Found ("No such container: 8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a")
|
||||
2026-01-02 04:24:05.375 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:05.476 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:05.578 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:05.679 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:05.781 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:05.882 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:05.983 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:06.085 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:06.186 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:06.288 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:06.389 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:06.490 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:06.591 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:06.693 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:06.794 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:06.895 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:06.997 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:07.098 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:07.200 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:07.301 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:07.402 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:07.504 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:07.605 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:07.706 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:07.808 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:07.909 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:08.011 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:08.112 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:08.213 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:08.315 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:08.416 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:08.518 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:08.619 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:08.720 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:08.822 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:08.923 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:09.025 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:09.126 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:09.227 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:09.329 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:09.430 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:09.531 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:09.633 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:09.734 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:09.835 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:09.937 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:10.038 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:10.140 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:10.241 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:10.342 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:10.444 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:10.445 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a/stop: Not Found ("No such container: 8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a")
|
||||
2026-01-02 04:24:10.445 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:10.547 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:10.648 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:10.750 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:10.851 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:10.953 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:11.054 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:11.156 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:11.257 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:11.358 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:11.460 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:11.561 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:11.662 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:11.764 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:11.865 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:11.967 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:12.068 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:12.169 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:12.271 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:12.372 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:12.473 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:12.575 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:12.677 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:12.778 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:12.880 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:12.981 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:13.082 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:13.184 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:13.285 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:13.387 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:13.488 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:13.590 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:13.691 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:13.792 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:13.894 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:13.996 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:14.097 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:14.199 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:14.300 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:14.402 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:14.504 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:14.605 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:14.706 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:14.808 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:14.909 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:15.011 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:15.112 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:15.214 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:15.315 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:15.417 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:15.518 DEBUG [src.node.waku_node] Stopping container with id 8d1e444e0d8f
|
||||
2026-01-02 04:24:15.519 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a/stop: Not Found ("No such container: 8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a")
|
||||
2026-01-02 04:24:15.520 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:24:15.544 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:24:15.591 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:24:15.592 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:24:15.592 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:24:15.593 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:24:15.593 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2026-01-02 04:24:15.593 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2026-01-02 04:24:15.594 DEBUG [src.libs.common] Attaching file ./log/docker/lightpush_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:15.594 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node2_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:15.595 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
99
nim/1022/data/attachments/1b4bef01bff2f52f.txt
Normal file
99
nim/1022/data/attachments/1b4bef01bff2f52f.txt
Normal file
@ -0,0 +1,99 @@
|
||||
2026-01-02 04:24:32.102 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:24:32.102 DEBUG [tests.conftest] Running test: test_publish_on_multiple_pubsub_topics_and_only_after_fetch_them with id: 2026-01-02_04-24-32__22f63ffe-5c31-49de-854b-3f612e21e0a4
|
||||
2026-01-02 04:24:32.102 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:24:32.103 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:24:32.103 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-02 04:24:32.110 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:24:32.110 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-24-32__22f63ffe-5c31-49de-854b-3f612e21e0a4__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:32.110 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:24:32.110 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:24:32.112 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:24:32.112 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.73
|
||||
2026-01-02 04:24:32.112 DEBUG [src.node.docker_mananger] Generated ports ['31904', '31905', '31906', '31907', '31908']
|
||||
2026-01-02 04:24:32.112 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-02 04:24:32.112 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:24:32.112 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:24:32.113 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:24:32.113 DEBUG [src.node.docker_mananger] docker run -i -t -p 31904:31904 -p 31905:31905 -p 31906:31906 -p 31907:31907 -p 31908:31908 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31906 --rest-port=31904 --tcp-port=31905 --discv5-udp-port=31907 --rest-address=0.0.0.0 --nat=extip:172.18.52.73 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b20e71be17c4ceb588ca2beb12fac7dcd6fa7b7c2aee35d16272d9894a287f8f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31908 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:24:32.294 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.73 waku e9fd636bde48b4d9ff4f7a2ecbcf520f9e89dfca49df7c8eba31261f2453ca7c
|
||||
2026-01-02 04:24:32.327 DEBUG [src.node.docker_mananger] Container started with ID e9fd636bde48. Setting up logs at ./log/docker/node1_2026-01-02_04-24-32__22f63ffe-5c31-49de-854b-3f612e21e0a4__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:32.327 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31904
|
||||
2026-01-02 04:24:32.327 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:24:32.366 ERROR [src.node.docker_mananger] Max retries reached for container 13277a149824. Exiting log stream.
|
||||
2026-01-02 04:24:32.909 ERROR [src.node.docker_mananger] Max retries reached for container b2d1d6e41648. Exiting log stream.
|
||||
2026-01-02 04:24:33.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31904/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:33.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:24:33.332 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:24:33.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31904/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:33.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.73/tcp/31905/p2p/16Uiu2HAm9kzHWV9s7WoXRshRrs9bNVC6VncqpooXsU8TPBJfak4q","/ip4/172.18.52.73/tcp/31906/ws/p2p/16Uiu2HAm9kzHWV9s7WoXRshRrs9bNVC6VncqpooXsU8TPBJfak4q"],"enrUri":"enr:-L24QO40YQoRIF8Odkob9duYs1EqS9TjgU8YXdDxFb1nGxd-aAAfCfDttm07PIpx0WiNbUy-eBV2fBiqjC1yrkjf_OwCgmlkgnY0gmlwhKwSNEmKbXVsdGlhZGRyc5YACASsEjRJBnyhAAoErBI0SQZ8ot0DgnJzhQACAQAAiXNlY3AyNTZrMaEC1PZZse4GlqYvkmLTEdr_hvCqcFXKmCjv8HSJJdi6RpKDdGNwgnyhg3VkcIJ8o4V3YWt1MgU"}'
|
||||
2026-01-02 04:24:33.334 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:24:33.341 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:24:33.341 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-24-32__22f63ffe-5c31-49de-854b-3f612e21e0a4__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:33.341 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:24:33.341 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:24:33.343 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:24:33.343 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.172.249
|
||||
2026-01-02 04:24:33.343 DEBUG [src.node.docker_mananger] Generated ports ['18882', '18883', '18884', '18885', '18886']
|
||||
2026-01-02 04:24:33.343 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-02 04:24:33.343 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:24:33.343 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:24:33.343 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:24:33.343 DEBUG [src.node.docker_mananger] docker run -i -t -p 18882:18882 -p 18883:18883 -p 18884:18884 -p 18885:18885 -p 18886:18886 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18884 --rest-port=18882 --tcp-port=18883 --discv5-udp-port=18885 --rest-address=0.0.0.0 --nat=extip:172.18.172.249 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a64ad1065ad214cf2e600aaabe3aa14f747cffad9ee7c96cebe138dc6b4e47e7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18886 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QO40YQoRIF8Odkob9duYs1EqS9TjgU8YXdDxFb1nGxd-aAAfCfDttm07PIpx0WiNbUy-eBV2fBiqjC1yrkjf_OwCgmlkgnY0gmlwhKwSNEmKbXVsdGlhZGRyc5YACASsEjRJBnyhAAoErBI0SQZ8ot0DgnJzhQACAQAAiXNlY3AyNTZrMaEC1PZZse4GlqYvkmLTEdr_hvCqcFXKmCjv8HSJJdi6RpKDdGNwgnyhg3VkcIJ8o4V3YWt1MgU
|
||||
2026-01-02 04:24:33.527 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.172.249 waku d446154d72b89334e07db7042a14e371871b80c6dba917bd71b3ba83ed7d7fbf
|
||||
2026-01-02 04:24:33.560 DEBUG [src.node.docker_mananger] Container started with ID d446154d72b8. Setting up logs at ./log/docker/node2_2026-01-02_04-24-32__22f63ffe-5c31-49de-854b-3f612e21e0a4__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:33.561 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18882
|
||||
2026-01-02 04:24:33.561 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:24:34.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:34.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:24:34.567 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:24:34.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:34.572 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.172.249/tcp/18883/p2p/16Uiu2HAm5c6MXAqkx9c6Pp77QdX8GECu4xBcwg8SGWsddfGsYiw3","/ip4/172.18.172.249/tcp/18884/ws/p2p/16Uiu2HAm5c6MXAqkx9c6Pp77QdX8GECu4xBcwg8SGWsddfGsYiw3"],"enrUri":"enr:-L24QP7htN_iB0w-3CLYLN00GK6G_2gWVZmR9yFlt2LygzUQUjFTDW7SAvWwrgMdTFFRyri2sI9WyW_XEl8Cv-qKAVgCgmlkgnY0gmlwhKwSrPmKbXVsdGlhZGRyc5YACASsEqz5BknDAAoErBKs-QZJxN0DgnJzhQACAQAAiXNlY3AyNTZrMaECl0A84Xde4Ui65qLkbpYvEDNruqpHFDbW_FTfIMIPHtqDdGNwgknDg3VkcIJJxYV3YWt1MgE"}'
|
||||
2026-01-02 04:24:34.573 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:24:34.575 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18882/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.52.73/tcp/31905/p2p/16Uiu2HAm9kzHWV9s7WoXRshRrs9bNVC6VncqpooXsU8TPBJfak4q"]'
|
||||
2026-01-02 04:24:34.578 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:34.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-01-02 04:24:34.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:34.587 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18882/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-01-02 04:24:34.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:34.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:34.609 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:34.609 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:34.615 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:34.616 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:34.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:34.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:34.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:34.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:34.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:34.638 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:34.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:34.645 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:34.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:34.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31904/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:34.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:34.655 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:34.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:34.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzA=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874599870011,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:34.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:34.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzE=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874609738610,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:34.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:34.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzI=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874616370719,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:34.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:34.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzM=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874623577903,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:34.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:34.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzQ=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874632582977,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:34.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:34.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzU=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874638085410,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:34.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:34.773 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzY=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874645192393,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:34.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18882/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:34.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzc=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327874650233156,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:34.777 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:24:34.778 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:24:34.778 DEBUG [src.node.waku_node] Stopping container with id e9fd636bde48
|
||||
2026-01-02 04:24:35.348 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:24:35.348 DEBUG [src.node.waku_node] Stopping container with id d446154d72b8
|
||||
2026-01-02 04:24:35.868 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:24:35.871 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:24:35.882 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:24:35.891 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1723
nim/1022/data/attachments/1b5963081cb034cd.txt
Normal file
1723
nim/1022/data/attachments/1b5963081cb034cd.txt
Normal file
File diff suppressed because it is too large
Load Diff
76
nim/1022/data/attachments/1b9273fc15d04313.txt
Normal file
76
nim/1022/data/attachments/1b9273fc15d04313.txt
Normal file
@ -0,0 +1,76 @@
|
||||
2026-01-02 04:47:28.262 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:47:28.263 DEBUG [tests.conftest] Running test: test_message_with_ephemeral_false with id: 2026-01-02_04-47-28__bc19825f-2b22-464a-907a-4154bd79e5a1
|
||||
2026-01-02 04:47:28.263 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:47:28.263 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:47:28.264 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-01-02 04:47:28.270 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:47:28.270 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-47-28__bc19825f-2b22-464a-907a-4154bd79e5a1__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:47:28.270 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:47:28.270 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:47:28.272 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:47:28.272 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.236.77
|
||||
2026-01-02 04:47:28.272 DEBUG [src.node.docker_mananger] Generated ports ['34100', '34101', '34102', '34103', '34104']
|
||||
2026-01-02 04:47:28.272 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:47:28.272 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:47:28.272 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:47:28.273 DEBUG [src.node.docker_mananger] docker run -i -t -p 34100:34100 -p 34101:34101 -p 34102:34102 -p 34103:34103 -p 34104:34104 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34102 --rest-port=34100 --tcp-port=34101 --discv5-udp-port=34103 --rest-address=0.0.0.0 --nat=extip:172.18.236.77 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dccdc3c124d5f68b0e6f7c2b43fe71cdddadcec25b091ccb97e4b42af9fa2dca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34104 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-02 04:47:28.461 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.236.77 waku 82cc985f3d63c953a0ffa935b8a03893e65cdb6bf0f06e0804fb25da4e567e27
|
||||
2026-01-02 04:47:28.494 DEBUG [src.node.docker_mananger] Container started with ID 82cc985f3d63. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-47-28__bc19825f-2b22-464a-907a-4154bd79e5a1__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:47:28.495 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34100
|
||||
2026-01-02 04:47:28.495 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:47:28.532 ERROR [src.node.docker_mananger] Max retries reached for container c69fc4b6a58b. Exiting log stream.
|
||||
2026-01-02 04:47:29.061 ERROR [src.node.docker_mananger] Max retries reached for container 915d5ce9fa46. Exiting log stream.
|
||||
2026-01-02 04:47:29.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:47:29.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:47:29.499 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:47:29.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34100/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:47:29.502 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.236.77/tcp/34101/p2p/16Uiu2HAm9kpbu3PrHiDsFX4sH8v2CD4Vxve8CdxjPvycS1514d8r","/ip4/172.18.236.77/tcp/34102/ws/p2p/16Uiu2HAm9kpbu3PrHiDsFX4sH8v2CD4Vxve8CdxjPvycS1514d8r"],"enrUri":"enr:-L24QAiX4m1DKBbjFybIGSuYnB4PfBBs8snDQ4qGLWlhNzIoUJ80ZDnoDf8yFisG46nYtR9JcnNZo8NfwmFvtiswFvgCgmlkgnY0gmlwhKwS7E2KbXVsdGlhZGRyc5YACASsEuxNBoU1AAoErBLsTQaFNt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC1Otm3fs5lA1SSGOrdiJWevziQ7-NaTrtFnvDrTIg3U-DdGNwgoU1g3VkcIKFN4V3YWt1MgM"}'
|
||||
2026-01-02 04:47:29.502 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:47:29.509 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:47:29.509 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-47-28__bc19825f-2b22-464a-907a-4154bd79e5a1__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:47:29.509 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:47:29.509 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:47:29.510 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:47:29.510 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.123.24
|
||||
2026-01-02 04:47:29.511 DEBUG [src.node.docker_mananger] Generated ports ['59282', '59283', '59284', '59285', '59286']
|
||||
2026-01-02 04:47:29.511 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:47:29.511 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:47:29.511 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:47:29.511 DEBUG [src.node.docker_mananger] docker run -i -t -p 59282:59282 -p 59283:59283 -p 59284:59284 -p 59285:59285 -p 59286:59286 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59284 --rest-port=59282 --tcp-port=59283 --discv5-udp-port=59285 --rest-address=0.0.0.0 --nat=extip:172.18.123.24 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3befceab5afa459f11b4cf39414796c39ef7deca9d4631c825a9edead61c2725 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59286 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAiX4m1DKBbjFybIGSuYnB4PfBBs8snDQ4qGLWlhNzIoUJ80ZDnoDf8yFisG46nYtR9JcnNZo8NfwmFvtiswFvgCgmlkgnY0gmlwhKwS7E2KbXVsdGlhZGRyc5YACASsEuxNBoU1AAoErBLsTQaFNt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC1Otm3fs5lA1SSGOrdiJWevziQ7-NaTrtFnvDrTIg3U-DdGNwgoU1g3VkcIKFN4V3YWt1MgM --storenode=/ip4/172.18.236.77/tcp/34101/p2p/16Uiu2HAm9kpbu3PrHiDsFX4sH8v2CD4Vxve8CdxjPvycS1514d8r --store=true --relay=true
|
||||
2026-01-02 04:47:29.698 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.123.24 waku fb18ea0009e0e4a2907602438852dd0b1f135b4c9fec8f4987e089ed238dee03
|
||||
2026-01-02 04:47:29.732 DEBUG [src.node.docker_mananger] Container started with ID fb18ea0009e0. Setting up logs at ./log/docker/store_node1_2026-01-02_04-47-28__bc19825f-2b22-464a-907a-4154bd79e5a1__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:47:29.733 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59282
|
||||
2026-01-02 04:47:29.733 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:47:30.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59282/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:47:30.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:47:30.737 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:47:30.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59282/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:47:30.740 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.123.24/tcp/59283/p2p/16Uiu2HAkwhVfRHJVJcmAfXqAv4S9D4iEy4x6oyW3U92Mt6u9gwpJ","/ip4/172.18.123.24/tcp/59284/ws/p2p/16Uiu2HAkwhVfRHJVJcmAfXqAv4S9D4iEy4x6oyW3U92Mt6u9gwpJ"],"enrUri":"enr:-L24QICs_umB3lc0t-NjrQ_YQS8mfLACpGGfY056sjT1gZ3ZJxUB9IMX9Q_u-t9TCVAPt_GSvy_wU9VHzFeHkol8cJwCgmlkgnY0gmlwhKwSexiKbXVsdGlhZGRyc5YACASsEnsYBueTAAoErBJ7GAbnlN0DgnJzhQADAQAAiXNlY3AyNTZrMaECIcUAZlZ_G4bN5u2uBml_09xR0p-euATRCx8vopN4lieDdGNwgueTg3VkcILnlYV3YWt1MgM"}'
|
||||
2026-01-02 04:47:30.740 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:47:30.740 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59282/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.236.77/tcp/34101/p2p/16Uiu2HAm9kpbu3PrHiDsFX4sH8v2CD4Vxve8CdxjPvycS1514d8r"]'
|
||||
2026-01-02 04:47:30.743 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:47:30.744 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34100/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:47:30.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:47:30.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59282/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:47:30.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:47:30.749 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:47:30.749 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34100/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)', "ephemeral": false}'
|
||||
2026-01-02 04:47:30.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:47:30.755 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:47:30.956 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:47:30.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34100/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:47:30.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x17b61bbccaba7bf59a1442c67bfc8d46fb0abd58b93975248585d59d56929916"}]}'
|
||||
2026-01-02 04:47:30.959 DEBUG [src.steps.store] messages length is 1
|
||||
2026-01-02 04:47:30.959 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:47:30.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59282/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:47:30.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x17b61bbccaba7bf59a1442c67bfc8d46fb0abd58b93975248585d59d56929916"}]}'
|
||||
2026-01-02 04:47:30.962 DEBUG [src.steps.store] messages length is 1
|
||||
2026-01-02 04:47:30.964 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:47:30.965 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:47:30.965 DEBUG [src.node.waku_node] Stopping container with id 82cc985f3d63
|
||||
2026-01-02 04:47:31.503 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:47:31.503 DEBUG [src.node.waku_node] Stopping container with id fb18ea0009e0
|
||||
2026-01-02 04:47:32.025 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:47:32.026 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:47:32.032 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:47:32.038 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2233
nim/1022/data/attachments/1b9ed669555e3f89.txt
Normal file
2233
nim/1022/data/attachments/1b9ed669555e3f89.txt
Normal file
File diff suppressed because it is too large
Load Diff
95
nim/1022/data/attachments/1bc407ace23b62ad.txt
Normal file
95
nim/1022/data/attachments/1bc407ace23b62ad.txt
Normal file
@ -0,0 +1,95 @@
|
||||
2026-01-02 04:26:59.796 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:26:59.796 DEBUG [tests.conftest] Running test: test_time_filter_end_time_now with id: 2026-01-02_04-26-59__22c032a7-c388-4e25-a76e-459c31d11c0d
|
||||
2026-01-02 04:26:59.796 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:26:59.797 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:26:59.797 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-01-02 04:26:59.803 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:59.803 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-26-59__22c032a7-c388-4e25-a76e-459c31d11c0d__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:59.803 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:26:59.803 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:26:59.804 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:26:59.804 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.71.107
|
||||
2026-01-02 04:26:59.804 DEBUG [src.node.docker_mananger] Generated ports ['2087', '2088', '2089', '2090', '2091']
|
||||
2026-01-02 04:26:59.805 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:26:59.805 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:26:59.805 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:26:59.805 DEBUG [src.node.docker_mananger] docker run -i -t -p 2087:2087 -p 2088:2088 -p 2089:2089 -p 2090:2090 -p 2091:2091 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2089 --rest-port=2087 --tcp-port=2088 --discv5-udp-port=2090 --rest-address=0.0.0.0 --nat=extip:172.18.71.107 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e5d5cacb19cffeb7c5f4ff7ef9d78a4dbc77eb34eed2fcbf4e1cef1bdf3dadac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2091 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-02 04:26:59.953 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.71.107 waku b03f309598e2b436eddc5e5f08a1cef8ca819d777f94950d5c49d0560afbf4bf
|
||||
2026-01-02 04:26:59.978 DEBUG [src.node.docker_mananger] Container started with ID b03f309598e2. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-26-59__22c032a7-c388-4e25-a76e-459c31d11c0d__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:59.978 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2087
|
||||
2026-01-02 04:26:59.980 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:27:00.093 ERROR [src.node.docker_mananger] Max retries reached for container 9038bbd58e94. Exiting log stream.
|
||||
2026-01-02 04:27:00.591 ERROR [src.node.docker_mananger] Max retries reached for container 9fb328c7abd8. Exiting log stream.
|
||||
2026-01-02 04:27:00.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2087/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:00.983 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:27:00.984 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:27:00.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2087/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:00.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.71.107/tcp/2088/p2p/16Uiu2HAmCvZf89j3uc6PDFWDr1osZVQREdcfASJGKH4HeU7s9Xtj","/ip4/172.18.71.107/tcp/2089/ws/p2p/16Uiu2HAmCvZf89j3uc6PDFWDr1osZVQREdcfASJGKH4HeU7s9Xtj"],"enrUri":"enr:-L24QIQTyarCICLF2aFCGhWacNvZDL9RvoVuAAy6lKrG8yfDL2djjX2NfBOw7dR5EKkueIdFxcGnfhs74DtBUsn9jxUCgmlkgnY0gmlwhKwSR2uKbXVsdGlhZGRyc5YACASsEkdrBggoAAoErBJHawYIKd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDA_1ffvrKnzO8RnOHBAXLVS9TF1Taw909mp1ryvRYAVCDdGNwgggog3VkcIIIKoV3YWt1MgM"}'
|
||||
2026-01-02 04:27:00.986 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:27:00.993 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:27:00.993 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-26-59__22c032a7-c388-4e25-a76e-459c31d11c0d__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:27:00.993 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:27:00.993 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:27:00.994 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:27:00.994 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.245
|
||||
2026-01-02 04:27:00.995 DEBUG [src.node.docker_mananger] Generated ports ['6290', '6291', '6292', '6293', '6294']
|
||||
2026-01-02 04:27:00.995 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:27:00.995 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:27:00.995 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:27:00.995 DEBUG [src.node.docker_mananger] docker run -i -t -p 6290:6290 -p 6291:6291 -p 6292:6292 -p 6293:6293 -p 6294:6294 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6292 --rest-port=6290 --tcp-port=6291 --discv5-udp-port=6293 --rest-address=0.0.0.0 --nat=extip:172.18.54.245 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2af42e4e7f8f9ff3b0f41b016a866de2f70f8d22eeaa6daeeae40a9c2790daa1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6294 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIQTyarCICLF2aFCGhWacNvZDL9RvoVuAAy6lKrG8yfDL2djjX2NfBOw7dR5EKkueIdFxcGnfhs74DtBUsn9jxUCgmlkgnY0gmlwhKwSR2uKbXVsdGlhZGRyc5YACASsEkdrBggoAAoErBJHawYIKd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDA_1ffvrKnzO8RnOHBAXLVS9TF1Taw909mp1ryvRYAVCDdGNwgggog3VkcIIIKoV3YWt1MgM --storenode=/ip4/172.18.71.107/tcp/2088/p2p/16Uiu2HAmCvZf89j3uc6PDFWDr1osZVQREdcfASJGKH4HeU7s9Xtj --store=true --relay=true
|
||||
2026-01-02 04:27:01.154 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.245 waku a3c452b30882253daebf6b049192d364f6ff08f2a7086c76d98c8f19f14aaa19
|
||||
2026-01-02 04:27:01.177 DEBUG [src.node.docker_mananger] Container started with ID a3c452b30882. Setting up logs at ./log/docker/store_node1_2026-01-02_04-26-59__22c032a7-c388-4e25-a76e-459c31d11c0d__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:27:01.177 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6290
|
||||
2026-01-02 04:27:01.178 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:27:02.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6290/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:02.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:27:02.183 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:27:02.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6290/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:02.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.245/tcp/6291/p2p/16Uiu2HAmVbzJvpU33MoMJgGVvo8ij7LX66cLtWw4S4BPPXbUyfRZ","/ip4/172.18.54.245/tcp/6292/ws/p2p/16Uiu2HAmVbzJvpU33MoMJgGVvo8ij7LX66cLtWw4S4BPPXbUyfRZ"],"enrUri":"enr:-L24QLv_7t9UEm4_0mP7RK6f0lRyyIKPWetYNFs0xfRqn45AeWRDiMHBP2bu6QRvMCf65qkqPK4Ey4vn24u_9NnqKvwCgmlkgnY0gmlwhKwSNvWKbXVsdGlhZGRyc5YACASsEjb1BhiTAAoErBI29QYYlN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-9HjqIcapducSL9zbJMyybfeNlsxvHi_4Q0_GfAyUhiDdGNwghiTg3VkcIIYlYV3YWt1MgM"}'
|
||||
2026-01-02 04:27:02.186 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:27:02.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6290/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.71.107/tcp/2088/p2p/16Uiu2HAmCvZf89j3uc6PDFWDr1osZVQREdcfASJGKH4HeU7s9Xtj"]'
|
||||
2026-01-02 04:27:02.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:02.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2087/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:27:02.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:02.191 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6290/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:27:02.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:02.194 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:27:02.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2087/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:27:02.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:02.199 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:27:02.400 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:27:02.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2087/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:27:02.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:02.406 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:27:02.606 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:27:02.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2087/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:27:02.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:02.612 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:27:02.813 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:27:02.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2087/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:27:02.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:02.818 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:27:03.019 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:27:03.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2087/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:27:03.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:03.025 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:27:03.226 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:27:03.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2087/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:27:03.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:03.231 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:27:03.432 DEBUG [tests.store.test_time_filter] inquering stored messages with start time 1767328019194451968 after end time 1767328023432323840
|
||||
2026-01-02 04:27:03.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2087/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1767328019194451968&endTime=1767328023432323840&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:03.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x94f73722fe5b3db6311a394382b8e5c6a7d5df609d7ce8b3410beeeac745a66f","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328019194451968,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xe89e6b8d61e64cea82a6ca8df0e50bcd69c145a02ca7e7173ca1044209af1351","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328021194458880,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xd5789ce2329d9a6319544e5596ba195da7e6711b0c26aae0e8a90aaedf8ae947","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328022094460928,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2026-01-02 04:27:03.436 DEBUG [tests.store.test_time_filter] number of messages stored for start time 1767328019194451968 and end time = 1767328023432323840 is 3
|
||||
2026-01-02 04:27:03.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6290/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=1767328019194451968&endTime=1767328023432323840&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:03.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x94f73722fe5b3db6311a394382b8e5c6a7d5df609d7ce8b3410beeeac745a66f","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328019194451968,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xe89e6b8d61e64cea82a6ca8df0e50bcd69c145a02ca7e7173ca1044209af1351","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328021194458880,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xd5789ce2329d9a6319544e5596ba195da7e6711b0c26aae0e8a90aaedf8ae947","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328022094460928,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2026-01-02 04:27:03.439 DEBUG [tests.store.test_time_filter] number of messages stored for start time 1767328019194451968 and end time = 1767328023432323840 is 3
|
||||
2026-01-02 04:27:03.441 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:27:03.442 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:27:03.442 DEBUG [src.node.waku_node] Stopping container with id b03f309598e2
|
||||
2026-01-02 04:27:03.923 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:27:03.923 DEBUG [src.node.waku_node] Stopping container with id a3c452b30882
|
||||
2026-01-02 04:27:04.423 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:27:04.424 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:27:04.431 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:27:04.438 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
861
nim/1022/data/attachments/1c3b24d20e1a73b5.txt
Normal file
861
nim/1022/data/attachments/1c3b24d20e1a73b5.txt
Normal file
@ -0,0 +1,861 @@
|
||||
2026-01-02 04:25:20.644 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:25:20.644 DEBUG [tests.conftest] Running test: test_light_push_with_extra_field with id: 2026-01-02_04-25-20__b80628ba-ed79-448e-9415-6def3c9302bc
|
||||
2026-01-02 04:25:20.644 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:25:20.645 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-02 04:25:20.651 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:25:20.651 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-25-20__b80628ba-ed79-448e-9415-6def3c9302bc__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:25:20.651 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:25:20.651 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:25:20.653 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:25:20.653 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.81.214
|
||||
2026-01-02 04:25:20.653 DEBUG [src.node.docker_mananger] Generated ports ['26433', '26434', '26435', '26436', '26437']
|
||||
2026-01-02 04:25:20.653 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:25:20.653 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:25:20.653 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:25:20.653 DEBUG [src.node.docker_mananger] docker run -i -t -p 26433:26433 -p 26434:26434 -p 26435:26435 -p 26436:26436 -p 26437:26437 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26435 --rest-port=26433 --tcp-port=26434 --discv5-udp-port=26436 --rest-address=0.0.0.0 --nat=extip:172.18.81.214 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4f2ef0aaa8bc381065bbea4c8b38bcbe2fea9722bbf9d0d56bcb5f3ab71ddeec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26437 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-01-02 04:25:20.816 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.81.214 waku 50ac6c54cdb6dbb640c1864eed398e192459ab1cc7a765c3f91f483d81ae8d85
|
||||
2026-01-02 04:25:20.846 DEBUG [src.node.docker_mananger] Container started with ID 50ac6c54cdb6. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-25-20__b80628ba-ed79-448e-9415-6def3c9302bc__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:25:20.848 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26433
|
||||
2026-01-02 04:25:20.848 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:25:21.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26433/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:21.851 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:25:21.851 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:25:21.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26433/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:21.854 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.81.214/tcp/26434/p2p/16Uiu2HAkzLT94SPaUaw22p3AbkRUym1FdtZKgZDdTZLXWHecMcui","/ip4/172.18.81.214/tcp/26435/ws/p2p/16Uiu2HAkzLT94SPaUaw22p3AbkRUym1FdtZKgZDdTZLXWHecMcui"],"enrUri":"enr:-L24QHrsXf3tGRzf-bFRCMu1LQ_viN-KSYoTnX79wHz8QvEQJ10vBoLx7OLmsCI6YQPBCIOo12cvHrvpmhyaLWnsBOQCgmlkgnY0gmlwhKwSUdaKbXVsdGlhZGRyc5YACASsElHWBmdCAAoErBJR1gZnQ90DgnJzhQADAQAAiXNlY3AyNTZrMaECSPQDGFmb5mOsmmak5cIBporItFcXOb6AHlbDpikVPM2DdGNwgmdCg3VkcIJnRIV3YWt1Mgk"}'
|
||||
2026-01-02 04:25:21.854 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:25:21.860 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:25:21.860 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-02_04-25-20__b80628ba-ed79-448e-9415-6def3c9302bc__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:25:21.860 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:25:21.861 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:25:21.862 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:25:21.862 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.6
|
||||
2026-01-02 04:25:21.862 DEBUG [src.node.docker_mananger] Generated ports ['24991', '24992', '24993', '24994', '24995']
|
||||
2026-01-02 04:25:21.862 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:25:21.862 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:25:21.863 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:25:21.863 DEBUG [src.node.docker_mananger] docker run -i -t -p 24991:24991 -p 24992:24992 -p 24993:24993 -p 24994:24994 -p 24995:24995 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24993 --rest-port=24991 --tcp-port=24992 --discv5-udp-port=24994 --rest-address=0.0.0.0 --nat=extip:172.18.138.6 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=efc241184bee635ee900485dba951cb68c8bc412f5cac369bfd429ae75cfcef7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24995 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-01-02 04:25:22.013 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.6 waku b93fd7674a570470cb4e49cd59cd926b73822be898a74dfb14128355b15d1692
|
||||
2026-01-02 04:25:22.037 DEBUG [src.node.docker_mananger] Container started with ID b93fd7674a57. Setting up logs at ./log/docker/receiving_node2_2026-01-02_04-25-20__b80628ba-ed79-448e-9415-6def3c9302bc__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:25:22.037 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24991
|
||||
2026-01-02 04:25:22.037 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:25:23.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24991/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:23.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:25:23.041 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:25:23.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24991/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:23.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.6/tcp/24992/p2p/16Uiu2HAmJVGfVbeVQUBm49vVV2jM1bE1uwtSNUCn3YiHUagT9FmZ","/ip4/172.18.138.6/tcp/24993/ws/p2p/16Uiu2HAmJVGfVbeVQUBm49vVV2jM1bE1uwtSNUCn3YiHUagT9FmZ"],"enrUri":"enr:-L24QETQEDUB2T-a6QCW00DCFM5a9a3uiKSk7heC-Qq0pGMoKQGg8Go374I71yaGZx-qkrvu2DquoLwM8SV2KD-AAecCgmlkgnY0gmlwhKwSigaKbXVsdGlhZGRyc5YACASsEooGBmGgAAoErBKKBgZhod0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVqjCdcylklyqu7E1zovWWnWScglpRQe_rQKLfbZg8hCDdGNwgmGgg3VkcIJhooV3YWt1MgE"}'
|
||||
2026-01-02 04:25:23.044 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:25:23.044 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24991/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.81.214/tcp/26434/p2p/16Uiu2HAkzLT94SPaUaw22p3AbkRUym1FdtZKgZDdTZLXWHecMcui"]'
|
||||
2026-01-02 04:25:23.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:25:23.082 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:25:23.083 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-25-20__b80628ba-ed79-448e-9415-6def3c9302bc__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:25:23.085 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:25:23.085 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:25:23.090 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:25:23.091 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.91.242
|
||||
2026-01-02 04:25:23.091 DEBUG [src.node.docker_mananger] Generated ports ['14061', '14062', '14063', '14064', '14065']
|
||||
2026-01-02 04:25:23.091 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:25:23.091 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:25:23.091 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:25:23.091 DEBUG [src.node.docker_mananger] docker run -i -t -p 14061:14061 -p 14062:14062 -p 14063:14063 -p 14064:14064 -p 14065:14065 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14063 --rest-port=14061 --tcp-port=14062 --discv5-udp-port=14064 --rest-address=0.0.0.0 --nat=extip:172.18.91.242 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bd7c0a78837662cb95d63b6affaec4c62907518f353e9ee4a47bccd3abbf61fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14065 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHrsXf3tGRzf-bFRCMu1LQ_viN-KSYoTnX79wHz8QvEQJ10vBoLx7OLmsCI6YQPBCIOo12cvHrvpmhyaLWnsBOQCgmlkgnY0gmlwhKwSUdaKbXVsdGlhZGRyc5YACASsElHWBmdCAAoErBJR1gZnQ90DgnJzhQADAQAAiXNlY3AyNTZrMaECSPQDGFmb5mOsmmak5cIBporItFcXOb6AHlbDpikVPM2DdGNwgmdCg3VkcIJnRIV3YWt1Mgk --lightpushnode=/ip4/172.18.81.214/tcp/26434/p2p/16Uiu2HAkzLT94SPaUaw22p3AbkRUym1FdtZKgZDdTZLXWHecMcui --lightpush=true --relay=false
|
||||
2026-01-02 04:25:23.247 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.91.242 waku 27d4dbda4512579af86037625c807a9285d30361e898ce8b610b8baf70e2d03e
|
||||
2026-01-02 04:25:23.272 DEBUG [src.node.docker_mananger] Container started with ID 27d4dbda4512. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-25-20__b80628ba-ed79-448e-9415-6def3c9302bc__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:25:23.273 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14061
|
||||
2026-01-02 04:25:23.274 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:25:24.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:24.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:24.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:24.551 ERROR [src.node.docker_mananger] Max retries reached for container 27d4dbda4512. Exiting log stream.
|
||||
2026-01-02 04:25:24.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:24.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:24.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:24.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:24.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:25.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:25.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:25.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:25.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:25.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:25.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:25.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:25.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:25.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:25.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:26.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:26.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:26.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:26.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:26.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:26.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:26.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:26.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:26.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:27.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:27.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:27.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:27.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:27.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:27.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:27.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:27.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:27.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:27.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:28.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:28.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:28.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:28.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:28.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:28.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:28.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:28.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:28.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:28.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:29.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:29.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:29.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:29.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:29.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:29.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:29.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:29.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:29.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:29.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:30.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:30.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:30.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:30.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:30.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:30.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:30.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:30.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:30.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:30.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:31.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:31.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:31.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:31.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:31.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:31.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:31.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:31.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:31.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:31.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:32.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:32.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:32.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:32.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:32.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:32.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:32.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:32.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:32.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:32.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:33.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:33.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:33.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:33.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:33.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:33.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:33.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:33.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:33.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:34.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:34.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:34.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:34.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:34.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:34.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:34.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:34.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:34.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:34.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:35.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:35.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:35.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:35.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:35.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:35.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:35.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:35.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:35.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:35.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:36.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:36.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:36.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:36.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:36.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:36.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:36.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:36.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:36.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:36.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:37.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:37.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:37.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:37.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:37.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:37.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:37.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:37.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:37.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:37.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:38.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:38.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:38.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:38.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:38.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:38.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:38.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:38.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:38.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:38.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:39.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:40.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:40.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:40.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:40.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:40.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:40.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:40.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:40.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:40.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:41.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:41.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:41.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:41.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:41.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:41.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:41.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:41.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:41.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:41.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:42.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:42.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:42.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:42.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:42.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:42.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:42.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:42.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:42.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:42.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:43.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:43.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:43.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:43.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:43.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:43.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:43.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:43.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:43.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:43.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:44.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:44.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:44.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:44.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14061/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:44.349 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=14061): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f749d7b3080>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:25:44.449 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:25:44.450 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:25:44.451 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:25:44.452 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.231.159
|
||||
2026-01-02 04:25:44.452 DEBUG [src.node.docker_mananger] Generated ports ['63128', '63129', '63130', '63131', '63132']
|
||||
2026-01-02 04:25:44.452 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:25:44.452 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:25:44.452 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:25:44.452 DEBUG [src.node.docker_mananger] docker run -i -t -p 63128:63128 -p 63129:63129 -p 63130:63130 -p 63131:63131 -p 63132:63132 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63130 --rest-port=63128 --tcp-port=63129 --discv5-udp-port=63131 --rest-address=0.0.0.0 --nat=extip:172.18.231.159 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b2aeb1b0b4ffffb7b719bb33f7e62ebe193f8c8afb93ac33ca1d843a4be308fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63132 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHrsXf3tGRzf-bFRCMu1LQ_viN-KSYoTnX79wHz8QvEQJ10vBoLx7OLmsCI6YQPBCIOo12cvHrvpmhyaLWnsBOQCgmlkgnY0gmlwhKwSUdaKbXVsdGlhZGRyc5YACASsElHWBmdCAAoErBJR1gZnQ90DgnJzhQADAQAAiXNlY3AyNTZrMaECSPQDGFmb5mOsmmak5cIBporItFcXOb6AHlbDpikVPM2DdGNwgmdCg3VkcIJnRIV3YWt1Mgk --lightpushnode=/ip4/172.18.81.214/tcp/26434/p2p/16Uiu2HAkzLT94SPaUaw22p3AbkRUym1FdtZKgZDdTZLXWHecMcui --lightpush=true --relay=false
|
||||
2026-01-02 04:25:44.604 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.231.159 waku 30a9479264935558fc830dfb853d592e6731cd42dd9dd572456b6908bde25d9b
|
||||
2026-01-02 04:25:44.627 DEBUG [src.node.docker_mananger] Container started with ID 30a947926493. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-25-20__b80628ba-ed79-448e-9415-6def3c9302bc__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:25:44.628 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63128
|
||||
2026-01-02 04:25:44.628 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:25:45.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:45.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:45.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:45.918 ERROR [src.node.docker_mananger] Max retries reached for container 30a947926493. Exiting log stream.
|
||||
2026-01-02 04:25:45.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:46.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:46.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:46.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:46.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:46.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:46.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:46.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:46.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:46.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:46.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:47.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:47.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:47.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:47.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:47.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:47.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:47.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:47.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:47.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:47.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:48.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:48.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:48.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:48.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:48.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:48.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:48.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:48.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:48.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:48.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:49.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:49.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:49.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:49.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:49.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:49.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:49.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:49.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:49.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:50.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:50.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:50.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:50.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:50.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:50.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:50.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:50.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:50.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:50.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:51.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:51.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:51.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:51.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:51.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:51.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:51.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:51.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:51.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:51.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:52.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:52.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:52.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:52.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:52.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:52.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:52.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:52.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:52.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:52.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:53.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:53.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:53.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:53.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:53.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:53.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:53.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:53.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:53.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:53.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:54.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:54.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:54.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:54.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:54.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:54.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:54.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:54.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:54.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:54.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:55.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:55.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:55.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:55.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:55.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:55.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:55.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:55.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:55.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:55.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:56.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:56.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:56.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:56.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:56.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:56.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:56.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:56.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:56.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:57.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:57.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:57.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:57.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:57.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:57.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:57.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:57.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:57.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:57.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:58.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:58.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:58.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:58.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:58.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:58.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:58.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:58.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:58.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:58.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:59.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:59.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:59.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:59.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:59.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:59.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:59.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:59.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:59.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:25:59.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:00.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:00.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:00.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:00.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:00.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:00.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:00.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:00.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:00.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:00.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:01.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:01.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:01.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:01.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:01.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:01.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:01.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:01.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:01.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:01.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:02.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:02.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:02.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:02.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:02.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:02.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:02.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:02.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:02.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:02.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:03.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:03.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:03.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:03.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:03.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:03.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:03.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:03.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:03.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:04.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:04.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:04.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:04.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:04.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:04.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:04.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:04.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:04.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:04.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:05.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:05.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:05.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:05.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:05.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:05.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:05.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63128/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:05.633 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=63128): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f749d7b0350>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:26:05.733 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:26:05.734 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:26:05.735 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:26:05.735 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.189.192
|
||||
2026-01-02 04:26:05.735 DEBUG [src.node.docker_mananger] Generated ports ['31829', '31830', '31831', '31832', '31833']
|
||||
2026-01-02 04:26:05.735 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:26:05.736 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:26:05.736 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:26:05.736 DEBUG [src.node.docker_mananger] docker run -i -t -p 31829:31829 -p 31830:31830 -p 31831:31831 -p 31832:31832 -p 31833:31833 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31831 --rest-port=31829 --tcp-port=31830 --discv5-udp-port=31832 --rest-address=0.0.0.0 --nat=extip:172.18.189.192 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0bcd7f47cc4d8ae15d9e405480aaa5c77b3dbfcba7a67c8e8a1f009c8c982ebd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31833 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHrsXf3tGRzf-bFRCMu1LQ_viN-KSYoTnX79wHz8QvEQJ10vBoLx7OLmsCI6YQPBCIOo12cvHrvpmhyaLWnsBOQCgmlkgnY0gmlwhKwSUdaKbXVsdGlhZGRyc5YACASsElHWBmdCAAoErBJR1gZnQ90DgnJzhQADAQAAiXNlY3AyNTZrMaECSPQDGFmb5mOsmmak5cIBporItFcXOb6AHlbDpikVPM2DdGNwgmdCg3VkcIJnRIV3YWt1Mgk --lightpushnode=/ip4/172.18.81.214/tcp/26434/p2p/16Uiu2HAkzLT94SPaUaw22p3AbkRUym1FdtZKgZDdTZLXWHecMcui --lightpush=true --relay=false
|
||||
2026-01-02 04:26:05.880 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.189.192 waku e2fd0f0d8bc0424f9aceeb068768d8ce6950496bb4a5b0ca40ab5f06293f1714
|
||||
2026-01-02 04:26:05.902 DEBUG [src.node.docker_mananger] Container started with ID e2fd0f0d8bc0. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-25-20__b80628ba-ed79-448e-9415-6def3c9302bc__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:05.903 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31829
|
||||
2026-01-02 04:26:05.903 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:26:06.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:07.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:07.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:07.196 ERROR [src.node.docker_mananger] Max retries reached for container e2fd0f0d8bc0. Exiting log stream.
|
||||
2026-01-02 04:26:07.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:07.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:07.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:07.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:07.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:07.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:07.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:07.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:08.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:08.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:08.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:08.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:08.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:08.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:08.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:08.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:08.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:08.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:09.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:09.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:09.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:09.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:09.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:09.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:09.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:09.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:09.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:09.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:10.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:10.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:10.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:10.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:10.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:10.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:10.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:10.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:10.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:10.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:11.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:11.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:11.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:11.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:11.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:11.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:11.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:11.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:11.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:11.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:12.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:12.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:12.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:12.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:12.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:12.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:12.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:12.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:12.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:12.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:13.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:13.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:13.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:13.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:13.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:13.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:13.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:13.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:13.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:14.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:14.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:14.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:14.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:14.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:14.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:14.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:14.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:14.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:14.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:15.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:15.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:15.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:15.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:15.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:15.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:15.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:15.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:15.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:15.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:16.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:19.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:19.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:19.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:19.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:19.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:19.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:19.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:19.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:19.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:19.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:20.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:20.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:20.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:20.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:20.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:20.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:20.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:20.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:20.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:20.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:21.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:21.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:21.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:21.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:21.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:21.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:21.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:21.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:21.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:22.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:22.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:22.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:22.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:22.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:22.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:22.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:22.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:22.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:22.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:23.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:23.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:23.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:23.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:23.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:23.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:23.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:23.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:23.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:23.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:24.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:24.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:24.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:24.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:24.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:24.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:24.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:24.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:24.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:24.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:25.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:25.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:25.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:25.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:25.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:25.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:25.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:25.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:25.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:25.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:26.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:26.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:26.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:26.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:26.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:26.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:26.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:26.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:26.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:26.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31829/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:26.984 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=31829): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f749d6f55b0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:26:27.160 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:26:27.161 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:26:27.161 DEBUG [src.node.waku_node] Stopping container with id 50ac6c54cdb6
|
||||
2026-01-02 04:26:27.636 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:26:27.636 DEBUG [src.node.waku_node] Stopping container with id b93fd7674a57
|
||||
2026-01-02 04:26:28.139 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:26:28.140 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:28.243 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:28.345 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:28.446 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:28.449 ERROR [src.node.docker_mananger] Max retries reached for container 50ac6c54cdb6. Exiting log stream.
|
||||
2026-01-02 04:26:28.549 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:28.650 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:28.752 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:28.853 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:28.951 ERROR [src.node.docker_mananger] Max retries reached for container b93fd7674a57. Exiting log stream.
|
||||
2026-01-02 04:26:28.955 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:29.056 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:29.158 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:29.259 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:29.361 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:29.463 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:29.564 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:29.666 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:29.768 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:29.869 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:29.971 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:30.072 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:30.174 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:30.276 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:30.377 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:30.479 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:30.581 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:30.682 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:30.784 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:30.885 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:30.987 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:31.089 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:31.190 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:31.292 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:31.394 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:31.495 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:31.597 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:31.699 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:31.801 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:31.902 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:32.004 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:32.106 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:32.207 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:32.309 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:32.411 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:32.512 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:32.614 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:32.716 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:32.817 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:32.919 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:33.021 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:33.122 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:33.224 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:33.226 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/e2fd0f0d8bc0424f9aceeb068768d8ce6950496bb4a5b0ca40ab5f06293f1714/stop: Not Found ("No such container: e2fd0f0d8bc0424f9aceeb068768d8ce6950496bb4a5b0ca40ab5f06293f1714")
|
||||
2026-01-02 04:26:33.226 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:33.327 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:33.429 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:33.531 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:33.632 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:33.734 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:33.836 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:33.937 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:34.039 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:34.141 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:34.242 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:34.344 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:34.446 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:34.547 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:34.649 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:34.751 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:34.852 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:34.954 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:35.056 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:35.157 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:35.259 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:35.361 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:35.462 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:35.564 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:35.665 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:35.767 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:35.869 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:35.970 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:36.072 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:36.174 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:36.276 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:36.377 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:36.479 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:36.581 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:36.682 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:36.784 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:36.886 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:36.987 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:37.089 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:37.190 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:37.292 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:37.394 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:37.496 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:37.597 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:37.699 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:37.801 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:37.902 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:38.004 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:38.106 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:38.208 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:38.309 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:38.311 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/e2fd0f0d8bc0424f9aceeb068768d8ce6950496bb4a5b0ca40ab5f06293f1714/stop: Not Found ("No such container: e2fd0f0d8bc0424f9aceeb068768d8ce6950496bb4a5b0ca40ab5f06293f1714")
|
||||
2026-01-02 04:26:38.311 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:38.412 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:38.513 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:38.615 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:38.717 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:38.818 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:38.920 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:39.022 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:39.123 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:39.225 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:39.327 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:39.428 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:39.530 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:39.632 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:39.733 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:39.835 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:39.937 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:40.038 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:40.140 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:40.242 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:40.344 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:40.445 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:40.547 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:40.649 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:40.751 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:40.852 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:40.954 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:41.055 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:41.157 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:41.259 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:41.360 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:41.462 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:41.564 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:41.665 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:41.767 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:41.869 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:41.970 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:42.072 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:42.174 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:42.275 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:42.377 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:42.479 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:42.580 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:42.682 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:42.784 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:42.885 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:42.987 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:43.089 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:43.190 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:43.292 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:43.394 DEBUG [src.node.waku_node] Stopping container with id e2fd0f0d8bc0
|
||||
2026-01-02 04:26:43.395 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/e2fd0f0d8bc0424f9aceeb068768d8ce6950496bb4a5b0ca40ab5f06293f1714/stop: Not Found ("No such container: e2fd0f0d8bc0424f9aceeb068768d8ce6950496bb4a5b0ca40ab5f06293f1714")
|
||||
2026-01-02 04:26:43.397 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:26:43.419 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:26:43.442 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:26:43.442 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:26:43.442 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:26:43.442 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
101
nim/1022/data/attachments/1c5274daa42bbd0b.txt
Normal file
101
nim/1022/data/attachments/1c5274daa42bbd0b.txt
Normal file
@ -0,0 +1,101 @@
|
||||
2026-01-02 04:28:00.315 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:28:00.316 DEBUG [tests.conftest] Running test: test_store_node_paused_and_unpaused with id: 2026-01-02_04-28-00__9c6767ae-1423-4b04-a485-bc1926b771e1
|
||||
2026-01-02 04:28:00.316 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:28:00.316 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:28:00.316 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-01-02 04:28:00.323 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:28:00.323 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-28-00__9c6767ae-1423-4b04-a485-bc1926b771e1__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:28:00.323 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:28:00.323 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:28:00.324 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:28:00.325 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.228.13
|
||||
2026-01-02 04:28:00.325 DEBUG [src.node.docker_mananger] Generated ports ['29611', '29612', '29613', '29614', '29615']
|
||||
2026-01-02 04:28:00.325 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:28:00.325 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:28:00.325 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:28:00.325 DEBUG [src.node.docker_mananger] docker run -i -t -p 29611:29611 -p 29612:29612 -p 29613:29613 -p 29614:29614 -p 29615:29615 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29613 --rest-port=29611 --tcp-port=29612 --discv5-udp-port=29614 --rest-address=0.0.0.0 --nat=extip:172.18.228.13 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2c6ea8b5c5bdaa34feca8d5d4f3fc5bdf2eedcf031f0c14d0a02f8abefbefbff --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29615 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-02 04:28:00.505 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.228.13 waku 25d0d2b5ba8c48374960c6ce7ceb86dbec57e165411d491f3e9ee9d457a7a11e
|
||||
2026-01-02 04:28:00.535 DEBUG [src.node.docker_mananger] Container started with ID 25d0d2b5ba8c. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-28-00__9c6767ae-1423-4b04-a485-bc1926b771e1__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:28:00.536 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29611
|
||||
2026-01-02 04:28:00.536 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:28:00.615 ERROR [src.node.docker_mananger] Max retries reached for container 6a279a779ad7. Exiting log stream.
|
||||
2026-01-02 04:28:01.110 ERROR [src.node.docker_mananger] Max retries reached for container 0a9c12efcb24. Exiting log stream.
|
||||
2026-01-02 04:28:01.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29611/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:01.539 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:28:01.539 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:28:01.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29611/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:01.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.228.13/tcp/29612/p2p/16Uiu2HAkusNG6xDnJNxFK8Wkin8NwhByEx7NiQh9W5DwAVQ1CDSc","/ip4/172.18.228.13/tcp/29613/ws/p2p/16Uiu2HAkusNG6xDnJNxFK8Wkin8NwhByEx7NiQh9W5DwAVQ1CDSc"],"enrUri":"enr:-L24QNBcq16CUGb0URwwKVxCCZbQjEeD5v79NX8d0In_RhllOegNNmerDK4RBwuTU77_YS8x10cQCPuWCD5RRPMwZRQCgmlkgnY0gmlwhKwS5A2KbXVsdGlhZGRyc5YACASsEuQNBnOsAAoErBLkDQZzrd0DgnJzhQADAQAAiXNlY3AyNTZrMaECBpUQ-xSa6TB829LXXoQRtUMzu69G4OXM2-9NXdVH6BWDdGNwgnOsg3VkcIJzroV3YWt1MgM"}'
|
||||
2026-01-02 04:28:01.542 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:28:01.548 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:28:01.549 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-28-00__9c6767ae-1423-4b04-a485-bc1926b771e1__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:28:01.549 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:28:01.549 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:28:01.550 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:28:01.550 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.229.179
|
||||
2026-01-02 04:28:01.550 DEBUG [src.node.docker_mananger] Generated ports ['19887', '19888', '19889', '19890', '19891']
|
||||
2026-01-02 04:28:01.551 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:28:01.551 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:28:01.551 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:28:01.551 DEBUG [src.node.docker_mananger] docker run -i -t -p 19887:19887 -p 19888:19888 -p 19889:19889 -p 19890:19890 -p 19891:19891 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=19889 --rest-port=19887 --tcp-port=19888 --discv5-udp-port=19890 --rest-address=0.0.0.0 --nat=extip:172.18.229.179 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0a4698cd9eeea1acf76dcddf3f4b12ac0b5c89cfce89f71cf0069e4fc7aa35f6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19891 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QNBcq16CUGb0URwwKVxCCZbQjEeD5v79NX8d0In_RhllOegNNmerDK4RBwuTU77_YS8x10cQCPuWCD5RRPMwZRQCgmlkgnY0gmlwhKwS5A2KbXVsdGlhZGRyc5YACASsEuQNBnOsAAoErBLkDQZzrd0DgnJzhQADAQAAiXNlY3AyNTZrMaECBpUQ-xSa6TB829LXXoQRtUMzu69G4OXM2-9NXdVH6BWDdGNwgnOsg3VkcIJzroV3YWt1MgM --storenode=/ip4/172.18.228.13/tcp/29612/p2p/16Uiu2HAkusNG6xDnJNxFK8Wkin8NwhByEx7NiQh9W5DwAVQ1CDSc --store=true --relay=true
|
||||
2026-01-02 04:28:01.729 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.229.179 waku 9e3783c66f2a2b05f4f620841c9f9964b6a5375feafd008275c4205c9fd6938e
|
||||
2026-01-02 04:28:01.757 DEBUG [src.node.docker_mananger] Container started with ID 9e3783c66f2a. Setting up logs at ./log/docker/store_node1_2026-01-02_04-28-00__9c6767ae-1423-4b04-a485-bc1926b771e1__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:28:01.759 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19887
|
||||
2026-01-02 04:28:01.759 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:28:02.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19887/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:28:02.763 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:28:02.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19887/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.229.179/tcp/19888/p2p/16Uiu2HAmHzniuGLMDy9jqbyX8VmUYCzNMCEwFGRnuePxmk7BFZcQ","/ip4/172.18.229.179/tcp/19889/ws/p2p/16Uiu2HAmHzniuGLMDy9jqbyX8VmUYCzNMCEwFGRnuePxmk7BFZcQ"],"enrUri":"enr:-L24QOjvWlIQxSb-APCRAxMeVgiV2tJgrqeI3QCqf2sArWAxXBFEXq275Ayb0weO-J2c2vl3TSmK1g6BA5_4-s97KI8CgmlkgnY0gmlwhKwS5bOKbXVsdGlhZGRyc5YACASsEuWzBk2wAAoErBLlswZNsd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDT1znWIaHTB8r5FXEq_t5rvMT5NwmQZSE5uOOeWUikNWDdGNwgk2wg3VkcIJNsoV3YWt1MgM"}'
|
||||
2026-01-02 04:28:02.766 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:28:02.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19887/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.228.13/tcp/29612/p2p/16Uiu2HAkusNG6xDnJNxFK8Wkin8NwhByEx7NiQh9W5DwAVQ1CDSc"]'
|
||||
2026-01-02 04:28:02.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:28:02.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29611/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:28:02.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:28:02.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19887/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:28:02.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:28:02.775 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:28:02.775 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29611/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:28:02.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:28:02.780 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:28:02.981 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:28:02.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29611/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xba40e3530d9744f877603161f41c77a7e0b50a49ed79a78f0111c3048f48dd7a"}]}'
|
||||
2026-01-02 04:28:02.984 DEBUG [src.steps.store] messages length is 1
|
||||
2026-01-02 04:28:02.984 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:28:02.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19887/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:02.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xba40e3530d9744f877603161f41c77a7e0b50a49ed79a78f0111c3048f48dd7a"}]}'
|
||||
2026-01-02 04:28:02.987 DEBUG [src.steps.store] messages length is 1
|
||||
2026-01-02 04:28:02.988 DEBUG [src.node.waku_node] Pausing container with id 9e3783c66f2a
|
||||
2026-01-02 04:28:02.996 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:28:03.996 DEBUG [src.node.waku_node] Unpause container with id 9e3783c66f2a
|
||||
2026-01-02 04:28:04.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19887/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:28:04.009 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:28:04.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19887/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.011 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.229.179/tcp/19888/p2p/16Uiu2HAmHzniuGLMDy9jqbyX8VmUYCzNMCEwFGRnuePxmk7BFZcQ","/ip4/172.18.229.179/tcp/19889/ws/p2p/16Uiu2HAmHzniuGLMDy9jqbyX8VmUYCzNMCEwFGRnuePxmk7BFZcQ"],"enrUri":"enr:-L24QOjvWlIQxSb-APCRAxMeVgiV2tJgrqeI3QCqf2sArWAxXBFEXq275Ayb0weO-J2c2vl3TSmK1g6BA5_4-s97KI8CgmlkgnY0gmlwhKwS5bOKbXVsdGlhZGRyc5YACASsEuWzBk2wAAoErBLlswZNsd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDT1znWIaHTB8r5FXEq_t5rvMT5NwmQZSE5uOOeWUikNWDdGNwgk2wg3VkcIJNsoV3YWt1MgM"}'
|
||||
2026-01-02 04:28:04.011 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:28:04.011 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:28:04.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29611/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:28:04.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:28:04.017 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:28:04.217 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:28:04.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29611/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xba40e3530d9744f877603161f41c77a7e0b50a49ed79a78f0111c3048f48dd7a"},{"messageHash":"0x3d39d1552170974570f1a83eb0d3d3d3e03a04c4ea6026539149850606051bc5"}]}'
|
||||
2026-01-02 04:28:04.220 DEBUG [src.steps.store] messages length is 2
|
||||
2026-01-02 04:28:04.221 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:28:04.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19887/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xba40e3530d9744f877603161f41c77a7e0b50a49ed79a78f0111c3048f48dd7a"},{"messageHash":"0x3d39d1552170974570f1a83eb0d3d3d3e03a04c4ea6026539149850606051bc5"}]}'
|
||||
2026-01-02 04:28:04.223 DEBUG [src.steps.store] messages length is 2
|
||||
2026-01-02 04:28:04.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29611/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.226 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xba40e3530d9744f877603161f41c77a7e0b50a49ed79a78f0111c3048f48dd7a"},{"messageHash":"0x3d39d1552170974570f1a83eb0d3d3d3e03a04c4ea6026539149850606051bc5"}]}'
|
||||
2026-01-02 04:28:04.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19887/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:28:04.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xba40e3530d9744f877603161f41c77a7e0b50a49ed79a78f0111c3048f48dd7a"},{"messageHash":"0x3d39d1552170974570f1a83eb0d3d3d3e03a04c4ea6026539149850606051bc5"}]}'
|
||||
2026-01-02 04:28:04.231 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:28:04.232 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:28:04.232 DEBUG [src.node.waku_node] Stopping container with id 25d0d2b5ba8c
|
||||
2026-01-02 04:28:04.788 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:28:04.788 DEBUG [src.node.waku_node] Stopping container with id 9e3783c66f2a
|
||||
2026-01-02 04:28:05.348 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:28:05.349 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:28:05.356 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:28:05.363 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
73
nim/1022/data/attachments/1d049626d0231243.txt
Normal file
73
nim/1022/data/attachments/1d049626d0231243.txt
Normal file
@ -0,0 +1,73 @@
|
||||
2026-01-02 04:24:39.729 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:24:39.729 DEBUG [tests.conftest] Running test: test_pubsub_topic_not_in_docker_flags with id: 2026-01-02_04-24-39__c4124e39-847e-494f-addb-97b949da32a4
|
||||
2026-01-02 04:24:39.730 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:24:39.730 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:24:39.730 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-02 04:24:39.737 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:24:39.737 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-24-39__c4124e39-847e-494f-addb-97b949da32a4__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:39.738 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:24:39.738 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:24:39.739 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:24:39.739 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.149.22
|
||||
2026-01-02 04:24:39.739 DEBUG [src.node.docker_mananger] Generated ports ['21055', '21056', '21057', '21058', '21059']
|
||||
2026-01-02 04:24:39.739 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:24:39.739 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:24:39.740 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:24:39.740 DEBUG [src.node.docker_mananger] docker run -i -t -p 21055:21055 -p 21056:21056 -p 21057:21057 -p 21058:21058 -p 21059:21059 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21057 --rest-port=21055 --tcp-port=21056 --discv5-udp-port=21058 --rest-address=0.0.0.0 --nat=extip:172.18.149.22 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c25ccb5e1cf59b500c65d879f7ed4cedf8f10ae67ab4dbcbd2f94db8c518b583 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21059 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:24:39.919 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.149.22 waku 9e8de253285dcac1e80a0c8ad9b80e1f1d86ce6da9bdf69939a52b5ccbc89167
|
||||
2026-01-02 04:24:39.954 DEBUG [src.node.docker_mananger] Container started with ID 9e8de253285d. Setting up logs at ./log/docker/node1_2026-01-02_04-24-39__c4124e39-847e-494f-addb-97b949da32a4__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:39.954 ERROR [src.node.docker_mananger] Max retries reached for container 2e3410b4ad4c. Exiting log stream.
|
||||
2026-01-02 04:24:39.954 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21055
|
||||
2026-01-02 04:24:39.955 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:24:40.533 ERROR [src.node.docker_mananger] Max retries reached for container f614929e948d. Exiting log stream.
|
||||
2026-01-02 04:24:40.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21055/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:40.959 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:24:40.960 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:24:40.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21055/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:40.962 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.149.22/tcp/21056/p2p/16Uiu2HAm7vRjkx9bTAUAfzwrQ6DExmmP8G65UPkXhudamtuEaBgV","/ip4/172.18.149.22/tcp/21057/ws/p2p/16Uiu2HAm7vRjkx9bTAUAfzwrQ6DExmmP8G65UPkXhudamtuEaBgV"],"enrUri":"enr:-L24QDhCNX0V23rVE_gnzMeLOS2aXixbc9wc--xxmQ2aSWElLMZYPOfzYyYnB8ndTPfyqafH2s2HoSKQbGhdJ1ST60ACgmlkgnY0gmlwhKwSlRaKbXVsdGlhZGRyc5YACASsEpUWBlJAAAoErBKVFgZSQd0DgnJzhQACAQAAiXNlY3AyNTZrMaECuan7rbljt6etZ8MYN1pPr-Y1HjqLCqCmd1Ydx5NJn5KDdGNwglJAg3VkcIJSQoV3YWt1MgU"}'
|
||||
2026-01-02 04:24:40.962 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:24:40.969 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:24:40.969 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-24-39__c4124e39-847e-494f-addb-97b949da32a4__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:40.970 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:24:40.970 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:24:40.971 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:24:40.971 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.246.203
|
||||
2026-01-02 04:24:40.971 DEBUG [src.node.docker_mananger] Generated ports ['28989', '28990', '28991', '28992', '28993']
|
||||
2026-01-02 04:24:40.972 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:24:40.972 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:24:40.972 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:24:40.972 DEBUG [src.node.docker_mananger] docker run -i -t -p 28989:28989 -p 28990:28990 -p 28991:28991 -p 28992:28992 -p 28993:28993 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28991 --rest-port=28989 --tcp-port=28990 --discv5-udp-port=28992 --rest-address=0.0.0.0 --nat=extip:172.18.246.203 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=8c0223fcbfc66ad95cdfbea7e320ebfe37ade3756fcd4e69e2aac7fe7d82da39 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28993 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDhCNX0V23rVE_gnzMeLOS2aXixbc9wc--xxmQ2aSWElLMZYPOfzYyYnB8ndTPfyqafH2s2HoSKQbGhdJ1ST60ACgmlkgnY0gmlwhKwSlRaKbXVsdGlhZGRyc5YACASsEpUWBlJAAAoErBKVFgZSQd0DgnJzhQACAQAAiXNlY3AyNTZrMaECuan7rbljt6etZ8MYN1pPr-Y1HjqLCqCmd1Ydx5NJn5KDdGNwglJAg3VkcIJSQoV3YWt1MgU
|
||||
2026-01-02 04:24:41.172 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.246.203 waku 374fba4ed7d8be0e37fcca3c55944e04a524ee077cc0bca28c3cb4884262af69
|
||||
2026-01-02 04:24:41.206 DEBUG [src.node.docker_mananger] Container started with ID 374fba4ed7d8. Setting up logs at ./log/docker/node2_2026-01-02_04-24-39__c4124e39-847e-494f-addb-97b949da32a4__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:24:41.206 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28989
|
||||
2026-01-02 04:24:41.206 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:24:42.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28989/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:42.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:24:42.217 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:24:42.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28989/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:42.223 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.246.203/tcp/28990/p2p/16Uiu2HAm4JXjMBnFTTRBQTJKyASs5icqM91p1iJxdvbzdsjM8ok6","/ip4/172.18.246.203/tcp/28991/ws/p2p/16Uiu2HAm4JXjMBnFTTRBQTJKyASs5icqM91p1iJxdvbzdsjM8ok6"],"enrUri":"enr:-L24QBjxeZFPD47LXtkEDH9VBCQJOrDgzOKho8Zmaz9UCpW7T9hAfrW7zQr4wKlP4r883U79fP-XTCpJOoqZC9n7VYsCgmlkgnY0gmlwhKwS9suKbXVsdGlhZGRyc5YACASsEvbLBnE-AAoErBL2ywZxP90DgnJzhQACAQAAiXNlY3AyNTZrMaECg-TKGTy4Z544x7RC_t-n-GDahbFR_OJF_9lTBQ7y8lODdGNwgnE-g3VkcIJxQIV3YWt1MgE"}'
|
||||
2026-01-02 04:24:42.223 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:24:42.223 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28989/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.149.22/tcp/21056/p2p/16Uiu2HAm7vRjkx9bTAUAfzwrQ6DExmmP8G65UPkXhudamtuEaBgV"]'
|
||||
2026-01-02 04:24:42.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:42.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21055/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-01-02 04:24:42.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:42.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28989/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-01-02 04:24:42.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:42.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:24:42.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:24:42.236 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:24:42.336 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:42.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21055/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:42.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327882231534099,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:42.341 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:24:42.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28989/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:24:42.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327882231534099,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:24:42.346 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:24:42.347 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:24:42.348 DEBUG [src.node.waku_node] Stopping container with id 9e8de253285d
|
||||
2026-01-02 04:24:42.873 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:24:42.875 DEBUG [src.node.waku_node] Stopping container with id 374fba4ed7d8
|
||||
2026-01-02 04:24:43.432 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:24:43.433 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:24:43.442 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:24:43.447 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
71
nim/1022/data/attachments/1d1bc0e75f0614f0.txt
Normal file
71
nim/1022/data/attachments/1d1bc0e75f0614f0.txt
Normal file
@ -0,0 +1,71 @@
|
||||
2026-01-02 04:22:52.560 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:22:52.561 DEBUG [tests.conftest] Running test: test_admin_service_peers_schema with id: 2026-01-02_04-22-52__847989ed-7a32-4f08-9729-f5c1bd0a2785
|
||||
2026-01-02 04:22:52.561 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:22:52.561 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-02 04:22:52.561 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-02 04:22:52.569 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:22:52.570 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-22-52__847989ed-7a32-4f08-9729-f5c1bd0a2785__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:52.576 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:22:52.576 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-22-52__847989ed-7a32-4f08-9729-f5c1bd0a2785__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:52.581 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:22:52.581 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-22-52__847989ed-7a32-4f08-9729-f5c1bd0a2785__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:52.587 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:22:52.587 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-02_04-22-52__847989ed-7a32-4f08-9729-f5c1bd0a2785__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:52.587 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:22:52.588 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:22:52.594 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:22:52.594 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/n1_service_schema__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:52.599 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:22:52.599 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/n2_service_schema__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:52.600 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:22:52.600 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:22:52.602 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:22:52.603 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.9.220
|
||||
2026-01-02 04:22:52.603 DEBUG [src.node.docker_mananger] Generated ports ['62542', '62543', '62544', '62545', '62546']
|
||||
2026-01-02 04:22:52.603 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:22:52.603 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:22:52.603 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:22:52.603 DEBUG [src.node.docker_mananger] docker run -i -t -p 62542:62542 -p 62543:62543 -p 62544:62544 -p 62545:62545 -p 62546:62546 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62544 --rest-port=62542 --tcp-port=62543 --discv5-udp-port=62545 --rest-address=0.0.0.0 --nat=extip:172.18.9.220 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5ac9edc981a18ab1eb3cd7e9b2feb68ce6d5071be5126416e90a80a90f4c1fee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62546 --metrics-logging=true --relay=true
|
||||
2026-01-02 04:22:52.782 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.9.220 waku 7de2e198a070962917e35db3d3a6a00a1e7d813711f2f5c483dff7b2d9fae8e0
|
||||
2026-01-02 04:22:52.806 ERROR [src.node.docker_mananger] Max retries reached for container 7dd7f09bd89e. Exiting log stream.
|
||||
2026-01-02 04:22:52.820 DEBUG [src.node.docker_mananger] Container started with ID 7de2e198a070. Setting up logs at ./log/docker/n1_service_schema__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:52.820 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62542
|
||||
2026-01-02 04:22:52.821 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:22:53.381 ERROR [src.node.docker_mananger] Max retries reached for container 7e541a4b42b8. Exiting log stream.
|
||||
2026-01-02 04:22:53.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62542/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:53.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:22:53.825 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:22:53.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62542/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:53.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.9.220/tcp/62543/p2p/16Uiu2HAm6xzVVefUD1pzKNtMZTxvogKnFv3oZurn1capCvWDYr11","/ip4/172.18.9.220/tcp/62544/ws/p2p/16Uiu2HAm6xzVVefUD1pzKNtMZTxvogKnFv3oZurn1capCvWDYr11"],"enrUri":"enr:-L24QKjjdV9wEjfmzF18Q7_Ut6Fu0YyeHOQXjTw4Q6e1j_ecNyvLkZhnOwFu4fadyBzAFgYTKAgDB_ly4uzlGcDpnMcCgmlkgnY0gmlwhKwSCdyKbXVsdGlhZGRyc5YACASsEgncBvRPAAoErBIJ3Ab0UN0DgnJzhQADAQAAiXNlY3AyNTZrMaECq3Z-MouT1aYAtGtGjJvTJO_Pwlqpfupisi2C1cKkYlyDdGNwgvRPg3VkcIL0UYV3YWt1MgE"}'
|
||||
2026-01-02 04:22:53.827 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:22:53.828 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:22:53.828 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:22:53.829 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:22:53.829 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.145.158
|
||||
2026-01-02 04:22:53.829 DEBUG [src.node.docker_mananger] Generated ports ['62602', '62603', '62604', '62605', '62606']
|
||||
2026-01-02 04:22:53.830 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:22:53.830 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:22:53.830 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:22:53.830 DEBUG [src.node.docker_mananger] docker run -i -t -p 62602:62602 -p 62603:62603 -p 62604:62604 -p 62605:62605 -p 62606:62606 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62604 --rest-port=62602 --tcp-port=62603 --discv5-udp-port=62605 --rest-address=0.0.0.0 --nat=extip:172.18.145.158 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=52a94afcb535393afda412d18dc0ce7e0bf16ca2fd155d6143afb663b5cfab31 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62606 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKjjdV9wEjfmzF18Q7_Ut6Fu0YyeHOQXjTw4Q6e1j_ecNyvLkZhnOwFu4fadyBzAFgYTKAgDB_ly4uzlGcDpnMcCgmlkgnY0gmlwhKwSCdyKbXVsdGlhZGRyc5YACASsEgncBvRPAAoErBIJ3Ab0UN0DgnJzhQADAQAAiXNlY3AyNTZrMaECq3Z-MouT1aYAtGtGjJvTJO_Pwlqpfupisi2C1cKkYlyDdGNwgvRPg3VkcIL0UYV3YWt1MgE
|
||||
2026-01-02 04:22:54.013 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.145.158 waku 1c2ad51f14adeceac054eee9d355d0f4ea377d2b35dfbddce18de60e157231aa
|
||||
2026-01-02 04:22:54.044 DEBUG [src.node.docker_mananger] Container started with ID 1c2ad51f14ad. Setting up logs at ./log/docker/n2_service_schema__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:22:54.045 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62602
|
||||
2026-01-02 04:22:54.045 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:22:55.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62602/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:55.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:22:55.056 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:22:55.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62602/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:55.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.158/tcp/62603/p2p/16Uiu2HAm7YLfDe2PeDwYd1QyVun4ZZDt3AwbSe5eoHY7PJMNaXGx","/ip4/172.18.145.158/tcp/62604/ws/p2p/16Uiu2HAm7YLfDe2PeDwYd1QyVun4ZZDt3AwbSe5eoHY7PJMNaXGx"],"enrUri":"enr:-L24QIZSanVPdmMMZd1FeyX4tmqJXvLMxUbOpC9iaEh377pcdTCzJCEfYmYOGkeX42DyAbAgqUL3hdZE1R5MzyQixFQCgmlkgnY0gmlwhKwSkZ6KbXVsdGlhZGRyc5YACASsEpGeBvSLAAoErBKRngb0jN0DgnJzhQADAQAAiXNlY3AyNTZrMaECtAF2mqxHNHC_72rMQPNxywpp_zLBeeMbZa03y7AO7Q2DdGNwgvSLg3VkcIL0jYV3YWt1MgE"}'
|
||||
2026-01-02 04:22:55.066 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:22:55.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62542/admin/v1/peers/service" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:22:55.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.145.158/tcp/44824/p2p/16Uiu2HAm7YLfDe2PeDwYd1QyVun4ZZDt3AwbSe5eoHY7PJMNaXGx","protocols":["/vac/waku/relay/2.0.0","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"}]'
|
||||
2026-01-02 04:22:55.070 DEBUG [tests.rest_flags.test_admin_flags] Validate schema of get service peers
|
||||
2026-01-02 04:22:55.073 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:22:55.074 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:22:55.074 DEBUG [src.node.waku_node] Stopping container with id 7de2e198a070
|
||||
2026-01-02 04:22:55.624 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:22:55.624 DEBUG [src.node.waku_node] Stopping container with id 1c2ad51f14ad
|
||||
2026-01-02 04:22:56.169 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:22:56.170 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:22:56.176 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:22:56.180 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
92
nim/1022/data/attachments/1d41283dcf6d4349.txt
Normal file
92
nim/1022/data/attachments/1d41283dcf6d4349.txt
Normal file
@ -0,0 +1,92 @@
|
||||
2026-01-02 04:31:12.135 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:31:12.136 DEBUG [tests.conftest] Running test: test_time_filter_invalid_start_time with id: 2026-01-02_04-31-12__7e2a6599-2f0c-4291-8a59-3fb3f061fa50
|
||||
2026-01-02 04:31:12.136 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:31:12.136 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:31:12.137 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-01-02 04:31:12.143 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:31:12.144 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-31-12__7e2a6599-2f0c-4291-8a59-3fb3f061fa50__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:31:12.144 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:31:12.144 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:31:12.145 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:31:12.146 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.68.140
|
||||
2026-01-02 04:31:12.146 DEBUG [src.node.docker_mananger] Generated ports ['65184', '65185', '65186', '65187', '65188']
|
||||
2026-01-02 04:31:12.146 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:31:12.146 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:31:12.146 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:31:12.146 DEBUG [src.node.docker_mananger] docker run -i -t -p 65184:65184 -p 65185:65185 -p 65186:65186 -p 65187:65187 -p 65188:65188 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=65186 --rest-port=65184 --tcp-port=65185 --discv5-udp-port=65187 --rest-address=0.0.0.0 --nat=extip:172.18.68.140 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1272d9f9dcfda63ed80ddda6ec22cd2ceca0fcfeb609ebe67cd11b5e95edfed6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65188 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-02 04:31:12.339 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.68.140 waku f22700dcdf10b7a622e7d55ffae77f36b280a0dd5da3d5d24914bf6f701c8830
|
||||
2026-01-02 04:31:12.370 DEBUG [src.node.docker_mananger] Container started with ID f22700dcdf10. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-31-12__7e2a6599-2f0c-4291-8a59-3fb3f061fa50__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:31:12.371 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65184
|
||||
2026-01-02 04:31:12.374 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:31:12.381 ERROR [src.node.docker_mananger] Max retries reached for container 50bc1d4475e5. Exiting log stream.
|
||||
2026-01-02 04:31:12.935 ERROR [src.node.docker_mananger] Max retries reached for container 151176ef6896. Exiting log stream.
|
||||
2026-01-02 04:31:13.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65184/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:31:13.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:31:13.379 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:31:13.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65184/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:31:13.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.68.140/tcp/65185/p2p/16Uiu2HAmJFeTmLeufRWRuf3rbM7qPUYVKJcdwzG9GYXtMkhQJTJz","/ip4/172.18.68.140/tcp/65186/ws/p2p/16Uiu2HAmJFeTmLeufRWRuf3rbM7qPUYVKJcdwzG9GYXtMkhQJTJz"],"enrUri":"enr:-L24QMM2D_FGYqBCib-D8B7FuC5hn9MpbWp3xLGmC09OzMWRGeDLYfk88JwUyIHHRump2ModJcc0LC7g12fprtWaFToCgmlkgnY0gmlwhKwSRIyKbXVsdGlhZGRyc5YACASsEkSMBv6hAAoErBJEjAb-ot0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUytGbeiJVLtkQae2rT37qAU0rDZCxdDIO0BRYW_0VZODdGNwgv6hg3VkcIL-o4V3YWt1MgM"}'
|
||||
2026-01-02 04:31:13.381 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:31:13.388 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:31:13.389 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-31-12__7e2a6599-2f0c-4291-8a59-3fb3f061fa50__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:31:13.389 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:31:13.389 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:31:13.390 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:31:13.390 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.245.89
|
||||
2026-01-02 04:31:13.391 DEBUG [src.node.docker_mananger] Generated ports ['51930', '51931', '51932', '51933', '51934']
|
||||
2026-01-02 04:31:13.391 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:31:13.391 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:31:13.391 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:31:13.391 DEBUG [src.node.docker_mananger] docker run -i -t -p 51930:51930 -p 51931:51931 -p 51932:51932 -p 51933:51933 -p 51934:51934 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51932 --rest-port=51930 --tcp-port=51931 --discv5-udp-port=51933 --rest-address=0.0.0.0 --nat=extip:172.18.245.89 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=144bcc7cca4d84c9f6bfd2e99703b3cddf5b30cb6d4cb387b1be17bc7c04eadc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51934 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMM2D_FGYqBCib-D8B7FuC5hn9MpbWp3xLGmC09OzMWRGeDLYfk88JwUyIHHRump2ModJcc0LC7g12fprtWaFToCgmlkgnY0gmlwhKwSRIyKbXVsdGlhZGRyc5YACASsEkSMBv6hAAoErBJEjAb-ot0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUytGbeiJVLtkQae2rT37qAU0rDZCxdDIO0BRYW_0VZODdGNwgv6hg3VkcIL-o4V3YWt1MgM --storenode=/ip4/172.18.68.140/tcp/65185/p2p/16Uiu2HAmJFeTmLeufRWRuf3rbM7qPUYVKJcdwzG9GYXtMkhQJTJz --store=true --relay=true
|
||||
2026-01-02 04:31:13.583 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.245.89 waku 3371e6a297c7eb5dc633c63fc8f0f968d45bc724b0186ede2e0bc70e9110a185
|
||||
2026-01-02 04:31:13.613 DEBUG [src.node.docker_mananger] Container started with ID 3371e6a297c7. Setting up logs at ./log/docker/store_node1_2026-01-02_04-31-12__7e2a6599-2f0c-4291-8a59-3fb3f061fa50__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:31:13.615 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51930
|
||||
2026-01-02 04:31:13.615 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:31:14.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51930/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:31:14.620 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:31:14.620 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:31:14.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51930/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:31:14.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.245.89/tcp/51931/p2p/16Uiu2HAmVGf8yVpySVEyLpTZ3nggfin11Bz1We1a3wZzE4ynxbWk","/ip4/172.18.245.89/tcp/51932/ws/p2p/16Uiu2HAmVGf8yVpySVEyLpTZ3nggfin11Bz1We1a3wZzE4ynxbWk"],"enrUri":"enr:-L24QHaqXoOmEMCKJe2muj1DTURNL3HPBYs760BCzYky-kHFY7H0m-6k5C4yAgLvcbGSQE6MwGUYnN1y_tHh67kQs6sCgmlkgnY0gmlwhKwS9VmKbXVsdGlhZGRyc5YACASsEvVZBsrbAAoErBL1WQbK3N0DgnJzhQADAQAAiXNlY3AyNTZrMaED9t4tLygoYf-5iw3C4wcgWM8DO3-VbiBY17LdZ3XVly2DdGNwgsrbg3VkcILK3YV3YWt1MgM"}'
|
||||
2026-01-02 04:31:14.622 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:31:14.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51930/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.68.140/tcp/65185/p2p/16Uiu2HAmJFeTmLeufRWRuf3rbM7qPUYVKJcdwzG9GYXtMkhQJTJz"]'
|
||||
2026-01-02 04:31:14.625 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:31:14.626 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65184/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:31:14.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:31:14.628 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51930/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:31:14.630 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:31:14.632 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:31:14.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65184/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:31:14.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:31:14.637 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:31:14.838 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:31:14.838 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65184/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:31:14.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:31:14.844 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:31:15.045 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:31:15.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65184/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:31:15.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:31:15.051 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:31:15.252 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:31:15.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65184/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:31:15.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:31:15.259 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:31:15.460 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:31:15.460 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65184/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:31:15.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:31:15.466 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:31:15.666 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:31:15.667 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65184/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:31:15.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:31:15.673 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:31:15.873 DEBUG [tests.store.test_time_filter] inquering stored messages with start time abc
|
||||
2026-01-02 04:31:15.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65184/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=abc&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:31:15.876 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:65184/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=abc&pageSize=20&ascending=true. Response content: b'time parsing error: invalid integer: abc'
|
||||
2026-01-02 04:31:15.877 DEBUG [tests.store.test_time_filter] invalid start_time cause error Error: 400 Client Error: Bad Request for url: http://127.0.0.1:65184/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=abc&pageSize=20&ascending=true with response: b'time parsing error: invalid integer: abc'
|
||||
2026-01-02 04:31:15.879 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:31:15.880 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:31:15.880 DEBUG [src.node.waku_node] Stopping container with id f22700dcdf10
|
||||
2026-01-02 04:31:16.437 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:31:16.438 DEBUG [src.node.waku_node] Stopping container with id 3371e6a297c7
|
||||
2026-01-02 04:31:17.000 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:31:17.001 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:31:17.008 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:31:17.015 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
84
nim/1022/data/attachments/1dcbf7c490e06bc8.txt
Normal file
84
nim/1022/data/attachments/1dcbf7c490e06bc8.txt
Normal file
@ -0,0 +1,84 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_message_published_on_different_pubsub_topic_is_not_retrieved with id: 2026-01-02_04-34-31__816d17a0-00e5-4f1b-88c4-75aec237b5b5
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-34-31__816d17a0-00e5-4f1b-88c4-75aec237b5b5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.213.167
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49678', '49679', '49680', '49681', '49682']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 49678:49678 -p 49679:49679 -p 49680:49680 -p 49681:49681 -p 49682:49682 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49680 --rest-port=49678 --tcp-port=49679 --discv5-udp-port=49681 --rest-address=0.0.0.0 --nat=extip:172.18.213.167 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7ae93d98da7eb0d5b59ffe5dc5e2511ada2bf4ba77db80dfddd5a8d9387eac4f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49682 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.213.167 waku 0b1342054c0bacf56ebd12e7e984735d4c2f066426c05327c843364df9591b3f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0b1342054c0b. Setting up logs at ./log/docker/node1_2026-01-02_04-34-31__816d17a0-00e5-4f1b-88c4-75aec237b5b5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49678
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 000aaaba1c0c. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 55f6defb4258. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49678/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49678/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.213.167/tcp/49679/p2p/16Uiu2HAmV4avkkC4gq6vHLpmJj9Bedb23QGqtuYeyctq4vmvmRGP","/ip4/172.18.213.167/tcp/49680/ws/p2p/16Uiu2HAmV4avkkC4gq6vHLpmJj9Bedb23QGqtuYeyctq4vmvmRGP"],"enrUri":"enr:-L24QHwyGYxK7i7q5NXshAbsVjGFXVElr3D5gzOyDR8ckehbKiAXPh9wyiuqQ9cdQZ0i2pOHW6P7GlZ1519lMikvdAcCgmlkgnY0gmlwhKwS1aeKbXVsdGlhZGRyc5YACASsEtWnBsIPAAoErBLVpwbCEN0DgnJzhQADAQAAiXNlY3AyNTZrMaED88ZyHNYRVv3Lthwy6jegVgfmJj5VqfdCeVFF4wTmDkyDdGNwgsIPg3VkcILCEYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-34-31__816d17a0-00e5-4f1b-88c4-75aec237b5b5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.141.213
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25914', '25915', '25916', '25917', '25918']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 25914:25914 -p 25915:25915 -p 25916:25916 -p 25917:25917 -p 25918:25918 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25916 --rest-port=25914 --tcp-port=25915 --discv5-udp-port=25917 --rest-address=0.0.0.0 --nat=extip:172.18.141.213 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8af87cfb4fe70b2bf837f2bc0bbafbfc7afe227ffabe1d04a620d9ae2f38cfd4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25918 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHwyGYxK7i7q5NXshAbsVjGFXVElr3D5gzOyDR8ckehbKiAXPh9wyiuqQ9cdQZ0i2pOHW6P7GlZ1519lMikvdAcCgmlkgnY0gmlwhKwS1aeKbXVsdGlhZGRyc5YACASsEtWnBsIPAAoErBLVpwbCEN0DgnJzhQADAQAAiXNlY3AyNTZrMaED88ZyHNYRVv3Lthwy6jegVgfmJj5VqfdCeVFF4wTmDkyDdGNwgsIPg3VkcILCEYV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.141.213 waku 48f3cfcfcf94c59d7d23eb92c6bb1b6ff55c463f73370ff20137e97d65e61b2d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 48f3cfcfcf94. Setting up logs at ./log/docker/node2_2026-01-02_04-34-31__816d17a0-00e5-4f1b-88c4-75aec237b5b5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25914
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25914/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25914/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.213/tcp/25915/p2p/16Uiu2HAmRkU4eMfPfLWFRBK9Em6X7HyLyk6j8uVenPSgTD2cSicM","/ip4/172.18.141.213/tcp/25916/ws/p2p/16Uiu2HAmRkU4eMfPfLWFRBK9Em6X7HyLyk6j8uVenPSgTD2cSicM"],"enrUri":"enr:-L24QCmV9CIWevOlZDktbIhabeHOs9yrHFzpuSiw6EBhHi78edSRfTG-wPMCu_jfqsBxN4UOa_Svp5cr-zxHSYMYYBkCgmlkgnY0gmlwhKwSjdWKbXVsdGlhZGRyc5YACASsEo3VBmU7AAoErBKN1QZlPN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwo8rVwd_h9PWgIBlOZ1xCaJ133I2UL8q_DCmP7oIbH6DdGNwgmU7g3VkcIJlPYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25914/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.213.167/tcp/49679/p2p/16Uiu2HAmV4avkkC4gq6vHLpmJj9Bedb23QGqtuYeyctq4vmvmRGP"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:59 Running fixture setup: subscribe_main_relay_nodes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49678/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25914/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49678/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49678/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767328474262707712,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25914/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767328474262707712,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.steps.relay:relay.py:71 WARM UP successful!!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49678/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25914/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49678/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25914/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 0b1342054c0b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 48f3cfcfcf94
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
869
nim/1022/data/attachments/1dce7fd1ce5fb00b.txt
Normal file
869
nim/1022/data/attachments/1dce7fd1ce5fb00b.txt
Normal file
@ -0,0 +1,869 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_2_receiving_nodes__relay_node1_forwards_lightpushed_message_to_relay_node2 with id: 2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.251.56
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47086', '47087', '47088', '47089', '47090']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 47086:47086 -p 47087:47087 -p 47088:47088 -p 47089:47089 -p 47090:47090 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47088 --rest-port=47086 --tcp-port=47087 --discv5-udp-port=47089 --rest-address=0.0.0.0 --nat=extip:172.18.251.56 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2e84e10ec1fadacfb1f1d9dfee4bd3b2bdbe21d88aaef8b550f90a6bd8cfe1fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47090 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.251.56 waku 7276583f62b400615693246cb50f05f2f6c4fb94c16b39d84eb672450f87c475
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7276583f62b4. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47086
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a4164659d2ad. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cfdf5cc7d2b1. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47086/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47086/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.251.56/tcp/47087/p2p/16Uiu2HAmM8MGYR9sg4L5pZKBN7ygbFPDXacXyUi1WbedrUkZ7jXv","/ip4/172.18.251.56/tcp/47088/ws/p2p/16Uiu2HAmM8MGYR9sg4L5pZKBN7ygbFPDXacXyUi1WbedrUkZ7jXv"],"enrUri":"enr:-L24QKqbQ8Ci25Zq64GLrulP_IksolfxaBLP-QLzHeXe2rUeXERIXV8RSJ8vkPOJRU33SYvc-KOuBsD-gcDhYEp7enICgmlkgnY0gmlwhKwS-ziKbXVsdGlhZGRyc5YACASsEvs4BrfvAAoErBL7OAa38N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfd_UWOdZOEixV1v8k-pcuryPAP4KFJ65EtMJDkQNUPmDdGNwgrfvg3VkcIK38YV3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.154.86
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21988', '21989', '21990', '21991', '21992']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 21988:21988 -p 21989:21989 -p 21990:21990 -p 21991:21991 -p 21992:21992 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21990 --rest-port=21988 --tcp-port=21989 --discv5-udp-port=21991 --rest-address=0.0.0.0 --nat=extip:172.18.154.86 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fa8aabd281d52ea175e6613dccf9ef66d49a9ef7fc1a9fd4b51bcdcb1cf8e3bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21992 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.154.86 waku a6b1beb13e73259b2c1d66d9f921cece3bd231eff3e20acf2e5143e085d1edd5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a6b1beb13e73. Setting up logs at ./log/docker/receiving_node2_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21988
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21988/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21988/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.154.86/tcp/21989/p2p/16Uiu2HAmEjgDN1aDQnSEyqd1FYNAK1FsLcF8VdVnkcSHxm2wxyg8","/ip4/172.18.154.86/tcp/21990/ws/p2p/16Uiu2HAmEjgDN1aDQnSEyqd1FYNAK1FsLcF8VdVnkcSHxm2wxyg8"],"enrUri":"enr:-L24QL_hLqRjPLGZxTDOOqddFu3pNB4WomlmVYp_gpEnV18ycI035q_X-0P4i61MrQCz8q7OFkzdPvIJX39dKQMl4AQCgmlkgnY0gmlwhKwSmlaKbXVsdGlhZGRyc5YACASsEppWBlXlAAoErBKaVgZV5t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHurFTKQu4gUq6Dg7kv7zKNARJVXFMNKC1W-Y6KQoANWDdGNwglXlg3VkcIJV54V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:21988/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.251.56/tcp/47087/p2p/16Uiu2HAmM8MGYR9sg4L5pZKBN7ygbFPDXacXyUi1WbedrUkZ7jXv"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.132.198
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34592', '34593', '34594', '34595', '34596']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 34592:34592 -p 34593:34593 -p 34594:34594 -p 34595:34595 -p 34596:34596 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34594 --rest-port=34592 --tcp-port=34593 --discv5-udp-port=34595 --rest-address=0.0.0.0 --nat=extip:172.18.132.198 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bdcb05cc05898ffecfc53aa48d13ce2a0d648befcd5cbcce46dc4ecf685cf1be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34596 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKqbQ8Ci25Zq64GLrulP_IksolfxaBLP-QLzHeXe2rUeXERIXV8RSJ8vkPOJRU33SYvc-KOuBsD-gcDhYEp7enICgmlkgnY0gmlwhKwS-ziKbXVsdGlhZGRyc5YACASsEvs4BrfvAAoErBL7OAa38N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfd_UWOdZOEixV1v8k-pcuryPAP4KFJ65EtMJDkQNUPmDdGNwgrfvg3VkcIK38YV3YWt1Mgk --lightpushnode=/ip4/172.18.251.56/tcp/47087/p2p/16Uiu2HAmM8MGYR9sg4L5pZKBN7ygbFPDXacXyUi1WbedrUkZ7jXv --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.132.198 waku 4782b5fe8a1d638254f8bb43121d7b63069ae4aba609a4ebeb85864124a0ee89
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4782b5fe8a1d. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34592
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4782b5fe8a1d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34592/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=34592): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efeec1b7740>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.151.42
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2650', '2651', '2652', '2653', '2654']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 2650:2650 -p 2651:2651 -p 2652:2652 -p 2653:2653 -p 2654:2654 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2652 --rest-port=2650 --tcp-port=2651 --discv5-udp-port=2653 --rest-address=0.0.0.0 --nat=extip:172.18.151.42 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5adbfe5b18ed71bb3fdeb8ef57a9bab7a043cdf1f4b97df904f93b9a8f29dbf8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2654 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKqbQ8Ci25Zq64GLrulP_IksolfxaBLP-QLzHeXe2rUeXERIXV8RSJ8vkPOJRU33SYvc-KOuBsD-gcDhYEp7enICgmlkgnY0gmlwhKwS-ziKbXVsdGlhZGRyc5YACASsEvs4BrfvAAoErBL7OAa38N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfd_UWOdZOEixV1v8k-pcuryPAP4KFJ65EtMJDkQNUPmDdGNwgrfvg3VkcIK38YV3YWt1Mgk --lightpushnode=/ip4/172.18.251.56/tcp/47087/p2p/16Uiu2HAmM8MGYR9sg4L5pZKBN7ygbFPDXacXyUi1WbedrUkZ7jXv --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.151.42 waku 7996a02b64b8a59ea0ccab079ca5e3a3a0319b5ca3c201f0a8fcb7357889d65d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7996a02b64b8. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2650
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7996a02b64b8. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2650/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=2650): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efee7e9b830>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.126.100
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40499', '40500', '40501', '40502', '40503']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 40499:40499 -p 40500:40500 -p 40501:40501 -p 40502:40502 -p 40503:40503 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40501 --rest-port=40499 --tcp-port=40500 --discv5-udp-port=40502 --rest-address=0.0.0.0 --nat=extip:172.18.126.100 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fbc5a7e54af6bef2d6d512b0e086c0bafbaa7ddab643e223cf3e653588aa5cf8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40503 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKqbQ8Ci25Zq64GLrulP_IksolfxaBLP-QLzHeXe2rUeXERIXV8RSJ8vkPOJRU33SYvc-KOuBsD-gcDhYEp7enICgmlkgnY0gmlwhKwS-ziKbXVsdGlhZGRyc5YACASsEvs4BrfvAAoErBL7OAa38N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfd_UWOdZOEixV1v8k-pcuryPAP4KFJ65EtMJDkQNUPmDdGNwgrfvg3VkcIK38YV3YWt1Mgk --lightpushnode=/ip4/172.18.251.56/tcp/47087/p2p/16Uiu2HAmM8MGYR9sg4L5pZKBN7ygbFPDXacXyUi1WbedrUkZ7jXv --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.126.100 waku 8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8d1e444e0d8f. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40499
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8d1e444e0d8f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40499/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=40499): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efeec1b6870>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7276583f62b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id a6b1beb13e73
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7276583f62b4. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a6b1beb13e73. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a/stop: Not Found ("No such container: 8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a/stop: Not Found ("No such container: 8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8d1e444e0d8f
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a/stop: Not Found ("No such container: 8d1e444e0d8f5da2b4ffdcd6e253b74b6ca54e4c2cd3832f16d516b6e556e14a")
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/lightpush_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/receiving_node2_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/receiving_node1_2026-01-02_04-22-52__5a5e5214-2adc-4821-8091-a731625d1d5b__wakuorg_nwaku:latest.log
|
||||
109
nim/1022/data/attachments/1e9e6af1e5768868.txt
Normal file
109
nim/1022/data/attachments/1e9e6af1e5768868.txt
Normal file
@ -0,0 +1,109 @@
|
||||
2026-01-02 04:36:24.954 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:36:24.955 DEBUG [tests.conftest] Running test: test_sync_flags_node2_start_later with id: 2026-01-02_04-36-24__1b2ff390-516e-4078-934a-d8e304443260
|
||||
2026-01-02 04:36:24.955 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:36:24.961 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:36:24.961 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-36-24__1b2ff390-516e-4078-934a-d8e304443260__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:36:24.967 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:36:24.967 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-36-24__1b2ff390-516e-4078-934a-d8e304443260__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:36:24.973 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:36:24.973 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-36-24__1b2ff390-516e-4078-934a-d8e304443260__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:36:24.973 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:36:24.974 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:36:24.974 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:36:24.975 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:36:24.975 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.102.51
|
||||
2026-01-02 04:36:24.975 DEBUG [src.node.docker_mananger] Generated ports ['31520', '31521', '31522', '31523', '31524']
|
||||
2026-01-02 04:36:24.976 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:36:24.976 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:36:24.976 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:36:24.976 DEBUG [src.node.docker_mananger] docker run -i -t -p 31520:31520 -p 31521:31521 -p 31522:31522 -p 31523:31523 -p 31524:31524 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31522 --rest-port=31520 --tcp-port=31521 --discv5-udp-port=31523 --rest-address=0.0.0.0 --nat=extip:172.18.102.51 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f1813babaa0498bda80c3942fcd60b6c4a957000d83c4457a8ea7e5b402e4785 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31524 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
|
||||
2026-01-02 04:36:25.156 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.102.51 waku c83202abcf237562014e95af54c2c985027e96410e290b2bab116de155c5d3f5
|
||||
2026-01-02 04:36:25.188 DEBUG [src.node.docker_mananger] Container started with ID c83202abcf23. Setting up logs at ./log/docker/node1_2026-01-02_04-36-24__1b2ff390-516e-4078-934a-d8e304443260__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:36:25.191 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31520
|
||||
2026-01-02 04:36:25.193 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:36:25.208 ERROR [src.node.docker_mananger] Max retries reached for container 8981d2e6ebec. Exiting log stream.
|
||||
2026-01-02 04:36:25.741 ERROR [src.node.docker_mananger] Max retries reached for container 7560da0b367e. Exiting log stream.
|
||||
2026-01-02 04:36:26.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31520/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:36:26.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:36:26.197 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:36:26.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31520/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:36:26.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.102.51/tcp/31521/p2p/16Uiu2HAmEFfz7huWTZkKybD1YZLN41YeZoyAp7tsZ9SNW7HLJtqm","/ip4/172.18.102.51/tcp/31522/ws/p2p/16Uiu2HAmEFfz7huWTZkKybD1YZLN41YeZoyAp7tsZ9SNW7HLJtqm"],"enrUri":"enr:-L24QHXOBxMOJWa0gqMGPDEKuSz4vJemtrF0ATQ-bhJqX3pPTJ076HAVtu89AEz7sxH8XVAJlj7XpkyV8-9KMUg1T7ACgmlkgnY0gmlwhKwSZjOKbXVsdGlhZGRyc5YACASsEmYzBnshAAoErBJmMwZ7It0DgnJzhQADAQAAiXNlY3AyNTZrMaEDF74_8zg_Q1SmlNldP2Ta2WLcZB35e2VKAyenLhk27RCDdGNwgnshg3VkcIJ7I4V3YWt1MhM"}'
|
||||
2026-01-02 04:36:26.199 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:36:26.200 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31520/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:36:26.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:36:26.213 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:36:26.213 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:36:26.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:36:26.217 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:36:26.418 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:36:26.418 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:36:26.422 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:36:26.422 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:36:26.623 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:36:26.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:36:26.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:36:26.627 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:36:26.828 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:36:26.828 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:36:26.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:36:26.832 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:36:27.033 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:36:27.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:36:27.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:36:27.037 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:36:27.238 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:36:27.238 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:36:27.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:36:27.242 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:36:27.442 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:36:27.443 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:36:27.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:36:27.446 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:36:27.647 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:36:27.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:36:27.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:36:27.652 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:36:27.852 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:36:27.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:36:27.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:36:27.856 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:36:28.056 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:36:28.057 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:36:28.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:36:28.060 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:36:28.261 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:36:29.261 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:36:29.261 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:36:29.263 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:36:29.263 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.151.182
|
||||
2026-01-02 04:36:29.263 DEBUG [src.node.docker_mananger] Generated ports ['60336', '60337', '60338', '60339', '60340']
|
||||
2026-01-02 04:36:29.264 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:36:29.264 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:36:29.264 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:36:29.264 DEBUG [src.node.docker_mananger] docker run -i -t -p 60336:60336 -p 60337:60337 -p 60338:60338 -p 60339:60339 -p 60340:60340 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60338 --rest-port=60336 --tcp-port=60337 --discv5-udp-port=60339 --rest-address=0.0.0.0 --nat=extip:172.18.151.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a8b0140387cffe94a92e3e222bce101fcbf6b98cfdd2070bf787be8dbeaa2edd --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60340 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QHXOBxMOJWa0gqMGPDEKuSz4vJemtrF0ATQ-bhJqX3pPTJ076HAVtu89AEz7sxH8XVAJlj7XpkyV8-9KMUg1T7ACgmlkgnY0gmlwhKwSZjOKbXVsdGlhZGRyc5YACASsEmYzBnshAAoErBJmMwZ7It0DgnJzhQADAQAAiXNlY3AyNTZrMaEDF74_8zg_Q1SmlNldP2Ta2WLcZB35e2VKAyenLhk27RCDdGNwgnshg3VkcIJ7I4V3YWt1MhM
|
||||
2026-01-02 04:36:29.447 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.151.182 waku 3a3749fa64348d3074cc93e0aa4b22bb4346c2bf823dc02bb07f50049a6fdcb8
|
||||
2026-01-02 04:36:29.479 DEBUG [src.node.docker_mananger] Container started with ID 3a3749fa6434. Setting up logs at ./log/docker/node2_2026-01-02_04-36-24__1b2ff390-516e-4078-934a-d8e304443260__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:36:29.481 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60336
|
||||
2026-01-02 04:36:29.481 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:36:30.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60336/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:36:30.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:36:30.487 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:36:30.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60336/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:36:30.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.182/tcp/60337/p2p/16Uiu2HAkvzkR2RME5C6oD368h8FiJJoo63kduBiGg4jKZQiFqE9Q","/ip4/172.18.151.182/tcp/60338/ws/p2p/16Uiu2HAkvzkR2RME5C6oD368h8FiJJoo63kduBiGg4jKZQiFqE9Q"],"enrUri":"enr:-L24QHQfpZOhuh_T_9c4iw4zdVzsrU68rXuLJKb0hDf5bVCBAOD2BAtqQTtt8wTvlycWQvaCY8DfKnjPFi1w-U6CuPACgmlkgnY0gmlwhKwSl7aKbXVsdGlhZGRyc5YACASsEpe2BuuxAAoErBKXtgbrst0DgnJzhQADAQAAiXNlY3AyNTZrMaECF1TeSvCgK-nw_WEA4rtDeuwyM_pTlwkYf00P7oD3y3uDdGNwguuxg3VkcILrs4V3YWt1MhI"}'
|
||||
2026-01-02 04:36:30.490 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:36:30.490 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60336/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.102.51/tcp/31521/p2p/16Uiu2HAmEFfz7huWTZkKybD1YZLN41YeZoyAp7tsZ9SNW7HLJtqm"]'
|
||||
2026-01-02 04:36:30.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:36:30.493 DEBUG [src.libs.common] Sleeping for 65 seconds
|
||||
2026-01-02 04:37:35.494 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:37:35.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60336/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:37:35.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x0eac6a638010ec24cf4af584939a7c3ec835dabeb909887c731036f603825bac"},{"messageHash":"0x06ae0ce98818adf3362c36f109520debc43e5986888c52e24ebd53bfac4a87f1"},{"messageHash":"0x3bfb0b7f3f6c4be87363686ca5fe3025b7fd617c9665d916cc6cb253a50ef5df"},{"messageHash":"0x4aa3e764f6c712b20ab5d1aa99fde94524233f9b740a64434aac974a947da00e"},{"messageHash":"0x9dee6a090d7fd1c5f41358771abb6965b1cd2637cf3996f29958b8a4811d3bb0"},{"messageHash":"0xc6a94801a4ce6a2584139e3a73c773f6767303f5109b38c275b9ee17a0fce0a7"},{"messageHash":"0x1beaea55ed08b7d41c456cbd4a0596a395888a4e38eb7bbbd4ff9d3cfaed327b"},{"messageHash":"0x0c067a858dd62ea819eac7ed2f53fd58ce5f8ea222dbde60d55aeb3cb673cbe8"},{"messageHash":"0x0206c3a6640c20a75d53b71029f9181c75eeb9eecd596fc06fc3111bafb1cc17"},{"messageHash":"0x168515a0207e9f5c28a6641d5448e1dee2897ad1ea86446bc7bec4b21b422263"}]}'
|
||||
2026-01-02 04:37:35.498 DEBUG [src.steps.store] messages length is 10
|
||||
2026-01-02 04:37:35.500 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:37:35.501 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:37:35.501 DEBUG [src.node.waku_node] Stopping container with id c83202abcf23
|
||||
2026-01-02 04:37:36.046 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:37:36.046 DEBUG [src.node.waku_node] Stopping container with id 3a3749fa6434
|
||||
2026-01-02 04:37:36.591 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:37:36.592 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:37:36.624 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:37:36.651 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
87
nim/1022/data/attachments/1eacda5a862e3439.txt
Normal file
87
nim/1022/data/attachments/1eacda5a862e3439.txt
Normal file
@ -0,0 +1,87 @@
|
||||
2026-01-02 04:18:26.265 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:18:26.265 DEBUG [tests.conftest] Running test: test_filter_update_subscription_add_a_new_pubsub_topic with id: 2026-01-02_04-18-26__753cc413-7de9-4be1-abca-e10b707408ba
|
||||
2026-01-02 04:18:26.265 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:18:26.266 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-02 04:18:26.266 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-01-02 04:18:26.272 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:18:26.272 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-18-26__753cc413-7de9-4be1-abca-e10b707408ba__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:26.272 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:18:26.272 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:18:26.274 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:18:26.274 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.174.78
|
||||
2026-01-02 04:18:26.274 DEBUG [src.node.docker_mananger] Generated ports ['50441', '50442', '50443', '50444', '50445']
|
||||
2026-01-02 04:18:26.274 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:18:26.274 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:18:26.274 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:18:26.274 DEBUG [src.node.docker_mananger] docker run -i -t -p 50441:50441 -p 50442:50442 -p 50443:50443 -p 50444:50444 -p 50445:50445 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50443 --rest-port=50441 --tcp-port=50442 --discv5-udp-port=50444 --rest-address=0.0.0.0 --nat=extip:172.18.174.78 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a7252896dfbb3eb7cf3db4cfdbc54e6afffda9064d707eacde6b9c1dcc0970f3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50445 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:18:26.455 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.174.78 waku e165c703730b9f6387099a0605902408dfc0a223d4a51ca1daec67c2cf518a05
|
||||
2026-01-02 04:18:26.490 DEBUG [src.node.docker_mananger] Container started with ID e165c703730b. Setting up logs at ./log/docker/node1_2026-01-02_04-18-26__753cc413-7de9-4be1-abca-e10b707408ba__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:26.491 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50441
|
||||
2026-01-02 04:18:26.491 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:18:26.572 ERROR [src.node.docker_mananger] Max retries reached for container d4882de87d52. Exiting log stream.
|
||||
2026-01-02 04:18:27.074 ERROR [src.node.docker_mananger] Max retries reached for container 1b31732011b6. Exiting log stream.
|
||||
2026-01-02 04:18:27.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50441/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:27.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:18:27.495 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:18:27.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50441/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:27.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.174.78/tcp/50442/p2p/16Uiu2HAmQTN6BQMMQKb3hqZ4ZgEUmz8DYCBge8HsbZLrHUFzoBUL","/ip4/172.18.174.78/tcp/50443/ws/p2p/16Uiu2HAmQTN6BQMMQKb3hqZ4ZgEUmz8DYCBge8HsbZLrHUFzoBUL"],"enrUri":"enr:-L24QC6rF1RbX5ytlDtPu6cbdH3bZWPMJxzZ4OSYcmPT0AbEbrNlDboY1G_3Vg1DGNPsFUqlsVM7vBALOgpdBT-xirACgmlkgnY0gmlwhKwSrk6KbXVsdGlhZGRyc5YACASsEq5OBsUKAAoErBKuTgbFC90DgnJzhQADAQAAiXNlY3AyNTZrMaEDr1HatQSFZ5BZwwdX6im8bUCkWSgUcCGLkKr-qYM9s9mDdGNwgsUKg3VkcILFDIV3YWt1MgU"}'
|
||||
2026-01-02 04:18:27.498 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:18:27.498 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-01-02 04:18:27.505 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:18:27.505 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-18-26__753cc413-7de9-4be1-abca-e10b707408ba__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:27.505 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:18:27.505 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:18:27.506 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:18:27.506 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.193.224
|
||||
2026-01-02 04:18:27.507 DEBUG [src.node.docker_mananger] Generated ports ['27708', '27709', '27710', '27711', '27712']
|
||||
2026-01-02 04:18:27.507 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:18:27.507 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:18:27.507 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:18:27.507 DEBUG [src.node.docker_mananger] docker run -i -t -p 27708:27708 -p 27709:27709 -p 27710:27710 -p 27711:27711 -p 27712:27712 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27710 --rest-port=27708 --tcp-port=27709 --discv5-udp-port=27711 --rest-address=0.0.0.0 --nat=extip:172.18.193.224 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d25cdb5fdfcf0c3cfcf88c84f5dbc6e2fb048cadfffe7dc4a98ba8248ab5b3e8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27712 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QC6rF1RbX5ytlDtPu6cbdH3bZWPMJxzZ4OSYcmPT0AbEbrNlDboY1G_3Vg1DGNPsFUqlsVM7vBALOgpdBT-xirACgmlkgnY0gmlwhKwSrk6KbXVsdGlhZGRyc5YACASsEq5OBsUKAAoErBKuTgbFC90DgnJzhQADAQAAiXNlY3AyNTZrMaEDr1HatQSFZ5BZwwdX6im8bUCkWSgUcCGLkKr-qYM9s9mDdGNwgsUKg3VkcILFDIV3YWt1MgU --filternode=/ip4/172.18.174.78/tcp/50442/p2p/16Uiu2HAmQTN6BQMMQKb3hqZ4ZgEUmz8DYCBge8HsbZLrHUFzoBUL
|
||||
2026-01-02 04:18:27.692 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.193.224 waku 79e2007cd7e63a351bee72b67b65c419d802d65ffcf3b238d613b295b8b6be8d
|
||||
2026-01-02 04:18:27.725 DEBUG [src.node.docker_mananger] Container started with ID 79e2007cd7e6. Setting up logs at ./log/docker/node2_2026-01-02_04-18-26__753cc413-7de9-4be1-abca-e10b707408ba__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:27.726 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27708
|
||||
2026-01-02 04:18:27.726 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:18:28.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27708/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:28.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:18:28.730 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:18:28.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27708/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:28.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.193.224/tcp/27709/p2p/16Uiu2HAmJu9VVPfEVUhtdawohm227QzmuVkM9DZZ8TXeVeoeQc7S","/ip4/172.18.193.224/tcp/27710/ws/p2p/16Uiu2HAmJu9VVPfEVUhtdawohm227QzmuVkM9DZZ8TXeVeoeQc7S"],"enrUri":"enr:-L24QIgYGrETGB1LY3LYPR7yW720w3ZYwuR1fhv0P6eyHNAnEaB3GtZLHgUinQfe-jvd_3lzIJFf975vAtUPzgx663kCgmlkgnY0gmlwhKwSweCKbXVsdGlhZGRyc5YACASsEsHgBmw9AAoErBLB4AZsPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXMaWzjiDlV4svxfI9rnkG88ClRxyPD1E9N9L2JlQa0mDdGNwgmw9g3VkcIJsP4V3YWt1MgA"}'
|
||||
2026-01-02 04:18:28.733 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:18:28.734 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27708/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.174.78/tcp/50442/p2p/16Uiu2HAmQTN6BQMMQKb3hqZ4ZgEUmz8DYCBge8HsbZLrHUFzoBUL"]'
|
||||
2026-01-02 04:18:28.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:28.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50441/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:18:28.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:28.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27708/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9be3d31d-3198-4f89-be45-9fb8fe7151e7", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-02 04:18:28.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"9be3d31d-3198-4f89-be45-9fb8fe7151e7","statusDesc":"OK"}'
|
||||
2026-01-02 04:18:28.789 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:27708/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto", "/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
||||
2026-01-02 04:18:28.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-02 04:18:28.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50441/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
||||
2026-01-02 04:18:28.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:28.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:18:28.809 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:28.809 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:18:28.909 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:18:28.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27708/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:28.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1767327508802048119,"ephemeral":false}]'
|
||||
2026-01-02 04:18:28.914 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:18:28.919 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:28.920 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:18:29.020 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:18:29.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27708/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:29.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1767327508914816127,"ephemeral":false}]'
|
||||
2026-01-02 04:18:29.025 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50441/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:18:29.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:18:29.030 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:18:29.131 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:18:29.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27708/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:29.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/2/waku-filter/proto","version":0,"timestamp":1767327509025275995,"ephemeral":false}]'
|
||||
2026-01-02 04:18:29.137 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:18:29.138 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:18:29.138 DEBUG [src.node.waku_node] Stopping container with id e165c703730b
|
||||
2026-01-02 04:18:29.691 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:18:29.691 DEBUG [src.node.waku_node] Stopping container with id 79e2007cd7e6
|
||||
2026-01-02 04:18:30.233 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:18:30.234 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:18:30.241 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:18:30.247 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
34
nim/1022/data/attachments/1ead10f8140a379e.txt
Normal file
34
nim/1022/data/attachments/1ead10f8140a379e.txt
Normal file
@ -0,0 +1,34 @@
|
||||
WRN 2026-01-02 04:23:37.978+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2026-01-02 04:23:37.978+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2026-01-02 04:23:37.978+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
|
||||
INF 2026-01-02 04:23:37.978+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2026-01-02 04:23:37.978+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
INF 2026-01-02 04:23:37.978+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QKqbQ8Ci25Zq64GLrulP_IksolfxaBLP-QLzHeXe2rUeXERIXV8RSJ8vkPOJRU33SYvc-KOuBsD-gcDhYEp7enICgmlkgnY0gmlwhKwS-ziKbXVsdGlhZGRyc5YACASsEvs4BrfvAAoErBL7OAa38N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDfd_UWOdZOEixV1v8k-pcuryPAP4KFJ65EtMJDkQNUPmDdGNwgrfvg3VkcIK38YV3YWt1Mgk
|
||||
NTC 2026-01-02 04:23:37.979+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:40499
|
||||
INF 2026-01-02 04:23:37.979+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:40499/
|
||||
INF 2026-01-02 04:23:37.979+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2026-01-02 04:23:37.979+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2026-01-02 04:23:37.981+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2026-01-02 04:23:37.981+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2026-01-02 04:23:37.981+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2026-01-02 04:23:37.981+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2026-01-02 04:23:37.981+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.126.100/tcp/40500, /ip4/172.18.126.100/tcp/40501/ws]"
|
||||
INF 2026-01-02 04:23:37.981+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2026-01-02 04:23:37.981+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2026-01-02 04:23:37.981+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2026-01-02 04:23:37.981+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2026-01-02 04:23:37.981+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2026-01-02 04:23:37.981+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
|
||||
INF 2026-01-02 04:23:37.981+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
|
||||
INF 2026-01-02 04:23:37.981+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
|
||||
INF 2026-01-02 04:23:37.982+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*tTPtpv, seqNo: 1767327817, addresses: [/ip4/172.18.126.100/tcp/40500, /ip4/172.18.126.100/tcp/40501/ws], mixKey: )"
|
||||
TRC 2026-01-02 04:23:37.982+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2026-01-02 04:23:37.982+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
|
||||
INF 2026-01-02 04:23:37.982+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
||||
INF 2026-01-02 04:23:37.982+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2026-01-02 04:23:37.982+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2026-01-02 04:23:37.982+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
|
||||
ERR 2026-01-02 04:23:37.982+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2026-01-02 04:23:37.982+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2026-01-02 04:23:37.982+00:00 Waku initialization failed topics="wakunode main" tid=1 file=wakunode2.nim:56 error="Failed setting up node: Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
166
nim/1022/data/attachments/1ead51f469d7c1ba.txt
Normal file
166
nim/1022/data/attachments/1ead51f469d7c1ba.txt
Normal file
@ -0,0 +1,166 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_subscribe_one_by_one_to_different_pubsub_topics_and_send_messages with id: 2026-01-02_04-34-03__d9e5f6dd-a35b-4495-b4de-7b099468ca87
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-34-03__d9e5f6dd-a35b-4495-b4de-7b099468ca87__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.139.78
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28661', '28662', '28663', '28664', '28665']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 28661:28661 -p 28662:28662 -p 28663:28663 -p 28664:28664 -p 28665:28665 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28663 --rest-port=28661 --tcp-port=28662 --discv5-udp-port=28664 --rest-address=0.0.0.0 --nat=extip:172.18.139.78 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bbfcdbb07c82d4b392af5defdcd8beffce0d61b43a78ccb96ad06c94a180eb3b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28665 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.139.78 waku 622b9ee62531263f31ecc8691daff2f33efedd31d35dfe52f4170cbdcbcf7bb0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 622b9ee62531. Setting up logs at ./log/docker/node1_2026-01-02_04-34-03__d9e5f6dd-a35b-4495-b4de-7b099468ca87__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28661
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4b5e25faf5be. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c288446a9c25. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28661/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28661/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.78/tcp/28662/p2p/16Uiu2HAm1ZKUt1VsukHvDgmM6Tunet1Y9As8KBv84mAy6i4fc9oN","/ip4/172.18.139.78/tcp/28663/ws/p2p/16Uiu2HAm1ZKUt1VsukHvDgmM6Tunet1Y9As8KBv84mAy6i4fc9oN"],"enrUri":"enr:-L24QJyechWjucD--lDeba79VA4zENhx1JR5T0EfR3xUOXaOLJaZDEsOasJVCKk2nbAtEFxYYJQ_y6cJc5IQOQxjRaUCgmlkgnY0gmlwhKwSi06KbXVsdGlhZGRyc5YACASsEotOBm_2AAoErBKLTgZv990DgnJzhQACAQAAiXNlY3AyNTZrMaECWxuXHcePfvSPJ4TvAK5LIh_Kg_Y4InWwcJUGoje6pxmDdGNwgm_2g3VkcIJv-IV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-34-03__d9e5f6dd-a35b-4495-b4de-7b099468ca87__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.52.206
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9234', '9235', '9236', '9237', '9238']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 9234:9234 -p 9235:9235 -p 9236:9236 -p 9237:9237 -p 9238:9238 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9236 --rest-port=9234 --tcp-port=9235 --discv5-udp-port=9237 --rest-address=0.0.0.0 --nat=extip:172.18.52.206 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c26ebbfb82580cbe3dd3e86ea47dec7a4c1252dd0c22b5dfaafa2b37b467d8ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9238 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJyechWjucD--lDeba79VA4zENhx1JR5T0EfR3xUOXaOLJaZDEsOasJVCKk2nbAtEFxYYJQ_y6cJc5IQOQxjRaUCgmlkgnY0gmlwhKwSi06KbXVsdGlhZGRyc5YACASsEotOBm_2AAoErBKLTgZv990DgnJzhQACAQAAiXNlY3AyNTZrMaECWxuXHcePfvSPJ4TvAK5LIh_Kg_Y4InWwcJUGoje6pxmDdGNwgm_2g3VkcIJv-IV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.52.206 waku 8e39526210ce0301eeb5f3a4d8091c4419bc5626977ae99a5f281edadc39c801
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8e39526210ce. Setting up logs at ./log/docker/node2_2026-01-02_04-34-03__d9e5f6dd-a35b-4495-b4de-7b099468ca87__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9234
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9234/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9234/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.206/tcp/9235/p2p/16Uiu2HAm4hnqVPB8nMUo4mTX7bcbmQHdsBjGsziFVfFX1pQoKs56","/ip4/172.18.52.206/tcp/9236/ws/p2p/16Uiu2HAm4hnqVPB8nMUo4mTX7bcbmQHdsBjGsziFVfFX1pQoKs56"],"enrUri":"enr:-L24QPqEGwcDZBl7zvH55W82DcWuXtALCz3FoQdTHfrMLWV4eiN80MbSHFkTzym4x9KuuyZN24dB9PYNHfctXG4KQ0sCgmlkgnY0gmlwhKwSNM6KbXVsdGlhZGRyc5YACASsEjTOBiQTAAoErBI0zgYkFN0DgnJzhQACAQAAiXNlY3AyNTZrMaECido6dCS3XFyM91BNYhlNcFCjLveBMfZ1gQG80GC0GsWDdGNwgiQTg3VkcIIkFYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9234/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.139.78/tcp/28662/p2p/16Uiu2HAm1ZKUt1VsukHvDgmM6Tunet1Y9As8KBv84mAy6i4fc9oN"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446157085062,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446157085062,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446279218739,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446279218739,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446403186298,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446403186298,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446526059622,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446526059622,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446648448533,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446648448533,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446771692109,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446771692109,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446898047768,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446898047768,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328447021451186,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328447021451186,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 622b9ee62531
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8e39526210ce
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
839
nim/1022/data/attachments/1eb703b80244a21d.txt
Normal file
839
nim/1022/data/attachments/1eb703b80244a21d.txt
Normal file
@ -0,0 +1,839 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_main_node_only_lightpush__peer_only_filter with id: 2026-01-02_04-18-57__95ff2524-5cb7-4e58-a3bf-a4dd7501350c
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-18-57__95ff2524-5cb7-4e58-a3bf-a4dd7501350c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.147.103
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52250', '52251', '52252', '52253', '52254']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 52250:52250 -p 52251:52251 -p 52252:52252 -p 52253:52253 -p 52254:52254 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52252 --rest-port=52250 --tcp-port=52251 --discv5-udp-port=52253 --rest-address=0.0.0.0 --nat=extip:172.18.147.103 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5b6efc11ee25425bf60fd46e9bdb8af2cc3eecbf7eeaae88a08cf926cd40f8cd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52254 --metrics-logging=true --lightpush=false --relay=false --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.147.103 waku c4b20e57f826457ca502b8fc8578d7d18cdaf0b4a341d0d306b5783e56bbd6ed
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c4b20e57f826. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-18-57__95ff2524-5cb7-4e58-a3bf-a4dd7501350c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52250
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6c2c5ff78570. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 77ca140d10f1. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52250/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52250/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.147.103/tcp/52251/p2p/16Uiu2HAm69kMTmB8rWij2jqK8vGgWdNA8JnbnPjHTq5n4YAukYcj","/ip4/172.18.147.103/tcp/52252/ws/p2p/16Uiu2HAm69kMTmB8rWij2jqK8vGgWdNA8JnbnPjHTq5n4YAukYcj"],"enrUri":"enr:-L24QIs1-AvD4rRLyUaK9xO0p8f3T4j1xZrFuJAyfyKvgniCUGvtiK4mwxYHJXvipeZWqAlGTMfImRTvNplLhY2UaiICgmlkgnY0gmlwhKwSk2eKbXVsdGlhZGRyc5YACASsEpNnBswbAAoErBKTZwbMHN0DgnJzhQADAQAAiXNlY3AyNTZrMaECn1w1X3qlNV-pgMq7qJ8boymJgv4qhoLJ5_-jt_qilEyDdGNwgswbg3VkcILMHYV3YWt1MgQ"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-18-57__95ff2524-5cb7-4e58-a3bf-a4dd7501350c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.190.75
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['27069', '27070', '27071', '27072', '27073']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 27069:27069 -p 27070:27070 -p 27071:27071 -p 27072:27072 -p 27073:27073 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27071 --rest-port=27069 --tcp-port=27070 --discv5-udp-port=27072 --rest-address=0.0.0.0 --nat=extip:172.18.190.75 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=021de72cfa6cd5230fade8fcf56e44fe36c8aa37870acdebbfb92c4f2fa5bcae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27073 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIs1-AvD4rRLyUaK9xO0p8f3T4j1xZrFuJAyfyKvgniCUGvtiK4mwxYHJXvipeZWqAlGTMfImRTvNplLhY2UaiICgmlkgnY0gmlwhKwSk2eKbXVsdGlhZGRyc5YACASsEpNnBswbAAoErBKTZwbMHN0DgnJzhQADAQAAiXNlY3AyNTZrMaECn1w1X3qlNV-pgMq7qJ8boymJgv4qhoLJ5_-jt_qilEyDdGNwgswbg3VkcILMHYV3YWt1MgQ --lightpushnode=/ip4/172.18.147.103/tcp/52251/p2p/16Uiu2HAm69kMTmB8rWij2jqK8vGgWdNA8JnbnPjHTq5n4YAukYcj --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.190.75 waku a32ce967201ef63836780e7b5d03c7d96527043ea8ac2dbabb95be9f1771b908
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a32ce967201e. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-18-57__95ff2524-5cb7-4e58-a3bf-a4dd7501350c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 27069
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a32ce967201e. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27069/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=27069): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f96c0fac620>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.213.81
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56991', '56992', '56993', '56994', '56995']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 56991:56991 -p 56992:56992 -p 56993:56993 -p 56994:56994 -p 56995:56995 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56993 --rest-port=56991 --tcp-port=56992 --discv5-udp-port=56994 --rest-address=0.0.0.0 --nat=extip:172.18.213.81 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e0501e0dcde77c9a9c58ea3d828a4cb212ad4afff779dfec74fe49eaf7ddd533 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56995 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIs1-AvD4rRLyUaK9xO0p8f3T4j1xZrFuJAyfyKvgniCUGvtiK4mwxYHJXvipeZWqAlGTMfImRTvNplLhY2UaiICgmlkgnY0gmlwhKwSk2eKbXVsdGlhZGRyc5YACASsEpNnBswbAAoErBKTZwbMHN0DgnJzhQADAQAAiXNlY3AyNTZrMaECn1w1X3qlNV-pgMq7qJ8boymJgv4qhoLJ5_-jt_qilEyDdGNwgswbg3VkcILMHYV3YWt1MgQ --lightpushnode=/ip4/172.18.147.103/tcp/52251/p2p/16Uiu2HAm69kMTmB8rWij2jqK8vGgWdNA8JnbnPjHTq5n4YAukYcj --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.213.81 waku b8359df902628799a75c8fefcc15b3ce8c7beddd3d3e648010ea9043e7d2d77b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b8359df90262. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-18-57__95ff2524-5cb7-4e58-a3bf-a4dd7501350c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56991
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b8359df90262. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56991/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=56991): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f96c0fcd0d0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.135.93
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['63741', '63742', '63743', '63744', '63745']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 63741:63741 -p 63742:63742 -p 63743:63743 -p 63744:63744 -p 63745:63745 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63743 --rest-port=63741 --tcp-port=63742 --discv5-udp-port=63744 --rest-address=0.0.0.0 --nat=extip:172.18.135.93 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7c6badea8d2ee517b2b14134bbd32ca7d714bdec63aeb255ef33bcb08d7bb9b7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63745 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIs1-AvD4rRLyUaK9xO0p8f3T4j1xZrFuJAyfyKvgniCUGvtiK4mwxYHJXvipeZWqAlGTMfImRTvNplLhY2UaiICgmlkgnY0gmlwhKwSk2eKbXVsdGlhZGRyc5YACASsEpNnBswbAAoErBKTZwbMHN0DgnJzhQADAQAAiXNlY3AyNTZrMaECn1w1X3qlNV-pgMq7qJ8boymJgv4qhoLJ5_-jt_qilEyDdGNwgswbg3VkcILMHYV3YWt1MgQ --lightpushnode=/ip4/172.18.147.103/tcp/52251/p2p/16Uiu2HAm69kMTmB8rWij2jqK8vGgWdNA8JnbnPjHTq5n4YAukYcj --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.135.93 waku 5414235eaa7d9a9ae6808a6f356a3557afe5fc8e72b9d32a50f965e8da5aedef
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5414235eaa7d. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-18-57__95ff2524-5cb7-4e58-a3bf-a4dd7501350c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 63741
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5414235eaa7d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63741/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=63741): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f96c0faef60>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c4b20e57f826
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c4b20e57f826. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/5414235eaa7d9a9ae6808a6f356a3557afe5fc8e72b9d32a50f965e8da5aedef/stop: Not Found ("No such container: 5414235eaa7d9a9ae6808a6f356a3557afe5fc8e72b9d32a50f965e8da5aedef")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/5414235eaa7d9a9ae6808a6f356a3557afe5fc8e72b9d32a50f965e8da5aedef/stop: Not Found ("No such container: 5414235eaa7d9a9ae6808a6f356a3557afe5fc8e72b9d32a50f965e8da5aedef")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5414235eaa7d
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/5414235eaa7d9a9ae6808a6f356a3557afe5fc8e72b9d32a50f965e8da5aedef/stop: Not Found ("No such container: 5414235eaa7d9a9ae6808a6f356a3557afe5fc8e72b9d32a50f965e8da5aedef")
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:73 Running fixture teardown: attach_logs_on_fail
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:74 Test failed, attempting to attach logs to the allure reports
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/receiving_node1_2026-01-02_04-18-57__95ff2524-5cb7-4e58-a3bf-a4dd7501350c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.libs.common:common.py:42 Attaching file ./log/docker/lightpush_node1_2026-01-02_04-18-57__95ff2524-5cb7-4e58-a3bf-a4dd7501350c__wakuorg_nwaku:latest.log
|
||||
228
nim/1022/data/attachments/1f08ef031b29fb8c.txt
Normal file
228
nim/1022/data/attachments/1f08ef031b29fb8c.txt
Normal file
@ -0,0 +1,228 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_include_data with id: 2026-01-02_04-30-29__e46babe0-2b16-41c1-8179-2f1f266abc49
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-30-29__e46babe0-2b16-41c1-8179-2f1f266abc49__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.197.21
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64165', '64166', '64167', '64168', '64169']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 64165:64165 -p 64166:64166 -p 64167:64167 -p 64168:64168 -p 64169:64169 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64167 --rest-port=64165 --tcp-port=64166 --discv5-udp-port=64168 --rest-address=0.0.0.0 --nat=extip:172.18.197.21 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a77f4375c70bf6e90f8dd912ad743bbd227fd5773fcc6818faf5db632ebc0467 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64169 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.197.21 waku 1b9f5fcbf398721c4e6fdaf179754a9a3d0dc4fa7ac7e35b6b5dce2748986a9a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1b9f5fcbf398. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-30-29__e46babe0-2b16-41c1-8179-2f1f266abc49__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64165
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 855ae4cbdcf3. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container acb1a6ffb1d8. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64165/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64165/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.197.21/tcp/64166/p2p/16Uiu2HAmPFkDy29icKXYu2xTPdmLsC3ibFbwm82BuLezSJX1T58w","/ip4/172.18.197.21/tcp/64167/ws/p2p/16Uiu2HAmPFkDy29icKXYu2xTPdmLsC3ibFbwm82BuLezSJX1T58w"],"enrUri":"enr:-L24QODy4atf0DlxmZzjap-_CPPQRITXTmDTRoBNktL1cTzrUhavRXPea8JzYcdDqf37fP7df0ODnwV6hRqyWg_A6PoCgmlkgnY0gmlwhKwSxRWKbXVsdGlhZGRyc5YACASsEsUVBvqmAAoErBLFFQb6p90DgnJzhQADAQAAiXNlY3AyNTZrMaEDnXw5l1odUgAEO9iCxY9D3u4dDeEXIEMM9c8DdU3P3uyDdGNwgvqmg3VkcIL6qIV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-30-29__e46babe0-2b16-41c1-8179-2f1f266abc49__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.230.74
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50386', '50387', '50388', '50389', '50390']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 50386:50386 -p 50387:50387 -p 50388:50388 -p 50389:50389 -p 50390:50390 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50388 --rest-port=50386 --tcp-port=50387 --discv5-udp-port=50389 --rest-address=0.0.0.0 --nat=extip:172.18.230.74 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=edac6c93cbb6fae46cee948b23ac7edc8d2dbfa41d5badcaffcda1608dcbd1fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50390 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QODy4atf0DlxmZzjap-_CPPQRITXTmDTRoBNktL1cTzrUhavRXPea8JzYcdDqf37fP7df0ODnwV6hRqyWg_A6PoCgmlkgnY0gmlwhKwSxRWKbXVsdGlhZGRyc5YACASsEsUVBvqmAAoErBLFFQb6p90DgnJzhQADAQAAiXNlY3AyNTZrMaEDnXw5l1odUgAEO9iCxY9D3u4dDeEXIEMM9c8DdU3P3uyDdGNwgvqmg3VkcIL6qIV3YWt1MgM --storenode=/ip4/172.18.197.21/tcp/64166/p2p/16Uiu2HAmPFkDy29icKXYu2xTPdmLsC3ibFbwm82BuLezSJX1T58w --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.230.74 waku 566f26f12dd50736d94d5f9a89582e8f37a6c9dc40838f0ea60dc950734d7ed4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 566f26f12dd5. Setting up logs at ./log/docker/store_node1_2026-01-02_04-30-29__e46babe0-2b16-41c1-8179-2f1f266abc49__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50386
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50386/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50386/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.230.74/tcp/50387/p2p/16Uiu2HAmAqQVyjtJmVnpgduqD6YLZwasLYmh4dpVGNqXop3B9Ccu","/ip4/172.18.230.74/tcp/50388/ws/p2p/16Uiu2HAmAqQVyjtJmVnpgduqD6YLZwasLYmh4dpVGNqXop3B9Ccu"],"enrUri":"enr:-L24QFpsNvgOYXoAptoqPWOmNiTt05Kbq2RUn2WcgxcYsnhoKc0S4ilnfTULwQgmmUNeZPdMxnZkNJ03IfiLLrN6i_gCgmlkgnY0gmlwhKwS5kqKbXVsdGlhZGRyc5YACASsEuZKBsTTAAoErBLmSgbE1N0DgnJzhQADAQAAiXNlY3AyNTZrMaEC5PO9krJlNNtYSXVTcAoBV6xHszOCrrNqy34XNg4Rao6DdGNwgsTTg3VkcILE1YV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50386/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.197.21/tcp/64166/p2p/16Uiu2HAmPFkDy29icKXYu2xTPdmLsC3ibFbwm82BuLezSJX1T58w"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:50386/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNDU2Nzg5MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJrZXkiOiAidmFsdWUifQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "6L+Z5piv5LiA5Lqb5Lit5paH", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "8J+agPCfjJ/inKg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "PGh0bWw+PGJvZHk+SGVsbG88L2JvZHk+PC9odG1sPg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "0J/RgNC40LLQtdGC", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QmFzZTY0PT1kR1Z6ZEE9PQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZDI5eWEybHVaeUIzYVhSb0lHSnBibUZ5ZVNCa1lYUmg6IFBR", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "CQpTcGVjaWFsCUNoYXJhY3RlcnMK", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmFsc2U=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "My4xNDE1OTI2NTM1", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "WzEsIDIsIDMsIDQsIDVd", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MHhERUFEQkVFRg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "dXNlckBleGFtcGxlLmNvbQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "aHR0cDovL2V4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MjAyMy0xMS0wMVQxMjowMDowMFo=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "IkVzY2FwZWQiIFwicXVvdGVzXCI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVndWxhciBleHByZXNzaW9uOiBeW2EtejAtOV8tXXszLDE2fSQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJuYW1lIjogIkpvaG4iLCAiYWdlIjogMzAsICJjaXR5IjogIk5ldyBZb3JrIn0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "L3Vzci9sb2NhbC9iaW4=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QzpcV2luZG93c1xTeXN0ZW0zMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U0VMRUNUICogRlJPTSB1c2VycyBXSEVSRSBpZCA9IDE7", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZnVuY3Rpb24gdGVzdCgpIHsgY29uc29sZS5sb2coJ0hlbGxvIFdvcmxkJyk7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "Ym9keSB7IGJhY2tncm91bmQtY29sb3I6ICNmZmY7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "cHJpbnQoJ0hlbGxvIFdvcmxkJyk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTkyLjE2OC4xLjE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "d3d3LmV4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNC01Njc4LTkwMTItMzQ1Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "KzEyMzQ1Njc4OTA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzZTQ1NjctZTg5Yi0xMmQzLWE0NTYtNDI2NjE0MTc0MDAw", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "I2hlbGxvV29ybGQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QHVzZXJuYW1l", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UEBzc3cwcmQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MDEvMTEvMjAyMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTI6MDA6MDA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64165/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RSA9IG1jXjI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64165/store/v3/messages?includeData=true&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50386/store/v3/messages?includeData=true&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 1b9f5fcbf398
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 566f26f12dd5
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
68
nim/1022/data/attachments/1f5739c38514f770.txt
Normal file
68
nim/1022/data/attachments/1f5739c38514f770.txt
Normal file
@ -0,0 +1,68 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_ping_on_subscribed_peer with id: 2026-01-02_04-17-36__23764400-1b4f-42db-8d7b-8283ebe81740
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-17-36__23764400-1b4f-42db-8d7b-8283ebe81740__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.190.58
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25615', '25616', '25617', '25618', '25619']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 25615:25615 -p 25616:25616 -p 25617:25617 -p 25618:25618 -p 25619:25619 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25617 --rest-port=25615 --tcp-port=25616 --discv5-udp-port=25618 --rest-address=0.0.0.0 --nat=extip:172.18.190.58 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=02baa77c89afb8b1ab31171f3a6fff4f9fa24cffa689900ccbe70f6316e5aedd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25619 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.190.58 waku d64436103cec1ee95fa25a392ad60f66f9c1e57b4569978ec9685a23e7928c5c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d64436103cec. Setting up logs at ./log/docker/node1_2026-01-02_04-17-36__23764400-1b4f-42db-8d7b-8283ebe81740__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25615
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 816e8a72a1cc. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d73f4edb298c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25615/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25615/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.190.58/tcp/25616/p2p/16Uiu2HAmEsY6yyHXP6D8CPiuXcnG8hzcRZLSfsmMXPcpUhZHqVwo","/ip4/172.18.190.58/tcp/25617/ws/p2p/16Uiu2HAmEsY6yyHXP6D8CPiuXcnG8hzcRZLSfsmMXPcpUhZHqVwo"],"enrUri":"enr:-L24QNkkViontC9Xzu0eEHPmESqNLCAHboOQIm4FLtBr15WaVe1zRj9-AHgHJwLjqQrQeDjvGFEc8LEOIiapgRuNI6cCgmlkgnY0gmlwhKwSvjqKbXVsdGlhZGRyc5YACASsEr46BmQQAAoErBK-OgZkEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIO4_Rlp0WvksZyUvuztpWMuHd_Ho6HKMmpFA0HvgI1qDdGNwgmQQg3VkcIJkEoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-17-36__23764400-1b4f-42db-8d7b-8283ebe81740__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.120.11
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49276', '49277', '49278', '49279', '49280']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 49276:49276 -p 49277:49277 -p 49278:49278 -p 49279:49279 -p 49280:49280 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49278 --rest-port=49276 --tcp-port=49277 --discv5-udp-port=49279 --rest-address=0.0.0.0 --nat=extip:172.18.120.11 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=35bb7b36d8eda4cddaad091a022ad4ace9350feabc796fbd9fe5cdafd3321e0a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49280 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QNkkViontC9Xzu0eEHPmESqNLCAHboOQIm4FLtBr15WaVe1zRj9-AHgHJwLjqQrQeDjvGFEc8LEOIiapgRuNI6cCgmlkgnY0gmlwhKwSvjqKbXVsdGlhZGRyc5YACASsEr46BmQQAAoErBK-OgZkEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIO4_Rlp0WvksZyUvuztpWMuHd_Ho6HKMmpFA0HvgI1qDdGNwgmQQg3VkcIJkEoV3YWt1MgU --filternode=/ip4/172.18.190.58/tcp/25616/p2p/16Uiu2HAmEsY6yyHXP6D8CPiuXcnG8hzcRZLSfsmMXPcpUhZHqVwo
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.120.11 waku 780107d61dbe66af1dc443f2359e5223946aaf9f647fd28c6f699ab0463965f5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 780107d61dbe. Setting up logs at ./log/docker/node2_2026-01-02_04-17-36__23764400-1b4f-42db-8d7b-8283ebe81740__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49276
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49276/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49276/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.120.11/tcp/49277/p2p/16Uiu2HAkw8GR5RLDEdi3Ye3wqGksQoPYsirhoF27eWE6sgWTn8HY","/ip4/172.18.120.11/tcp/49278/ws/p2p/16Uiu2HAkw8GR5RLDEdi3Ye3wqGksQoPYsirhoF27eWE6sgWTn8HY"],"enrUri":"enr:-L24QAG73EE6s4L41ydLnbqo_DxOaxBkGUjaFS_R1RYh7a0EHrT4rZ8LyXCnvJXpy8kdGEvq3QH8evXYda2o0jB9djcCgmlkgnY0gmlwhKwSeAuKbXVsdGlhZGRyc5YACASsEngLBsB9AAoErBJ4CwbAft0DgnJzhQADAQAAiXNlY3AyNTZrMaECGUHbKhW_Mku5L3p7AhXiiE7Bk2ZW3Spu6FKK3mFwU0ODdGNwgsB9g3VkcILAf4V3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49276/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.190.58/tcp/25616/p2p/16Uiu2HAmEsY6yyHXP6D8CPiuXcnG8hzcRZLSfsmMXPcpUhZHqVwo"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:47 Running fixture setup: subscribe_main_nodes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:25615/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:49276/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c3a09a7c-921c-4db0-b085-1b624f284ae8", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"c3a09a7c-921c-4db0-b085-1b624f284ae8","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49276/filter/v2/subscriptions/14eb9fc4-4cf6-4f43-b03d-faed9a23733d" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"14eb9fc4-4cf6-4f43-b03d-faed9a23733d","statusDesc":"OK"}'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d64436103cec
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 780107d61dbe
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
63
nim/1022/data/attachments/1f57985cafc97296.txt
Normal file
63
nim/1022/data/attachments/1f57985cafc97296.txt
Normal file
@ -0,0 +1,63 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_ping_on_peer_without_subscription with id: 2026-01-02_04-17-37__adc3f105-7dc8-4810-b7f7-d3c6cc187db2
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-17-37__adc3f105-7dc8-4810-b7f7-d3c6cc187db2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.139.128
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5757', '5758', '5759', '5760', '5761']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 5757:5757 -p 5758:5758 -p 5759:5759 -p 5760:5760 -p 5761:5761 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5759 --rest-port=5757 --tcp-port=5758 --discv5-udp-port=5760 --rest-address=0.0.0.0 --nat=extip:172.18.139.128 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1de0bbab9f65b2dd58e1469fb2a05ccc00dd1a89ed2b4aaefc621576a063ba8a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5761 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.139.128 waku b44c2969a7539c703f96314ada1682d22644b808e9fd49688c43044abb8840cd
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b44c2969a753. Setting up logs at ./log/docker/node1_2026-01-02_04-17-37__adc3f105-7dc8-4810-b7f7-d3c6cc187db2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5757
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8ed36bf50696. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0864688c79f0. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5757/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5757/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.128/tcp/5758/p2p/16Uiu2HAm9bz81pXXHvjSkj4ee9V3hV44VtBHShinh8m1cyLc7n1k","/ip4/172.18.139.128/tcp/5759/ws/p2p/16Uiu2HAm9bz81pXXHvjSkj4ee9V3hV44VtBHShinh8m1cyLc7n1k"],"enrUri":"enr:-L24QON7hgvu3Jcf6c60D6Maw1zTTkbVbAu9WcJBw2uvBHdYZYRVkP2xCOKXarbKNhjUlu7ROf_bk6cA12bXFg8W1RUCgmlkgnY0gmlwhKwSi4CKbXVsdGlhZGRyc5YACASsEouABhZ-AAoErBKLgAYWf90DgnJzhQADAQAAiXNlY3AyNTZrMaEC0qfwIMsaWwE7sGwmQItv_wZW2LgVB-TFaAqc1ZoiIf-DdGNwghZ-g3VkcIIWgIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-17-37__adc3f105-7dc8-4810-b7f7-d3c6cc187db2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.6.75
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56785', '56786', '56787', '56788', '56789']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 56785:56785 -p 56786:56786 -p 56787:56787 -p 56788:56788 -p 56789:56789 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56787 --rest-port=56785 --tcp-port=56786 --discv5-udp-port=56788 --rest-address=0.0.0.0 --nat=extip:172.18.6.75 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8fdfae65a7adce60aa5e55b460efe3880bacabaff9cc5ddb7b27ba148797cad4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56789 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QON7hgvu3Jcf6c60D6Maw1zTTkbVbAu9WcJBw2uvBHdYZYRVkP2xCOKXarbKNhjUlu7ROf_bk6cA12bXFg8W1RUCgmlkgnY0gmlwhKwSi4CKbXVsdGlhZGRyc5YACASsEouABhZ-AAoErBKLgAYWf90DgnJzhQADAQAAiXNlY3AyNTZrMaEC0qfwIMsaWwE7sGwmQItv_wZW2LgVB-TFaAqc1ZoiIf-DdGNwghZ-g3VkcIIWgIV3YWt1MgU --filternode=/ip4/172.18.139.128/tcp/5758/p2p/16Uiu2HAm9bz81pXXHvjSkj4ee9V3hV44VtBHShinh8m1cyLc7n1k
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.6.75 waku de582efe9d5e67908494f6777b5f48ca3585b14b5b3ca8d71db87999d76e336a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID de582efe9d5e. Setting up logs at ./log/docker/node2_2026-01-02_04-17-37__adc3f105-7dc8-4810-b7f7-d3c6cc187db2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56785
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56785/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56785/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.6.75/tcp/56786/p2p/16Uiu2HAmDdbEdTuKpy1bE99GhTuCsFe1PZuoWSMpU9mhy2qbTrbj","/ip4/172.18.6.75/tcp/56787/ws/p2p/16Uiu2HAmDdbEdTuKpy1bE99GhTuCsFe1PZuoWSMpU9mhy2qbTrbj"],"enrUri":"enr:-L24QFD98zlE0xenJetjKF_iOQRtabEXNda27cjIlqQZtCWMeU6fvez-N0d2tKoUyPuug59YORaQV9Z_hQSfXVjEds8CgmlkgnY0gmlwhKwSBkuKbXVsdGlhZGRyc5YACASsEgZLBt3SAAoErBIGSwbd090DgnJzhQADAQAAiXNlY3AyNTZrMaEDDn_4V-R5Bf_wso3x9zS2LyfjaiqiiGqkFg5UObtoGDKDdGNwgt3Sg3VkcILd1IV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56785/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.139.128/tcp/5758/p2p/16Uiu2HAm9bz81pXXHvjSkj4ee9V3hV44VtBHShinh8m1cyLc7n1k"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56785/filter/v2/subscriptions/456021d1-9512-4471-8d9c-0835cf39f685" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:56785/filter/v2/subscriptions/456021d1-9512-4471-8d9c-0835cf39f685. Response content: b'{"requestId":"456021d1-9512-4471-8d9c-0835cf39f685","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b44c2969a753
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id de582efe9d5e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
475
nim/1022/data/attachments/1fb8e74cfb5451a7.txt
Normal file
475
nim/1022/data/attachments/1fb8e74cfb5451a7.txt
Normal file
@ -0,0 +1,475 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publish_with_valid_content_topics with id: 2026-01-02_04-30-00__b2114a0b-04ab-413d-82ab-9d1f0ea183ce
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-30-00__b2114a0b-04ab-413d-82ab-9d1f0ea183ce__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.180.96
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['65380', '65381', '65382', '65383', '65384']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 65380:65380 -p 65381:65381 -p 65382:65382 -p 65383:65383 -p 65384:65384 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=65382 --rest-port=65380 --tcp-port=65381 --discv5-udp-port=65383 --rest-address=0.0.0.0 --nat=extip:172.18.180.96 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=edf7e74bdca7a4ac053e7aff2c0faf27a98fcfebd1d9cc835f132f83c9a7da71 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65384 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.180.96 waku 1c1271045d8c5454de42cf3d4d46ff4fffd5f3379f45e9bdc60c15c78feb7295
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1c1271045d8c. Setting up logs at ./log/docker/node1_2026-01-02_04-30-00__b2114a0b-04ab-413d-82ab-9d1f0ea183ce__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 65380
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c25bb0a14e5f. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9a81267cb94d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.180.96/tcp/65381/p2p/16Uiu2HAmHoHznMeA7DLahsEJGtCA7YvDSxnBJkh1vmdCYs5YSxdf","/ip4/172.18.180.96/tcp/65382/ws/p2p/16Uiu2HAmHoHznMeA7DLahsEJGtCA7YvDSxnBJkh1vmdCYs5YSxdf"],"enrUri":"enr:-L24QI3lzxfrW1BccFgNkwmpIsh5OLI9jEVJrDrwOFD1yVfUaR59Gr7HaDJtdG7pzs2Ej6LjcfCoxWi3bC2a3IyqSbwCgmlkgnY0gmlwhKwStGCKbXVsdGlhZGRyc5YACASsErRgBv9lAAoErBK0YAb_Zt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDTGsIs1QjyHk73Du21oNEHeZ3h8hHJylKrIaxHSEo_WKDdGNwgv9lg3VkcIL_Z4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-30-00__b2114a0b-04ab-413d-82ab-9d1f0ea183ce__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.78.33
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['55400', '55401', '55402', '55403', '55404']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 55400:55400 -p 55401:55401 -p 55402:55402 -p 55403:55403 -p 55404:55404 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=55402 --rest-port=55400 --tcp-port=55401 --discv5-udp-port=55403 --rest-address=0.0.0.0 --nat=extip:172.18.78.33 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=df2e4ff7b3accd6df3fedd1a8e86688f75a2e39c2f541c3b04cecfcc42f0fffa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55404 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QI3lzxfrW1BccFgNkwmpIsh5OLI9jEVJrDrwOFD1yVfUaR59Gr7HaDJtdG7pzs2Ej6LjcfCoxWi3bC2a3IyqSbwCgmlkgnY0gmlwhKwStGCKbXVsdGlhZGRyc5YACASsErRgBv9lAAoErBK0YAb_Zt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDTGsIs1QjyHk73Du21oNEHeZ3h8hHJylKrIaxHSEo_WKDdGNwgv9lg3VkcIL_Z4V3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.78.33 waku c3ef8e61b3209e43b7e5b2b611f4d0a4c8c948847f661d382753f1df9aad4878
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c3ef8e61b320. Setting up logs at ./log/docker/node2_2026-01-02_04-30-00__b2114a0b-04ab-413d-82ab-9d1f0ea183ce__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 55400
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.33/tcp/55401/p2p/16Uiu2HAmEJaiTAfCS9YvgfV7ZzULFRJFEvZijrX5seCx6LYpUaM8","/ip4/172.18.78.33/tcp/55402/ws/p2p/16Uiu2HAmEJaiTAfCS9YvgfV7ZzULFRJFEvZijrX5seCx6LYpUaM8"],"enrUri":"enr:-L24QB_QYlBc96N2fH-q8a6kXFehrbbGttrlmhvBmKqqC06tSukXr-9ZhU2R0GFAZOg0SpXO665CE9U9tii4p2CFD4ICgmlkgnY0gmlwhKwSTiGKbXVsdGlhZGRyc5YACASsEk4hBthpAAoErBJOIQbYat0DgnJzhQADAQAAiXNlY3AyNTZrMaEDGH0IiMo_HtRMuoXhgiHTcMyIDzGuNa2XtwL9MQYRIPuDdGNwgthpg3VkcILYa4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55400/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.180.96/tcp/65381/p2p/16Uiu2HAmHoHznMeA7DLahsEJGtCA7YvDSxnBJkh1vmdCYs5YSxdf"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:59 Running fixture setup: subscribe_main_relay_nodes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:55400/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767328202535658240,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767328202535658240,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.steps.relay:relay.py:71 WARM UP successful!!
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A simple string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "Hello World!", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Hello World!","version":0,"timestamp":1767328202651346851,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Hello World!","version":0,"timestamp":1767328202651346851,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic An integer
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "1234567890", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"1234567890","version":0,"timestamp":1767328202764794372,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"1234567890","version":0,"timestamp":1767328202764794372,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A dictionary
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "{\"key\": \"value\"}", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"{\\"key\\": \\"value\\"}","version":0,"timestamp":1767328202877837882,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"{\\"key\\": \\"value\\"}","version":0,"timestamp":1767328202877837882,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic Chinese characters
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\xe8\xbf\x99\xe6\x98\xaf\xe4\xb8\x80\xe4\xba\x9b\xe4\xb8\xad\xe6\x96\x87","version":0,"timestamp":1767328202991834533,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\xe8\xbf\x99\xe6\x98\xaf\xe4\xb8\x80\xe4\xba\x9b\xe4\xb8\xad\xe6\x96\x87","version":0,"timestamp":1767328202991834533,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic Emojis
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "\ud83d\ude80\ud83c\udf1f\u2728", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\xf0\x9f\x9a\x80\xf0\x9f\x8c\x9f\xe2\x9c\xa8","version":0,"timestamp":1767328203105139964,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\xf0\x9f\x9a\x80\xf0\x9f\x8c\x9f\xe2\x9c\xa8","version":0,"timestamp":1767328203105139964,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic Lorem ipsum text
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "Lorem ipsum dolor sit amet", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Lorem ipsum dolor sit amet","version":0,"timestamp":1767328203218725261,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Lorem ipsum dolor sit amet","version":0,"timestamp":1767328203218725261,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic HTML content
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "<html><body>Hello</body></html>", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"<html><body>Hello</body></html>","version":0,"timestamp":1767328203331892373,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"<html><body>Hello</body></html>","version":0,"timestamp":1767328203331892373,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic Cyrillic characters
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "\u041f\u0440\u0438\u0432\u0435\u0442", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\xd0\x9f\xd1\x80\xd0\xb8\xd0\xb2\xd0\xb5\xd1\x82","version":0,"timestamp":1767328203445464720,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\xd0\x9f\xd1\x80\xd0\xb8\xd0\xb2\xd0\xb5\xd1\x82","version":0,"timestamp":1767328203445464720,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic Base64 encoded string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "Base64==dGVzdA==", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Base64==dGVzdA==","version":0,"timestamp":1767328203560525231,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Base64==dGVzdA==","version":0,"timestamp":1767328203560525231,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic Binary data
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ","version":0,"timestamp":1767328203674654194,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ","version":0,"timestamp":1767328203674654194,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic Special characters with whitespace
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "\t\nSpecial\tCharacters\n", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\\t\\nSpecial\\tCharacters\\n","version":0,"timestamp":1767328203788643074,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\\t\\nSpecial\\tCharacters\\n","version":0,"timestamp":1767328203788643074,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic Boolean false as a string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "False", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"False","version":0,"timestamp":1767328203901446501,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"False","version":0,"timestamp":1767328203901446501,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A float number
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "3.1415926535", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"3.1415926535","version":0,"timestamp":1767328204014094702,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"3.1415926535","version":0,"timestamp":1767328204014094702,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A list
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "[1, 2, 3, 4, 5]", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"[1, 2, 3, 4, 5]","version":0,"timestamp":1767328204127643512,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"[1, 2, 3, 4, 5]","version":0,"timestamp":1767328204127643512,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic Hexadecimal number as a string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "0xDEADBEEF", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"0xDEADBEEF","version":0,"timestamp":1767328204241284040,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"0xDEADBEEF","version":0,"timestamp":1767328204241284040,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic Email format
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "user@example.com", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"user@example.com","version":0,"timestamp":1767328204355066556,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"user@example.com","version":0,"timestamp":1767328204355066556,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic URL format
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "http://example.com", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"http://example.com","version":0,"timestamp":1767328204469285878,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"http://example.com","version":0,"timestamp":1767328204469285878,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic Date and time in ISO format
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "2023-11-01T12:00:00Z", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"2023-11-01T12:00:00Z","version":0,"timestamp":1767328204582058746,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"2023-11-01T12:00:00Z","version":0,"timestamp":1767328204582058746,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic String with escaped quotes
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "\"Escaped\" \\\"quotes\\\"", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\\"Escaped\\" \\\\\\"quotes\\\\\\"","version":0,"timestamp":1767328204694835953,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\\"Escaped\\" \\\\\\"quotes\\\\\\"","version":0,"timestamp":1767328204694835953,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A regular expression
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "Regular expression: ^[a-z0-9_-]{3,16}$", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Regular expression: ^[a-z0-9_-]{3,16}$","version":0,"timestamp":1767328204808460439,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Regular expression: ^[a-z0-9_-]{3,16}$","version":0,"timestamp":1767328204808460439,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A very long string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","version":0,"timestamp":1767328204921864381,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","version":0,"timestamp":1767328204921864381,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A JSON string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "{\"name\": \"John\", \"age\": 30, \"city\": \"New York\"}", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"{\\"name\\": \\"John\\", \\"age\\": 30, \\"city\\": \\"New York\\"}","version":0,"timestamp":1767328205036185304,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"{\\"name\\": \\"John\\", \\"age\\": 30, \\"city\\": \\"New York\\"}","version":0,"timestamp":1767328205036185304,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A Unix path
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/usr/local/bin", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/usr/local/bin","version":0,"timestamp":1767328205150154446,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/usr/local/bin","version":0,"timestamp":1767328205150154446,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A Windows path
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "C:\\Windows\\System32", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"C:\\\\Windows\\\\System32","version":0,"timestamp":1767328205263999076,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"C:\\\\Windows\\\\System32","version":0,"timestamp":1767328205263999076,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic An SQL query
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "SELECT * FROM users WHERE id = 1;", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"SELECT * FROM users WHERE id = 1;","version":0,"timestamp":1767328205376896905,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"SELECT * FROM users WHERE id = 1;","version":0,"timestamp":1767328205376896905,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic JavaScript code snippet
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "function test() { console.log('Hello World'); }", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"function test() { console.log(\'Hello World\'); }","version":0,"timestamp":1767328205491393829,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"function test() { console.log(\'Hello World\'); }","version":0,"timestamp":1767328205491393829,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A CSS snippet
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "body { background-color: #fff; }", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"body { background-color: #fff; }","version":0,"timestamp":1767328205604861996,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"body { background-color: #fff; }","version":0,"timestamp":1767328205604861996,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A Python one-liner
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "print('Hello World')", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"print(\'Hello World\')","version":0,"timestamp":1767328205719052645,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"print(\'Hello World\')","version":0,"timestamp":1767328205719052645,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic An IP address
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "192.168.1.1", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"192.168.1.1","version":0,"timestamp":1767328205832457775,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"192.168.1.1","version":0,"timestamp":1767328205832457775,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A domain name
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "www.example.com", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"www.example.com","version":0,"timestamp":1767328205945568402,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"www.example.com","version":0,"timestamp":1767328205945568402,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A user agent string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Mozilla/5.0 (Windows NT 10.0; Win64; x64)","version":0,"timestamp":1767328206059096382,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Mozilla/5.0 (Windows NT 10.0; Win64; x64)","version":0,"timestamp":1767328206059096382,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A credit card number
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "1234-5678-9012-3456", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"1234-5678-9012-3456","version":0,"timestamp":1767328206173831221,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"1234-5678-9012-3456","version":0,"timestamp":1767328206173831221,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A phone number
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "+1234567890", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"+1234567890","version":0,"timestamp":1767328206287554764,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"+1234567890","version":0,"timestamp":1767328206287554764,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A UUID
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "123e4567-e89b-12d3-a456-426614174000", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"123e4567-e89b-12d3-a456-426614174000","version":0,"timestamp":1767328206400962592,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"123e4567-e89b-12d3-a456-426614174000","version":0,"timestamp":1767328206400962592,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A hashtag
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "#helloWorld", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"#helloWorld","version":0,"timestamp":1767328206514251167,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"#helloWorld","version":0,"timestamp":1767328206514251167,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A Twitter handle
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "@username", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"@username","version":0,"timestamp":1767328206627869638,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"@username","version":0,"timestamp":1767328206627869638,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A password
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "P@ssw0rd!", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"P@ssw0rd!","version":0,"timestamp":1767328206741153703,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"P@ssw0rd!","version":0,"timestamp":1767328206741153703,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A date in common format
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "01/11/2023", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"01/11/2023","version":0,"timestamp":1767328206854497122,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"01/11/2023","version":0,"timestamp":1767328206854497122,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A time string
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "12:00:00", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"12:00:00","version":0,"timestamp":1767328206968559563,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"12:00:00","version":0,"timestamp":1767328206968559563,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:66 Running test with content topic A mathematical equation
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "E = mc^2", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"E = mc^2","version":0,"timestamp":1767328207081984217,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:123 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55400/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"E = mc^2","version":0,"timestamp":1767328207081984217,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 1c1271045d8c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c3ef8e61b320
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
104
nim/1022/data/attachments/1fc5858285f26944.txt
Normal file
104
nim/1022/data/attachments/1fc5858285f26944.txt
Normal file
@ -0,0 +1,104 @@
|
||||
2026-01-02 04:32:20.793 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:32:20.794 DEBUG [tests.conftest] Running test: test_store_with_not_valid_content_topic with id: 2026-01-02_04-32-20__cbc5fa61-c49d-4c82-91a8-bf468ae77d55
|
||||
2026-01-02 04:32:20.795 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:32:20.795 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:32:20.795 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-01-02 04:32:20.804 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:32:20.804 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-32-20__cbc5fa61-c49d-4c82-91a8-bf468ae77d55__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:32:20.805 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:32:20.805 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:32:20.808 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:32:20.808 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.133.114
|
||||
2026-01-02 04:32:20.808 DEBUG [src.node.docker_mananger] Generated ports ['21309', '21310', '21311', '21312', '21313']
|
||||
2026-01-02 04:32:20.809 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:32:20.809 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:32:20.809 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:32:20.809 DEBUG [src.node.docker_mananger] docker run -i -t -p 21309:21309 -p 21310:21310 -p 21311:21311 -p 21312:21312 -p 21313:21313 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21311 --rest-port=21309 --tcp-port=21310 --discv5-udp-port=21312 --rest-address=0.0.0.0 --nat=extip:172.18.133.114 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3f4a9cdd44d66eac096b9953b4d71bdbfe813a2d00c6932e496faebaedabaaf2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21313 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-02 04:32:20.997 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.133.114 waku 21eb6b88bde9e33de68b784bf6253d4eb1fef68fcb10c8854031500f8dd5c5bd
|
||||
2026-01-02 04:32:21.015 ERROR [src.node.docker_mananger] Max retries reached for container ee20a4800d14. Exiting log stream.
|
||||
2026-01-02 04:32:21.027 DEBUG [src.node.docker_mananger] Container started with ID 21eb6b88bde9. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-32-20__cbc5fa61-c49d-4c82-91a8-bf468ae77d55__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:32:21.028 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21309
|
||||
2026-01-02 04:32:21.028 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:32:21.628 ERROR [src.node.docker_mananger] Max retries reached for container eb3b744d926a. Exiting log stream.
|
||||
2026-01-02 04:32:22.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21309/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:22.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:32:22.033 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:32:22.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21309/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:22.035 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.133.114/tcp/21310/p2p/16Uiu2HAmBouMkTpU3aXvdhBqNzPRGdXdAdniQNfqUHr4eZcwnJ39","/ip4/172.18.133.114/tcp/21311/ws/p2p/16Uiu2HAmBouMkTpU3aXvdhBqNzPRGdXdAdniQNfqUHr4eZcwnJ39"],"enrUri":"enr:-L24QNsOZ139BY-m5sadsmmB-7pH5_EweWyh3-VRyRqXAMthCEoMJ_Mj8Glco2b5X9qcU92P9HZv9Q_ZchQ2KXP7QqUCgmlkgnY0gmlwhKwShXKKbXVsdGlhZGRyc5YACASsEoVyBlM-AAoErBKFcgZTP90DgnJzhQADAQAAiXNlY3AyNTZrMaEC82zlU9iRay37SPlM3JKRbc68kf0jAtR-rrVKyxdUUKiDdGNwglM-g3VkcIJTQIV3YWt1MgM"}'
|
||||
2026-01-02 04:32:22.035 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:32:22.042 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:32:22.043 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-32-20__cbc5fa61-c49d-4c82-91a8-bf468ae77d55__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:32:22.043 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:32:22.043 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:32:22.044 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:32:22.044 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.56.203
|
||||
2026-01-02 04:32:22.045 DEBUG [src.node.docker_mananger] Generated ports ['30357', '30358', '30359', '30360', '30361']
|
||||
2026-01-02 04:32:22.045 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:32:22.045 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:32:22.045 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:32:22.045 DEBUG [src.node.docker_mananger] docker run -i -t -p 30357:30357 -p 30358:30358 -p 30359:30359 -p 30360:30360 -p 30361:30361 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30359 --rest-port=30357 --tcp-port=30358 --discv5-udp-port=30360 --rest-address=0.0.0.0 --nat=extip:172.18.56.203 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b622200b6facd152cc95cfe9ed1691b393f7d28df5cac78dcaccdf68ed71b6af --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30361 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QNsOZ139BY-m5sadsmmB-7pH5_EweWyh3-VRyRqXAMthCEoMJ_Mj8Glco2b5X9qcU92P9HZv9Q_ZchQ2KXP7QqUCgmlkgnY0gmlwhKwShXKKbXVsdGlhZGRyc5YACASsEoVyBlM-AAoErBKFcgZTP90DgnJzhQADAQAAiXNlY3AyNTZrMaEC82zlU9iRay37SPlM3JKRbc68kf0jAtR-rrVKyxdUUKiDdGNwglM-g3VkcIJTQIV3YWt1MgM --storenode=/ip4/172.18.133.114/tcp/21310/p2p/16Uiu2HAmBouMkTpU3aXvdhBqNzPRGdXdAdniQNfqUHr4eZcwnJ39 --store=true --relay=true
|
||||
2026-01-02 04:32:22.231 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.56.203 waku 9eeb1958f8fda39f49dfddb8277714a573a4841a5f7c9699995eb132d0880268
|
||||
2026-01-02 04:32:22.262 DEBUG [src.node.docker_mananger] Container started with ID 9eeb1958f8fd. Setting up logs at ./log/docker/store_node1_2026-01-02_04-32-20__cbc5fa61-c49d-4c82-91a8-bf468ae77d55__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:32:22.263 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30357
|
||||
2026-01-02 04:32:22.264 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:32:23.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30357/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:23.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:32:23.270 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:32:23.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30357/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:23.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.56.203/tcp/30358/p2p/16Uiu2HAmC56R7GEPW9QEZ5U8n4aacnyzhVUGEwzmf99TbEyq1Zax","/ip4/172.18.56.203/tcp/30359/ws/p2p/16Uiu2HAmC56R7GEPW9QEZ5U8n4aacnyzhVUGEwzmf99TbEyq1Zax"],"enrUri":"enr:-L24QN3Dr9KIcxSUl3ipF70XancP5KQv99g1kDCrdf8Q5Mw4ZVl9MGzx6ytR3pRlWYqBZpeqfmj5hssAlSbSoaCDExACgmlkgnY0gmlwhKwSOMuKbXVsdGlhZGRyc5YACASsEjjLBnaWAAoErBI4ywZ2l90DgnJzhQADAQAAiXNlY3AyNTZrMaEC91EcdSQQK6YdTR-b6oQ2FFd1mJIMH1kcVpjxh5IYCnGDdGNwgnaWg3VkcIJ2mIV3YWt1MgM"}'
|
||||
2026-01-02 04:32:23.272 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:32:23.273 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30357/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.114/tcp/21310/p2p/16Uiu2HAmBouMkTpU3aXvdhBqNzPRGdXdAdniQNfqUHr4eZcwnJ39"]'
|
||||
2026-01-02 04:32:23.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:23.276 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21309/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:32:23.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:23.278 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30357/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:32:23.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:23.281 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:32:23.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:32:23.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:23.287 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:32:23.488 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:32:23.489 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:32:23.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:23.494 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:32:23.695 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:32:23.695 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:32:23.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:23.701 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:32:23.902 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:32:23.902 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:32:23.907 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:23.908 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:32:24.109 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:32:24.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:32:24.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:24.115 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:32:24.316 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:32:24.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:32:24.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:24.322 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:32:24.522 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:32:24.523 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:32:24.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:24.528 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:32:24.729 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:32:24.729 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:32:24.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:24.735 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:32:24.936 DEBUG [tests.store.test_topics] trying to find stored messages with wrong content_topic =##
|
||||
2026-01-02 04:32:24.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21309/store/v3/messages?includeData=true&contentTopics=%23%23&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:24.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2026-01-02 04:32:24.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30357/store/v3/messages?includeData=true&contentTopics=%23%23&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:24.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2026-01-02 04:32:24.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21309/store/v3/messages?includeData=true&contentTopics=%20&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:24.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2026-01-02 04:32:24.944 DEBUG [tests.store.test_topics] response for invalid content_topic {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': []}
|
||||
2026-01-02 04:32:24.946 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:32:24.948 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:32:24.948 DEBUG [src.node.waku_node] Stopping container with id 21eb6b88bde9
|
||||
2026-01-02 04:32:25.505 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:32:25.505 DEBUG [src.node.waku_node] Stopping container with id 9eeb1958f8fd
|
||||
2026-01-02 04:32:26.010 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:32:26.012 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:32:26.019 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:32:26.025 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
863
nim/1022/data/attachments/1fe7525fe659e3c7.txt
Normal file
863
nim/1022/data/attachments/1fe7525fe659e3c7.txt
Normal file
@ -0,0 +1,863 @@
|
||||
2026-01-02 04:17:56.220 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:17:56.220 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_pubsub_topics with id: 2026-01-02_04-17-56__2577497b-f96d-4c05-8d0c-6380f173dc40
|
||||
2026-01-02 04:17:56.220 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:17:56.220 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-02 04:17:56.227 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:17:56.227 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-17-56__2577497b-f96d-4c05-8d0c-6380f173dc40__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:56.227 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:17:56.227 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:17:56.229 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:17:56.229 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.121.234
|
||||
2026-01-02 04:17:56.229 DEBUG [src.node.docker_mananger] Generated ports ['49833', '49834', '49835', '49836', '49837']
|
||||
2026-01-02 04:17:56.229 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:17:56.229 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:17:56.230 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:17:56.230 DEBUG [src.node.docker_mananger] docker run -i -t -p 49833:49833 -p 49834:49834 -p 49835:49835 -p 49836:49836 -p 49837:49837 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49835 --rest-port=49833 --tcp-port=49834 --discv5-udp-port=49836 --rest-address=0.0.0.0 --nat=extip:172.18.121.234 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dac90b3f5cb8bb19da1f6cfa73be650cf3b6056a5ad6bae76d32e7733fdd9c2d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49837 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-01-02 04:17:56.414 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.121.234 waku d6198ae1a12f8436154e839b0e3516302f421bcebfcdf474b716de84077433af
|
||||
2026-01-02 04:17:56.449 DEBUG [src.node.docker_mananger] Container started with ID d6198ae1a12f. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-17-56__2577497b-f96d-4c05-8d0c-6380f173dc40__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:56.449 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49833
|
||||
2026-01-02 04:17:56.450 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:17:56.514 ERROR [src.node.docker_mananger] Max retries reached for container bb636b317741. Exiting log stream.
|
||||
2026-01-02 04:17:57.016 ERROR [src.node.docker_mananger] Max retries reached for container 94f6ad3e1dfb. Exiting log stream.
|
||||
2026-01-02 04:17:57.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:57.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:17:57.454 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:17:57.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49833/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:57.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.121.234/tcp/49834/p2p/16Uiu2HAmMWUgdTphUgrHcCMFJckHb8RYPE57WE2GN7FVkexxCZfD","/ip4/172.18.121.234/tcp/49835/ws/p2p/16Uiu2HAmMWUgdTphUgrHcCMFJckHb8RYPE57WE2GN7FVkexxCZfD"],"enrUri":"enr:-L24QEJbHWgUS7Ej-t7muyiIB9Fg86XOjdg5zlBZ93nim3pNB_iis3cdek8WiODUs4skiEo4KhQlc3vy8hdK_rhqYrkCgmlkgnY0gmlwhKwSeeqKbXVsdGlhZGRyc5YACASsEnnqBsKqAAoErBJ56gbCq90DgnJzhQADAQAAiXNlY3AyNTZrMaEDg4r95UkBFYWQ5FKUTgx2A4znxpCQbRAilrmWyKF4A3CDdGNwgsKqg3VkcILCrIV3YWt1Mgk"}'
|
||||
2026-01-02 04:17:57.457 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:17:57.463 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:17:57.464 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-02_04-17-56__2577497b-f96d-4c05-8d0c-6380f173dc40__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:57.464 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:17:57.464 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:17:57.465 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:17:57.465 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.163.178
|
||||
2026-01-02 04:17:57.466 DEBUG [src.node.docker_mananger] Generated ports ['37040', '37041', '37042', '37043', '37044']
|
||||
2026-01-02 04:17:57.466 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:17:57.466 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:17:57.466 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:17:57.466 DEBUG [src.node.docker_mananger] docker run -i -t -p 37040:37040 -p 37041:37041 -p 37042:37042 -p 37043:37043 -p 37044:37044 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37042 --rest-port=37040 --tcp-port=37041 --discv5-udp-port=37043 --rest-address=0.0.0.0 --nat=extip:172.18.163.178 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b4fbf0733a6387c3a3b49c707062f2b445aff920aef057fb5e57bb2dcaf39c84 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37044 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-01-02 04:17:57.638 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.163.178 waku 2703d8ed2f9206674b481948a2cbcc7499de999f200f93f95d226911af29dda6
|
||||
2026-01-02 04:17:57.669 DEBUG [src.node.docker_mananger] Container started with ID 2703d8ed2f92. Setting up logs at ./log/docker/receiving_node2_2026-01-02_04-17-56__2577497b-f96d-4c05-8d0c-6380f173dc40__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:57.670 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37040
|
||||
2026-01-02 04:17:57.670 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:17:58.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37040/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:58.674 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:17:58.674 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:17:58.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37040/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:58.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.163.178/tcp/37041/p2p/16Uiu2HAmNrad5q1DbCHazNSvHgxrUXqRyJkfbohRhmYjuvtAD5F6","/ip4/172.18.163.178/tcp/37042/ws/p2p/16Uiu2HAmNrad5q1DbCHazNSvHgxrUXqRyJkfbohRhmYjuvtAD5F6"],"enrUri":"enr:-L24QHQ9HTGN-3z-gx7zQWSV1qof_e6v8pGbs3imOWtsa31wUueDbE95gz4Ri3Moegak0YpX8mrMlYlbMZclYnHHK-0CgmlkgnY0gmlwhKwSo7KKbXVsdGlhZGRyc5YACASsEqOyBpCxAAoErBKjsgaQst0DgnJzhQADAQAAiXNlY3AyNTZrMaEDl40Cjs-kgPe2XfBBUyoSEtexJZCVNskFKscNRG7s41GDdGNwgpCxg3VkcIKQs4V3YWt1MgE"}'
|
||||
2026-01-02 04:17:58.677 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:17:58.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37040/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.121.234/tcp/49834/p2p/16Uiu2HAmMWUgdTphUgrHcCMFJckHb8RYPE57WE2GN7FVkexxCZfD"]'
|
||||
2026-01-02 04:17:58.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:58.719 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:17:58.719 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-17-56__2577497b-f96d-4c05-8d0c-6380f173dc40__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:58.720 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:17:58.721 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:17:58.723 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:17:58.724 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.225.0
|
||||
2026-01-02 04:17:58.724 DEBUG [src.node.docker_mananger] Generated ports ['14458', '14459', '14460', '14461', '14462']
|
||||
2026-01-02 04:17:58.724 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:17:58.724 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:17:58.725 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:17:58.725 DEBUG [src.node.docker_mananger] docker run -i -t -p 14458:14458 -p 14459:14459 -p 14460:14460 -p 14461:14461 -p 14462:14462 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14460 --rest-port=14458 --tcp-port=14459 --discv5-udp-port=14461 --rest-address=0.0.0.0 --nat=extip:172.18.225.0 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a7f0dad6eb3036f33b312ebc9c0ce38c2edfe3eaede8860d61ce33cfeffcae73 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14462 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEJbHWgUS7Ej-t7muyiIB9Fg86XOjdg5zlBZ93nim3pNB_iis3cdek8WiODUs4skiEo4KhQlc3vy8hdK_rhqYrkCgmlkgnY0gmlwhKwSeeqKbXVsdGlhZGRyc5YACASsEnnqBsKqAAoErBJ56gbCq90DgnJzhQADAQAAiXNlY3AyNTZrMaEDg4r95UkBFYWQ5FKUTgx2A4znxpCQbRAilrmWyKF4A3CDdGNwgsKqg3VkcILCrIV3YWt1Mgk --lightpushnode=/ip4/172.18.121.234/tcp/49834/p2p/16Uiu2HAmMWUgdTphUgrHcCMFJckHb8RYPE57WE2GN7FVkexxCZfD --lightpush=true --relay=false
|
||||
2026-01-02 04:17:58.921 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.225.0 waku 88f0d59fa7cdbc93fadd08f0d2e7e2758c5be49f833c13b7415a94faf42daa51
|
||||
2026-01-02 04:17:58.954 DEBUG [src.node.docker_mananger] Container started with ID 88f0d59fa7cd. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-17-56__2577497b-f96d-4c05-8d0c-6380f173dc40__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:58.955 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14458
|
||||
2026-01-02 04:17:58.956 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:17:59.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.260 ERROR [src.node.docker_mananger] Max retries reached for container 88f0d59fa7cd. Exiting log stream.
|
||||
2026-01-02 04:18:00.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:15.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:15.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:15.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:15.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:15.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:15.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:15.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:15.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:15.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:15.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:16.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:16.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:16.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:16.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:16.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:16.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:16.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:16.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:16.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:16.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:17.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:17.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:17.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:17.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:17.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:17.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:17.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:17.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:17.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:17.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:18.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:18.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:18.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:18.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:18.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:18.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:18.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:18.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:18.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:19.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:19.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:19.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:19.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:19.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:19.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:19.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:19.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:19.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:19.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:20.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14458/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:20.024 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=14458): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f48429f9520>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:18:20.125 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:18:20.125 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:18:20.127 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:18:20.127 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.241.228
|
||||
2026-01-02 04:18:20.127 DEBUG [src.node.docker_mananger] Generated ports ['10100', '10101', '10102', '10103', '10104']
|
||||
2026-01-02 04:18:20.127 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:18:20.127 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:18:20.127 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:18:20.127 DEBUG [src.node.docker_mananger] docker run -i -t -p 10100:10100 -p 10101:10101 -p 10102:10102 -p 10103:10103 -p 10104:10104 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10102 --rest-port=10100 --tcp-port=10101 --discv5-udp-port=10103 --rest-address=0.0.0.0 --nat=extip:172.18.241.228 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ace33f74eb821de3c7face2fcbeea80ce20811d8fee1ebfacb7941bfe1ddc04b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10104 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEJbHWgUS7Ej-t7muyiIB9Fg86XOjdg5zlBZ93nim3pNB_iis3cdek8WiODUs4skiEo4KhQlc3vy8hdK_rhqYrkCgmlkgnY0gmlwhKwSeeqKbXVsdGlhZGRyc5YACASsEnnqBsKqAAoErBJ56gbCq90DgnJzhQADAQAAiXNlY3AyNTZrMaEDg4r95UkBFYWQ5FKUTgx2A4znxpCQbRAilrmWyKF4A3CDdGNwgsKqg3VkcILCrIV3YWt1Mgk --lightpushnode=/ip4/172.18.121.234/tcp/49834/p2p/16Uiu2HAmMWUgdTphUgrHcCMFJckHb8RYPE57WE2GN7FVkexxCZfD --lightpush=true --relay=false
|
||||
2026-01-02 04:18:20.307 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.241.228 waku 64b0d27fcb4438b7c8162bf4b9e74002d305f0d82288d8e42363ae93f6e616ea
|
||||
2026-01-02 04:18:20.339 DEBUG [src.node.docker_mananger] Container started with ID 64b0d27fcb44. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-17-56__2577497b-f96d-4c05-8d0c-6380f173dc40__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:20.339 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10100
|
||||
2026-01-02 04:18:20.339 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:18:21.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:21.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:21.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:21.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:21.690 ERROR [src.node.docker_mananger] Max retries reached for container 64b0d27fcb44. Exiting log stream.
|
||||
2026-01-02 04:18:21.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:21.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:21.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:22.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:22.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:22.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:22.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:22.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:22.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:22.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:22.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:22.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:22.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:23.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:23.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:23.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:23.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:23.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:23.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:23.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:23.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:23.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:23.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:24.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:24.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:24.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:24.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:24.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:24.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:24.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:24.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:24.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:24.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:25.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:25.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:25.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:25.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:25.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:25.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:25.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:25.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:25.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:26.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:26.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:26.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:26.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:26.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:26.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:26.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:26.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:26.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:26.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:27.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:27.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:27.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:27.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:27.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:27.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:27.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:27.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:27.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:27.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:28.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:28.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:28.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:28.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:28.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:28.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:28.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:28.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:28.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:28.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:29.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:29.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:29.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:29.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:29.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:29.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:29.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:29.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:29.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:29.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:30.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:30.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:30.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:30.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:30.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:30.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:30.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:30.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:30.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:30.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:31.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:31.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:31.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:31.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:31.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:31.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:31.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:31.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:31.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:32.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:32.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:32.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:32.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:32.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:32.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:32.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:32.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:32.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:32.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:33.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:33.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:33.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:33.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:33.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:33.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:33.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:33.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:33.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:33.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:34.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:34.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:34.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:34.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:34.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:34.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:34.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:34.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:34.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:34.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:35.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:35.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:35.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:35.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:35.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:35.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:35.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:35.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:35.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:35.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:36.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:36.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:36.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:36.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:36.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:36.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:36.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:36.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:36.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:36.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:37.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:37.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:37.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:37.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:37.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:37.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:37.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:37.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:37.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:37.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:38.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:38.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:38.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:38.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:38.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:38.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:38.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:38.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:38.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:39.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:39.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:39.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:39.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:39.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:39.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:39.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:39.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:39.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:39.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:40.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:40.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:40.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:40.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:40.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:40.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:40.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:40.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:40.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:40.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:41.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:41.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:41.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:41.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10100/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:41.346 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=10100): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f48429f9e20>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:18:41.447 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:18:41.447 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:18:41.449 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:18:41.449 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.80.122
|
||||
2026-01-02 04:18:41.449 DEBUG [src.node.docker_mananger] Generated ports ['37228', '37229', '37230', '37231', '37232']
|
||||
2026-01-02 04:18:41.449 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:18:41.449 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:18:41.450 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:18:41.450 DEBUG [src.node.docker_mananger] docker run -i -t -p 37228:37228 -p 37229:37229 -p 37230:37230 -p 37231:37231 -p 37232:37232 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37230 --rest-port=37228 --tcp-port=37229 --discv5-udp-port=37231 --rest-address=0.0.0.0 --nat=extip:172.18.80.122 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3c37daeddf3d06a576c8200acd71426031cf8edd6de2a5a7fd5fd2c89cb8f0af --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37232 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEJbHWgUS7Ej-t7muyiIB9Fg86XOjdg5zlBZ93nim3pNB_iis3cdek8WiODUs4skiEo4KhQlc3vy8hdK_rhqYrkCgmlkgnY0gmlwhKwSeeqKbXVsdGlhZGRyc5YACASsEnnqBsKqAAoErBJ56gbCq90DgnJzhQADAQAAiXNlY3AyNTZrMaEDg4r95UkBFYWQ5FKUTgx2A4znxpCQbRAilrmWyKF4A3CDdGNwgsKqg3VkcILCrIV3YWt1Mgk --lightpushnode=/ip4/172.18.121.234/tcp/49834/p2p/16Uiu2HAmMWUgdTphUgrHcCMFJckHb8RYPE57WE2GN7FVkexxCZfD --lightpush=true --relay=false
|
||||
2026-01-02 04:18:41.631 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.80.122 waku 2956391f4729d285da9a22f4b92058b4e4662fdfea550ad94813b4dcf0a9600e
|
||||
2026-01-02 04:18:41.660 DEBUG [src.node.docker_mananger] Container started with ID 2956391f4729. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-17-56__2577497b-f96d-4c05-8d0c-6380f173dc40__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:41.661 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37228
|
||||
2026-01-02 04:18:41.662 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:18:42.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:42.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:42.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:42.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:42.980 ERROR [src.node.docker_mananger] Max retries reached for container 2956391f4729. Exiting log stream.
|
||||
2026-01-02 04:18:43.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:43.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:43.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:43.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:43.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:43.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:43.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:43.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:43.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:43.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:44.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:44.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:44.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:44.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:44.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:44.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:44.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:44.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:44.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:44.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:45.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:45.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:45.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:45.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:45.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:45.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:45.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:45.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:45.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:46.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:46.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:46.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:46.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:46.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:46.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:46.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:46.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:46.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:46.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:47.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:47.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:47.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:47.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:47.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:47.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:47.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:47.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:47.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:47.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:48.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:49.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:50.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:51.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:52.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:53.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:54.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:55.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:56.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:57.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:58.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:59.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:00.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:01.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37228/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:19:02.712 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=37228): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f48429f9400>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:19:02.941 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:19:02.942 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:19:02.942 DEBUG [src.node.waku_node] Stopping container with id d6198ae1a12f
|
||||
2026-01-02 04:19:03.449 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:19:03.449 DEBUG [src.node.waku_node] Stopping container with id 2703d8ed2f92
|
||||
2026-01-02 04:19:03.956 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:19:03.959 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:04.060 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:04.162 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:04.261 ERROR [src.node.docker_mananger] Max retries reached for container d6198ae1a12f. Exiting log stream.
|
||||
2026-01-02 04:19:04.263 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:04.364 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:04.466 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:04.567 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:04.669 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:04.770 ERROR [src.node.docker_mananger] Max retries reached for container 2703d8ed2f92. Exiting log stream.
|
||||
2026-01-02 04:19:04.770 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:04.871 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:04.973 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:05.074 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:05.176 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:05.277 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:05.379 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:05.480 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:05.581 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:05.683 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:05.784 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:05.886 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:05.987 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:06.089 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:06.190 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:06.292 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:06.393 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:06.495 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:06.596 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:06.698 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:06.799 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:06.901 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:07.002 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:07.103 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:07.205 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:07.306 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:07.408 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:07.509 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:07.611 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:07.712 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:07.813 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:07.915 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:08.016 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:08.118 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:08.219 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:08.321 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:08.422 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:08.523 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:08.625 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:08.726 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:08.828 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:08.929 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:09.031 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:09.032 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/2956391f4729d285da9a22f4b92058b4e4662fdfea550ad94813b4dcf0a9600e/stop: Not Found ("No such container: 2956391f4729d285da9a22f4b92058b4e4662fdfea550ad94813b4dcf0a9600e")
|
||||
2026-01-02 04:19:09.032 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:09.133 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:09.235 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:09.336 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:09.438 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:09.539 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:09.641 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:09.742 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:09.843 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:09.945 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:10.046 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:10.148 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:10.249 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:10.351 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:10.452 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:10.554 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:10.655 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:10.757 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:10.858 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:10.959 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:11.061 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:11.162 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:11.264 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:11.365 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:11.467 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:11.568 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:11.670 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:11.771 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:11.873 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:11.974 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:12.076 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:12.177 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:12.278 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:12.380 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:12.482 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:12.583 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:12.685 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:12.786 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:12.888 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:12.989 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:13.091 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:13.192 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:13.294 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:13.395 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:13.496 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:13.598 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:13.699 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:13.801 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:13.902 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:14.003 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:14.105 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:14.106 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/2956391f4729d285da9a22f4b92058b4e4662fdfea550ad94813b4dcf0a9600e/stop: Not Found ("No such container: 2956391f4729d285da9a22f4b92058b4e4662fdfea550ad94813b4dcf0a9600e")
|
||||
2026-01-02 04:19:14.106 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:14.208 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:14.309 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:14.410 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:14.512 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:14.613 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:14.715 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:14.816 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:14.917 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:15.019 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:15.120 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:15.222 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:15.323 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:15.424 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:15.526 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:15.627 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:15.729 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:15.830 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:15.931 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:16.033 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:16.134 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:16.236 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:16.337 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:16.439 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:16.540 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:16.641 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:16.743 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:16.844 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:16.946 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:17.047 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:17.148 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:17.250 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:17.351 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:17.453 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:17.554 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:17.655 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:17.757 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:17.858 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:17.959 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:18.061 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:18.162 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:18.264 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:18.366 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:18.467 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:18.569 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:18.670 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:18.772 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:18.873 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:18.974 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:19.076 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:19.177 DEBUG [src.node.waku_node] Stopping container with id 2956391f4729
|
||||
2026-01-02 04:19:19.179 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/2956391f4729d285da9a22f4b92058b4e4662fdfea550ad94813b4dcf0a9600e/stop: Not Found ("No such container: 2956391f4729d285da9a22f4b92058b4e4662fdfea550ad94813b4dcf0a9600e")
|
||||
2026-01-02 04:19:19.180 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:19:19.204 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:19:19.228 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:19:19.228 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:19:19.229 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:19:19.229 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
77
nim/1022/data/attachments/1ffe8350a669af5b.txt
Normal file
77
nim/1022/data/attachments/1ffe8350a669af5b.txt
Normal file
@ -0,0 +1,77 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_2_nodes_different_cluster_different_shard with id: 2026-01-02_04-23-13__a9b5a014-7de4-4199-9dc6-5fb6015bc26d
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-23-13__a9b5a014-7de4-4199-9dc6-5fb6015bc26d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.70.200
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38068', '38069', '38070', '38071', '38072']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 38068:38068 -p 38069:38069 -p 38070:38070 -p 38071:38071 -p 38072:38072 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38070 --rest-port=38068 --tcp-port=38069 --discv5-udp-port=38071 --rest-address=0.0.0.0 --nat=extip:172.18.70.200 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0bdef89ef5962bda5bccda1e2ba03b4fd7d9b7dadadb3debb5b3d0d5f6e723c0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38072 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.70.200 waku 27e6a2eb40ffdf849b90c172406f8e53ce6d235251c2423659bb67bb91aafc69
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 27e6a2eb40ff. Setting up logs at ./log/docker/node1_2026-01-02_04-23-13__a9b5a014-7de4-4199-9dc6-5fb6015bc26d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38068
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cb2edc2c48aa. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 75a1104dcafb. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38068/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38068/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.70.200/tcp/38069/p2p/16Uiu2HAkzypJdBFLf6PCJURWb6AVZWcV5MPfVjAmctswmybXXrjF","/ip4/172.18.70.200/tcp/38070/ws/p2p/16Uiu2HAkzypJdBFLf6PCJURWb6AVZWcV5MPfVjAmctswmybXXrjF"],"enrUri":"enr:-L24QI18-Ty8aokdriGo8I3rnDnkNWfYKfcHeRvVSy-DzwAkWZFsY9cZUeWVEVSUEbtHE6a5oFaDzgsYmo2Mas5geFICgmlkgnY0gmlwhKwSRsiKbXVsdGlhZGRyc5YACASsEkbIBpS1AAoErBJGyAaUtt0DgnJzhQACAQAAiXNlY3AyNTZrMaECUoZu6h_bFWQAP2t71enSqOxJGjDtuOUceFNb1rLMv0aDdGNwgpS1g3VkcIKUt4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-23-13__a9b5a014-7de4-4199-9dc6-5fb6015bc26d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.106.201
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34065', '34066', '34067', '34068', '34069']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 34065:34065 -p 34066:34066 -p 34067:34067 -p 34068:34068 -p 34069:34069 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34067 --rest-port=34065 --tcp-port=34066 --discv5-udp-port=34068 --rest-address=0.0.0.0 --nat=extip:172.18.106.201 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=9fe07eb3abbbe191cccaa4f3c6c58d72b867efaa9f03fd4ce7abbfe0b8f19e8a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34069 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QI18-Ty8aokdriGo8I3rnDnkNWfYKfcHeRvVSy-DzwAkWZFsY9cZUeWVEVSUEbtHE6a5oFaDzgsYmo2Mas5geFICgmlkgnY0gmlwhKwSRsiKbXVsdGlhZGRyc5YACASsEkbIBpS1AAoErBJGyAaUtt0DgnJzhQACAQAAiXNlY3AyNTZrMaECUoZu6h_bFWQAP2t71enSqOxJGjDtuOUceFNb1rLMv0aDdGNwgpS1g3VkcIKUt4V3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.106.201 waku 38fb1262b669675aff7e402d4f2a12a9f3d3062a4ce9a38248da7a52a5ac42a4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 38fb1262b669. Setting up logs at ./log/docker/node2_2026-01-02_04-23-13__a9b5a014-7de4-4199-9dc6-5fb6015bc26d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34065
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34065/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34065/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.106.201/tcp/34066/p2p/16Uiu2HAmH3Ju3gdPcum5seAwjRWLfGt4bbam8FA1uXba2NhfUhXi","/ip4/172.18.106.201/tcp/34067/ws/p2p/16Uiu2HAmH3Ju3gdPcum5seAwjRWLfGt4bbam8FA1uXba2NhfUhXi"],"enrUri":"enr:-L24QMpDWg4pN9teAFMMppwx6F2Z0o_vOMrWJ4641M5Xc5aqI2h6-uBU8jDkcy1D8Ipu89ClVzvOduKv9m6nlHMBOfcCgmlkgnY0gmlwhKwSasmKbXVsdGlhZGRyc5YACASsEmrJBoUSAAoErBJqyQaFE90DgnJzhQAEAQAAiXNlY3AyNTZrMaEDQSZ_TUp6L3f5YJJXB500wXSHtN_rNpwhVPMSjc0IQu2DdGNwgoUSg3VkcIKFFIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34065/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.70.200/tcp/38069/p2p/16Uiu2HAkzypJdBFLf6PCJURWb6AVZWcV5MPfVjAmctswmybXXrjF"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:38068/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34065/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:38068/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38068/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327796140449735,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34065/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:34065/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b''
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 27e6a2eb40ff
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 38fb1262b669
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
88
nim/1022/data/attachments/208352306703a42e.txt
Normal file
88
nim/1022/data/attachments/208352306703a42e.txt
Normal file
@ -0,0 +1,88 @@
|
||||
2026-01-02 04:26:58.484 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:26:58.484 DEBUG [tests.conftest] Running test: test_different_cursor_and_indexes[2-4] with id: 2026-01-02_04-26-58__b9b679f8-9b78-4ea3-bb0b-1900df608bb3
|
||||
2026-01-02 04:26:58.484 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:26:58.484 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:26:58.485 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-01-02 04:26:58.491 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:58.491 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-26-58__b9b679f8-9b78-4ea3-bb0b-1900df608bb3__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:58.491 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:26:58.491 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:26:58.493 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:26:58.493 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.82.221
|
||||
2026-01-02 04:26:58.493 DEBUG [src.node.docker_mananger] Generated ports ['38698', '38699', '38700', '38701', '38702']
|
||||
2026-01-02 04:26:58.493 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:26:58.493 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:26:58.493 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:26:58.494 DEBUG [src.node.docker_mananger] docker run -i -t -p 38698:38698 -p 38699:38699 -p 38700:38700 -p 38701:38701 -p 38702:38702 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38700 --rest-port=38698 --tcp-port=38699 --discv5-udp-port=38701 --rest-address=0.0.0.0 --nat=extip:172.18.82.221 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aa727d00830aa770d3ffeefbbdd77218cb2b15bcf1fcfa2d48ba7cbe40a21ad9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38702 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-02 04:26:58.668 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.82.221 waku 67ee28ec8be5f6ee9d9894a5597d7123bea64485995158cb2f7097d848a42939
|
||||
2026-01-02 04:26:58.698 DEBUG [src.node.docker_mananger] Container started with ID 67ee28ec8be5. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-26-58__b9b679f8-9b78-4ea3-bb0b-1900df608bb3__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:58.698 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38698
|
||||
2026-01-02 04:26:58.698 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:26:58.784 ERROR [src.node.docker_mananger] Max retries reached for container d4913e4d8e18. Exiting log stream.
|
||||
2026-01-02 04:26:59.280 ERROR [src.node.docker_mananger] Max retries reached for container 62f5709346ef. Exiting log stream.
|
||||
2026-01-02 04:26:59.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38698/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:59.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:26:59.702 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:26:59.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38698/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:59.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.82.221/tcp/38699/p2p/16Uiu2HAmMWZGevRLkgaUZhxQfLnVfhgaPtiYS5KW6XRJcopYyeH6","/ip4/172.18.82.221/tcp/38700/ws/p2p/16Uiu2HAmMWZGevRLkgaUZhxQfLnVfhgaPtiYS5KW6XRJcopYyeH6"],"enrUri":"enr:-L24QB-vC4kkTeKmMhceEbk1kGN2BCClIUAHAbMw-GCejUNEEIK4o2GP5Wb8eg1gJrvOUsM3CopqHoJtA8Pfqwh_a5YCgmlkgnY0gmlwhKwSUt2KbXVsdGlhZGRyc5YACASsElLdBpcrAAoErBJS3QaXLN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDg5Ati4-4-Z9AYozGouiIbod7gac89yWP-u3Q7TLqT-mDdGNwgpcrg3VkcIKXLYV3YWt1MgM"}'
|
||||
2026-01-02 04:26:59.705 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:26:59.711 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:59.711 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-26-58__b9b679f8-9b78-4ea3-bb0b-1900df608bb3__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:59.711 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:26:59.711 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:26:59.713 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:26:59.713 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.217.125
|
||||
2026-01-02 04:26:59.713 DEBUG [src.node.docker_mananger] Generated ports ['27536', '27537', '27538', '27539', '27540']
|
||||
2026-01-02 04:26:59.713 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:26:59.713 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:26:59.713 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:26:59.714 DEBUG [src.node.docker_mananger] docker run -i -t -p 27536:27536 -p 27537:27537 -p 27538:27538 -p 27539:27539 -p 27540:27540 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27538 --rest-port=27536 --tcp-port=27537 --discv5-udp-port=27539 --rest-address=0.0.0.0 --nat=extip:172.18.217.125 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae1fe05e59d2adb5c9485ff01ac5787ea14e00d0134f6c82cfef92aa78d6beba --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27540 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QB-vC4kkTeKmMhceEbk1kGN2BCClIUAHAbMw-GCejUNEEIK4o2GP5Wb8eg1gJrvOUsM3CopqHoJtA8Pfqwh_a5YCgmlkgnY0gmlwhKwSUt2KbXVsdGlhZGRyc5YACASsElLdBpcrAAoErBJS3QaXLN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDg5Ati4-4-Z9AYozGouiIbod7gac89yWP-u3Q7TLqT-mDdGNwgpcrg3VkcIKXLYV3YWt1MgM --storenode=/ip4/172.18.82.221/tcp/38699/p2p/16Uiu2HAmMWZGevRLkgaUZhxQfLnVfhgaPtiYS5KW6XRJcopYyeH6 --store=true --relay=true
|
||||
2026-01-02 04:26:59.900 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.217.125 waku 29b746b806e64ce3d876c55f3848bac428fd2cb04defe6e5701325d8cb8d1368
|
||||
2026-01-02 04:26:59.930 DEBUG [src.node.docker_mananger] Container started with ID 29b746b806e6. Setting up logs at ./log/docker/store_node1_2026-01-02_04-26-58__b9b679f8-9b78-4ea3-bb0b-1900df608bb3__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:59.931 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 27536
|
||||
2026-01-02 04:26:59.931 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:27:00.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27536/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:00.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:27:00.935 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:27:00.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27536/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:00.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.125/tcp/27537/p2p/16Uiu2HAmHq55Cm5NbEHAfHnKiq4e7zTrH6pyHeCvrqU5r63eM4bh","/ip4/172.18.217.125/tcp/27538/ws/p2p/16Uiu2HAmHq55Cm5NbEHAfHnKiq4e7zTrH6pyHeCvrqU5r63eM4bh"],"enrUri":"enr:-L24QOOr_ogDWnKMGbpVojZ6eQmyQvK47VQ0QXbVz0HV5p9fE9be0Upm_amCE5rsuhToCpkYGOeTbGRiMmLROjn865UCgmlkgnY0gmlwhKwS2X2KbXVsdGlhZGRyc5YACASsEtl9BmuRAAoErBLZfQZrkt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDTN-VJ-KFyCiIzNzJuHf2VUDCJ-ZZi7SQpu2MvpMgxLiDdGNwgmuRg3VkcIJrk4V3YWt1MgM"}'
|
||||
2026-01-02 04:27:00.938 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:27:00.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27536/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.82.221/tcp/38699/p2p/16Uiu2HAmMWZGevRLkgaUZhxQfLnVfhgaPtiYS5KW6XRJcopYyeH6"]'
|
||||
2026-01-02 04:27:00.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:00.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38698/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:27:00.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:00.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:27536/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:27:00.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:00.947 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:27:00.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38698/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:27:00.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:00.952 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:27:01.153 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:27:01.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38698/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:27:01.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:01.158 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:27:01.359 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:27:01.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38698/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:27:01.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:01.364 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:27:01.565 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:27:01.565 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38698/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:27:01.570 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:27:01.570 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:27:01.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38698/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:01.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x82add9a50b0f8d7f12604cd568bfe5dbe90c4fec2513f938ff2b132941b477d1"},{"messageHash":"0x2b1b611977bcf61d0a834cd1b67876217b2c548c01b0ea27c12ee8060bd7a54f"}],"paginationCursor":"0x2b1b611977bcf61d0a834cd1b67876217b2c548c01b0ea27c12ee8060bd7a54f"}'
|
||||
2026-01-02 04:27:01.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27536/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=2&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:01.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x82add9a50b0f8d7f12604cd568bfe5dbe90c4fec2513f938ff2b132941b477d1"},{"messageHash":"0x2b1b611977bcf61d0a834cd1b67876217b2c548c01b0ea27c12ee8060bd7a54f"}],"paginationCursor":"0x2b1b611977bcf61d0a834cd1b67876217b2c548c01b0ea27c12ee8060bd7a54f"}'
|
||||
2026-01-02 04:27:01.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38698/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x2b1b611977bcf61d0a834cd1b67876217b2c548c01b0ea27c12ee8060bd7a54f&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:01.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xad04e93bdff2275b5f4d2c6f1acca095f8091cfb186d817009caf80e8ad3b6c1"},{"messageHash":"0x4d5fed239d6bf3b1c251da52f9b4183b31119b6bd9e49a660818b32089830f7f"}]}'
|
||||
2026-01-02 04:27:01.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:27536/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x2b1b611977bcf61d0a834cd1b67876217b2c548c01b0ea27c12ee8060bd7a54f&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:27:01.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xad04e93bdff2275b5f4d2c6f1acca095f8091cfb186d817009caf80e8ad3b6c1"},{"messageHash":"0x4d5fed239d6bf3b1c251da52f9b4183b31119b6bd9e49a660818b32089830f7f"}]}'
|
||||
2026-01-02 04:27:01.784 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:27:01.786 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:27:01.786 DEBUG [src.node.waku_node] Stopping container with id 67ee28ec8be5
|
||||
2026-01-02 04:27:02.343 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:27:02.343 DEBUG [src.node.waku_node] Stopping container with id 29b746b806e6
|
||||
2026-01-02 04:27:02.894 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:27:02.896 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:27:02.902 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:27:02.908 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
73
nim/1022/data/attachments/21280a63bf28a1a.txt
Normal file
73
nim/1022/data/attachments/21280a63bf28a1a.txt
Normal file
@ -0,0 +1,73 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_admin_peer_by_id with id: 2026-01-02_04-30-42__51fceb51-abbc-4cc7-ac3a-9c03ba3c35fe
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-30-42__51fceb51-abbc-4cc7-ac3a-9c03ba3c35fe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-30-42__51fceb51-abbc-4cc7-ac3a-9c03ba3c35fe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-30-42__51fceb51-abbc-4cc7-ac3a-9c03ba3c35fe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-02_04-30-42__51fceb51-abbc-4cc7-ac3a-9c03ba3c35fe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.210.162
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53307', '53308', '53309', '53310', '53311']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 53307:53307 -p 53308:53308 -p 53309:53309 -p 53310:53310 -p 53311:53311 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53309 --rest-port=53307 --tcp-port=53308 --discv5-udp-port=53310 --rest-address=0.0.0.0 --nat=extip:172.18.210.162 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=940de6cd750b0a8abbe0f98f4c22dcf56ae9de01d373bed05cfcb080ec8da57f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53311 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.210.162 waku 8da2a28ea68feaf4f2f00e670ae432c80abf7f0fdd979fbfffac3b650607581b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8da2a28ea68f. Setting up logs at ./log/docker/node1_2026-01-02_04-30-42__51fceb51-abbc-4cc7-ac3a-9c03ba3c35fe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53307
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b1eb1768c28c. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 35b197e682a6. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53307/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53307/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.162/tcp/53308/p2p/16Uiu2HAmPwfvtesLuwrTbLQUaviT9anQ1b5fyeCMtvFFECbPaxKG","/ip4/172.18.210.162/tcp/53309/ws/p2p/16Uiu2HAmPwfvtesLuwrTbLQUaviT9anQ1b5fyeCMtvFFECbPaxKG"],"enrUri":"enr:-L24QMSVZbQbo-bvqy0gN6p8QUw8C0HQ7cknL8KE1BOi2Hl1IGfPA7oRRvdieg8pNuyblpAgUKlYMpCDKUxbkvi6DJkCgmlkgnY0gmlwhKwS0qKKbXVsdGlhZGRyc5YACASsEtKiBtA8AAoErBLSogbQPd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDp7aaBKSZ8a8Kgnl3l_hbCTOJsaU1NB767qjDlRHzJ-eDdGNwgtA8g3VkcILQPoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.89.255
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28065', '28066', '28067', '28068', '28069']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 28065:28065 -p 28066:28066 -p 28067:28067 -p 28068:28068 -p 28069:28069 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28067 --rest-port=28065 --tcp-port=28066 --discv5-udp-port=28068 --rest-address=0.0.0.0 --nat=extip:172.18.89.255 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7d19c4d65eaadcfadf5e67ba77fd400e0a9e2baa9db2edbf4fabfbd7cc6c5c2f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28069 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMSVZbQbo-bvqy0gN6p8QUw8C0HQ7cknL8KE1BOi2Hl1IGfPA7oRRvdieg8pNuyblpAgUKlYMpCDKUxbkvi6DJkCgmlkgnY0gmlwhKwS0qKKbXVsdGlhZGRyc5YACASsEtKiBtA8AAoErBLSogbQPd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDp7aaBKSZ8a8Kgnl3l_hbCTOJsaU1NB767qjDlRHzJ-eDdGNwgtA8g3VkcILQPoV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.89.255 waku 3a45319a7f4de9a6af1b8732b5ab44de21c2d28d2c4bfbc0385da4fd51c81692
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3a45319a7f4d. Setting up logs at ./log/docker/node2_2026-01-02_04-30-42__51fceb51-abbc-4cc7-ac3a-9c03ba3c35fe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28065
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28065/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28065/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.89.255/tcp/28066/p2p/16Uiu2HAmUPuGARqJY7uNifm2oDjJVQJXRAK73nXtDDMUiLhY7MPg","/ip4/172.18.89.255/tcp/28067/ws/p2p/16Uiu2HAmUPuGARqJY7uNifm2oDjJVQJXRAK73nXtDDMUiLhY7MPg"],"enrUri":"enr:-L24QCWSFfi_8FPPZuABpRnfYNTx7jVAY6xT_eeiJ4yN1HMrJWJTu170c3GHGSQDHoOcBGHLnAyslVijaSS-CN_2n90CgmlkgnY0gmlwhKwSWf-KbXVsdGlhZGRyc5YACASsEln_Bm2iAAoErBJZ_wZto90DgnJzhQADAQAAiXNlY3AyNTZrMaED6d2GdUQHJJ_I-XiuhpRaX9gcwIVq8JpQthNIe9DvpxODdGNwgm2ig3VkcIJtpIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:53307/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.89.255/tcp/28066/p2p/16Uiu2HAmUPuGARqJY7uNifm2oDjJVQJXRAK73nXtDDMUiLhY7MPg"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28065/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.210.162/tcp/53308/p2p/16Uiu2HAmPwfvtesLuwrTbLQUaviT9anQ1b5fyeCMtvFFECbPaxKG"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53307/admin/v1/peer/16Uiu2HAmUPuGARqJY7uNifm2oDjJVQJXRAK73nXtDDMUiLhY7MPg" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"multiaddr":"/ip4/172.18.89.255/tcp/57412/p2p/16Uiu2HAmUPuGARqJY7uNifm2oDjJVQJXRAK73nXtDDMUiLhY7MPg","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"}'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:162 Node-1 /admin/v1/peer/16Uiu2HAmUPuGARqJY7uNifm2oDjJVQJXRAK73nXtDDMUiLhY7MPg: {'multiaddr': '/ip4/172.18.89.255/tcp/57412/p2p/16Uiu2HAmUPuGARqJY7uNifm2oDjJVQJXRAK73nXtDDMUiLhY7MPg', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-125-gdafdee', 'origin': 'UnknownOrigin'}
|
||||
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:163 Validate response schema
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8da2a28ea68f
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 3a45319a7f4d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
217
nim/1022/data/attachments/213eae98c4ebd5b5.txt
Normal file
217
nim/1022/data/attachments/213eae98c4ebd5b5.txt
Normal file
@ -0,0 +1,217 @@
|
||||
2026-01-02 04:21:29.264 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:21:29.264 DEBUG [tests.conftest] Running test: test_filter_get_50_messages with id: 2026-01-02_04-21-29__7abdf89b-fbe4-4bce-8bda-d6bc500f72ab
|
||||
2026-01-02 04:21:29.265 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:21:29.265 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-02 04:21:29.265 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-01-02 04:21:29.272 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:21:29.272 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-21-29__7abdf89b-fbe4-4bce-8bda-d6bc500f72ab__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:29.272 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:21:29.272 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:21:29.274 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:21:29.274 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.145.241
|
||||
2026-01-02 04:21:29.274 DEBUG [src.node.docker_mananger] Generated ports ['1309', '1310', '1311', '1312', '1313']
|
||||
2026-01-02 04:21:29.274 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:21:29.274 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:21:29.275 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:21:29.275 DEBUG [src.node.docker_mananger] docker run -i -t -p 1309:1309 -p 1310:1310 -p 1311:1311 -p 1312:1312 -p 1313:1313 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1311 --rest-port=1309 --tcp-port=1310 --discv5-udp-port=1312 --rest-address=0.0.0.0 --nat=extip:172.18.145.241 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d67bd6fbcf0edc5bcfd43d93d8c4c6e87bd96ad4f6dedd0bbbebe2de44e4adad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1313 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:21:29.454 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.145.241 waku 8679b7f059902b309aa1a2f6116c69c25e5d308eb4db6b4af02da9c043e8f11c
|
||||
2026-01-02 04:21:29.483 DEBUG [src.node.docker_mananger] Container started with ID 8679b7f05990. Setting up logs at ./log/docker/node1_2026-01-02_04-21-29__7abdf89b-fbe4-4bce-8bda-d6bc500f72ab__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:29.484 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1309
|
||||
2026-01-02 04:21:29.484 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:21:30.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1309/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:30.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:21:30.488 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:21:30.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1309/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:30.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.241/tcp/1310/p2p/16Uiu2HAkw72jXUd7PH4M9F3C45DJDuiFLgMEncrS1kkmq7Hyuo8e","/ip4/172.18.145.241/tcp/1311/ws/p2p/16Uiu2HAkw72jXUd7PH4M9F3C45DJDuiFLgMEncrS1kkmq7Hyuo8e"],"enrUri":"enr:-L24QITYNJ9udtkXLt_--qIeMf_N9y1crKU0WVaK0sAxHtVJbaqIkI2fHBQyP0hSCwGB_tucDuoipIxq17uQqjn-qDkCgmlkgnY0gmlwhKwSkfGKbXVsdGlhZGRyc5YACASsEpHxBgUeAAoErBKR8QYFH90DgnJzhQADAQAAiXNlY3AyNTZrMaECGPDOHC8RwU3hWdRInBACUBY9sxp-8nCPQnSy4iR8Z1ODdGNwggUeg3VkcIIFIIV3YWt1MgU"}'
|
||||
2026-01-02 04:21:30.490 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:21:30.491 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-01-02 04:21:30.497 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:21:30.497 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-21-29__7abdf89b-fbe4-4bce-8bda-d6bc500f72ab__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:30.497 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:21:30.497 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:21:30.499 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:21:30.499 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.99.117
|
||||
2026-01-02 04:21:30.499 DEBUG [src.node.docker_mananger] Generated ports ['9452', '9453', '9454', '9455', '9456']
|
||||
2026-01-02 04:21:30.499 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:21:30.499 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:21:30.499 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:21:30.500 DEBUG [src.node.docker_mananger] docker run -i -t -p 9452:9452 -p 9453:9453 -p 9454:9454 -p 9455:9455 -p 9456:9456 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9454 --rest-port=9452 --tcp-port=9453 --discv5-udp-port=9455 --rest-address=0.0.0.0 --nat=extip:172.18.99.117 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dd8b4d06e16074ebcb53c7fba3ecf14d241526dd5bf4dc6ba9d25eb3be7c5a74 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9456 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QITYNJ9udtkXLt_--qIeMf_N9y1crKU0WVaK0sAxHtVJbaqIkI2fHBQyP0hSCwGB_tucDuoipIxq17uQqjn-qDkCgmlkgnY0gmlwhKwSkfGKbXVsdGlhZGRyc5YACASsEpHxBgUeAAoErBKR8QYFH90DgnJzhQADAQAAiXNlY3AyNTZrMaECGPDOHC8RwU3hWdRInBACUBY9sxp-8nCPQnSy4iR8Z1ODdGNwggUeg3VkcIIFIIV3YWt1MgU --filternode=/ip4/172.18.145.241/tcp/1310/p2p/16Uiu2HAkw72jXUd7PH4M9F3C45DJDuiFLgMEncrS1kkmq7Hyuo8e
|
||||
2026-01-02 04:21:30.679 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.99.117 waku ab8df6ed0fe737edc93baec2ffc7ee71ee065a3ed20ba4426aca8dcdc757c029
|
||||
2026-01-02 04:21:30.708 DEBUG [src.node.docker_mananger] Container started with ID ab8df6ed0fe7. Setting up logs at ./log/docker/node2_2026-01-02_04-21-29__7abdf89b-fbe4-4bce-8bda-d6bc500f72ab__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:21:30.708 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9452
|
||||
2026-01-02 04:21:30.708 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:21:31.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9452/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:31.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:21:31.713 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:21:31.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9452/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:31.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.99.117/tcp/9453/p2p/16Uiu2HAkz4VVUsGeV2voyCrccph7TvNVu57BfQiQoQ9B8G9MkcPd","/ip4/172.18.99.117/tcp/9454/ws/p2p/16Uiu2HAkz4VVUsGeV2voyCrccph7TvNVu57BfQiQoQ9B8G9MkcPd"],"enrUri":"enr:-L24QBIeQh__8nuVaZ1PXGXdzsGKq654NVoVIn9AhiKl6i0vfhjNvLdz64t_N9j4ZB-vZ1WduvvzAv2sgEPjnLayqAUCgmlkgnY0gmlwhKwSY3WKbXVsdGlhZGRyc5YACASsEmN1BiTtAAoErBJjdQYk7t0DgnJzhQADAQAAiXNlY3AyNTZrMaECRN1g7-_IrSCsKg7Tsl85UbWUE2AHgk5E_8sVnomOxUSDdGNwgiTtg3VkcIIk74V3YWt1MgA"}'
|
||||
2026-01-02 04:21:31.715 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:21:31.716 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9452/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.145.241/tcp/1310/p2p/16Uiu2HAkw72jXUd7PH4M9F3C45DJDuiFLgMEncrS1kkmq7Hyuo8e"]'
|
||||
2026-01-02 04:21:31.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.743 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-01-02 04:21:31.744 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:21:31.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9452/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "fe23e1c8-9e2d-4b8f-a755-7f0e2430e603", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-02 04:21:31.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"fe23e1c8-9e2d-4b8f-a755-7f0e2430e603","statusDesc":"OK"}'
|
||||
2026-01-02 04:21:31.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8w", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.778 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8x", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.793 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.803 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8y", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.807 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.818 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8z", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.822 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.832 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.837 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV81", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.851 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV82", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.865 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV83", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.880 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV84", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.894 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.894 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV85", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.909 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.919 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xMA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.923 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.934 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xMQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.938 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.948 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xMg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.952 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.952 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.963 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xMw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.967 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xNA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.982 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:31.992 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xNQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:31.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:31.996 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.007 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xNg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.012 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.013 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.023 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xNw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.028 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xOA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.042 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.053 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8xOQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.057 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.067 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yMA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.072 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.083 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yMQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.087 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.097 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yMg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.102 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yMw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.117 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yNA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.131 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yNQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.146 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yNg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.161 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.171 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yNw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.175 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yOA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.190 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8yOQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.205 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.205 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.215 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zMA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.220 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.220 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zMQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.234 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.245 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zMg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.249 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zMw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.264 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zNA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.278 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zNQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.293 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.304 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zNg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.308 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zNw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.322 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.333 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zOA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.337 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.337 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.347 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV8zOQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.351 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.362 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80MA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.366 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.366 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80MQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.381 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80Mg==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.396 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80Mw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.410 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80NA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.425 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.435 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80NQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.439 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80Ng==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.454 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.454 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80Nw==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.468 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80OA==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.483 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.483 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.494 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1309/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "TV80OQ==", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:21:32.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:21:32.498 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2026-01-02 04:21:32.508 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:21:33.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9452/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:21:33.512 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2026-01-02 04:21:33.514 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:21:33.515 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:21:33.515 DEBUG [src.node.waku_node] Stopping container with id 8679b7f05990
|
||||
2026-01-02 04:21:34.040 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:21:34.040 DEBUG [src.node.waku_node] Stopping container with id ab8df6ed0fe7
|
||||
2026-01-02 04:21:34.556 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:21:34.559 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:21:34.571 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:21:34.577 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
134
nim/1022/data/attachments/215eab335e4f8ecd.txt
Normal file
134
nim/1022/data/attachments/215eab335e4f8ecd.txt
Normal file
@ -0,0 +1,134 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_sync_messages_received_via_lightpush with id: 2026-01-02_04-24-14__35031f65-d1b1-40e2-9d94-85311e585f44
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-24-14__35031f65-d1b1-40e2-9d94-85311e585f44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-24-14__35031f65-d1b1-40e2-9d94-85311e585f44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-24-14__35031f65-d1b1-40e2-9d94-85311e585f44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.138.54
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['60005', '60006', '60007', '60008', '60009']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 60005:60005 -p 60006:60006 -p 60007:60007 -p 60008:60008 -p 60009:60009 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60007 --rest-port=60005 --tcp-port=60006 --discv5-udp-port=60008 --rest-address=0.0.0.0 --nat=extip:172.18.138.54 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ef71d3451fc1cbb8547dd3cee2c1c43bcb886bf34615a44d9e38fbd7ff81e2d0 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60009 --metrics-logging=true --relay=true --lightpush=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d47f96341215. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.138.54 waku a2e57a92cc2df2e4c440aeb8a3ad9bdcdf472b31c2d341a5459c059b107ce182
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a2e57a92cc2d. Setting up logs at ./log/docker/node1_2026-01-02_04-24-14__35031f65-d1b1-40e2-9d94-85311e585f44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 60005
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a8a1dde9b94a. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60005/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60005/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.54/tcp/60006/p2p/16Uiu2HAkzMHHtgSnYDZHe1APzGAtwDfufEhisF8KZt7ysaNwyw62","/ip4/172.18.138.54/tcp/60007/ws/p2p/16Uiu2HAkzMHHtgSnYDZHe1APzGAtwDfufEhisF8KZt7ysaNwyw62"],"enrUri":"enr:-L24QL5wJ7q1dJQx6uJj8CJ-x8N-gEWf-qXX5wDi-qwWHlKFSbZu8qFGtYsM1yzkgqFmuIvHLGZrMKOzA4WVF1A_W0YCgmlkgnY0gmlwhKwSijaKbXVsdGlhZGRyc5YACASsEoo2BupmAAoErBKKNgbqZ90DgnJzhQADAQAAiXNlY3AyNTZrMaECSSp1QfPJNxiE7AmiAxroVXyMLx15dBG1aKny4pGWYjuDdGNwgupmg3VkcILqaIV3YWt1Mhs"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.73.250
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['24635', '24636', '24637', '24638', '24639']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 24635:24635 -p 24636:24636 -p 24637:24637 -p 24638:24638 -p 24639:24639 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24637 --rest-port=24635 --tcp-port=24636 --discv5-udp-port=24638 --rest-address=0.0.0.0 --nat=extip:172.18.73.250 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7ed175ecfec20d4f4ec273d1aa0606e1e3b0dc719ebbf2cf3fb9bacdd7e8285e --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24639 --metrics-logging=true --relay=true --lightpush=true --discv5-bootstrap-node=enr:-L24QL5wJ7q1dJQx6uJj8CJ-x8N-gEWf-qXX5wDi-qwWHlKFSbZu8qFGtYsM1yzkgqFmuIvHLGZrMKOzA4WVF1A_W0YCgmlkgnY0gmlwhKwSijaKbXVsdGlhZGRyc5YACASsEoo2BupmAAoErBKKNgbqZ90DgnJzhQADAQAAiXNlY3AyNTZrMaECSSp1QfPJNxiE7AmiAxroVXyMLx15dBG1aKny4pGWYjuDdGNwgupmg3VkcILqaIV3YWt1Mhs --lightpushnode=/ip4/172.18.138.54/tcp/60006/p2p/16Uiu2HAkzMHHtgSnYDZHe1APzGAtwDfufEhisF8KZt7ysaNwyw62
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.73.250 waku 77ec207d1cb3319de354d9d57bc051b72d2c3307605b1c35e185300f5d0bf66a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 77ec207d1cb3. Setting up logs at ./log/docker/node2_2026-01-02_04-24-14__35031f65-d1b1-40e2-9d94-85311e585f44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 24635
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24635/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"READY"},{"Legacy Lightpush":"READY"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24635/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.73.250/tcp/24636/p2p/16Uiu2HAm5JTemLwwDx2TctK5AXKzb83LsmpAunZCYemy18qGMajR","/ip4/172.18.73.250/tcp/24637/ws/p2p/16Uiu2HAm5JTemLwwDx2TctK5AXKzb83LsmpAunZCYemy18qGMajR"],"enrUri":"enr:-L24QP-vhcfzBjRYmIJTP5ncTOdQOBkmpmDmhZWDTMk_5mt-Dwo-a8YdQFKgzVmLkmAJBSlV89X1_ppR7DVkdtrh9aoCgmlkgnY0gmlwhKwSSfqKbXVsdGlhZGRyc5YACASsEkn6BmA8AAoErBJJ-gZgPd0DgnJzhQADAQAAiXNlY3AyNTZrMaECkrvdPIrFPAqSSgG-9HDJbYDOW4ewPZ5_idMKKs4RMBCDdGNwgmA8g3VkcIJgPoV3YWt1Mhs"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.190.63
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38551', '38552', '38553', '38554', '38555']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 38551:38551 -p 38552:38552 -p 38553:38553 -p 38554:38554 -p 38555:38555 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38553 --rest-port=38551 --tcp-port=38552 --discv5-udp-port=38554 --rest-address=0.0.0.0 --nat=extip:172.18.190.63 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9cac0da8ba523ca0b28707ebcadfa6a2f3a9c62578e2d4afbdbfa96a206f8290 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38555 --metrics-logging=true --relay=true --storenode=/ip4/172.18.73.250/tcp/24636/p2p/16Uiu2HAm5JTemLwwDx2TctK5AXKzb83LsmpAunZCYemy18qGMajR --discv5-bootstrap-node=enr:-L24QP-vhcfzBjRYmIJTP5ncTOdQOBkmpmDmhZWDTMk_5mt-Dwo-a8YdQFKgzVmLkmAJBSlV89X1_ppR7DVkdtrh9aoCgmlkgnY0gmlwhKwSSfqKbXVsdGlhZGRyc5YACASsEkn6BmA8AAoErBJJ-gZgPd0DgnJzhQADAQAAiXNlY3AyNTZrMaECkrvdPIrFPAqSSgG-9HDJbYDOW4ewPZ5_idMKKs4RMBCDdGNwgmA8g3VkcIJgPoV3YWt1Mhs
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.190.63 waku 4ef7d5c4d164e237d0ec797e9ecb2446553f7e51f9d5c4d26accc176c697141d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4ef7d5c4d164. Setting up logs at ./log/docker/node3_2026-01-02_04-24-14__35031f65-d1b1-40e2-9d94-85311e585f44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38551
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38551/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38551/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.190.63/tcp/38552/p2p/16Uiu2HAmGCdYrLJMrVJD13jgpQdC71cxmgxMvQ79doKUkMNvnzmH","/ip4/172.18.190.63/tcp/38553/ws/p2p/16Uiu2HAmGCdYrLJMrVJD13jgpQdC71cxmgxMvQ79doKUkMNvnzmH"],"enrUri":"enr:-L24QMKap8OR4F8rBULHD5dXbGUmH4TALuzd7cgKXiYSDvPsURb9mAFQOaIfmnyA9FGu6iyDwfIh8BckCRzBpDb6xzACgmlkgnY0gmlwhKwSvj-KbXVsdGlhZGRyc5YACASsEr4_BpaYAAoErBK-PwaWmd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNK4gla-Mtjf7U9IgwEauF63rzGojo7ahyCUcnH6s8gSDdGNwgpaYg3VkcIKWmoV3YWt1MhM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24635/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.138.54/tcp/60006/p2p/16Uiu2HAkzMHHtgSnYDZHe1APzGAtwDfufEhisF8KZt7ysaNwyw62"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:38551/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.73.250/tcp/24636/p2p/16Uiu2HAm5JTemLwwDx2TctK5AXKzb83LsmpAunZCYemy18qGMajR"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60005/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24635/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:38551/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60005/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1767327858113445781}}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60005/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1767327858327082702}}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60005/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1767327858542468877}}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60005/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1767327858757665273}}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60005/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1767327858972978798}}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60005/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1767327859187070412}}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60005/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1767327859402047088}}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60005/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1767327859615224796}}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60005/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1767327859831379850}}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60005/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1767327860045273944}}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60005/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x935921d748c1b2fd5e5efc7afd70e86ccb61ec99f68c4ba4a30aad01b0d3579a"},{"messageHash":"0x4b0f9f5fd844194f239b7906564836b40f05e78fcb29c0a6f0c6d177038d429f"},{"messageHash":"0xec5354b0f0b54cdea2d0b1d58a1705b674ad9d2e547c16e6a48f9686aa9f5506"},{"messageHash":"0x24f26121e440341ae755cd0dce4ce6c69359b3720cd0416d73769767b771a43c"},{"messageHash":"0xc719047dba5a64c63b347510eeccdaa8d46677d33630a0a8f1e1079cd7d8e69a"},{"messageHash":"0x85342852089094474c15e52ba1c196e213376f05489a04da6bac7deeea3bf077"},{"messageHash":"0xa9f95d3ed0dc725815e192ab4d23a0308b738074a8ba8a82a056c43035a6ac3e"},{"messageHash":"0xc1ad52575143d23400162e51f62c143ace6b82ebb82ea5ce55bc9c9a2e4d84f9"},{"messageHash":"0xd074e7b18098daa95d700831ec6021a9f5bfaf280b3c78e5eb0a0ef5061ae738"},{"messageHash":"0xf919e6d4669a028c049c891402b3a595795a2aa01b7cc72ea9d32adce7607240"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24635/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x935921d748c1b2fd5e5efc7afd70e86ccb61ec99f68c4ba4a30aad01b0d3579a"},{"messageHash":"0x4b0f9f5fd844194f239b7906564836b40f05e78fcb29c0a6f0c6d177038d429f"},{"messageHash":"0xec5354b0f0b54cdea2d0b1d58a1705b674ad9d2e547c16e6a48f9686aa9f5506"},{"messageHash":"0x24f26121e440341ae755cd0dce4ce6c69359b3720cd0416d73769767b771a43c"},{"messageHash":"0xc719047dba5a64c63b347510eeccdaa8d46677d33630a0a8f1e1079cd7d8e69a"},{"messageHash":"0x85342852089094474c15e52ba1c196e213376f05489a04da6bac7deeea3bf077"},{"messageHash":"0xa9f95d3ed0dc725815e192ab4d23a0308b738074a8ba8a82a056c43035a6ac3e"},{"messageHash":"0xc1ad52575143d23400162e51f62c143ace6b82ebb82ea5ce55bc9c9a2e4d84f9"},{"messageHash":"0xd074e7b18098daa95d700831ec6021a9f5bfaf280b3c78e5eb0a0ef5061ae738"},{"messageHash":"0xf919e6d4669a028c049c891402b3a595795a2aa01b7cc72ea9d32adce7607240"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38551/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x935921d748c1b2fd5e5efc7afd70e86ccb61ec99f68c4ba4a30aad01b0d3579a"},{"messageHash":"0x4b0f9f5fd844194f239b7906564836b40f05e78fcb29c0a6f0c6d177038d429f"},{"messageHash":"0xec5354b0f0b54cdea2d0b1d58a1705b674ad9d2e547c16e6a48f9686aa9f5506"},{"messageHash":"0x24f26121e440341ae755cd0dce4ce6c69359b3720cd0416d73769767b771a43c"},{"messageHash":"0xc719047dba5a64c63b347510eeccdaa8d46677d33630a0a8f1e1079cd7d8e69a"},{"messageHash":"0x85342852089094474c15e52ba1c196e213376f05489a04da6bac7deeea3bf077"},{"messageHash":"0xa9f95d3ed0dc725815e192ab4d23a0308b738074a8ba8a82a056c43035a6ac3e"},{"messageHash":"0xc1ad52575143d23400162e51f62c143ace6b82ebb82ea5ce55bc9c9a2e4d84f9"},{"messageHash":"0xd074e7b18098daa95d700831ec6021a9f5bfaf280b3c78e5eb0a0ef5061ae738"},{"messageHash":"0xf919e6d4669a028c049c891402b3a595795a2aa01b7cc72ea9d32adce7607240"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id a2e57a92cc2d
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 77ec207d1cb3
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 4ef7d5c4d164
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a2e57a92cc2d. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
109
nim/1022/data/attachments/217e4b099a4db089.txt
Normal file
109
nim/1022/data/attachments/217e4b099a4db089.txt
Normal file
@ -0,0 +1,109 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_sync_flags_node2_start_later with id: 2026-01-02_04-36-24__1b2ff390-516e-4078-934a-d8e304443260
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-36-24__1b2ff390-516e-4078-934a-d8e304443260__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-36-24__1b2ff390-516e-4078-934a-d8e304443260__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-36-24__1b2ff390-516e-4078-934a-d8e304443260__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.102.51
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['31520', '31521', '31522', '31523', '31524']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 31520:31520 -p 31521:31521 -p 31522:31522 -p 31523:31523 -p 31524:31524 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31522 --rest-port=31520 --tcp-port=31521 --discv5-udp-port=31523 --rest-address=0.0.0.0 --nat=extip:172.18.102.51 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f1813babaa0498bda80c3942fcd60b6c4a957000d83c4457a8ea7e5b402e4785 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31524 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.102.51 waku c83202abcf237562014e95af54c2c985027e96410e290b2bab116de155c5d3f5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c83202abcf23. Setting up logs at ./log/docker/node1_2026-01-02_04-36-24__1b2ff390-516e-4078-934a-d8e304443260__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 31520
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8981d2e6ebec. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7560da0b367e. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31520/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31520/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.102.51/tcp/31521/p2p/16Uiu2HAmEFfz7huWTZkKybD1YZLN41YeZoyAp7tsZ9SNW7HLJtqm","/ip4/172.18.102.51/tcp/31522/ws/p2p/16Uiu2HAmEFfz7huWTZkKybD1YZLN41YeZoyAp7tsZ9SNW7HLJtqm"],"enrUri":"enr:-L24QHXOBxMOJWa0gqMGPDEKuSz4vJemtrF0ATQ-bhJqX3pPTJ076HAVtu89AEz7sxH8XVAJlj7XpkyV8-9KMUg1T7ACgmlkgnY0gmlwhKwSZjOKbXVsdGlhZGRyc5YACASsEmYzBnshAAoErBJmMwZ7It0DgnJzhQADAQAAiXNlY3AyNTZrMaEDF74_8zg_Q1SmlNldP2Ta2WLcZB35e2VKAyenLhk27RCDdGNwgnshg3VkcIJ7I4V3YWt1MhM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31520/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31520/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.151.182
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['60336', '60337', '60338', '60339', '60340']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 60336:60336 -p 60337:60337 -p 60338:60338 -p 60339:60339 -p 60340:60340 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60338 --rest-port=60336 --tcp-port=60337 --discv5-udp-port=60339 --rest-address=0.0.0.0 --nat=extip:172.18.151.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a8b0140387cffe94a92e3e222bce101fcbf6b98cfdd2070bf787be8dbeaa2edd --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60340 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QHXOBxMOJWa0gqMGPDEKuSz4vJemtrF0ATQ-bhJqX3pPTJ076HAVtu89AEz7sxH8XVAJlj7XpkyV8-9KMUg1T7ACgmlkgnY0gmlwhKwSZjOKbXVsdGlhZGRyc5YACASsEmYzBnshAAoErBJmMwZ7It0DgnJzhQADAQAAiXNlY3AyNTZrMaEDF74_8zg_Q1SmlNldP2Ta2WLcZB35e2VKAyenLhk27RCDdGNwgnshg3VkcIJ7I4V3YWt1MhM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.151.182 waku 3a3749fa64348d3074cc93e0aa4b22bb4346c2bf823dc02bb07f50049a6fdcb8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3a3749fa6434. Setting up logs at ./log/docker/node2_2026-01-02_04-36-24__1b2ff390-516e-4078-934a-d8e304443260__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 60336
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60336/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60336/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.182/tcp/60337/p2p/16Uiu2HAkvzkR2RME5C6oD368h8FiJJoo63kduBiGg4jKZQiFqE9Q","/ip4/172.18.151.182/tcp/60338/ws/p2p/16Uiu2HAkvzkR2RME5C6oD368h8FiJJoo63kduBiGg4jKZQiFqE9Q"],"enrUri":"enr:-L24QHQfpZOhuh_T_9c4iw4zdVzsrU68rXuLJKb0hDf5bVCBAOD2BAtqQTtt8wTvlycWQvaCY8DfKnjPFi1w-U6CuPACgmlkgnY0gmlwhKwSl7aKbXVsdGlhZGRyc5YACASsEpe2BuuxAAoErBKXtgbrst0DgnJzhQADAQAAiXNlY3AyNTZrMaECF1TeSvCgK-nw_WEA4rtDeuwyM_pTlwkYf00P7oD3y3uDdGNwguuxg3VkcILrs4V3YWt1MhI"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:60336/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.102.51/tcp/31521/p2p/16Uiu2HAmEFfz7huWTZkKybD1YZLN41YeZoyAp7tsZ9SNW7HLJtqm"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 65 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60336/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x0eac6a638010ec24cf4af584939a7c3ec835dabeb909887c731036f603825bac"},{"messageHash":"0x06ae0ce98818adf3362c36f109520debc43e5986888c52e24ebd53bfac4a87f1"},{"messageHash":"0x3bfb0b7f3f6c4be87363686ca5fe3025b7fd617c9665d916cc6cb253a50ef5df"},{"messageHash":"0x4aa3e764f6c712b20ab5d1aa99fde94524233f9b740a64434aac974a947da00e"},{"messageHash":"0x9dee6a090d7fd1c5f41358771abb6965b1cd2637cf3996f29958b8a4811d3bb0"},{"messageHash":"0xc6a94801a4ce6a2584139e3a73c773f6767303f5109b38c275b9ee17a0fce0a7"},{"messageHash":"0x1beaea55ed08b7d41c456cbd4a0596a395888a4e38eb7bbbd4ff9d3cfaed327b"},{"messageHash":"0x0c067a858dd62ea819eac7ed2f53fd58ce5f8ea222dbde60d55aeb3cb673cbe8"},{"messageHash":"0x0206c3a6640c20a75d53b71029f9181c75eeb9eecd596fc06fc3111bafb1cc17"},{"messageHash":"0x168515a0207e9f5c28a6641d5448e1dee2897ad1ea86446bc7bec4b21b422263"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c83202abcf23
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 3a3749fa6434
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
68
nim/1022/data/attachments/218e7d08b7b0b68d.txt
Normal file
68
nim/1022/data/attachments/218e7d08b7b0b68d.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2026-01-02 04:16:56.341 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:16:56.341 DEBUG [tests.conftest] Running test: test_filter_update_subscription_with_no_pubsub_topic with id: 2026-01-02_04-16-56__a3604184-d60b-4cb3-8a75-151243879509
|
||||
2026-01-02 04:16:56.341 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:16:56.341 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-02 04:16:56.341 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-01-02 04:16:56.347 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:16:56.348 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-16-56__a3604184-d60b-4cb3-8a75-151243879509__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:16:56.348 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:16:56.348 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:16:56.349 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:16:56.349 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.198.168
|
||||
2026-01-02 04:16:56.349 DEBUG [src.node.docker_mananger] Generated ports ['61752', '61753', '61754', '61755', '61756']
|
||||
2026-01-02 04:16:56.350 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:16:56.350 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:16:56.350 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:16:56.350 DEBUG [src.node.docker_mananger] docker run -i -t -p 61752:61752 -p 61753:61753 -p 61754:61754 -p 61755:61755 -p 61756:61756 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61754 --rest-port=61752 --tcp-port=61753 --discv5-udp-port=61755 --rest-address=0.0.0.0 --nat=extip:172.18.198.168 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=deccef3321ec39b1daf987a39acb292dc8ad625bdb81bca55479ba8af5debe50 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61756 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:16:56.494 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.198.168 waku c9a2fddc1a3cfd43d8148ca97fafc2cf962ed4ec029233907d75917888091224
|
||||
2026-01-02 04:16:56.522 DEBUG [src.node.docker_mananger] Container started with ID c9a2fddc1a3c. Setting up logs at ./log/docker/node1_2026-01-02_04-16-56__a3604184-d60b-4cb3-8a75-151243879509__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:16:56.523 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61752
|
||||
2026-01-02 04:16:56.525 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:16:56.677 ERROR [src.node.docker_mananger] Max retries reached for container a6eb93169d59. Exiting log stream.
|
||||
2026-01-02 04:16:57.134 ERROR [src.node.docker_mananger] Max retries reached for container 242b7fdcec7c. Exiting log stream.
|
||||
2026-01-02 04:16:57.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61752/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:16:57.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:16:57.529 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:16:57.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61752/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:16:57.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.198.168/tcp/61753/p2p/16Uiu2HAmCUwBtwCepxvCa7E7z86TbCBanq7QhLZGxdmsnhybryxv","/ip4/172.18.198.168/tcp/61754/ws/p2p/16Uiu2HAmCUwBtwCepxvCa7E7z86TbCBanq7QhLZGxdmsnhybryxv"],"enrUri":"enr:-L24QMVo_4Ob5gIzrvjX_GVXif-k0CayTBg9JB_fCzhvJyVdDvCT3D1qL8SJxi0nhIbo5SrwgHA-0wqOVKVkETXiliYCgmlkgnY0gmlwhKwSxqiKbXVsdGlhZGRyc5YACASsEsaoBvE5AAoErBLGqAbxOt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_Wyd3h5k4-HxZuSIiT-OhuYuKH8oC-Ws8-KT2OcEOdODdGNwgvE5g3VkcILxO4V3YWt1MgU"}'
|
||||
2026-01-02 04:16:57.532 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:16:57.532 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-01-02 04:16:57.538 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:16:57.538 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-16-56__a3604184-d60b-4cb3-8a75-151243879509__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:16:57.538 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:16:57.538 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:16:57.540 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:16:57.540 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.197.243
|
||||
2026-01-02 04:16:57.540 DEBUG [src.node.docker_mananger] Generated ports ['29752', '29753', '29754', '29755', '29756']
|
||||
2026-01-02 04:16:57.540 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:16:57.540 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:16:57.540 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:16:57.540 DEBUG [src.node.docker_mananger] docker run -i -t -p 29752:29752 -p 29753:29753 -p 29754:29754 -p 29755:29755 -p 29756:29756 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29754 --rest-port=29752 --tcp-port=29753 --discv5-udp-port=29755 --rest-address=0.0.0.0 --nat=extip:172.18.197.243 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dbd3d1db3dfff4fdba3e7bb6bdccf6ab2dd1337b747e7c99a8453a667b12d2e1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29756 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QMVo_4Ob5gIzrvjX_GVXif-k0CayTBg9JB_fCzhvJyVdDvCT3D1qL8SJxi0nhIbo5SrwgHA-0wqOVKVkETXiliYCgmlkgnY0gmlwhKwSxqiKbXVsdGlhZGRyc5YACASsEsaoBvE5AAoErBLGqAbxOt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_Wyd3h5k4-HxZuSIiT-OhuYuKH8oC-Ws8-KT2OcEOdODdGNwgvE5g3VkcILxO4V3YWt1MgU --filternode=/ip4/172.18.198.168/tcp/61753/p2p/16Uiu2HAmCUwBtwCepxvCa7E7z86TbCBanq7QhLZGxdmsnhybryxv
|
||||
2026-01-02 04:16:57.701 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.197.243 waku 17b2cf267c69b383e88c452eee9ff1236d13538981c659e392c48625145e4559
|
||||
2026-01-02 04:16:57.729 DEBUG [src.node.docker_mananger] Container started with ID 17b2cf267c69. Setting up logs at ./log/docker/node2_2026-01-02_04-16-56__a3604184-d60b-4cb3-8a75-151243879509__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:16:57.729 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29752
|
||||
2026-01-02 04:16:57.729 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:16:58.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29752/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:16:58.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:16:58.734 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:16:58.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29752/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:16:58.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.197.243/tcp/29753/p2p/16Uiu2HAm6BW2afnR3XmAcEuwb26eUWvQBmjQ3Lcdijftq8fU9hvi","/ip4/172.18.197.243/tcp/29754/ws/p2p/16Uiu2HAm6BW2afnR3XmAcEuwb26eUWvQBmjQ3Lcdijftq8fU9hvi"],"enrUri":"enr:-L24QC9gENM7LveYugAKg3CJboGNHKw9Zgjr8E3tHTPz957oFQe0uTSvGfRevgNcdjAf5e0R4Enf-clHNyTXYg9OU6oCgmlkgnY0gmlwhKwSxfOKbXVsdGlhZGRyc5YACASsEsXzBnQ5AAoErBLF8wZ0Ot0DgnJzhQADAQAAiXNlY3AyNTZrMaECn88sE6DvVXtCfFqO6XqzlWVhc-FjcT0oKDW9EOLVhDuDdGNwgnQ5g3VkcIJ0O4V3YWt1MgA"}'
|
||||
2026-01-02 04:16:58.736 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:16:58.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29752/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.198.168/tcp/61753/p2p/16Uiu2HAmCUwBtwCepxvCa7E7z86TbCBanq7QhLZGxdmsnhybryxv"]'
|
||||
2026-01-02 04:16:58.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:16:58.763 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-01-02 04:16:58.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61752/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:16:58.776 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:16:58.777 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29752/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1e1ab5a6-6245-4627-8eb3-16012d1e9bff", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-02 04:16:58.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1e1ab5a6-6245-4627-8eb3-16012d1e9bff","statusDesc":"OK"}'
|
||||
2026-01-02 04:16:58.789 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:29752/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/2/waku-filter/proto"]}'
|
||||
2026-01-02 04:16:58.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-02 04:16:58.798 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:16:58.799 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:16:58.799 DEBUG [src.node.waku_node] Stopping container with id c9a2fddc1a3c
|
||||
2026-01-02 04:16:59.288 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:16:59.288 DEBUG [src.node.waku_node] Stopping container with id 17b2cf267c69
|
||||
2026-01-02 04:16:59.788 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:16:59.790 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:16:59.795 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:16:59.800 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
151
nim/1022/data/attachments/2195c9c79a257934.txt
Normal file
151
nim/1022/data/attachments/2195c9c79a257934.txt
Normal file
@ -0,0 +1,151 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_multiple_pubsub_topics_same_cluster with id: 2026-01-02_04-22-45__7b2306fa-d3b7-44b3-a744-c4609460af46
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-22-45__7b2306fa-d3b7-44b3-a744-c4609460af46__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.207.187
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39948', '39949', '39950', '39951', '39952']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 39948:39948 -p 39949:39949 -p 39950:39950 -p 39951:39951 -p 39952:39952 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=39950 --rest-port=39948 --tcp-port=39949 --discv5-udp-port=39951 --rest-address=0.0.0.0 --nat=extip:172.18.207.187 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=229a7b041a218be1d5bd9a08e965cdacb5aa6abc8ecefcabe1b0dcdd80d59ca0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39952 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.122.117
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35876', '35877', '35878', '35879', '35880']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35876:35876 -p 35877:35877 -p 35878:35878 -p 35879:35879 -p 35880:35880 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35878 --rest-port=35876 --tcp-port=35877 --discv5-udp-port=35879 --rest-address=0.0.0.0 --nat=extip:172.18.122.117 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b1725bf8f7cadc9cb6bc66e3dbe0e2c3fafcb8de2f003ee59d21fd8cbbab68dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35880 --metrics-logging=true --relay=true --filter=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6532fe13bf4d. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.122.117 waku 088815f4a9f6c2da83a0f0d1fc9f37b47d9a94ac9b725db8b506aa96dc025895
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 088815f4a9f6. Setting up logs at ./log/docker/node1_2026-01-02_04-22-45__7b2306fa-d3b7-44b3-a744-c4609460af46__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35876
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0ad4092280bb. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35876/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35876/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.122.117/tcp/35877/p2p/16Uiu2HAmAmmEBoF33aqAtQkNMauxdLW39E2ZzawGy3Q3uhG9Z2BK","/ip4/172.18.122.117/tcp/35878/ws/p2p/16Uiu2HAmAmmEBoF33aqAtQkNMauxdLW39E2ZzawGy3Q3uhG9Z2BK"],"enrUri":"enr:-L24QOqF6VUYuG7MeDqHTN1CTkCYrULpsQArRfsBmh8ZJ-ZAUUdx2P8JpKrGP4iTKB9Z0Htr8m5ktA7z3aigRl8KRNgCgmlkgnY0gmlwhKwSenWKbXVsdGlhZGRyc5YACASsEnp1BowlAAoErBJ6dQaMJt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC5ATarHBp6n-H-avSeqifgmIisf3DiCYeoxsoA5huLVqDdGNwgowlg3VkcIKMJ4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-22-45__7b2306fa-d3b7-44b3-a744-c4609460af46__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.207.178
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59356', '59357', '59358', '59359', '59360']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:163 Removing pubsub-topic from nwaku args
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 59356:59356 -p 59357:59357 -p 59358:59358 -p 59359:59359 -p 59360:59360 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59358 --rest-port=59356 --tcp-port=59357 --discv5-udp-port=59359 --rest-address=0.0.0.0 --nat=extip:172.18.207.178 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=49e7a81e70d6eaf180ff716e1a1d337b185bead81ca4a04496dcd8ae53fd4f6c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59360 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOqF6VUYuG7MeDqHTN1CTkCYrULpsQArRfsBmh8ZJ-ZAUUdx2P8JpKrGP4iTKB9Z0Htr8m5ktA7z3aigRl8KRNgCgmlkgnY0gmlwhKwSenWKbXVsdGlhZGRyc5YACASsEnp1BowlAAoErBJ6dQaMJt0DgnJzhQACAQAAiXNlY3AyNTZrMaEC5ATarHBp6n-H-avSeqifgmIisf3DiCYeoxsoA5huLVqDdGNwgowlg3VkcIKMJ4V3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.207.178 waku b6846d489a2664e9c10de66f4e391b698b5b4c7faec8bd3ab0228616b48e37e8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b6846d489a26. Setting up logs at ./log/docker/node2_2026-01-02_04-22-45__7b2306fa-d3b7-44b3-a744-c4609460af46__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59356
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59356/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59356/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.207.178/tcp/59357/p2p/16Uiu2HAkwJKUGGWXQ6di4a2aM5KoMnyatS3PoPWLWERdV9sqsCCh","/ip4/172.18.207.178/tcp/59358/ws/p2p/16Uiu2HAkwJKUGGWXQ6di4a2aM5KoMnyatS3PoPWLWERdV9sqsCCh"],"enrUri":"enr:-L24QEl_o9H7qgjLSXAKHLiSjOa_ups2ru3ZySvnIdrf6VpaOM1EvIN8Ag2m0tTkAXfermao3JZsdPi-6yjqmjfU2OsCgmlkgnY0gmlwhKwSz7KKbXVsdGlhZGRyc5YACASsEs-yBufdAAoErBLPsgbn3t0DgnJzhQACAQAAiXNlY3AyNTZrMaECG9UeUk1UoYkVqYiWBuFsWKIuHBjZesK6AunOIe8u80KDdGNwgufdg3VkcILn34V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59356/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.122.117/tcp/35877/p2p/16Uiu2HAmAmmEBoF33aqAtQkNMauxdLW39E2ZzawGy3Q3uhG9Z2BK"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35876/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59356/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327767906669653,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327767906669653,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768026762443,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768026762443,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768140796076,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768140796076,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768254696535,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768254696535,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768368280619,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768368280619,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768482209871,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768482209871,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768595755515,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768595755515,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768709218066,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59356/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767327768709218066,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 088815f4a9f6
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b6846d489a26
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
127
nim/1022/data/attachments/219b2a2c7b6b423e.txt
Normal file
127
nim/1022/data/attachments/219b2a2c7b6b423e.txt
Normal file
@ -0,0 +1,127 @@
|
||||
2026-01-02 04:17:03.205 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:17:03.206 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_all_from_few_content_topics with id: 2026-01-02_04-17-03__62b197fe-bfdc-4e5d-aa64-fc217bfcd418
|
||||
2026-01-02 04:17:03.206 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:17:03.206 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-02 04:17:03.206 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-01-02 04:17:03.213 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:17:03.213 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-17-03__62b197fe-bfdc-4e5d-aa64-fc217bfcd418__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:03.213 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:17:03.213 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:17:03.215 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:17:03.215 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.182.118
|
||||
2026-01-02 04:17:03.215 DEBUG [src.node.docker_mananger] Generated ports ['12959', '12960', '12961', '12962', '12963']
|
||||
2026-01-02 04:17:03.215 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:17:03.215 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:17:03.215 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:17:03.215 DEBUG [src.node.docker_mananger] docker run -i -t -p 12959:12959 -p 12960:12960 -p 12961:12961 -p 12962:12962 -p 12963:12963 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=12961 --rest-port=12959 --tcp-port=12960 --discv5-udp-port=12962 --rest-address=0.0.0.0 --nat=extip:172.18.182.118 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3ab54e3cac1a0eb357a062a74398989f89f83a3e2ac639e849be3cbc3b9fb1cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12963 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:17:03.406 ERROR [src.node.docker_mananger] Max retries reached for container 5ee32428857b. Exiting log stream.
|
||||
2026-01-02 04:17:03.415 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.182.118 waku 6b3a526ea3be8ee10a87df65d31886ac4c7d2f1431f143cd362cc5fa28b65c57
|
||||
2026-01-02 04:17:03.447 DEBUG [src.node.docker_mananger] Container started with ID 6b3a526ea3be. Setting up logs at ./log/docker/node1_2026-01-02_04-17-03__62b197fe-bfdc-4e5d-aa64-fc217bfcd418__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:03.448 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12959
|
||||
2026-01-02 04:17:03.448 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:17:03.970 ERROR [src.node.docker_mananger] Max retries reached for container ae18028f89c4. Exiting log stream.
|
||||
2026-01-02 04:17:04.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12959/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:04.452 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:17:04.452 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:17:04.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12959/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:04.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.182.118/tcp/12960/p2p/16Uiu2HAmU9Ax99U6tJCPojAzGN7e7A8ndCs5rGdpviTYjqkWLNrw","/ip4/172.18.182.118/tcp/12961/ws/p2p/16Uiu2HAmU9Ax99U6tJCPojAzGN7e7A8ndCs5rGdpviTYjqkWLNrw"],"enrUri":"enr:-L24QEzw5Gav2DfM2veEDUg9DkkV--pHXBwL5QRz4HPLnKQfdJshYUVyudPU1vuk52rpZPx8hvIgXy0JUe5QNbXP7ssCgmlkgnY0gmlwhKwStnaKbXVsdGlhZGRyc5YACASsErZ2BjKgAAoErBK2dgYyod0DgnJzhQADAQAAiXNlY3AyNTZrMaED5heNkgZMKFrnABz0XmAf2afZRO9XIAVD2TmplAeLkOyDdGNwgjKgg3VkcIIyooV3YWt1MgU"}'
|
||||
2026-01-02 04:17:04.455 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:17:04.455 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-01-02 04:17:04.462 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:17:04.462 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-17-03__62b197fe-bfdc-4e5d-aa64-fc217bfcd418__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:04.462 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:17:04.462 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:17:04.464 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:17:04.464 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.217.41
|
||||
2026-01-02 04:17:04.464 DEBUG [src.node.docker_mananger] Generated ports ['48034', '48035', '48036', '48037', '48038']
|
||||
2026-01-02 04:17:04.464 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:17:04.464 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:17:04.464 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:17:04.465 DEBUG [src.node.docker_mananger] docker run -i -t -p 48034:48034 -p 48035:48035 -p 48036:48036 -p 48037:48037 -p 48038:48038 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48036 --rest-port=48034 --tcp-port=48035 --discv5-udp-port=48037 --rest-address=0.0.0.0 --nat=extip:172.18.217.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bfdaadba0d96e6f3badec9401fe474e6cd7a11f292d97dfa2811ed47e832fd16 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48038 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEzw5Gav2DfM2veEDUg9DkkV--pHXBwL5QRz4HPLnKQfdJshYUVyudPU1vuk52rpZPx8hvIgXy0JUe5QNbXP7ssCgmlkgnY0gmlwhKwStnaKbXVsdGlhZGRyc5YACASsErZ2BjKgAAoErBK2dgYyod0DgnJzhQADAQAAiXNlY3AyNTZrMaED5heNkgZMKFrnABz0XmAf2afZRO9XIAVD2TmplAeLkOyDdGNwgjKgg3VkcIIyooV3YWt1MgU --filternode=/ip4/172.18.182.118/tcp/12960/p2p/16Uiu2HAmU9Ax99U6tJCPojAzGN7e7A8ndCs5rGdpviTYjqkWLNrw
|
||||
2026-01-02 04:17:04.649 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.217.41 waku e372e1c7df1080b79a6467a263cb91f305e77de6ce2f0304942f4ba3e65c4549
|
||||
2026-01-02 04:17:04.678 DEBUG [src.node.docker_mananger] Container started with ID e372e1c7df10. Setting up logs at ./log/docker/node2_2026-01-02_04-17-03__62b197fe-bfdc-4e5d-aa64-fc217bfcd418__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:04.679 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48034
|
||||
2026-01-02 04:17:04.679 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:17:05.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48034/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:05.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:17:05.683 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:17:05.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48034/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:05.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.41/tcp/48035/p2p/16Uiu2HAm4P4Uzq9GgnA8uQYfon92hJ7GUoJNwYn9tx8CZ5mPunjE","/ip4/172.18.217.41/tcp/48036/ws/p2p/16Uiu2HAm4P4Uzq9GgnA8uQYfon92hJ7GUoJNwYn9tx8CZ5mPunjE"],"enrUri":"enr:-L24QLZdBjHwmuCxSFg-w1mMkhe1MBo6gwH7FTY5s-SNHLZNMltchfzOYrZTid45Cysofda7jVeXbz1HFY43RybDNWICgmlkgnY0gmlwhKwS2SmKbXVsdGlhZGRyc5YACASsEtkpBrujAAoErBLZKQa7pN0DgnJzhQADAQAAiXNlY3AyNTZrMaEChQ3ifVnilNdr5gTEwG2jCtnZNe6AxKxNJ687Shyd_eWDdGNwgrujg3VkcIK7pYV3YWt1MgA"}'
|
||||
2026-01-02 04:17:05.686 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:17:05.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48034/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.182.118/tcp/12960/p2p/16Uiu2HAmU9Ax99U6tJCPojAzGN7e7A8ndCs5rGdpviTYjqkWLNrw"]'
|
||||
2026-01-02 04:17:05.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:05.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12959/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:17:05.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:05.734 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48034/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "11224805-756e-457b-a037-535ee1066fb4", "contentFilters": ["Hello World!", "1234567890", "{\"key\": \"value\"}", "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "\ud83d\ude80\ud83c\udf1f\u2728"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-02 04:17:05.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"11224805-756e-457b-a037-535ee1066fb4","statusDesc":"OK"}'
|
||||
2026-01-02 04:17:05.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12959/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "Hello World!", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:17:05.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:05.756 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:17:05.856 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:17:05.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48034/filter/v2/messages/Hello%20World%21" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:05.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"Hello World!","version":0,"timestamp":1767327425747736812,"ephemeral":false}]'
|
||||
2026-01-02 04:17:05.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12959/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1234567890", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:17:05.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:05.867 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:17:05.968 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:17:05.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48034/filter/v2/messages/1234567890" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:05.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1234567890","version":0,"timestamp":1767327425861827284,"ephemeral":false}]'
|
||||
2026-01-02 04:17:05.973 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12959/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "{\"key\": \"value\"}", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:17:05.978 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:05.979 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:17:06.079 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:17:06.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48034/filter/v2/messages/%7B%22key%22%3A%20%22value%22%7D" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:06.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"{\\"key\\": \\"value\\"}","version":0,"timestamp":1767327425972868186,"ephemeral":false}]'
|
||||
2026-01-02 04:17:06.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12959/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:17:06.090 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:06.090 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:17:06.190 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:17:06.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48034/filter/v2/messages/%E8%BF%99%E6%98%AF%E4%B8%80%E4%BA%9B%E4%B8%AD%E6%96%87" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:06.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"\xe8\xbf\x99\xe6\x98\xaf\xe4\xb8\x80\xe4\xba\x9b\xe4\xb8\xad\xe6\x96\x87","version":0,"timestamp":1767327426084181495,"ephemeral":false}]'
|
||||
2026-01-02 04:17:06.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12959/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\ud83d\ude80\ud83c\udf1f\u2728", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:17:06.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:06.201 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:17:06.301 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:17:06.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48034/filter/v2/messages/%F0%9F%9A%80%F0%9F%8C%9F%E2%9C%A8" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:06.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"\xf0\x9f\x9a\x80\xf0\x9f\x8c\x9f\xe2\x9c\xa8","version":0,"timestamp":1767327426195785348,"ephemeral":false}]'
|
||||
2026-01-02 04:17:06.306 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:48034/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": "1"}'
|
||||
2026-01-02 04:17:06.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-02 04:17:06.315 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12959/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "Hello World!", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:17:06.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:06.319 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:17:06.419 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:17:06.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48034/filter/v2/messages/Hello%20World%21" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:06.423 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48034/filter/v2/messages/Hello%20World%21. Response content: b'Not subscribed to topic: Hello World!'
|
||||
2026-01-02 04:17:06.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12959/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1234567890", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:17:06.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:06.428 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:17:06.528 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:17:06.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48034/filter/v2/messages/1234567890" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:06.531 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48034/filter/v2/messages/1234567890. Response content: b'Not subscribed to topic: 1234567890'
|
||||
2026-01-02 04:17:06.533 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12959/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "{\"key\": \"value\"}", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:17:06.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:06.537 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:17:06.637 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:17:06.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48034/filter/v2/messages/%7B%22key%22%3A%20%22value%22%7D" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:06.640 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48034/filter/v2/messages/%7B%22key%22%3A%20%22value%22%7D. Response content: b'Not subscribed to topic: {"key": "value"}'
|
||||
2026-01-02 04:17:06.642 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12959/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:17:06.645 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:06.645 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:17:06.746 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:17:06.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48034/filter/v2/messages/%E8%BF%99%E6%98%AF%E4%B8%80%E4%BA%9B%E4%B8%AD%E6%96%87" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:06.749 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48034/filter/v2/messages/%E8%BF%99%E6%98%AF%E4%B8%80%E4%BA%9B%E4%B8%AD%E6%96%87. Response content: b'Not subscribed to topic: \xe8\xbf\x99\xe6\x98\xaf\xe4\xb8\x80\xe4\xba\x9b\xe4\xb8\xad\xe6\x96\x87'
|
||||
2026-01-02 04:17:06.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12959/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\ud83d\ude80\ud83c\udf1f\u2728", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:17:06.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:06.754 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:17:06.854 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:17:06.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48034/filter/v2/messages/%F0%9F%9A%80%F0%9F%8C%9F%E2%9C%A8" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:06.858 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:48034/filter/v2/messages/%F0%9F%9A%80%F0%9F%8C%9F%E2%9C%A8. Response content: b'Not subscribed to topic: \xf0\x9f\x9a\x80\xf0\x9f\x8c\x9f\xe2\x9c\xa8'
|
||||
2026-01-02 04:17:06.860 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:17:06.861 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:17:06.861 DEBUG [src.node.waku_node] Stopping container with id 6b3a526ea3be
|
||||
2026-01-02 04:17:07.430 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:17:07.431 DEBUG [src.node.waku_node] Stopping container with id e372e1c7df10
|
||||
2026-01-02 04:17:07.951 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:17:07.952 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:17:07.960 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:17:07.965 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
308
nim/1022/data/attachments/21cf00629c0c5eda.txt
Normal file
308
nim/1022/data/attachments/21cf00629c0c5eda.txt
Normal file
@ -0,0 +1,308 @@
|
||||
WRN 2026-01-02 04:21:14.890+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2026-01-02 04:21:14.890+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2026-01-02 04:21:14.890+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=true rlnRelay=false store=true filter=true lightPush=true peerExchange=true rendezvous=true
|
||||
INF 2026-01-02 04:21:14.890+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2026-01-02 04:21:14.890+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
NTC 2026-01-02 04:21:14.890+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:20260
|
||||
INF 2026-01-02 04:21:14.890+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:20260/
|
||||
INF 2026-01-02 04:21:14.891+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2026-01-02 04:21:14.891+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2026-01-02 04:21:14.892+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2026-01-02 04:21:14.892+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2026-01-02 04:21:14.892+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2026-01-02 04:21:14.892+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2026-01-02 04:21:14.892+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.177.237/tcp/20261, /ip4/172.18.177.237/tcp/20262/ws]"
|
||||
INF 2026-01-02 04:21:14.892+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2026-01-02 04:21:14.892+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2026-01-02 04:21:14.892+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2026-01-02 04:21:14.896+00:00 sqlite database page stats tid=1 file=builder.nim:53 pageSize=4096 pages=1 freePages=0
|
||||
INF 2026-01-02 04:21:14.896+00:00 starting message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:57
|
||||
INF 2026-01-02 04:21:14.897+00:00 Not considered schema version 7 topics="waku archive migration" tid=1 file=migrations.nim:45
|
||||
INF 2026-01-02 04:21:14.897+00:00 database schema is outdated topics="sqlite" tid=1 file=db_sqlite.nim:447 userVersion=0 targetVersion=10
|
||||
INF 2026-01-02 04:21:14.898+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.901+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.902+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.904+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n timestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.904+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
||||
INF 2026-01-02 04:21:14.904+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, timestamp, contentTopic, pubsubTopic, payload, version FROM Message;"
|
||||
INF 2026-01-02 04:21:14.904+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
||||
INF 2026-01-02 04:21:14.905+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
||||
INF 2026-01-02 04:21:14.905+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.906+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.906+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
||||
INF 2026-01-02 04:21:14.906+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, timestamp, contentTopic, pubsubTopic, payload, version, 0\n FROM Message_backup;"
|
||||
INF 2026-01-02 04:21:14.906+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
||||
INF 2026-01-02 04:21:14.907+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
||||
INF 2026-01-02 04:21:14.907+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.908+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message_backup (\n id BLOB PRIMARY KEY,\n receiverTimestamp REAL NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp REAL NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.908+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
||||
INF 2026-01-02 04:21:14.908+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message_backup SELECT id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp FROM Message;"
|
||||
INF 2026-01-02 04:21:14.908+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message;"
|
||||
INF 2026-01-02 04:21:14.909+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message;"
|
||||
INF 2026-01-02 04:21:14.909+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.911+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB PRIMARY KEY,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL\n ) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.911+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
||||
INF 2026-01-02 04:21:14.911+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message (id, receiverTimestamp, contentTopic, pubsubTopic, payload, version, senderTimestamp)\n SELECT id, CAST(receiverTimestamp*1000000000 AS INTEGER), contentTopic, pubsubTopic, payload, version, CAST(senderTimestamp*1000000000 AS INTEGER)\n FROM Message_backup;"
|
||||
INF 2026-01-02 04:21:14.911+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
||||
INF 2026-01-02 04:21:14.912+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
||||
INF 2026-01-02 04:21:14.912+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
||||
INF 2026-01-02 04:21:14.914+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE Message RENAME TO Message_backup;"
|
||||
INF 2026-01-02 04:21:14.914+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.915+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS Message(\n id BLOB,\n receiverTimestamp INTEGER NOT NULL,\n contentTopic BLOB NOT NULL,\n pubsubTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n senderTimestamp INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (senderTimestamp, id, pubsubTopic)\n ) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.915+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
||||
INF 2026-01-02 04:21:14.915+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO Message\n SELECT *\n FROM Message_backup;"
|
||||
INF 2026-01-02 04:21:14.915+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE Message_backup;"
|
||||
INF 2026-01-02 04:21:14.916+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE Message_backup;"
|
||||
INF 2026-01-02 04:21:14.916+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
||||
INF 2026-01-02 04:21:14.916+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_msg ON Message (contentTopic, pubsubTopic, senderTimestamp, id);"
|
||||
INF 2026-01-02 04:21:14.917+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
||||
INF 2026-01-02 04:21:14.918+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN receiverTimestamp TO storedAt;"
|
||||
INF 2026-01-02 04:21:14.918+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_msg;"
|
||||
INF 2026-01-02 04:21:14.919+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_msg;"
|
||||
INF 2026-01-02 04:21:14.919+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
||||
INF 2026-01-02 04:21:14.919+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_query ON message (contentTopic, pubsubTopic, storedAt, id);"
|
||||
INF 2026-01-02 04:21:14.919+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP INDEX IF EXISTS i_rt;"
|
||||
INF 2026-01-02 04:21:14.919+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP INDEX IF EXISTS i_rt;"
|
||||
INF 2026-01-02 04:21:14.919+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
||||
INF 2026-01-02 04:21:14.920+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE INDEX IF NOT EXISTS i_ts ON message (storedAt);"
|
||||
INF 2026-01-02 04:21:14.920+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
||||
INF 2026-01-02 04:21:14.923+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
||||
INF 2026-01-02 04:21:14.923+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.923+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message(\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (storedAt, id, pubsubTopic)\n) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.923+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
||||
INF 2026-01-02 04:21:14.923+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT OR IGNORE INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, storedAt)\n SELECT pubsubTopic, contentTopic, payload, version, senderTimestamp, id, storedAt\n FROM message_backup;"
|
||||
INF 2026-01-02 04:21:14.923+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
||||
INF 2026-01-02 04:21:14.924+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
||||
INF 2026-01-02 04:21:14.924+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME TO message_backup;"
|
||||
INF 2026-01-02 04:21:14.926+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME TO message_backup;"
|
||||
INF 2026-01-02 04:21:14.926+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.927+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="CREATE TABLE IF NOT EXISTS message (\n pubsubTopic BLOB NOT NULL,\n contentTopic BLOB NOT NULL,\n payload BLOB,\n version INTEGER NOT NULL,\n timestamp INTEGER NOT NULL,\n id BLOB,\n messageHash BLOB, -- Newly added, this will be populated with a counter value\n storedAt INTEGER NOT NULL,\n CONSTRAINT messageIndex PRIMARY KEY (messageHash)\n) WITHOUT ROWID;"
|
||||
INF 2026-01-02 04:21:14.927+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
||||
INF 2026-01-02 04:21:14.927+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="INSERT INTO message(pubsubTopic, contentTopic, payload, version, timestamp, id, messageHash, storedAt)\nSELECT\n mb.pubsubTopic,\n mb.contentTopic,\n mb.payload,\n mb.version,\n mb.timestamp,\n mb.id,\n randomblob(32), -- to populate 32-byte random blob\n mb.storedAt\nFROM message_backup AS mb;"
|
||||
INF 2026-01-02 04:21:14.927+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="DROP TABLE message_backup;"
|
||||
INF 2026-01-02 04:21:14.927+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="DROP TABLE message_backup;"
|
||||
INF 2026-01-02 04:21:14.927+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
|
||||
INF 2026-01-02 04:21:14.928+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message ADD COLUMN meta BLOB;"
|
||||
INF 2026-01-02 04:21:14.928+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message DROP COLUMN timestamp;"
|
||||
INF 2026-01-02 04:21:14.930+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message DROP COLUMN timestamp;"
|
||||
INF 2026-01-02 04:21:14.930+00:00 executing migration statement topics="sqlite" tid=1 file=db_sqlite.nim:469 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
|
||||
INF 2026-01-02 04:21:14.932+00:00 migration statement executed succesfully topics="sqlite" tid=1 file=db_sqlite.nim:476 statement="ALTER TABLE message RENAME COLUMN storedAt TO timestamp;"
|
||||
INF 2026-01-02 04:21:14.933+00:00 database user_version updated topics="sqlite" tid=1 file=db_sqlite.nim:481 userVersion=10
|
||||
INF 2026-01-02 04:21:14.933+00:00 finished message store's sqlite database migration topics="waku archive migration" tid=1 file=migrations.nim:70
|
||||
INF 2026-01-02 04:21:14.933+00:00 setting up sqlite waku archive driver tid=1 file=builder.nim:65
|
||||
INF 2026-01-02 04:21:14.934+00:00 executing message retention policy topics="waku archive" tid=1 file=archive.nim:259
|
||||
INF 2026-01-02 04:21:14.934+00:00 beginning of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:21
|
||||
INF 2026-01-02 04:21:14.934+00:00 end of executing message retention policy - time topics="waku archive retention_policy" tid=1 file=retention_policy_time.nim:36
|
||||
INF 2026-01-02 04:21:14.935+00:00 mounting waku store protocol topics="waku node store api" tid=1 file=store.nim:255
|
||||
TRC 2026-01-02 04:21:14.935+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/store-query/3.0.0]"
|
||||
INF 2026-01-02 04:21:14.935+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2026-01-02 04:21:14.935+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2026-01-02 04:21:14.935+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
|
||||
INF 2026-01-02 04:21:14.936+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
|
||||
INF 2026-01-02 04:21:14.936+00:00 Setting max message size tid=1 file=node_factory.nim:318 num_bytes=153600
|
||||
INF 2026-01-02 04:21:14.936+00:00 mounting relay protocol topics="waku node relay api" tid=1 file=relay.nim:208
|
||||
TRC 2026-01-02 04:21:14.936+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/relay/2.0.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0, /meshsub/1.2.0, /meshsub/1.1.0, /meshsub/1.0.0]"
|
||||
INF 2026-01-02 04:21:14.936+00:00 relay mounted successfully topics="waku node relay api" tid=1 file=relay.nim:225
|
||||
INF 2026-01-02 04:21:14.936+00:00 adding validator to signed shards tid=1 file=validator_signed.nim:56 protectedShards=[] clusterId=3
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
|
||||
INF 2026-01-02 04:21:14.937+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities="[Relay, Store, Filter, Lightpush]" wakuPeerRecord="(peerId: 16U*HMLkxE, seqNo: 1767327674, addresses: [/ip4/172.18.177.237/tcp/20261, /ip4/172.18.177.237/tcp/20262/ws], mixKey: )"
|
||||
TRC 2026-01-02 04:21:14.937+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
|
||||
INF 2026-01-02 04:21:14.937+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2026-01-02 04:21:14.937+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting lightpush with relay topics="waku node lightpush api" tid=1 file=lightpush.nim:159
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting lightpush without rln-relay topics="waku node lightpush api" tid=1 file=lightpush.nim:162
|
||||
TRC 2026-01-02 04:21:14.937+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/lightpush/3.0.0]"
|
||||
INF 2026-01-02 04:21:14.937+00:00 lightpush mounted successfully topics="waku node lightpush api" tid=1 file=lightpush.nim:179
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting legacy light push topics="waku node lightpush api" tid=1 file=lightpush.nim:43
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting legacy lightpush with relay topics="waku node lightpush api" tid=1 file=lightpush.nim:48
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting legacy lightpush without rln-relay topics="waku node lightpush api" tid=1 file=lightpush.nim:51
|
||||
TRC 2026-01-02 04:21:14.937+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/lightpush/2.0.0-beta1]"
|
||||
INF 2026-01-02 04:21:14.937+00:00 legacy lightpush mounted successfully topics="waku node lightpush api" tid=1 file=lightpush.nim:68
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:183
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting legacy light push client topics="waku node lightpush api" tid=1 file=lightpush.nim:72
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting filter protocol topics="waku node filter api" tid=1 file=filter.nim:48
|
||||
INF 2026-01-02 04:21:14.937+00:00 starting filter protocol topics="waku filter" tid=1 file=protocol.nim:397
|
||||
INF 2026-01-02 04:21:14.937+00:00 starting to maintain subscriptions topics="waku filter" tid=1 file=protocol.nim:391
|
||||
INF 2026-01-02 04:21:14.937+00:00 maintaining subscriptions topics="waku filter" tid=1 file=protocol.nim:222
|
||||
INF 2026-01-02 04:21:14.937+00:00 cleanUp topics="waku filter subscriptions" tid=1 file=subscriptions.nim:119 currentPeerIds=[]
|
||||
INF 2026-01-02 04:21:14.937+00:00 after cleanUp topics="waku filter subscriptions" tid=1 file=subscriptions.nim:131 currentPeerIds=[]
|
||||
TRC 2026-01-02 04:21:14.937+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/filter-subscribe/2.0.0-beta1]"
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting filter client topics="waku node filter api" tid=1 file=filter.nim:81
|
||||
TRC 2026-01-02 04:21:14.937+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/filter-push/2.0.0-beta1]"
|
||||
INF 2026-01-02 04:21:14.937+00:00 mounting waku peer exchange topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:37
|
||||
TRC 2026-01-02 04:21:14.938+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/peer-exchange/2.0.0-alpha1]"
|
||||
INF 2026-01-02 04:21:14.938+00:00 mounting waku peer exchange client topics="waku node peerexchange api" tid=1 file=peer_exchange.nim:54
|
||||
INF 2026-01-02 04:21:14.938+00:00 No external callbacks to be set topics="wakunode waku" tid=1 file=waku.nim:120
|
||||
INF 2026-01-02 04:21:14.938+00:00 Retrieve dynamic bootstrap nodes topics="wakunode waku" tid=1 file=waku.nim:362
|
||||
INF 2026-01-02 04:21:14.938+00:00 Running nwaku node tid=1 file=node_factory.nim:440 version=v0.36.0-125-gdafdee
|
||||
INF 2026-01-02 04:21:14.938+00:00 Starting Waku node topics="waku node" tid=1 file=waku_node.nim:451 version=v0.36.0-125-gdafdee
|
||||
INF 2026-01-02 04:21:14.938+00:00 starting relay protocol topics="waku node" tid=1 file=waku_node.nim:336
|
||||
INF 2026-01-02 04:21:14.938+00:00 start topics="waku relay" tid=1 file=protocol.nim:463
|
||||
TRC 2026-01-02 04:21:14.938+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:992
|
||||
TRC 2026-01-02 04:21:14.938+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140410570551376
|
||||
TRC 2026-01-02 04:21:14.938+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2026-01-02 04:21:14.938+00:00 running scoring heartbeat topics="libp2p gossipsub" tid=1 file=scoring.nim:318 instance=140410570551376
|
||||
TRC 2026-01-02 04:21:14.938+00:00 updating scores topics="libp2p gossipsub" tid=1 file=scoring.nim:150 peers=0
|
||||
TRC 2026-01-02 04:21:14.938+00:00 updated scores topics="libp2p gossipsub" tid=1 file=scoring.nim:314 peers=0
|
||||
INF 2026-01-02 04:21:14.938+00:00 relay started successfully topics="waku node" tid=1 file=waku_node.nim:357
|
||||
INF 2026-01-02 04:21:14.938+00:00 waku rendezvous periodic registration started topics="waku rendezvous" tid=1 file=protocol.nim:128 interval=10s
|
||||
INF 2026-01-02 04:21:14.938+00:00 waku rendezvous discovery started topics="waku rendezvous" tid=1 file=protocol.nim:228
|
||||
INF 2026-01-02 04:21:14.938+00:00 waku rendezvous periodic requests started topics="waku rendezvous client" tid=1 file=client.nim:80 interval=10s
|
||||
INF 2026-01-02 04:21:14.938+00:00 waku rendezvous client started topics="waku rendezvous client" tid=1 file=client.nim:136
|
||||
DBG 2026-01-02 04:21:14.938+00:00 starting switch for peer topics="libp2p switch" tid=1 file=switch.nim:352 peerInfo="(peerId: 16Uiu2HAmTf6ykogCQzBP251sbBqDD4uxtCGmtttGdAiv25HMLkxE, listenAddrs: [/ip4/0.0.0.0/tcp/20262/ws, /ip4/0.0.0.0/tcp/20261], addrs: [], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/lightpush/3.0.0, /vac/waku/lightpush/2.0.0-beta1, /vac/waku/filter-subscribe/2.0.0-beta1, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: nwaku-v0.36.0-125-gdafdee)"
|
||||
TRC 2026-01-02 04:21:14.938+00:00 Starting TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:122
|
||||
TRC 2026-01-02 04:21:14.938+00:00 Listening on topics="libp2p tcptransport" tid=1 file=tcptransport.nim:146 address=/ip4/0.0.0.0/tcp/20261
|
||||
TRC 2026-01-02 04:21:14.939+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:55 address=@[/ip4/0.0.0.0/tcp/20261]
|
||||
DBG 2026-01-02 04:21:14.939+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:270
|
||||
TRC 2026-01-02 04:21:14.939+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=3 queue=0
|
||||
TRC 2026-01-02 04:21:14.939+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=49 queue=0
|
||||
TRC 2026-01-02 04:21:14.939+00:00 Starting WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:160
|
||||
TRC 2026-01-02 04:21:14.939+00:00 starting transport on addrs topics="libp2p transport" tid=1 file=transport.nim:55 address=@[/ip4/0.0.0.0/tcp/20262/ws]
|
||||
TRC 2026-01-02 04:21:14.939+00:00 Created HTTP Server topics="libp2p wstransport" tid=1 file=server.nim:261 host=0.0.0.0:20262
|
||||
TRC 2026-01-02 04:21:14.939+00:00 Listening on topics="libp2p wstransport" tid=1 file=wstransport.nim:210 addresses="[/ip4/0.0.0.0/tcp/20262/ws]"
|
||||
INF 2026-01-02 04:21:14.939+00:00 Setting up AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:213
|
||||
TRC 2026-01-02 04:21:14.939+00:00 Running AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:237
|
||||
TRC 2026-01-02 04:21:14.940+00:00 Asking peers for reachability topics="libp2p autonatservice" tid=1 file=service.nim:166
|
||||
DBG 2026-01-02 04:21:14.940+00:00 About to accept incoming connection topics="libp2p switch" tid=1 file=switch.nim:270
|
||||
TRC 2026-01-02 04:21:14.940+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=3 queue=0
|
||||
TRC 2026-01-02 04:21:14.940+00:00 Acquired slot topics="libp2p semaphore" tid=1 file=semaphore.nim:36 available=48 queue=0
|
||||
TRC 2026-01-02 04:21:14.940+00:00 WsTransport accept topics="libp2p wstransport" tid=1 file=wstransport.nim:285
|
||||
TRC 2026-01-02 04:21:14.940+00:00 Awaiting new request topics="websock http-server" tid=1 file=server.nim:193
|
||||
TRC 2026-01-02 04:21:14.940+00:00 gossipsub start topics="libp2p gossipsub" tid=1 file=gossipsub.nim:992
|
||||
WRN 2026-01-02 04:21:14.940+00:00 Starting gossipsub twice topics="libp2p gossipsub" tid=1 file=gossipsub.nim:995
|
||||
WRN 2026-01-02 04:21:14.940+00:00 Starting rendezvous twice topics="waku rendezvous" tid=1 file=rendezvous.nim:629
|
||||
DBG 2026-01-02 04:21:14.940+00:00 Started libp2p node topics="libp2p switch" tid=1 file=switch.nim:392 peer="(peerId: 16Uiu2HAmTf6ykogCQzBP251sbBqDD4uxtCGmtttGdAiv25HMLkxE, listenAddrs: [/ip4/0.0.0.0/tcp/20261, /ip4/0.0.0.0/tcp/20262/ws], addrs: [/ip4/172.18.177.237/tcp/20261, /ip4/172.18.177.237/tcp/20262/ws], protocols: [/ipfs/id/1.0.0, /libp2p/autonat/1.0.0, /libp2p/circuit/relay/0.2.0/hop, /vac/waku/metadata/1.0.0, /vac/waku/store-query/3.0.0, /vac/waku/relay/2.0.0, /vac/waku/rendezvous/1.0.0, /ipfs/ping/1.0.0, /vac/waku/lightpush/3.0.0, /vac/waku/lightpush/2.0.0-beta1, /vac/waku/filter-subscribe/2.0.0-beta1, /vac/waku/filter-push/2.0.0-beta1, /vac/waku/peer-exchange/2.0.0-alpha1], protoVersion: ipfs/0.1.0, agentVersion: nwaku-v0.36.0-125-gdafdee)"
|
||||
INF 2026-01-02 04:21:14.940+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:416 peerId=16U*HMLkxE addrs="[/ip4/172.18.177.237/tcp/20261, /ip4/172.18.177.237/tcp/20262/ws]"
|
||||
INF 2026-01-02 04:21:14.940+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:439 full=[/ip4/0.0.0.0/tcp/20261/p2p/16Uiu2HAmTf6ykogCQzBP251sbBqDD4uxtCGmtttGdAiv25HMLkxE][/ip4/0.0.0.0/tcp/20262/ws/p2p/16Uiu2HAmTf6ykogCQzBP251sbBqDD4uxtCGmtttGdAiv25HMLkxE] localIp=172.17.0.2 switchAddress="@[/ip4/172.18.177.237/tcp/20261, /ip4/172.18.177.237/tcp/20262/ws]"
|
||||
INF 2026-01-02 04:21:14.940+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:441 full=[/ip4/172.18.177.237/tcp/20261/p2p/16Uiu2HAmTf6ykogCQzBP251sbBqDD4uxtCGmtttGdAiv25HMLkxE][/ip4/172.18.177.237/tcp/20262/ws/p2p/16Uiu2HAmTf6ykogCQzBP251sbBqDD4uxtCGmtttGdAiv25HMLkxE]
|
||||
INF 2026-01-02 04:21:14.940+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:442 enr=enr:-LO4QPZuzWGVEGztBSyPt6bVu9yQ3fGzVs2NPJoAUJ-cYs8XXifwDCJnbP9jT5cS7qV6x2CqvNoP7vhUI-8yXe9w9DUBgmlkgnY0gmlwhKwSse2KbXVsdGlhZGRyc4wACgSsErHtBk8m3QOCcnOFAAMBAACJc2VjcDI1NmsxoQPe5syMqfJH9_Isc6soEY4hk1GWwEeS3UsXWM-NaQ9IR4N0Y3CCTyWDdWRwgk8nhXdha3UyDw
|
||||
INF 2026-01-02 04:21:14.941+00:00 Node started successfully topics="waku node" tid=1 file=waku_node.nim:502
|
||||
TRC 2026-01-02 04:21:14.941+00:00 Starting relay connectivity loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:984
|
||||
TRC 2026-01-02 04:21:14.941+00:00 Starting prune peerstore loop topics="waku node peer_manager" tid=1 file=peer_manager.nim:977
|
||||
INF 2026-01-02 04:21:14.941+00:00 Relay peer connections topics="waku node peer_manager" tid=1 file=peer_manager.nim:758 inRelayConns=0/20 outRelayConns=0/10 totalConnections=0/50 notConnectedPeers=0 outsideBackoffPeers=0
|
||||
INF 2026-01-02 04:21:14.941+00:00 PeerInfo topics="waku node" tid=1 file=waku_node.nim:416 peerId=16U*HMLkxE addrs="[/ip4/172.18.177.237/tcp/20261, /ip4/172.18.177.237/tcp/20262/ws]"
|
||||
INF 2026-01-02 04:21:14.941+00:00 Listening on topics="waku node" tid=1 file=waku_node.nim:439 full=[/ip4/0.0.0.0/tcp/20261/p2p/16Uiu2HAmTf6ykogCQzBP251sbBqDD4uxtCGmtttGdAiv25HMLkxE][/ip4/0.0.0.0/tcp/20262/ws/p2p/16Uiu2HAmTf6ykogCQzBP251sbBqDD4uxtCGmtttGdAiv25HMLkxE] localIp=172.17.0.2 switchAddress="@[/ip4/172.18.177.237/tcp/20261, /ip4/172.18.177.237/tcp/20262/ws]"
|
||||
INF 2026-01-02 04:21:14.941+00:00 Announcing addresses topics="waku node" tid=1 file=waku_node.nim:441 full=[/ip4/172.18.177.237/tcp/20261/p2p/16Uiu2HAmTf6ykogCQzBP251sbBqDD4uxtCGmtttGdAiv25HMLkxE][/ip4/172.18.177.237/tcp/20262/ws/p2p/16Uiu2HAmTf6ykogCQzBP251sbBqDD4uxtCGmtttGdAiv25HMLkxE]
|
||||
INF 2026-01-02 04:21:14.941+00:00 DNS: discoverable ENR topics="waku node" tid=1 file=waku_node.nim:442 enr=enr:-LO4QPZuzWGVEGztBSyPt6bVu9yQ3fGzVs2NPJoAUJ-cYs8XXifwDCJnbP9jT5cS7qV6x2CqvNoP7vhUI-8yXe9w9DUBgmlkgnY0gmlwhKwSse2KbXVsdGlhZGRyc4wACgSsErHtBk8m3QOCcnOFAAMBAACJc2VjcDI1NmsxoQPe5syMqfJH9_Isc6soEY4hk1GWwEeS3UsXWM-NaQ9IR4N0Y3CCTyWDdWRwgk8nhXdha3UyDw
|
||||
INF 2026-01-02 04:21:14.941+00:00 Waku node ENR updated successfully with new multiaddress topics="wakunode waku" tid=1 file=waku.nim:296 enr=enr:-L24QGPPuQKkl1tJfTiWD0AjZntUuJzSVvRjnlqinU2u7ECGCLB4de9xX65d896_OFzLlAq0Vzkn0Cc7m1MGJ9FnK_cCgmlkgnY0gmlwhKwSse2KbXVsdGlhZGRyc5YACASsErHtBk8lAAoErBKx7QZPJt0DgnJzhQADAQAAiXNlY3AyNTZrMaED3ubMjKnyR_fyLHOrKBGOIZNRlsBHkt1LF1jPjWkPSEeDdGNwgk8lg3VkcIJPJ4V3YWt1Mg8 record="(2, id: \"v4\", ip: 172.18.177.237, multiaddrs: 0x000804AC12B1ED064F25000A04AC12B1ED064F26DD03, rs: 0x0003010000, secp256k1: 0x03DEE6CC8CA9F247F7F22C73AB28118E21935196C04792DD4B1758CF8D690F4847, tcp: 20261, udp: 20263, waku2: 0x0F)"
|
||||
INF 2026-01-02 04:21:14.942+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
||||
INF 2026-01-02 04:21:14.942+00:00 Starting discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:336
|
||||
INF 2026-01-02 04:21:14.942+00:00 start listening on udp port topics="waku discv5" tid=1 file=waku_discv5.nim:338 address=0.0.0.0 port=20263
|
||||
TRC 2026-01-02 04:21:14.942+00:00 start discv5 service topics="waku discv5" tid=1 file=waku_discv5.nim:346
|
||||
INF 2026-01-02 04:21:14.942+00:00 Starting discovery v5 search topics="waku discv5" tid=1 file=waku_discv5.nim:258
|
||||
TRC 2026-01-02 04:21:14.942+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2026-01-02 04:21:14.942+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2026-01-02 04:21:14.942+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
INF 2026-01-02 04:21:14.942+00:00 Successfully started discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:352
|
||||
INF 2026-01-02 04:21:14.942+00:00 Discv5: discoverable ENR topics="waku discv5" tid=1 file=waku_discv5.nim:353 enrUri=enr:-L24QPk8UBMki3CEZIYxLmuiDtnFiFdf39eHeDryFW_OXqD2cBjMn0qRcfdinbvw0YVCXcFZGokchsAqQWX7TiL4NaoDgmlkgnY0gmlwhKwSse2KbXVsdGlhZGRyc5YACASsErHtBk8lAAoErBKx7QZPJt0DgnJzhQADAQAAiXNlY3AyNTZrMaED3ubMjKnyR_fyLHOrKBGOIZNRlsBHkt1LF1jPjWkPSEeDdGNwgk8lg3VkcIJPJ4V3YWt1Mg8 enr="(3, id: \"v4\", ip: 172.18.177.237, multiaddrs: 0x000804AC12B1ED064F25000A04AC12B1ED064F26DD03, rs: 0x0003010000, secp256k1: 0x03DEE6CC8CA9F247F7F22C73AB28118E21935196C04792DD4B1758CF8D690F4847, tcp: 20261, udp: 20263, waku2: 0x0F)"
|
||||
TRC 2026-01-02 04:21:14.942+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
INF 2026-01-02 04:21:14.942+00:00 starting keepalive tid=1 file=node_health_monitor.nim:379 randomPeersKeepalive=10s allPeersKeepalive=2m
|
||||
TRC 2026-01-02 04:21:14.942+00:00 Running keepalive loop tid=1 file=node_health_monitor.nim:294
|
||||
INF 2026-01-02 04:21:14.943+00:00 subscribe topics="waku relay" tid=1 file=protocol.nim:540 pubsubTopic=/waku/2/rs/3/0
|
||||
TRC 2026-01-02 04:21:14.943+00:00 adding validator for topic topics="libp2p pubsub" tid=1 file=pubsub.nim:621 topic=/waku/2/rs/3/0
|
||||
TRC 2026-01-02 04:21:14.943+00:00 subscribing to topic topics="libp2p pubsub" tid=1 file=pubsub.nim:583 name=/waku/2/rs/3/0
|
||||
TRC 2026-01-02 04:21:14.943+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:14.943+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:14.943+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:14.943+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
INF 2026-01-02 04:21:14.944+00:00 REST services are installed tid=1 file=builder.nim:220
|
||||
INF 2026-01-02 04:21:14.944+00:00 Starting metrics HTTP server topics="waku node metrics" tid=1 file=waku_metrics.nim:63 serverIp=0.0.0.0 serverPort=20264
|
||||
INF 2026-01-02 04:21:14.945+00:00 ENR updated successfully topics="waku discv5" tid=1 file=waku_discv5.nim:323 enrUri=enr:-L24QAWHE6k1ET_6XNjom33JzZvneKlyRP_ll_4ltWnCXsxrFM9eGdI1Qk2Bgq9CvDGnJN4DuMmPrgxb9pXSj0Fb8YIEgmlkgnY0gmlwhKwSse2KbXVsdGlhZGRyc5YACASsErHtBk8lAAoErBKx7QZPJt0DgnJzhQADAQAAiXNlY3AyNTZrMaED3ubMjKnyR_fyLHOrKBGOIZNRlsBHkt1LF1jPjWkPSEeDdGNwgk8lg3VkcIJPJ4V3YWt1Mg8 enr="(4, id: \"v4\", ip: 172.18.177.237, multiaddrs: 0x000804AC12B1ED064F25000A04AC12B1ED064F26DD03, rs: 0x0003010000, secp256k1: 0x03DEE6CC8CA9F247F7F22C73AB28118E21935196C04792DD4B1758CF8D690F4847, tcp: 20261, udp: 20263, waku2: 0x0F)"
|
||||
INF 2026-01-02 04:21:14.945+00:00 peer filtering updated topics="waku discv5" tid=1 file=waku_discv5.nim:70
|
||||
INF 2026-01-02 04:21:14.945+00:00 Metrics HTTP server started topics="waku node metrics" tid=1 file=waku_metrics.nim:73 serverIp=0.0.0.0 serverPort=20264
|
||||
INF 2026-01-02 04:21:14.945+00:00 Setting up shutdown hooks topics="wakunode main" tid=1 file=wakunode2.nim:63
|
||||
INF 2026-01-02 04:21:14.945+00:00 Node setup complete topics="wakunode main" tid=1 file=wakunode2.nim:100
|
||||
TRC 2026-01-02 04:21:14.952+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.1.1.1", "1.0.0.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
DBG 2026-01-02 04:21:15.933+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60978 meth=GET uri=/health
|
||||
DBG 2026-01-02 04:21:15.933+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60978 meth=GET uri=/health path_params=[] query_params=[] content_body=(None)
|
||||
TRC 2026-01-02 04:21:15.934+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/lightpush/3.0.0 peers=[] address=140410570527760
|
||||
TRC 2026-01-02 04:21:15.934+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/lightpush/3.0.0
|
||||
TRC 2026-01-02 04:21:15.934+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/lightpush/2.0.0-beta1 peers=[] address=140410570527760
|
||||
TRC 2026-01-02 04:21:15.934+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/lightpush/2.0.0-beta1
|
||||
TRC 2026-01-02 04:21:15.934+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/store-query/3.0.0 peers=[] address=140410570527760
|
||||
TRC 2026-01-02 04:21:15.934+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/store-query/3.0.0
|
||||
TRC 2026-01-02 04:21:15.934+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/store/2.0.0-beta4 peers=[] address=140410570527760
|
||||
TRC 2026-01-02 04:21:15.934+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/store/2.0.0-beta4
|
||||
TRC 2026-01-02 04:21:15.934+00:00 Selecting peer from peerstore topics="waku node peer_manager" tid=1 file=peer_manager.nim:220 protocol=/vac/waku/filter-subscribe/2.0.0-beta1 peers=[] address=140410570527760
|
||||
TRC 2026-01-02 04:21:15.934+00:00 No peer found for protocol topics="waku node peer_manager" tid=1 file=peer_manager.nim:249 protocol=/vac/waku/filter-subscribe/2.0.0-beta1
|
||||
DBG 2026-01-02 04:21:15.934+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60978 uri=/health content_type=application/json content_size=973
|
||||
DBG 2026-01-02 04:21:15.937+00:00 Received request tid=1 file=serverprivate.nim:141 peer=172.17.0.1:60984 meth=GET uri=/debug/v1/info
|
||||
DBG 2026-01-02 04:21:15.937+00:00 Serving API request tid=1 file=serverprivate.nim:202 peer=172.17.0.1:60984 meth=GET uri=/debug/v1/info path_params=[] query_params=[] content_body=(None)
|
||||
INF 2026-01-02 04:21:15.937+00:00 node info topics="waku node" tid=1 file=waku_node.nim:217 wakuInfo="(listenAddresses: [/ip4/172.18.177.237/tcp/20261/p2p/16Uiu2HAmTf6ykogCQzBP251sbBqDD4uxtCGmtttGdAiv25HMLkxE, /ip4/172.18.177.237/tcp/20262/ws/p2p/16Uiu2HAmTf6ykogCQzBP251sbBqDD4uxtCGmtttGdAiv25HMLkxE], enrUri: enr:-L24QGPPuQKkl1tJfTiWD0AjZntUuJzSVvRjnlqinU2u7ECGCLB4de9xX65d896_OFzLlAq0Vzkn0Cc7m1MGJ9FnK_cCgmlkgnY0gmlwhKwSse2KbXVsdGlhZGRyc5YACASsErHtBk8lAAoErBKx7QZPJt0DgnJzhQADAQAAiXNlY3AyNTZrMaED3ubMjKnyR_fyLHOrKBGOIZNRlsBHkt1LF1jPjWkPSEeDdGNwgk8lg3VkcIJPJ4V3YWt1Mg8, mixPubKey: none(string))"
|
||||
DBG 2026-01-02 04:21:15.937+00:00 Received response from handler tid=1 file=serverprivate.nim:297 status=200 meth=GET peer=172.17.0.1:60984 uri=/debug/v1/info content_type=application/json content_size=475
|
||||
TRC 2026-01-02 04:21:15.939+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140410570551376
|
||||
TRC 2026-01-02 04:21:15.939+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:15.939+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:15.939+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:15.939+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:15.939+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2026-01-02 04:21:16.939+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140410570551376
|
||||
TRC 2026-01-02 04:21:16.939+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:16.939+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:16.939+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:16.939+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:16.939+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2026-01-02 04:21:17.940+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140410570551376
|
||||
TRC 2026-01-02 04:21:17.940+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:17.940+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:17.940+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:17.940+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:17.940+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2026-01-02 04:21:18.939+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140410570551376
|
||||
TRC 2026-01-02 04:21:18.939+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:18.939+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:18.939+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:18.939+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:18.939+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2026-01-02 04:21:19.940+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140410570551376
|
||||
TRC 2026-01-02 04:21:19.940+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:19.940+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:19.940+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:19.940+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:19.940+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
TRC 2026-01-02 04:21:19.944+00:00 running discv5 discovery loop topics="waku discv5" tid=1 file=waku_discv5.nim:261
|
||||
TRC 2026-01-02 04:21:19.944+00:00 discv5 discovered peers topics="waku discv5" tid=1 file=waku_discv5.nim:277 num_discovered_peers=0 peers=[]
|
||||
TRC 2026-01-02 04:21:19.944+00:00 discv5 discarded wrong records topics="waku discv5" tid=1 file=waku_discv5.nim:281 wrong_records=[]
|
||||
TRC 2026-01-02 04:21:19.954+00:00 Resolving IP using DNS topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:107 address=one.one.one.one servers="[1.1.1.1:53, 1.0.0.1:53]" domain=AF_UNSPEC
|
||||
TRC 2026-01-02 04:21:19.960+00:00 Got IPs from DNS server topics="libp2p dnsresolver" tid=1 file=dnsresolver.nim:161 resolvedAddresses={"1.0.0.1", "1.1.1.1", "2606:4700:4700:0000:0000:0000:0000:1001", "2606:4700:4700:0000:0000:0000:0000:1111"} server=1.1.1.1:53
|
||||
TRC 2026-01-02 04:21:20.939+00:00 running heartbeat topics="libp2p gossipsub" tid=1 file=behavior.nim:889 instance=140410570551376
|
||||
TRC 2026-01-02 04:21:20.940+00:00 rebalancing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:473 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:20.940+00:00 replenishing mesh topics="libp2p gossipsub" tid=1 file=behavior.nim:485 peers=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:20.940+00:00 grafting topics="libp2p gossipsub" tid=1 file=behavior.nim:513 grafting=0 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:20.940+00:00 mesh balanced topics="libp2p gossipsub" tid=1 file=behavior.nim:695 topic=/waku/2/rs/3/0 mesh=0 gossipsub=0
|
||||
TRC 2026-01-02 04:21:20.940+00:00 getting gossip peers (iHave) topics="libp2p gossipsub" tid=1 file=behavior.nim:758 ntopics=0
|
||||
NTC 2026-01-02 04:21:20.959+00:00 Shutting down after receiving SIGTERM topics="wakunode main" tid=1 file=wakunode2.nim:81
|
||||
INF 2026-01-02 04:21:20.970+00:00 Stopping discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:362
|
||||
TRC 2026-01-02 04:21:20.970+00:00 Stop listening on discv5 port topics="waku discv5" tid=1 file=waku_discv5.nim:365
|
||||
INF 2026-01-02 04:21:20.970+00:00 Successfully stopped discovery v5 service topics="waku discv5" tid=1 file=waku_discv5.nim:368
|
||||
TRC 2026-01-02 04:21:20.970+00:00 Stopping switch topics="libp2p switch" tid=1 file=switch.nim:317
|
||||
TRC 2026-01-02 04:21:20.970+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=48 queue=0
|
||||
TRC 2026-01-02 04:21:20.970+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=49 queue=0
|
||||
TRC 2026-01-02 04:21:20.970+00:00 releasing semaphore on cancellation topics="libp2p switch" tid=1 file=switch.nim:303
|
||||
TRC 2026-01-02 04:21:20.970+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=3 queue=0
|
||||
TRC 2026-01-02 04:21:20.970+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=4 queue=0
|
||||
TRC 2026-01-02 04:21:20.970+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=49 queue=0
|
||||
TRC 2026-01-02 04:21:20.970+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=50 queue=0
|
||||
TRC 2026-01-02 04:21:20.970+00:00 releasing semaphore on cancellation topics="libp2p switch" tid=1 file=switch.nim:303
|
||||
TRC 2026-01-02 04:21:20.970+00:00 Releasing slot topics="libp2p semaphore" tid=1 file=semaphore.nim:82 available=3 queue=0
|
||||
TRC 2026-01-02 04:21:20.970+00:00 Released slot topics="libp2p semaphore" tid=1 file=semaphore.nim:93 available=4 queue=0
|
||||
INF 2026-01-02 04:21:20.971+00:00 Stopping AutonatService topics="libp2p autonatservice" tid=1 file=service.nim:243
|
||||
TRC 2026-01-02 04:21:20.971+00:00 Closing ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:421
|
||||
TRC 2026-01-02 04:21:20.971+00:00 Closed ConnManager topics="libp2p connmanager" tid=1 file=connmanager.nim:435
|
||||
TRC 2026-01-02 04:21:20.971+00:00 Stopping TCP transport topics="libp2p tcptransport" tid=1 file=tcptransport.nim:165
|
||||
TRC 2026-01-02 04:21:20.971+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:65 address=@[/ip4/0.0.0.0/tcp/20261]
|
||||
TRC 2026-01-02 04:21:20.971+00:00 Transport stopped topics="libp2p tcptransport" tid=1 file=tcptransport.nim:195
|
||||
TRC 2026-01-02 04:21:20.971+00:00 Stopping WS transport topics="libp2p wstransport" tid=1 file=wstransport.nim:219
|
||||
TRC 2026-01-02 04:21:20.971+00:00 stopping transport topics="libp2p transport" tid=1 file=transport.nim:65 address=@[/ip4/0.0.0.0/tcp/20262/ws]
|
||||
TRC 2026-01-02 04:21:20.971+00:00 Transport stopped topics="libp2p wstransport" tid=1 file=wstransport.nim:241
|
||||
TRC 2026-01-02 04:21:20.971+00:00 gossipsub stop topics="libp2p gossipsub" tid=1 file=gossipsub.nim:1010
|
||||
TRC 2026-01-02 04:21:20.971+00:00 Switch stopped topics="libp2p switch" tid=1 file=switch.nim:343
|
||||
WRN 2026-01-02 04:21:20.971+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:641
|
||||
WRN 2026-01-02 04:21:20.971+00:00 Stopping rendezvous without starting it topics="waku rendezvous" tid=1 file=rendezvous.nim:641
|
||||
INF 2026-01-02 04:21:20.971+00:00 waku rendezvous discovery stopped topics="waku rendezvous" tid=1 file=protocol.nim:240
|
||||
INF 2026-01-02 04:21:20.971+00:00 waku rendezvous client stopped topics="waku rendezvous client" tid=1 file=client.nim:142
|
||||
NTC 2026-01-02 04:21:20.972+00:00 REST service stopped tid=1 file=server.nim:188 address=0.0.0.0:20260
|
||||
75
nim/1022/data/attachments/21d95b68a8c09f33.txt
Normal file
75
nim/1022/data/attachments/21d95b68a8c09f33.txt
Normal file
@ -0,0 +1,75 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_main_node_relay_and_store__peer_relay_and_store with id: 2026-01-02_04-23-50__959f12f7-e66f-4b63-82b9-3ab9ad0da29d
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-23-50__959f12f7-e66f-4b63-82b9-3ab9ad0da29d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.250.30
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35366', '35367', '35368', '35369', '35370']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 35366:35366 -p 35367:35367 -p 35368:35368 -p 35369:35369 -p 35370:35370 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35368 --rest-port=35366 --tcp-port=35367 --discv5-udp-port=35369 --rest-address=0.0.0.0 --nat=extip:172.18.250.30 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=22315edd3cfbf5182f5bdc9b7e7127bca4bca2fcfad41fba572c08abbf8554ed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35370 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.250.30 waku 0d94409aceb204b82a739aba400b173ef82f8a1be5cef009f0e7eb40f0ae3172
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0d94409aceb2. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-23-50__959f12f7-e66f-4b63-82b9-3ab9ad0da29d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35366
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c41d4773a42d. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5b3c0538d9fe. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35366/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35366/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.250.30/tcp/35367/p2p/16Uiu2HAmG2X2xKxisRBh9QSNFWM71grktFCQabrCgw5BfmFoxq2K","/ip4/172.18.250.30/tcp/35368/ws/p2p/16Uiu2HAmG2X2xKxisRBh9QSNFWM71grktFCQabrCgw5BfmFoxq2K"],"enrUri":"enr:-L24QLg_xJJGHbA37Z1Q1hMj8cK1sAypURWfS2w_EZvSqQ9efTPyQKLBLyko35IGVRGaEINJ8tLZ4h8AO653gejfd0kCgmlkgnY0gmlwhKwS-h6KbXVsdGlhZGRyc5YACASsEvoeBoonAAoErBL6HgaKKN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDMhbzv210rJmisH0tfOx6KWWoLyuYEI76e7uOqxFvUUSDdGNwgoong3VkcIKKKYV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-23-50__959f12f7-e66f-4b63-82b9-3ab9ad0da29d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.104.23
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64272', '64273', '64274', '64275', '64276']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 64272:64272 -p 64273:64273 -p 64274:64274 -p 64275:64275 -p 64276:64276 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64274 --rest-port=64272 --tcp-port=64273 --discv5-udp-port=64275 --rest-address=0.0.0.0 --nat=extip:172.18.104.23 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4eeb8af34ece6606dd2c2f4cf62817fa3b2c16b2aa2dbceef5c6c4daec05ac7b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64276 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLg_xJJGHbA37Z1Q1hMj8cK1sAypURWfS2w_EZvSqQ9efTPyQKLBLyko35IGVRGaEINJ8tLZ4h8AO653gejfd0kCgmlkgnY0gmlwhKwS-h6KbXVsdGlhZGRyc5YACASsEvoeBoonAAoErBL6HgaKKN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDMhbzv210rJmisH0tfOx6KWWoLyuYEI76e7uOqxFvUUSDdGNwgoong3VkcIKKKYV3YWt1MgM --storenode=/ip4/172.18.250.30/tcp/35367/p2p/16Uiu2HAmG2X2xKxisRBh9QSNFWM71grktFCQabrCgw5BfmFoxq2K --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.104.23 waku 20efbf54f6b1ee28eaf162017c9ffac8185405a1a722734ed43af82155571154
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 20efbf54f6b1. Setting up logs at ./log/docker/store_node1_2026-01-02_04-23-50__959f12f7-e66f-4b63-82b9-3ab9ad0da29d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64272
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64272/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64272/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.23/tcp/64273/p2p/16Uiu2HAm6M6by5Hz4nbHyeXgjYu28M7VFdaDUMV7WuumVPfjNqGm","/ip4/172.18.104.23/tcp/64274/ws/p2p/16Uiu2HAm6M6by5Hz4nbHyeXgjYu28M7VFdaDUMV7WuumVPfjNqGm"],"enrUri":"enr:-L24QLGklWz9Gi4qfLQ0h-1Sun2g4ue95Qsj5HBkZnPSxxcwfxaHdTIHo-rYvl7cFGM4z2ayHi4wdNF_bU1XIOE-IhACgmlkgnY0gmlwhKwSaBeKbXVsdGlhZGRyc5YACASsEmgXBvsRAAoErBJoFwb7Et0DgnJzhQADAQAAiXNlY3AyNTZrMaECokR-hpNnUmODa0ekgatTwfYZkyQAP30Cmpw48jgk9XqDdGNwgvsRg3VkcIL7E4V3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64272/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.250.30/tcp/35367/p2p/16Uiu2HAmG2X2xKxisRBh9QSNFWM71grktFCQabrCgw5BfmFoxq2K"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35366/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:64272/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35366/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35366/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x58df790d6468ce0700a1e069ab6f094ac14044407a67c9ec6f36df787cab6c75"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64272/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x58df790d6468ce0700a1e069ab6f094ac14044407a67c9ec6f36df787cab6c75"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 0d94409aceb2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 20efbf54f6b1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
91
nim/1022/data/attachments/21ebd1d2c00a0421.txt
Normal file
91
nim/1022/data/attachments/21ebd1d2c00a0421.txt
Normal file
@ -0,0 +1,91 @@
|
||||
2026-01-02 04:16:54.873 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:16:54.873 DEBUG [tests.conftest] Running test: test_filter_get_message_after_node1_restarts with id: 2026-01-02_04-16-54__268a7a7f-b7bb-40d8-8668-9eea14e16519
|
||||
2026-01-02 04:16:54.873 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:16:54.874 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-02 04:16:54.874 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-01-02 04:16:54.880 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:16:54.880 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-16-54__268a7a7f-b7bb-40d8-8668-9eea14e16519__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:16:54.881 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:16:54.881 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:16:54.882 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:16:54.882 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.114.84
|
||||
2026-01-02 04:16:54.882 DEBUG [src.node.docker_mananger] Generated ports ['34745', '34746', '34747', '34748', '34749']
|
||||
2026-01-02 04:16:54.882 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:16:54.883 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:16:54.883 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:16:54.883 DEBUG [src.node.docker_mananger] docker run -i -t -p 34745:34745 -p 34746:34746 -p 34747:34747 -p 34748:34748 -p 34749:34749 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34747 --rest-port=34745 --tcp-port=34746 --discv5-udp-port=34748 --rest-address=0.0.0.0 --nat=extip:172.18.114.84 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b1cfb6c4e09018d48adebfeddcb4edc0eb86e038cedda3aafd4205d210eef9e3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34749 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:16:55.070 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.114.84 waku f635d3075c932fbf691e66a5fbeba951214a44754861fc157704ba930a12994c
|
||||
2026-01-02 04:16:55.101 DEBUG [src.node.docker_mananger] Container started with ID f635d3075c93. Setting up logs at ./log/docker/node1_2026-01-02_04-16-54__268a7a7f-b7bb-40d8-8668-9eea14e16519__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:16:55.102 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34745
|
||||
2026-01-02 04:16:55.102 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:16:55.155 ERROR [src.node.docker_mananger] Max retries reached for container 96cc58015a0b. Exiting log stream.
|
||||
2026-01-02 04:16:55.676 ERROR [src.node.docker_mananger] Max retries reached for container 411e44b2dab8. Exiting log stream.
|
||||
2026-01-02 04:16:56.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34745/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:16:56.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:16:56.106 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:16:56.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34745/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:16:56.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.114.84/tcp/34746/p2p/16Uiu2HAm1CSJjdAnTwSEpZYfXHwZRYhsZNKy33uAPcU8V8Mei9Cq","/ip4/172.18.114.84/tcp/34747/ws/p2p/16Uiu2HAm1CSJjdAnTwSEpZYfXHwZRYhsZNKy33uAPcU8V8Mei9Cq"],"enrUri":"enr:-L24QEGHJtNiFHlvcpegR52LGt4ce_5b539-B_gJQQZpdO_aNmyfjdQTYaSrF2nMunpyXITtofUQZI8KMsLX4eTjcpMCgmlkgnY0gmlwhKwSclSKbXVsdGlhZGRyc5YACASsEnJUBoe6AAoErBJyVAaHu90DgnJzhQADAQAAiXNlY3AyNTZrMaECVcIcR3iHlRJCCbe_UKSnkQAqjGVhXQlcM050xEoXEsaDdGNwgoe6g3VkcIKHvIV3YWt1MgU"}'
|
||||
2026-01-02 04:16:56.109 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:16:56.109 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-01-02 04:16:56.116 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:16:56.116 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-16-54__268a7a7f-b7bb-40d8-8668-9eea14e16519__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:16:56.116 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:16:56.116 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:16:56.117 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:16:56.118 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.220.76
|
||||
2026-01-02 04:16:56.118 DEBUG [src.node.docker_mananger] Generated ports ['30903', '30904', '30905', '30906', '30907']
|
||||
2026-01-02 04:16:56.118 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:16:56.118 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:16:56.118 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:16:56.118 DEBUG [src.node.docker_mananger] docker run -i -t -p 30903:30903 -p 30904:30904 -p 30905:30905 -p 30906:30906 -p 30907:30907 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30905 --rest-port=30903 --tcp-port=30904 --discv5-udp-port=30906 --rest-address=0.0.0.0 --nat=extip:172.18.220.76 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d3eadfdaa7d54f2a27e61ab6d5ae2ffcc8cf071d0adb8cfcbcca44dd5bcaabed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30907 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEGHJtNiFHlvcpegR52LGt4ce_5b539-B_gJQQZpdO_aNmyfjdQTYaSrF2nMunpyXITtofUQZI8KMsLX4eTjcpMCgmlkgnY0gmlwhKwSclSKbXVsdGlhZGRyc5YACASsEnJUBoe6AAoErBJyVAaHu90DgnJzhQADAQAAiXNlY3AyNTZrMaECVcIcR3iHlRJCCbe_UKSnkQAqjGVhXQlcM050xEoXEsaDdGNwgoe6g3VkcIKHvIV3YWt1MgU --filternode=/ip4/172.18.114.84/tcp/34746/p2p/16Uiu2HAm1CSJjdAnTwSEpZYfXHwZRYhsZNKy33uAPcU8V8Mei9Cq
|
||||
2026-01-02 04:16:56.293 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.220.76 waku f534ad4b07308281e994055151763a5137bf136e7e3513317f64c1be1248a6c2
|
||||
2026-01-02 04:16:56.326 DEBUG [src.node.docker_mananger] Container started with ID f534ad4b0730. Setting up logs at ./log/docker/node2_2026-01-02_04-16-54__268a7a7f-b7bb-40d8-8668-9eea14e16519__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:16:56.327 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30903
|
||||
2026-01-02 04:16:56.327 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:16:57.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30903/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:16:57.331 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:16:57.331 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:16:57.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30903/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:16:57.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.220.76/tcp/30904/p2p/16Uiu2HAm3r3RPYZXEg4FKZEjpRdywq6EW4V54rowPXfZMtPfz3he","/ip4/172.18.220.76/tcp/30905/ws/p2p/16Uiu2HAm3r3RPYZXEg4FKZEjpRdywq6EW4V54rowPXfZMtPfz3he"],"enrUri":"enr:-L24QOqRGnlzravaC3G0bkftoN1bxD1rROgwYNJIznCJSBqybLEpMam6lpqhtUKRAzTpJMjOLJNRsxIhBxg7u7F9-KUCgmlkgnY0gmlwhKwS3EyKbXVsdGlhZGRyc5YACASsEtxMBni4AAoErBLcTAZ4ud0DgnJzhQADAQAAiXNlY3AyNTZrMaECfRutuGzUDXyBDUduSeLm_qSz6u4jJNLH7TB2_Go_10WDdGNwgni4g3VkcIJ4uoV3YWt1MgA"}'
|
||||
2026-01-02 04:16:57.334 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:16:57.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30903/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.114.84/tcp/34746/p2p/16Uiu2HAm1CSJjdAnTwSEpZYfXHwZRYhsZNKy33uAPcU8V8Mei9Cq"]'
|
||||
2026-01-02 04:16:57.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:16:57.364 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-01-02 04:16:57.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34745/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:16:57.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:16:57.377 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30903/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b52d4c9d-a792-4501-b758-390a3a44b27c", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-02 04:16:57.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b52d4c9d-a792-4501-b758-390a3a44b27c","statusDesc":"OK"}'
|
||||
2026-01-02 04:16:57.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34745/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:16:57.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:16:57.399 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:16:57.499 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:16:57.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30903/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:16:57.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1767327417391991399,"ephemeral":false}]'
|
||||
2026-01-02 04:16:57.503 DEBUG [src.node.waku_node] Restarting container with id f635d3075c93
|
||||
2026-01-02 04:16:58.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34745/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:16:58.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34745/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:16:58.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:16:58.306 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:16:58.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34745/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:16:58.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.114.84/tcp/34746/p2p/16Uiu2HAm1CSJjdAnTwSEpZYfXHwZRYhsZNKy33uAPcU8V8Mei9Cq","/ip4/172.18.114.84/tcp/34747/ws/p2p/16Uiu2HAm1CSJjdAnTwSEpZYfXHwZRYhsZNKy33uAPcU8V8Mei9Cq"],"enrUri":"enr:-L24QEGHJtNiFHlvcpegR52LGt4ce_5b539-B_gJQQZpdO_aNmyfjdQTYaSrF2nMunpyXITtofUQZI8KMsLX4eTjcpMCgmlkgnY0gmlwhKwSclSKbXVsdGlhZGRyc5YACASsEnJUBoe6AAoErBJyVAaHu90DgnJzhQADAQAAiXNlY3AyNTZrMaECVcIcR3iHlRJCCbe_UKSnkQAqjGVhXQlcM050xEoXEsaDdGNwgoe6g3VkcIKHvIV3YWt1MgU"}'
|
||||
2026-01-02 04:16:58.308 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:16:58.308 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2026-01-02 04:17:00.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34745/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:17:00.322 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:00.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30903/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "c76c28ca-727a-419d-817d-659412ecd293", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-02 04:17:00.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"c76c28ca-727a-419d-817d-659412ecd293","statusDesc":"OK"}'
|
||||
2026-01-02 04:17:00.354 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34745/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:17:00.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:00.363 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:17:00.463 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:17:00.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30903/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:00.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1767327420354065988,"ephemeral":false}]'
|
||||
2026-01-02 04:17:00.469 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:17:00.470 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:17:00.470 DEBUG [src.node.waku_node] Stopping container with id f635d3075c93
|
||||
2026-01-02 04:17:01.005 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:17:01.006 DEBUG [src.node.waku_node] Stopping container with id f534ad4b0730
|
||||
2026-01-02 04:17:01.531 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:17:01.534 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:17:01.552 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:17:01.560 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
108
nim/1022/data/attachments/22039494d7eb3c42.txt
Normal file
108
nim/1022/data/attachments/22039494d7eb3c42.txt
Normal file
@ -0,0 +1,108 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_cursor_pointing_to_deleted_message with id: 2026-01-02_04-22-53__b1c9ac59-c609-45d7-87db-41bba302bea6
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-22-53__b1c9ac59-c609-45d7-87db-41bba302bea6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.255.138
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59064', '59065', '59066', '59067', '59068']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 59064:59064 -p 59065:59065 -p 59066:59066 -p 59067:59067 -p 59068:59068 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59066 --rest-port=59064 --tcp-port=59065 --discv5-udp-port=59067 --rest-address=0.0.0.0 --nat=extip:172.18.255.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=afe4e617c98263abbef3f83cf2b7b23a70fb1ba5a4bd8d91e6726faacee3e230 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59068 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.255.138 waku d34dfe3aacafc39e708aceec74cf982c6e2458e25ea79efe95869c3e454f2966
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d34dfe3aacaf. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-22-53__b1c9ac59-c609-45d7-87db-41bba302bea6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59064
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 143d6434ef8a. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container bd7754de5148. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59064/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59064/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.255.138/tcp/59065/p2p/16Uiu2HAmQWfumV2ykc9kFnW5NWo8oZBPAZ8NPYuLomUbZB7u1jnz","/ip4/172.18.255.138/tcp/59066/ws/p2p/16Uiu2HAmQWfumV2ykc9kFnW5NWo8oZBPAZ8NPYuLomUbZB7u1jnz"],"enrUri":"enr:-L24QB-YOIMmidTEcaf6cEYxDbzz-NZTfyc7rt0lpTm696gyauSJcOjBgbK7sbEg022ngLE_Kgfc6V50T-YhfpdFd-cCgmlkgnY0gmlwhKwS_4qKbXVsdGlhZGRyc5YACASsEv-KBua5AAoErBL_igbmut0DgnJzhQADAQAAiXNlY3AyNTZrMaEDsCq_FemrykkE2k7GMRhAF2oHSQ4lIWsWHc8PI-HZedODdGNwgua5g3VkcILmu4V3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-22-53__b1c9ac59-c609-45d7-87db-41bba302bea6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.169.222
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9989', '9990', '9991', '9992', '9993']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 9989:9989 -p 9990:9990 -p 9991:9991 -p 9992:9992 -p 9993:9993 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9991 --rest-port=9989 --tcp-port=9990 --discv5-udp-port=9992 --rest-address=0.0.0.0 --nat=extip:172.18.169.222 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7980bcbcfd2cba2eeeca2358a12f1e9baad6c2f40bd62fd4bb6b96bf57dbd7af --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9993 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QB-YOIMmidTEcaf6cEYxDbzz-NZTfyc7rt0lpTm696gyauSJcOjBgbK7sbEg022ngLE_Kgfc6V50T-YhfpdFd-cCgmlkgnY0gmlwhKwS_4qKbXVsdGlhZGRyc5YACASsEv-KBua5AAoErBL_igbmut0DgnJzhQADAQAAiXNlY3AyNTZrMaEDsCq_FemrykkE2k7GMRhAF2oHSQ4lIWsWHc8PI-HZedODdGNwgua5g3VkcILmu4V3YWt1MgM --storenode=/ip4/172.18.255.138/tcp/59065/p2p/16Uiu2HAmQWfumV2ykc9kFnW5NWo8oZBPAZ8NPYuLomUbZB7u1jnz --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.169.222 waku 7cbc3df205a23733fbdc8d7cdf5d7d06d9283d8520252bbbb6f989167656cd84
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7cbc3df205a2. Setting up logs at ./log/docker/store_node1_2026-01-02_04-22-53__b1c9ac59-c609-45d7-87db-41bba302bea6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9989
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9989/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9989/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.169.222/tcp/9990/p2p/16Uiu2HAmGL2FsN3kAeajeavMuKgD3DnNmS5Uc6eSog4hPjh9j7v7","/ip4/172.18.169.222/tcp/9991/ws/p2p/16Uiu2HAmGL2FsN3kAeajeavMuKgD3DnNmS5Uc6eSog4hPjh9j7v7"],"enrUri":"enr:-L24QKJzsTGY2jPonpMdlsCEuE4DfLUZVkX1SFNIu2Z_wwUMdIhhuCLMiXbpI9h52cjdKGfOx2HYFqjteUgFEubKZT0CgmlkgnY0gmlwhKwSqd6KbXVsdGlhZGRyc5YACASsEqneBicGAAoErBKp3gYnB90DgnJzhQADAQAAiXNlY3AyNTZrMaEDNpLeOWoyMma1wKQ8pZYKICAmIv5Rh5i7bUS3ENDITnCDdGNwgicGg3VkcIInCIV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9989/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.255.138/tcp/59065/p2p/16Uiu2HAmQWfumV2ykc9kFnW5NWo8oZBPAZ8NPYuLomUbZB7u1jnz"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59064/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:9989/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:59064/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59064/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&cursor=0xea353c02a5d0ec6b4aec64e7961de7bb70a2997430b8dedb12b612d154bca0b7&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:59064/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&cursor=0xea353c02a5d0ec6b4aec64e7961de7bb70a2997430b8dedb12b612d154bca0b7&pageSize=100&ascending=true. Response content: b'error in handleSelfStoreRequest: BAD_RESPONSE: archive error: DRIVER_ERROR: cursor not found'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9989/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&cursor=0xea353c02a5d0ec6b4aec64e7961de7bb70a2997430b8dedb12b612d154bca0b7&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:9989/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&cursor=0xea353c02a5d0ec6b4aec64e7961de7bb70a2997430b8dedb12b612d154bca0b7&pageSize=100&ascending=true. Response content: b'error in handleSelfStoreRequest: BAD_RESPONSE: archive error: DRIVER_ERROR: cursor not found'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d34dfe3aacaf
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7cbc3df205a2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
2582
nim/1022/data/attachments/22097be6b65a4973.txt
Normal file
2582
nim/1022/data/attachments/22097be6b65a4973.txt
Normal file
File diff suppressed because it is too large
Load Diff
2585
nim/1022/data/attachments/221731ce282a4f6c.txt
Normal file
2585
nim/1022/data/attachments/221731ce282a4f6c.txt
Normal file
File diff suppressed because it is too large
Load Diff
3497
nim/1022/data/attachments/226b78dade1bbd5e.txt
Normal file
3497
nim/1022/data/attachments/226b78dade1bbd5e.txt
Normal file
File diff suppressed because it is too large
Load Diff
124
nim/1022/data/attachments/2295a5a47f013268.txt
Normal file
124
nim/1022/data/attachments/2295a5a47f013268.txt
Normal file
@ -0,0 +1,124 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_admin_connected_peers_contains_peers_only with id: 2026-01-02_04-34-43__504124f6-60da-4dd4-9eb1-9b0d6c1cc163
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-34-43__504124f6-60da-4dd4-9eb1-9b0d6c1cc163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-34-43__504124f6-60da-4dd4-9eb1-9b0d6c1cc163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-34-43__504124f6-60da-4dd4-9eb1-9b0d6c1cc163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-02_04-34-43__504124f6-60da-4dd4-9eb1-9b0d6c1cc163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.172.43
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5881', '5882', '5883', '5884', '5885']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 5881:5881 -p 5882:5882 -p 5883:5883 -p 5884:5884 -p 5885:5885 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5883 --rest-port=5881 --tcp-port=5882 --discv5-udp-port=5884 --rest-address=0.0.0.0 --nat=extip:172.18.172.43 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b84bdec65a6bf40ceb4e8fefa12eb2fc9acca4aac9624ecc0b4130c6df26a8a7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5885 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.172.43 waku df5a1b67839612bde37220d8d670a543c3c2203c48141ad61e53f68fb5a75f79
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID df5a1b678396. Setting up logs at ./log/docker/node1_2026-01-02_04-34-43__504124f6-60da-4dd4-9eb1-9b0d6c1cc163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5881
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6f1b70f47f37. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5881/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5881/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.172.43/tcp/5882/p2p/16Uiu2HAm7ozkq6ggmWEc48bXeNhghrgHdTcyDVgoCiVCrCR16rCH","/ip4/172.18.172.43/tcp/5883/ws/p2p/16Uiu2HAm7ozkq6ggmWEc48bXeNhghrgHdTcyDVgoCiVCrCR16rCH"],"enrUri":"enr:-L24QFz8jwgN7eXcj48fiYNZjUJ_NI6UJE5pKgg2pub81GFpASNfKlkZkecckyk7dHViTODLsmwRt13GpZs6e8tSqpcCgmlkgnY0gmlwhKwSrCuKbXVsdGlhZGRyc5YACASsEqwrBhb6AAoErBKsKwYW-90DgnJzhQADAQAAiXNlY3AyNTZrMaECuARAZnzJ2QWZSm_l17T2EWYTXcBBCxzq552I_SS4NnqDdGNwghb6g3VkcIIW_IV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.197.34
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11859', '11860', '11861', '11862', '11863']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 11859:11859 -p 11860:11860 -p 11861:11861 -p 11862:11862 -p 11863:11863 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11861 --rest-port=11859 --tcp-port=11860 --discv5-udp-port=11862 --rest-address=0.0.0.0 --nat=extip:172.18.197.34 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=caeed7ecc3cdcd0acdc4aa8eaf7aa8757abe8a6f79a75dad9bbe9b890fcadbab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11863 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFz8jwgN7eXcj48fiYNZjUJ_NI6UJE5pKgg2pub81GFpASNfKlkZkecckyk7dHViTODLsmwRt13GpZs6e8tSqpcCgmlkgnY0gmlwhKwSrCuKbXVsdGlhZGRyc5YACASsEqwrBhb6AAoErBKsKwYW-90DgnJzhQADAQAAiXNlY3AyNTZrMaECuARAZnzJ2QWZSm_l17T2EWYTXcBBCxzq552I_SS4NnqDdGNwghb6g3VkcIIW_IV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.197.34 waku 766a2bafa9de2b647ed424376eebebec06a8cdd107287131477ff788d7f7ed84
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 766a2bafa9de. Setting up logs at ./log/docker/node2_2026-01-02_04-34-43__504124f6-60da-4dd4-9eb1-9b0d6c1cc163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11859
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11859/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11859/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.197.34/tcp/11860/p2p/16Uiu2HAmQGoi9Cqth1nkYXeCXrEesw2ESq4CifEqSHHh4AyNkeBN","/ip4/172.18.197.34/tcp/11861/ws/p2p/16Uiu2HAmQGoi9Cqth1nkYXeCXrEesw2ESq4CifEqSHHh4AyNkeBN"],"enrUri":"enr:-L24QNiXhbAw_8cqvmxIFOQjC7RZrJ9v9x3Xg-svf4jCnvCoSpydsbKX2ua9RGeig2djZidCPIeO9KkYvSxRhWdMuscCgmlkgnY0gmlwhKwSxSKKbXVsdGlhZGRyc5YACASsEsUiBi5UAAoErBLFIgYuVd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrJ1vIKdZoO1zDILRZC_Ws2T9EY_hQjDAHVL-9GbgQlWDdGNwgi5Ug3VkcIIuVoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-02_04-34-43__504124f6-60da-4dd4-9eb1-9b0d6c1cc163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-02_04-34-43__504124f6-60da-4dd4-9eb1-9b0d6c1cc163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.211.180
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40910', '40911', '40912', '40913', '40914']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 40910:40910 -p 40911:40911 -p 40912:40912 -p 40913:40913 -p 40914:40914 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40912 --rest-port=40910 --tcp-port=40911 --discv5-udp-port=40913 --rest-address=0.0.0.0 --nat=extip:172.18.211.180 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=81efb4bd7ebd6cf7ef86f7eacedf2c00f45ce8bacc4d661a7fa4ea3e4d5a48aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40914 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFz8jwgN7eXcj48fiYNZjUJ_NI6UJE5pKgg2pub81GFpASNfKlkZkecckyk7dHViTODLsmwRt13GpZs6e8tSqpcCgmlkgnY0gmlwhKwSrCuKbXVsdGlhZGRyc5YACASsEqwrBhb6AAoErBKsKwYW-90DgnJzhQADAQAAiXNlY3AyNTZrMaECuARAZnzJ2QWZSm_l17T2EWYTXcBBCxzq552I_SS4NnqDdGNwghb6g3VkcIIW_IV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.211.180 waku 1ed37908d1720dca6f9c3f6c39d8031484f4b83f12ab76bd0e911fb07d90d804
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1ed37908d172. Setting up logs at ./log/docker/node3_2026-01-02_04-34-43__504124f6-60da-4dd4-9eb1-9b0d6c1cc163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40910
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40910/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40910/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.211.180/tcp/40911/p2p/16Uiu2HAmSMCwJSHxGzWiNGPUcVtDJVkYTi3khiNyUhdS9FHLX97C","/ip4/172.18.211.180/tcp/40912/ws/p2p/16Uiu2HAmSMCwJSHxGzWiNGPUcVtDJVkYTi3khiNyUhdS9FHLX97C"],"enrUri":"enr:-L24QMIYK1ye1fV0ZES08ue-asYq8MU1kyXCbQpxuc1CYCa9XuAn5Fa8_Bkymxyg3g5t47y0MoE_aNG8qES1n2l9qsUCgmlkgnY0gmlwhKwS07SKbXVsdGlhZGRyc5YACASsEtO0Bp_PAAoErBLTtAaf0N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDy3Vk1qm3U9PDwdrtGnjoSfYSzoPfez1W02RMXJRL8eeDdGNwgp_Pg3VkcIKf0YV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.247.61
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53511', '53512', '53513', '53514', '53515']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 53511:53511 -p 53512:53512 -p 53513:53513 -p 53514:53514 -p 53515:53515 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53513 --rest-port=53511 --tcp-port=53512 --discv5-udp-port=53514 --rest-address=0.0.0.0 --nat=extip:172.18.247.61 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=74d4bcd643efb7627b81df2de576b57e8ba47f5a90c9adc5dcddeedbf2b6c9cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53515 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.247.61 waku 5a4417eb02b1a3ff9ce0f77ffa9b4a91c8e3a1ee8b74fca1aeb10a08fc84ee53
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5a4417eb02b1. Setting up logs at ./log/docker/node4_2026-01-02_04-34-43__504124f6-60da-4dd4-9eb1-9b0d6c1cc163__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53511
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53511/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53511/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.247.61/tcp/53512/p2p/16Uiu2HAm4AoDVGetXTyDBsnWB3bNgnDbqE77qL4zDX3t5WgaJb4Z","/ip4/172.18.247.61/tcp/53513/ws/p2p/16Uiu2HAm4AoDVGetXTyDBsnWB3bNgnDbqE77qL4zDX3t5WgaJb4Z"],"enrUri":"enr:-L24QLOWVH5MRH1L3eQHGiN_zeF5BIG6fgW-GBS8g6nLyY2UNIFvtXQzwx3E0FsA7P_2sq_HBjT_jKrQQF_jUyqpGpkCgmlkgnY0gmlwhKwS9z2KbXVsdGlhZGRyc5YACASsEvc9BtEIAAoErBL3PQbRCd0DgnJzhQADAQAAiXNlY3AyNTZrMaECgemm8DuelQG7VEMaDfKXUZ1UC4YL4qxgb43DhnJDJO6DdGNwgtEIg3VkcILRCoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5881/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.197.34/tcp/11860/p2p/16Uiu2HAmQGoi9Cqth1nkYXeCXrEesw2ESq4CifEqSHHh4AyNkeBN"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:11859/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.172.43/tcp/5882/p2p/16Uiu2HAm7ozkq6ggmWEc48bXeNhghrgHdTcyDVgoCiVCrCR16rCH"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:5881/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.211.180/tcp/40911/p2p/16Uiu2HAmSMCwJSHxGzWiNGPUcVtDJVkYTi3khiNyUhdS9FHLX97C"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40910/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.172.43/tcp/5882/p2p/16Uiu2HAm7ozkq6ggmWEc48bXeNhghrgHdTcyDVgoCiVCrCR16rCH"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5881/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.211.180/tcp/55296/p2p/16Uiu2HAmSMCwJSHxGzWiNGPUcVtDJVkYTi3khiNyUhdS9FHLX97C","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.197.34/tcp/60748/p2p/16Uiu2HAmQGoi9Cqth1nkYXeCXrEesw2ESq4CifEqSHHh4AyNkeBN","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-125-gdafdee","origin":"UnknownOrigin"}]'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:512 /admin/v1/peers/connected contains : [{'multiaddr': '/ip4/172.18.211.180/tcp/55296/p2p/16Uiu2HAmSMCwJSHxGzWiNGPUcVtDJVkYTi3khiNyUhdS9FHLX97C', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-125-gdafdee', 'origin': 'UnknownOrigin'}, {'multiaddr': '/ip4/172.18.197.34/tcp/60748/p2p/16Uiu2HAmQGoi9Cqth1nkYXeCXrEesw2ESq4CifEqSHHh4AyNkeBN', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-125-gdafdee', 'origin': 'UnknownOrigin'}]
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id df5a1b678396
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 766a2bafa9de
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 1ed37908d172
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container df5a1b678396. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5a4417eb02b1
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 766a2bafa9de. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
39
nim/1022/data/attachments/22a8359d3e6dc138.txt
Normal file
39
nim/1022/data/attachments/22a8359d3e6dc138.txt
Normal file
@ -0,0 +1,39 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_get_debug_version_is_string with id: 2026-01-02_04-34-24__b31fdc90-5712-4373-a85e-80ee146fbd96
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-34-24__b31fdc90-5712-4373-a85e-80ee146fbd96__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.104.54
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49262', '49263', '49264', '49265', '49266']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 49262:49262 -p 49263:49263 -p 49264:49264 -p 49265:49265 -p 49266:49266 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49264 --rest-port=49262 --tcp-port=49263 --discv5-udp-port=49265 --rest-address=0.0.0.0 --nat=extip:172.18.104.54 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f5cae9bdbf5df9d3db3da62f02d0d0a5f5f9aacb7d5d6c7bcb7f6ca4c2b29416 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49266 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.104.54 waku 550cb32a06ada117f02cc2e60b6a39427f5e900c62a1c339b4f9ece4a5cc9d73
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 550cb32a06ad. Setting up logs at ./log/docker/node1_2026-01-02_04-34-24__b31fdc90-5712-4373-a85e-80ee146fbd96__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49262
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5fd906deb293. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 21f5252cc2aa. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49262/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49262/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.54/tcp/49263/p2p/16Uiu2HAkvaPKn3PNVkknYsFqSXbAEvNLaPQvdfowbmt5ibAscS4V","/ip4/172.18.104.54/tcp/49264/ws/p2p/16Uiu2HAkvaPKn3PNVkknYsFqSXbAEvNLaPQvdfowbmt5ibAscS4V"],"enrUri":"enr:-L24QIWVcHxoP0iTKiRH1PsSuomOAxASbbPNqcyOd9RG9SfQLSRgoy3yZ0knmBRFGyA1z9H5HO9ulktpcSTFME9fQF4CgmlkgnY0gmlwhKwSaDaKbXVsdGlhZGRyc5YACASsEmg2BsBvAAoErBJoNgbAcN0DgnJzhQADAQAAiXNlY3AyNTZrMaECERcU8tFJ2AslCOoe-KuwN3nKQYdRWbcariteNfxVgYaDdGNwgsBvg3VkcILAcYV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49262/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'v0.36.0-125-gdafdee'
|
||||
[35mDEBUG [0m tests.rest_flags.test_debug_flags:test_debug_flags.py:40 debug version returned: v0.36.0-125-gdafdee
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 550cb32a06ad
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
63
nim/1022/data/attachments/22ca68dab0043b5d.txt
Normal file
63
nim/1022/data/attachments/22ca68dab0043b5d.txt
Normal file
@ -0,0 +1,63 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_all_on_peer_with_no_subscription with id: 2026-01-02_04-17-03__5ad5e2b1-349d-43dc-8c95-a0c7fa2630c1
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-17-03__5ad5e2b1-349d-43dc-8c95-a0c7fa2630c1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.149.210
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['18083', '18084', '18085', '18086', '18087']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 18083:18083 -p 18084:18084 -p 18085:18085 -p 18086:18086 -p 18087:18087 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18085 --rest-port=18083 --tcp-port=18084 --discv5-udp-port=18086 --rest-address=0.0.0.0 --nat=extip:172.18.149.210 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b77c4bb47a8eab6b4adeddaacc39644feab6bbffcaa1eed982b5efb7fceeb060 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18087 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.149.210 waku 66b2d5f350cac629fb058fe7869f4beba5abea2e70068e45417a4f79527ecc92
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 66b2d5f350ca. Setting up logs at ./log/docker/node1_2026-01-02_04-17-03__5ad5e2b1-349d-43dc-8c95-a0c7fa2630c1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 18083
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c225bef07b3b. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b643a5e57822. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18083/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18083/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.149.210/tcp/18084/p2p/16Uiu2HAmQ3ar7xNzDsx87hE7xrVjxM3KqeBB64BBhKdM1Z6HykRF","/ip4/172.18.149.210/tcp/18085/ws/p2p/16Uiu2HAmQ3ar7xNzDsx87hE7xrVjxM3KqeBB64BBhKdM1Z6HykRF"],"enrUri":"enr:-L24QCByzy_fAY0uPqCMLqrB92xrnO4J6tVkbjX26zR2qSZzIMnQFx58fRFaOEHO9srxAH1_0k2O-anRkcfTu-XJneYCgmlkgnY0gmlwhKwSldKKbXVsdGlhZGRyc5YACASsEpXSBkakAAoErBKV0gZGpd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqTpXCAjZDoE0RmtPb6N47QiPATm1OWjLdWKsmq9SPGqDdGNwgkakg3VkcIJGpoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-17-03__5ad5e2b1-349d-43dc-8c95-a0c7fa2630c1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.229.236
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44778', '44779', '44780', '44781', '44782']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 44778:44778 -p 44779:44779 -p 44780:44780 -p 44781:44781 -p 44782:44782 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44780 --rest-port=44778 --tcp-port=44779 --discv5-udp-port=44781 --rest-address=0.0.0.0 --nat=extip:172.18.229.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9bb4c8c6286bcb130fee4aebccee6fb624905d24df7be9e3cddcf4d895f59ef4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44782 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QCByzy_fAY0uPqCMLqrB92xrnO4J6tVkbjX26zR2qSZzIMnQFx58fRFaOEHO9srxAH1_0k2O-anRkcfTu-XJneYCgmlkgnY0gmlwhKwSldKKbXVsdGlhZGRyc5YACASsEpXSBkakAAoErBKV0gZGpd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqTpXCAjZDoE0RmtPb6N47QiPATm1OWjLdWKsmq9SPGqDdGNwgkakg3VkcIJGpoV3YWt1MgU --filternode=/ip4/172.18.149.210/tcp/18084/p2p/16Uiu2HAmQ3ar7xNzDsx87hE7xrVjxM3KqeBB64BBhKdM1Z6HykRF
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.229.236 waku 180f704215c45be178cef4ee89794e75a456279372e42cefa2a8b05931ba266d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 180f704215c4. Setting up logs at ./log/docker/node2_2026-01-02_04-17-03__5ad5e2b1-349d-43dc-8c95-a0c7fa2630c1__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44778
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44778/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44778/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.229.236/tcp/44779/p2p/16Uiu2HAkxXBrhBzeGzjGYPxPkrW5UjnTJLQyhxnrTd6rgBYBV9T8","/ip4/172.18.229.236/tcp/44780/ws/p2p/16Uiu2HAkxXBrhBzeGzjGYPxPkrW5UjnTJLQyhxnrTd6rgBYBV9T8"],"enrUri":"enr:-L24QMVqEekGEJIf3b9Gb8DJ5NS3Kr_BV1C7FE8SxCQNL3NoRxUu_RshvF-WCz9Y3IYAxx9H6BFcCGmm4DqCTVf-aZACgmlkgnY0gmlwhKwS5eyKbXVsdGlhZGRyc5YACASsEuXsBq7rAAoErBLl7Aau7N0DgnJzhQADAQAAiXNlY3AyNTZrMaECLfy_Xa4mwHpvKw9dQRGnIAQtYjiMqHnCtqnoLZ1yx2uDdGNwgq7rg3VkcIKu7YV3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:44778/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.149.210/tcp/18084/p2p/16Uiu2HAmQ3ar7xNzDsx87hE7xrVjxM3KqeBB64BBhKdM1Z6HykRF"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:44778/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": "1"}'
|
||||
[31m[1mERROR [0m src.node.api_clients.base_client:base_client.py:16 HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:44778/filter/v2/subscriptions/all. Response content: b'{"requestId":"1","statusDesc":"NOT_FOUND: peer has no subscriptions"}'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 66b2d5f350ca
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 180f704215c4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
862
nim/1022/data/attachments/2375bb9b75662bbe.txt
Normal file
862
nim/1022/data/attachments/2375bb9b75662bbe.txt
Normal file
@ -0,0 +1,862 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_light_push_after_node_pauses_and_pauses with id: 2026-01-02_04-26-15__62a715ea-8e63-4e49-803a-d06d9f5149bb
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-26-15__62a715ea-8e63-4e49-803a-d06d9f5149bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.222.13
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14963', '14964', '14965', '14966', '14967']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 14963:14963 -p 14964:14964 -p 14965:14965 -p 14966:14966 -p 14967:14967 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14965 --rest-port=14963 --tcp-port=14964 --discv5-udp-port=14966 --rest-address=0.0.0.0 --nat=extip:172.18.222.13 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aa9bcffedd5addad3c76191cfb90de0fc71bb7c7df4fcfa4acabcb5fa079734a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14967 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.222.13 waku a7c8c6f7e57a6763abc45c7c31be4b39c7a4a4283c083ae76ec5c47f03bd11f6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a7c8c6f7e57a. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-26-15__62a715ea-8e63-4e49-803a-d06d9f5149bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14963
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14963/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14963/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.222.13/tcp/14964/p2p/16Uiu2HAmFWAQ8PidEr2kiBKtYANkRdkoPwn828UTwDV51hMgf6HY","/ip4/172.18.222.13/tcp/14965/ws/p2p/16Uiu2HAmFWAQ8PidEr2kiBKtYANkRdkoPwn828UTwDV51hMgf6HY"],"enrUri":"enr:-L24QMT_N59QcFpvx5pDhSPNpnAUECarADY7VjVbVOxn3S4sBb_p3dv_8K7-S9HWFTLHqYA8ukpg7aD77NqwzZ_q6i4CgmlkgnY0gmlwhKwS3g2KbXVsdGlhZGRyc5YACASsEt4NBjp0AAoErBLeDQY6dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKlAyJF2d7JOLSJXNrXHcvhBAVRtW_QJXIaM0AkCOq1ODdGNwgjp0g3VkcII6doV3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-02_04-26-15__62a715ea-8e63-4e49-803a-d06d9f5149bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.145.59
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40888', '40889', '40890', '40891', '40892']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 40888:40888 -p 40889:40889 -p 40890:40890 -p 40891:40891 -p 40892:40892 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40890 --rest-port=40888 --tcp-port=40889 --discv5-udp-port=40891 --rest-address=0.0.0.0 --nat=extip:172.18.145.59 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1cfb5a2848e9cd3e2d5fecb31bd35d6d2308ee610ccb8ae37b745ac4a08e26e7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40892 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.145.59 waku d1185e4352c2c290e2ded0aa8316228173bca0d836ec7ab2cfbdb1a9b0f0bedc
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d1185e4352c2. Setting up logs at ./log/docker/receiving_node2_2026-01-02_04-26-15__62a715ea-8e63-4e49-803a-d06d9f5149bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40888
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40888/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40888/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.59/tcp/40889/p2p/16Uiu2HAmTKYMf1TZiCP6jMWhuQexpXYKbwvPYknftUAH1KRtnGmt","/ip4/172.18.145.59/tcp/40890/ws/p2p/16Uiu2HAmTKYMf1TZiCP6jMWhuQexpXYKbwvPYknftUAH1KRtnGmt"],"enrUri":"enr:-L24QJoxT23ZxbWYiGH8088qlW_ZJztyPkYwxME1loakpISlepLlyMxBH1wcxQJomP5tw5Y5TwjrdsBrtEreSK9CeL0CgmlkgnY0gmlwhKwSkTuKbXVsdGlhZGRyc5YACASsEpE7Bp-5AAoErBKROwafut0DgnJzhQADAQAAiXNlY3AyNTZrMaED2ePgm0M4EkEBka1vFe0QvEjn3cbV96f8wA0kPGByV_-DdGNwgp-5g3VkcIKfu4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:40888/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.222.13/tcp/14964/p2p/16Uiu2HAmFWAQ8PidEr2kiBKtYANkRdkoPwn828UTwDV51hMgf6HY"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-26-15__62a715ea-8e63-4e49-803a-d06d9f5149bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.155.159
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39616', '39617', '39618', '39619', '39620']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 39616:39616 -p 39617:39617 -p 39618:39618 -p 39619:39619 -p 39620:39620 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=39618 --rest-port=39616 --tcp-port=39617 --discv5-udp-port=39619 --rest-address=0.0.0.0 --nat=extip:172.18.155.159 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e95639d3b2f24b99e30c6eba4c4bd0091a97ebad21dda4c05a93d3c948cafda1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39620 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMT_N59QcFpvx5pDhSPNpnAUECarADY7VjVbVOxn3S4sBb_p3dv_8K7-S9HWFTLHqYA8ukpg7aD77NqwzZ_q6i4CgmlkgnY0gmlwhKwS3g2KbXVsdGlhZGRyc5YACASsEt4NBjp0AAoErBLeDQY6dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKlAyJF2d7JOLSJXNrXHcvhBAVRtW_QJXIaM0AkCOq1ODdGNwgjp0g3VkcII6doV3YWt1Mgk --lightpushnode=/ip4/172.18.222.13/tcp/14964/p2p/16Uiu2HAmFWAQ8PidEr2kiBKtYANkRdkoPwn828UTwDV51hMgf6HY --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.155.159 waku 8c9a7e52783365af21649a687118fc67a9c7321e8fcae0947e7528e6b5927d4d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8c9a7e527833. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-26-15__62a715ea-8e63-4e49-803a-d06d9f5149bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39616
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8c9a7e527833. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39616/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=39616): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4842a43620>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.190.84
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['15491', '15492', '15493', '15494', '15495']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 15491:15491 -p 15492:15492 -p 15493:15493 -p 15494:15494 -p 15495:15495 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15493 --rest-port=15491 --tcp-port=15492 --discv5-udp-port=15494 --rest-address=0.0.0.0 --nat=extip:172.18.190.84 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=904f58fd96d3215473de08bc251f1f7d9aacbfdedbbf5bb7cca9b48de0c07ce9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15495 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMT_N59QcFpvx5pDhSPNpnAUECarADY7VjVbVOxn3S4sBb_p3dv_8K7-S9HWFTLHqYA8ukpg7aD77NqwzZ_q6i4CgmlkgnY0gmlwhKwS3g2KbXVsdGlhZGRyc5YACASsEt4NBjp0AAoErBLeDQY6dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKlAyJF2d7JOLSJXNrXHcvhBAVRtW_QJXIaM0AkCOq1ODdGNwgjp0g3VkcII6doV3YWt1Mgk --lightpushnode=/ip4/172.18.222.13/tcp/14964/p2p/16Uiu2HAmFWAQ8PidEr2kiBKtYANkRdkoPwn828UTwDV51hMgf6HY --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.190.84 waku e6c034396b7b0982db79e7b4a0792537476551aa0293626235f5db10bc698282
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e6c034396b7b. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-26-15__62a715ea-8e63-4e49-803a-d06d9f5149bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 15491
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e6c034396b7b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=15491): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4842b9df70>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.190.41
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['27041', '27042', '27043', '27044', '27045']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 27041:27041 -p 27042:27042 -p 27043:27043 -p 27044:27044 -p 27045:27045 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27043 --rest-port=27041 --tcp-port=27042 --discv5-udp-port=27044 --rest-address=0.0.0.0 --nat=extip:172.18.190.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ac2d1dadb01ef8bd4aa4ffc9dea89778b2ceeebe715e749e095e0bae40ffe81b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27045 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMT_N59QcFpvx5pDhSPNpnAUECarADY7VjVbVOxn3S4sBb_p3dv_8K7-S9HWFTLHqYA8ukpg7aD77NqwzZ_q6i4CgmlkgnY0gmlwhKwS3g2KbXVsdGlhZGRyc5YACASsEt4NBjp0AAoErBLeDQY6dd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKlAyJF2d7JOLSJXNrXHcvhBAVRtW_QJXIaM0AkCOq1ODdGNwgjp0g3VkcII6doV3YWt1Mgk --lightpushnode=/ip4/172.18.222.13/tcp/14964/p2p/16Uiu2HAmFWAQ8PidEr2kiBKtYANkRdkoPwn828UTwDV51hMgf6HY --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.190.41 waku 21ae8f78b47e757301cc4df6e918ad0c122e50551d6aa340ab49983b28daef99
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 21ae8f78b47e. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-26-15__62a715ea-8e63-4e49-803a-d06d9f5149bb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 27041
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 21ae8f78b47e. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27041/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=27041): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4842bd9670>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id a7c8c6f7e57a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d1185e4352c2
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a7c8c6f7e57a. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d1185e4352c2. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/21ae8f78b47e757301cc4df6e918ad0c122e50551d6aa340ab49983b28daef99/stop: Not Found ("No such container: 21ae8f78b47e757301cc4df6e918ad0c122e50551d6aa340ab49983b28daef99")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/21ae8f78b47e757301cc4df6e918ad0c122e50551d6aa340ab49983b28daef99/stop: Not Found ("No such container: 21ae8f78b47e757301cc4df6e918ad0c122e50551d6aa340ab49983b28daef99")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 21ae8f78b47e
|
||||
[1m[31mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/21ae8f78b47e757301cc4df6e918ad0c122e50551d6aa340ab49983b28daef99/stop: Not Found ("No such container: 21ae8f78b47e757301cc4df6e918ad0c122e50551d6aa340ab49983b28daef99")
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
166
nim/1022/data/attachments/23e26467efe7896a.txt
Normal file
166
nim/1022/data/attachments/23e26467efe7896a.txt
Normal file
@ -0,0 +1,166 @@
|
||||
2026-01-02 04:34:03.719 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:34:03.720 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_pubsub_topics_and_send_messages with id: 2026-01-02_04-34-03__d9e5f6dd-a35b-4495-b4de-7b099468ca87
|
||||
2026-01-02 04:34:03.720 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:34:03.720 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:34:03.720 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-02 04:34:03.726 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:34:03.726 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-34-03__d9e5f6dd-a35b-4495-b4de-7b099468ca87__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:34:03.727 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:34:03.727 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:34:03.728 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:34:03.728 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.139.78
|
||||
2026-01-02 04:34:03.728 DEBUG [src.node.docker_mananger] Generated ports ['28661', '28662', '28663', '28664', '28665']
|
||||
2026-01-02 04:34:03.728 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-02 04:34:03.728 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:34:03.728 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:34:03.728 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:34:03.729 DEBUG [src.node.docker_mananger] docker run -i -t -p 28661:28661 -p 28662:28662 -p 28663:28663 -p 28664:28664 -p 28665:28665 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28663 --rest-port=28661 --tcp-port=28662 --discv5-udp-port=28664 --rest-address=0.0.0.0 --nat=extip:172.18.139.78 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bbfcdbb07c82d4b392af5defdcd8beffce0d61b43a78ccb96ad06c94a180eb3b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28665 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-02 04:34:03.883 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.139.78 waku 622b9ee62531263f31ecc8691daff2f33efedd31d35dfe52f4170cbdcbcf7bb0
|
||||
2026-01-02 04:34:03.908 DEBUG [src.node.docker_mananger] Container started with ID 622b9ee62531. Setting up logs at ./log/docker/node1_2026-01-02_04-34-03__d9e5f6dd-a35b-4495-b4de-7b099468ca87__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:34:03.909 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28661
|
||||
2026-01-02 04:34:03.909 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:34:03.979 ERROR [src.node.docker_mananger] Max retries reached for container 4b5e25faf5be. Exiting log stream.
|
||||
2026-01-02 04:34:04.523 ERROR [src.node.docker_mananger] Max retries reached for container c288446a9c25. Exiting log stream.
|
||||
2026-01-02 04:34:04.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28661/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:04.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:34:04.913 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:34:04.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28661/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:04.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.78/tcp/28662/p2p/16Uiu2HAm1ZKUt1VsukHvDgmM6Tunet1Y9As8KBv84mAy6i4fc9oN","/ip4/172.18.139.78/tcp/28663/ws/p2p/16Uiu2HAm1ZKUt1VsukHvDgmM6Tunet1Y9As8KBv84mAy6i4fc9oN"],"enrUri":"enr:-L24QJyechWjucD--lDeba79VA4zENhx1JR5T0EfR3xUOXaOLJaZDEsOasJVCKk2nbAtEFxYYJQ_y6cJc5IQOQxjRaUCgmlkgnY0gmlwhKwSi06KbXVsdGlhZGRyc5YACASsEotOBm_2AAoErBKLTgZv990DgnJzhQACAQAAiXNlY3AyNTZrMaECWxuXHcePfvSPJ4TvAK5LIh_Kg_Y4InWwcJUGoje6pxmDdGNwgm_2g3VkcIJv-IV3YWt1MgU"}'
|
||||
2026-01-02 04:34:04.915 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:34:04.922 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:34:04.922 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-34-03__d9e5f6dd-a35b-4495-b4de-7b099468ca87__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:34:04.922 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:34:04.922 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:34:04.923 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:34:04.923 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.52.206
|
||||
2026-01-02 04:34:04.923 DEBUG [src.node.docker_mananger] Generated ports ['9234', '9235', '9236', '9237', '9238']
|
||||
2026-01-02 04:34:04.924 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-02 04:34:04.924 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:34:04.924 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:34:04.924 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:34:04.924 DEBUG [src.node.docker_mananger] docker run -i -t -p 9234:9234 -p 9235:9235 -p 9236:9236 -p 9237:9237 -p 9238:9238 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9236 --rest-port=9234 --tcp-port=9235 --discv5-udp-port=9237 --rest-address=0.0.0.0 --nat=extip:172.18.52.206 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c26ebbfb82580cbe3dd3e86ea47dec7a4c1252dd0c22b5dfaafa2b37b467d8ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9238 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJyechWjucD--lDeba79VA4zENhx1JR5T0EfR3xUOXaOLJaZDEsOasJVCKk2nbAtEFxYYJQ_y6cJc5IQOQxjRaUCgmlkgnY0gmlwhKwSi06KbXVsdGlhZGRyc5YACASsEotOBm_2AAoErBKLTgZv990DgnJzhQACAQAAiXNlY3AyNTZrMaECWxuXHcePfvSPJ4TvAK5LIh_Kg_Y4InWwcJUGoje6pxmDdGNwgm_2g3VkcIJv-IV3YWt1MgU
|
||||
2026-01-02 04:34:05.093 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.52.206 waku 8e39526210ce0301eeb5f3a4d8091c4419bc5626977ae99a5f281edadc39c801
|
||||
2026-01-02 04:34:05.116 DEBUG [src.node.docker_mananger] Container started with ID 8e39526210ce. Setting up logs at ./log/docker/node2_2026-01-02_04-34-03__d9e5f6dd-a35b-4495-b4de-7b099468ca87__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:34:05.117 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9234
|
||||
2026-01-02 04:34:05.117 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:34:06.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9234/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-02 04:34:06.143 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:34:06.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9234/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.206/tcp/9235/p2p/16Uiu2HAm4hnqVPB8nMUo4mTX7bcbmQHdsBjGsziFVfFX1pQoKs56","/ip4/172.18.52.206/tcp/9236/ws/p2p/16Uiu2HAm4hnqVPB8nMUo4mTX7bcbmQHdsBjGsziFVfFX1pQoKs56"],"enrUri":"enr:-L24QPqEGwcDZBl7zvH55W82DcWuXtALCz3FoQdTHfrMLWV4eiN80MbSHFkTzym4x9KuuyZN24dB9PYNHfctXG4KQ0sCgmlkgnY0gmlwhKwSNM6KbXVsdGlhZGRyc5YACASsEjTOBiQTAAoErBI0zgYkFN0DgnJzhQACAQAAiXNlY3AyNTZrMaECido6dCS3XFyM91BNYhlNcFCjLveBMfZ1gQG80GC0GsWDdGNwgiQTg3VkcIIkFYV3YWt1MgE"}'
|
||||
2026-01-02 04:34:06.148 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:34:06.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9234/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.139.78/tcp/28662/p2p/16Uiu2HAm1ZKUt1VsukHvDgmM6Tunet1Y9As8KBv84mAy6i4fc9oN"]'
|
||||
2026-01-02 04:34:06.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.152 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-01-02 04:34:06.154 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.154 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-01-02 04:34:06.156 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:34:06.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.161 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:34:06.261 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:06.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446157085062,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:06.266 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:06.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446157085062,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:06.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
||||
2026-01-02 04:34:06.274 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.275 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
||||
2026-01-02 04:34:06.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.279 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:34:06.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.285 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:34:06.385 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:06.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446279218739,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:06.390 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:06.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446279218739,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:06.394 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
||||
2026-01-02 04:34:06.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
||||
2026-01-02 04:34:06.402 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.403 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:34:06.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.409 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:34:06.509 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:06.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446403186298,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:06.513 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:06.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446403186298,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:06.517 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
||||
2026-01-02 04:34:06.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
||||
2026-01-02 04:34:06.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:34:06.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.530 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:34:06.631 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:06.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446526059622,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:06.635 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:06.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446526059622,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:06.639 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
||||
2026-01-02 04:34:06.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
||||
2026-01-02 04:34:06.647 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.648 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:34:06.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.654 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:34:06.754 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:06.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446648448533,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:06.759 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:06.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446648448533,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:06.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
||||
2026-01-02 04:34:06.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
||||
2026-01-02 04:34:06.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:34:06.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.777 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:34:06.877 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:06.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.881 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446771692109,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:06.882 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:06.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:06.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446771692109,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:06.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
||||
2026-01-02 04:34:06.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.891 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
||||
2026-01-02 04:34:06.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.898 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:34:06.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:06.903 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:34:07.003 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:07.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:07.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446898047768,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:07.008 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:07.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:07.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328446898047768,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:07.012 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
||||
2026-01-02 04:34:07.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:07.016 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9234/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
||||
2026-01-02 04:34:07.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:07.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:34:07.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:34:07.027 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:34:07.127 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:07.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28661/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:07.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328447021451186,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:07.131 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:34:07.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9234/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:34:07.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1767328447021451186,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:34:07.136 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:34:07.137 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:34:07.137 DEBUG [src.node.waku_node] Stopping container with id 622b9ee62531
|
||||
2026-01-02 04:34:07.610 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:34:07.611 DEBUG [src.node.waku_node] Stopping container with id 8e39526210ce
|
||||
2026-01-02 04:34:08.074 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:34:08.075 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:34:08.090 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:34:08.099 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
69
nim/1022/data/attachments/2432447610045ca1.txt
Normal file
69
nim/1022/data/attachments/2432447610045ca1.txt
Normal file
@ -0,0 +1,69 @@
|
||||
2026-01-02 04:32:12.019 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:32:12.020 DEBUG [tests.conftest] Running test: test_main_node_relay_and_store__peer_only_store with id: 2026-01-02_04-32-12__01958596-7827-4893-bd4a-4f2ea6dc2f52
|
||||
2026-01-02 04:32:12.021 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:32:12.021 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-02 04:32:12.031 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:32:12.031 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-02_04-32-12__01958596-7827-4893-bd4a-4f2ea6dc2f52__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:32:12.031 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:32:12.031 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:32:12.034 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:32:12.034 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.128.140
|
||||
2026-01-02 04:32:12.035 DEBUG [src.node.docker_mananger] Generated ports ['40256', '40257', '40258', '40259', '40260']
|
||||
2026-01-02 04:32:12.035 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:32:12.035 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:32:12.035 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:32:12.036 DEBUG [src.node.docker_mananger] docker run -i -t -p 40256:40256 -p 40257:40257 -p 40258:40258 -p 40259:40259 -p 40260:40260 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40258 --rest-port=40256 --tcp-port=40257 --discv5-udp-port=40259 --rest-address=0.0.0.0 --nat=extip:172.18.128.140 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0b7bdd4cdb9aea4ba3c9df3faced939ac47b439e3edf712bfe2f463ef7e7ed75 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40260 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-02 04:32:12.227 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.128.140 waku b65ab72b9700d8d52d51f2d762cbaca4530730f8c248f84603efcab1a51da002
|
||||
2026-01-02 04:32:12.259 DEBUG [src.node.docker_mananger] Container started with ID b65ab72b9700. Setting up logs at ./log/docker/publishing_node1_2026-01-02_04-32-12__01958596-7827-4893-bd4a-4f2ea6dc2f52__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:32:12.259 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40256
|
||||
2026-01-02 04:32:12.259 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:32:12.286 ERROR [src.node.docker_mananger] Max retries reached for container b0340e01e352. Exiting log stream.
|
||||
2026-01-02 04:32:12.855 ERROR [src.node.docker_mananger] Max retries reached for container 0e5f338f4a63. Exiting log stream.
|
||||
2026-01-02 04:32:13.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40256/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:13.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:32:13.264 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:32:13.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40256/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:13.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.140/tcp/40257/p2p/16Uiu2HAmCRzcBMymEycRCKs7A2Bj1PkffdJJL4WVzyxJ5qEBvc1z","/ip4/172.18.128.140/tcp/40258/ws/p2p/16Uiu2HAmCRzcBMymEycRCKs7A2Bj1PkffdJJL4WVzyxJ5qEBvc1z"],"enrUri":"enr:-L24QCTluKLL64IYVP5s52AiB3ZJ31mC_4WqaMYYjQf2mA07YNI6WrF4mvboSxIUOD4sZ00lReO--EWzukpWb19g4W4CgmlkgnY0gmlwhKwSgIyKbXVsdGlhZGRyc5YACASsEoCMBp1BAAoErBKAjAadQt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_Ku9YHL7DejduKn4K0XAKHECJzDVrwfX3QvJJP8aty2DdGNwgp1Bg3VkcIKdQ4V3YWt1MgM"}'
|
||||
2026-01-02 04:32:13.266 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:32:13.273 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:32:13.273 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-02_04-32-12__01958596-7827-4893-bd4a-4f2ea6dc2f52__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:32:13.273 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:32:13.274 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:32:13.275 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:32:13.275 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.23.171
|
||||
2026-01-02 04:32:13.275 DEBUG [src.node.docker_mananger] Generated ports ['15055', '15056', '15057', '15058', '15059']
|
||||
2026-01-02 04:32:13.275 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:32:13.275 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:32:13.275 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:32:13.276 DEBUG [src.node.docker_mananger] docker run -i -t -p 15055:15055 -p 15056:15056 -p 15057:15057 -p 15058:15058 -p 15059:15059 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15057 --rest-port=15055 --tcp-port=15056 --discv5-udp-port=15058 --rest-address=0.0.0.0 --nat=extip:172.18.23.171 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8c620aeadb1220b0d5757ef7cf39f1c58fa64b13c998eb87e8c174bfcfe10f30 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15059 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCTluKLL64IYVP5s52AiB3ZJ31mC_4WqaMYYjQf2mA07YNI6WrF4mvboSxIUOD4sZ00lReO--EWzukpWb19g4W4CgmlkgnY0gmlwhKwSgIyKbXVsdGlhZGRyc5YACASsEoCMBp1BAAoErBKAjAadQt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC_Ku9YHL7DejduKn4K0XAKHECJzDVrwfX3QvJJP8aty2DdGNwgp1Bg3VkcIKdQ4V3YWt1MgM --storenode=/ip4/172.18.128.140/tcp/40257/p2p/16Uiu2HAmCRzcBMymEycRCKs7A2Bj1PkffdJJL4WVzyxJ5qEBvc1z --store=true --relay=false
|
||||
2026-01-02 04:32:13.461 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.23.171 waku 6c63d4a1122bf80e9a17aae50897ee4beb9590441c53d3d946be1d5b44c47fc1
|
||||
2026-01-02 04:32:13.499 DEBUG [src.node.docker_mananger] Container started with ID 6c63d4a1122b. Setting up logs at ./log/docker/store_node1_2026-01-02_04-32-12__01958596-7827-4893-bd4a-4f2ea6dc2f52__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:32:13.499 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15055
|
||||
2026-01-02 04:32:13.499 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:32:14.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15055/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:14.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:32:14.505 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:32:14.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15055/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:14.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.23.171/tcp/15056/p2p/16Uiu2HAm7uaHuBNwhdu2JjmrXiCG1Qdw7Voi64YtuijydZstmrzs","/ip4/172.18.23.171/tcp/15057/ws/p2p/16Uiu2HAm7uaHuBNwhdu2JjmrXiCG1Qdw7Voi64YtuijydZstmrzs"],"enrUri":"enr:-L24QPNTqyypmoUQIqPw1G1ZcJHlASkSKZmfP21GOYIXiflGVNs00YvJqPSz6uzFjCtam4x_EoayHb7S88oTPeB4aEUCgmlkgnY0gmlwhKwSF6uKbXVsdGlhZGRyc5YACASsEherBjrQAAoErBIXqwY60d0DgnJzhQADAQAAiXNlY3AyNTZrMaECuXITFSWbdRHNxVQaxfS__rUTXvbYU1ZQ3ElQCrRAtVCDdGNwgjrQg3VkcII60oV3YWt1MgI"}'
|
||||
2026-01-02 04:32:14.508 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:32:14.508 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15055/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.128.140/tcp/40257/p2p/16Uiu2HAmCRzcBMymEycRCKs7A2Bj1PkffdJJL4WVzyxJ5qEBvc1z"]'
|
||||
2026-01-02 04:32:14.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:14.542 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40256/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-02 04:32:14.551 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:14.552 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-02 04:32:14.553 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40256/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:32:14.560 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:32:14.560 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-02 04:32:14.761 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-02 04:32:14.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40256/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:32:14.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2026-01-02 04:32:14.765 DEBUG [src.steps.store] messages length is 0
|
||||
2026-01-02 04:32:14.766 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:32:14.768 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:32:14.768 DEBUG [src.node.waku_node] Stopping container with id b65ab72b9700
|
||||
2026-01-02 04:32:15.323 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:32:15.323 DEBUG [src.node.waku_node] Stopping container with id 6c63d4a1122b
|
||||
2026-01-02 04:32:15.872 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:32:15.875 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:32:15.880 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:32:15.884 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
8096
nim/1022/data/attachments/244be68163234780.txt
Normal file
8096
nim/1022/data/attachments/244be68163234780.txt
Normal file
File diff suppressed because it is too large
Load Diff
2586
nim/1022/data/attachments/24952858d8cc02da.txt
Normal file
2586
nim/1022/data/attachments/24952858d8cc02da.txt
Normal file
File diff suppressed because it is too large
Load Diff
862
nim/1022/data/attachments/24d205fcb02ca140.txt
Normal file
862
nim/1022/data/attachments/24d205fcb02ca140.txt
Normal file
@ -0,0 +1,862 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_light_push_with_valid_version with id: 2026-01-02_04-34-13__8080fe01-05ba-4ede-9c2d-ac852a26fe44
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-34-13__8080fe01-05ba-4ede-9c2d-ac852a26fe44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.115.4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10900', '10901', '10902', '10903', '10904']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 10900:10900 -p 10901:10901 -p 10902:10902 -p 10903:10903 -p 10904:10904 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10902 --rest-port=10900 --tcp-port=10901 --discv5-udp-port=10903 --rest-address=0.0.0.0 --nat=extip:172.18.115.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fad9ffafcddf99eae36a1a0d0ffd3f66efcc9f6b82efe3800ca753cecdbcd6bd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10904 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.115.4 waku 85d5d7519315a9400ac7e7b0f4c38d681779924e63860673e8af872d36bb2bd6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 85d5d7519315. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-34-13__8080fe01-05ba-4ede-9c2d-ac852a26fe44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10900
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10900/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10900/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.115.4/tcp/10901/p2p/16Uiu2HAkxctXwHqFqyy4kfD8bKoE6Mgdp1cuCTD1s3DPQdGusWRc","/ip4/172.18.115.4/tcp/10902/ws/p2p/16Uiu2HAkxctXwHqFqyy4kfD8bKoE6Mgdp1cuCTD1s3DPQdGusWRc"],"enrUri":"enr:-L24QCYXsqtfsG6c7rsouNixovqZUasPIL0m7aan5IBDPtrMZoGy4SJXCHn9z42kcTIuqCS71G4C-NI9BysbLxl2oTwCgmlkgnY0gmlwhKwScwSKbXVsdGlhZGRyc5YACASsEnMEBiqVAAoErBJzBAYqlt0DgnJzhQADAQAAiXNlY3AyNTZrMaECL3KlDoel52jzOjtC0om0JfajEfTbmlTZY43dGNQegpeDdGNwgiqVg3VkcIIql4V3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-02_04-34-13__8080fe01-05ba-4ede-9c2d-ac852a26fe44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.171.176
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42963', '42964', '42965', '42966', '42967']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 42963:42963 -p 42964:42964 -p 42965:42965 -p 42966:42966 -p 42967:42967 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42965 --rest-port=42963 --tcp-port=42964 --discv5-udp-port=42966 --rest-address=0.0.0.0 --nat=extip:172.18.171.176 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b2cc2ceecc6cecce4bcdecdb3f1aa80d43207bc420f1f758e93ef90ab62f17ea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42967 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.171.176 waku b4c9629d5d3e0b7e3e86471dff9a11b65460e7acd2432322576112df43b7781d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b4c9629d5d3e. Setting up logs at ./log/docker/receiving_node2_2026-01-02_04-34-13__8080fe01-05ba-4ede-9c2d-ac852a26fe44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42963
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42963/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42963/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.176/tcp/42964/p2p/16Uiu2HAmMmkeUUWV2cUzxab4kQxzNKDJFMQ8ZmgvcN88VNs7hoL6","/ip4/172.18.171.176/tcp/42965/ws/p2p/16Uiu2HAmMmkeUUWV2cUzxab4kQxzNKDJFMQ8ZmgvcN88VNs7hoL6"],"enrUri":"enr:-L24QKUdXUJYX0NdVVx41Osz3kmVT-RDHyDnYpu4Isd_dHoGRcQiPSjHuUagLZM9gEASOq51amJR82QaoetZP16VSwsCgmlkgnY0gmlwhKwSq7CKbXVsdGlhZGRyc5YACASsEquwBqfUAAoErBKrsAan1d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDh3TAz0bZHnfoXuWCXliKMjbsKMkJXyeYeEu4ueLYIOuDdGNwgqfUg3VkcIKn1oV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42963/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.115.4/tcp/10901/p2p/16Uiu2HAkxctXwHqFqyy4kfD8bKoE6Mgdp1cuCTD1s3DPQdGusWRc"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-34-13__8080fe01-05ba-4ede-9c2d-ac852a26fe44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.208.81
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['48227', '48228', '48229', '48230', '48231']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 48227:48227 -p 48228:48228 -p 48229:48229 -p 48230:48230 -p 48231:48231 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48229 --rest-port=48227 --tcp-port=48228 --discv5-udp-port=48230 --rest-address=0.0.0.0 --nat=extip:172.18.208.81 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e3caf2dabdbe103beb82e6eebbdacc8adfc5f5ce0e9aea4ac0eb19faeba4af67 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48231 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCYXsqtfsG6c7rsouNixovqZUasPIL0m7aan5IBDPtrMZoGy4SJXCHn9z42kcTIuqCS71G4C-NI9BysbLxl2oTwCgmlkgnY0gmlwhKwScwSKbXVsdGlhZGRyc5YACASsEnMEBiqVAAoErBJzBAYqlt0DgnJzhQADAQAAiXNlY3AyNTZrMaECL3KlDoel52jzOjtC0om0JfajEfTbmlTZY43dGNQegpeDdGNwgiqVg3VkcIIql4V3YWt1Mgk --lightpushnode=/ip4/172.18.115.4/tcp/10901/p2p/16Uiu2HAkxctXwHqFqyy4kfD8bKoE6Mgdp1cuCTD1s3DPQdGusWRc --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.208.81 waku 6bf5f3adece66babcdf480c6a7528dfb69b3c4a9db9e709ce573582e898c0051
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6bf5f3adece6. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-34-13__8080fe01-05ba-4ede-9c2d-ac852a26fe44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 48227
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6bf5f3adece6. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48227/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=48227): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1ba4de5b50>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.103.47
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['22132', '22133', '22134', '22135', '22136']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 22132:22132 -p 22133:22133 -p 22134:22134 -p 22135:22135 -p 22136:22136 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=22134 --rest-port=22132 --tcp-port=22133 --discv5-udp-port=22135 --rest-address=0.0.0.0 --nat=extip:172.18.103.47 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c5fa1acac7dc94ed9df4fcffc4aff4edfcc36e4aa087cf6abbc9b5903c4a4bde --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22136 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCYXsqtfsG6c7rsouNixovqZUasPIL0m7aan5IBDPtrMZoGy4SJXCHn9z42kcTIuqCS71G4C-NI9BysbLxl2oTwCgmlkgnY0gmlwhKwScwSKbXVsdGlhZGRyc5YACASsEnMEBiqVAAoErBJzBAYqlt0DgnJzhQADAQAAiXNlY3AyNTZrMaECL3KlDoel52jzOjtC0om0JfajEfTbmlTZY43dGNQegpeDdGNwgiqVg3VkcIIql4V3YWt1Mgk --lightpushnode=/ip4/172.18.115.4/tcp/10901/p2p/16Uiu2HAkxctXwHqFqyy4kfD8bKoE6Mgdp1cuCTD1s3DPQdGusWRc --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.103.47 waku 8e1ffa9976bc2ad3e3a4edb2a3059319a24c44d01afc54a874a5ba3c0043397f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8e1ffa9976bc. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-34-13__8080fe01-05ba-4ede-9c2d-ac852a26fe44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 22132
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8e1ffa9976bc. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22132/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=22132): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1ba545e600>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.166.216
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2920', '2921', '2922', '2923', '2924']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:439 RLN credentials were not set
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:176 RLN credentials not set or credential store not available, starting without RLN
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:178 Using volumes []
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:49 docker run -i -t -p 2920:2920 -p 2921:2921 -p 2922:2922 -p 2923:2923 -p 2924:2924 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2922 --rest-port=2920 --tcp-port=2921 --discv5-udp-port=2923 --rest-address=0.0.0.0 --nat=extip:172.18.166.216 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7abe6de29f66eac564ef0f6369f9205faf609f7b98a2f7a2b0f804b2f5a54e7f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2924 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCYXsqtfsG6c7rsouNixovqZUasPIL0m7aan5IBDPtrMZoGy4SJXCHn9z42kcTIuqCS71G4C-NI9BysbLxl2oTwCgmlkgnY0gmlwhKwScwSKbXVsdGlhZGRyc5YACASsEnMEBiqVAAoErBJzBAYqlt0DgnJzhQADAQAAiXNlY3AyNTZrMaECL3KlDoel52jzOjtC0om0JfajEfTbmlTZY43dGNQegpeDdGNwgiqVg3VkcIIql4V3YWt1Mgk --lightpushnode=/ip4/172.18.115.4/tcp/10901/p2p/16Uiu2HAkxctXwHqFqyy4kfD8bKoE6Mgdp1cuCTD1s3DPQdGusWRc --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.166.216 waku 6013b2930638e73c7febb55a1a5eebed9b05a50f4db7db20457782ac6665a0f3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6013b2930638. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-34-13__8080fe01-05ba-4ede-9c2d-ac852a26fe44__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2920
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6013b2930638. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2920/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=2920): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f1ba52dfd70>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 85d5d7519315
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b4c9629d5d3e
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 85d5d7519315. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b4c9629d5d3e. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/6013b2930638e73c7febb55a1a5eebed9b05a50f4db7db20457782ac6665a0f3/stop: Not Found ("No such container: 6013b2930638e73c7febb55a1a5eebed9b05a50f4db7db20457782ac6665a0f3")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/6013b2930638e73c7febb55a1a5eebed9b05a50f4db7db20457782ac6665a0f3/stop: Not Found ("No such container: 6013b2930638e73c7febb55a1a5eebed9b05a50f4db7db20457782ac6665a0f3")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 6013b2930638
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/6013b2930638e73c7febb55a1a5eebed9b05a50f4db7db20457782ac6665a0f3/stop: Not Found ("No such container: 6013b2930638e73c7febb55a1a5eebed9b05a50f4db7db20457782ac6665a0f3")
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
131
nim/1022/data/attachments/2581a7a0b5f735dc.txt
Normal file
131
nim/1022/data/attachments/2581a7a0b5f735dc.txt
Normal file
@ -0,0 +1,131 @@
|
||||
2026-01-02 04:26:14.685 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:26:14.685 DEBUG [tests.conftest] Running test: test_publish_after_node1_restarts with id: 2026-01-02_04-26-14__1606f1a3-aca1-4583-aebd-76f9f7d9114b
|
||||
2026-01-02 04:26:14.685 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:26:14.685 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-02 04:26:14.686 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-01-02 04:26:14.692 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:14.692 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-02_04-26-14__1606f1a3-aca1-4583-aebd-76f9f7d9114b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:14.692 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:26:14.692 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:26:14.694 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:26:14.694 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.240.204
|
||||
2026-01-02 04:26:14.694 DEBUG [src.node.docker_mananger] Generated ports ['13725', '13726', '13727', '13728', '13729']
|
||||
2026-01-02 04:26:14.694 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:26:14.694 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:26:14.694 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:26:14.694 DEBUG [src.node.docker_mananger] docker run -i -t -p 13725:13725 -p 13726:13726 -p 13727:13727 -p 13728:13728 -p 13729:13729 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13727 --rest-port=13725 --tcp-port=13726 --discv5-udp-port=13728 --rest-address=0.0.0.0 --nat=extip:172.18.240.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4ec74abec51baa746f3ebda5e30eafd863bacff5d6ffc8f1ae0065fab3ced99b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13729 --metrics-logging=true --relay=true
|
||||
2026-01-02 04:26:14.881 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.240.204 waku bab7bb1e04a93d30b0b2dd01fa0ccee2b53a082ea6562ca5d2c95c121a0fe982
|
||||
2026-01-02 04:26:14.915 DEBUG [src.node.docker_mananger] Container started with ID bab7bb1e04a9. Setting up logs at ./log/docker/node1_2026-01-02_04-26-14__1606f1a3-aca1-4583-aebd-76f9f7d9114b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:14.917 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13725
|
||||
2026-01-02 04:26:14.917 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:26:14.949 ERROR [src.node.docker_mananger] Max retries reached for container 5f0ddc73c6fa. Exiting log stream.
|
||||
2026-01-02 04:26:15.491 ERROR [src.node.docker_mananger] Max retries reached for container c4ff131e1aef. Exiting log stream.
|
||||
2026-01-02 04:26:15.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13725/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:15.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:26:15.922 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:26:15.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13725/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:15.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.240.204/tcp/13726/p2p/16Uiu2HAm9J5LjRDn2QgGhDaMd94FNu6rJ6Ddxchypzvni26pHAxh","/ip4/172.18.240.204/tcp/13727/ws/p2p/16Uiu2HAm9J5LjRDn2QgGhDaMd94FNu6rJ6Ddxchypzvni26pHAxh"],"enrUri":"enr:-L24QIPHyCDRVAIzxQ59NNqUJHwCZv34xyuFu8CFbdWMWqxKVPj6vpySLF1yK4H8Lov2eJyzSZ0OsDVFKDiHI8SnoRsCgmlkgnY0gmlwhKwS8MyKbXVsdGlhZGRyc5YACASsEvDMBjWeAAoErBLwzAY1n90DgnJzhQADAQAAiXNlY3AyNTZrMaECzhFihzYn5rNTG45LaBlS5dZca1OPOMIgqt7cyU2JlzKDdGNwgjWeg3VkcII1oIV3YWt1MgE"}'
|
||||
2026-01-02 04:26:15.925 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:26:15.931 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:26:15.931 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-02_04-26-14__1606f1a3-aca1-4583-aebd-76f9f7d9114b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:15.931 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:26:15.931 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:26:15.932 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:26:15.932 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.235.201
|
||||
2026-01-02 04:26:15.933 DEBUG [src.node.docker_mananger] Generated ports ['39941', '39942', '39943', '39944', '39945']
|
||||
2026-01-02 04:26:15.933 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:26:15.933 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:26:15.933 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:26:15.933 DEBUG [src.node.docker_mananger] docker run -i -t -p 39941:39941 -p 39942:39942 -p 39943:39943 -p 39944:39944 -p 39945:39945 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=39943 --rest-port=39941 --tcp-port=39942 --discv5-udp-port=39944 --rest-address=0.0.0.0 --nat=extip:172.18.235.201 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=efed35bfc0bcf3dcbb9e9d5ad50cbf59fcc3fead4d97304fd1e4f64a6982f91c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39945 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIPHyCDRVAIzxQ59NNqUJHwCZv34xyuFu8CFbdWMWqxKVPj6vpySLF1yK4H8Lov2eJyzSZ0OsDVFKDiHI8SnoRsCgmlkgnY0gmlwhKwS8MyKbXVsdGlhZGRyc5YACASsEvDMBjWeAAoErBLwzAY1n90DgnJzhQADAQAAiXNlY3AyNTZrMaECzhFihzYn5rNTG45LaBlS5dZca1OPOMIgqt7cyU2JlzKDdGNwgjWeg3VkcII1oIV3YWt1MgE
|
||||
2026-01-02 04:26:16.116 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.235.201 waku 7770fa37a871c0c8033c27d9269658e7d7d83783c2a1b2937c4a2755594ac6cc
|
||||
2026-01-02 04:26:16.147 DEBUG [src.node.docker_mananger] Container started with ID 7770fa37a871. Setting up logs at ./log/docker/node2_2026-01-02_04-26-14__1606f1a3-aca1-4583-aebd-76f9f7d9114b__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:26:16.148 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39941
|
||||
2026-01-02 04:26:16.148 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:26:17.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39941/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:26:17.162 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:26:17.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39941/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.235.201/tcp/39942/p2p/16Uiu2HAm6urBujYxTyAG92Pk6oFSuoZ2nDwvWXKbF5FjL4Ku4Qej","/ip4/172.18.235.201/tcp/39943/ws/p2p/16Uiu2HAm6urBujYxTyAG92Pk6oFSuoZ2nDwvWXKbF5FjL4Ku4Qej"],"enrUri":"enr:-L24QGw6pZVCAAEU2V8REb3kkTAbV9uhSqlET-vOLtuKY9ZRBJaOiNeERWUJuJFd6ip_g5It4IivT8z1pMmMRbKW8pgCgmlkgnY0gmlwhKwS68mKbXVsdGlhZGRyc5YACASsEuvJBpwGAAoErBLryQacB90DgnJzhQADAQAAiXNlY3AyNTZrMaECqqhcseu8EKbSS6wCbtVuklYyDCJgY6EP7-M7VTNQYgCDdGNwgpwGg3VkcIKcCIV3YWt1MgE"}'
|
||||
2026-01-02 04:26:17.169 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:26:17.169 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39941/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.240.204/tcp/13726/p2p/16Uiu2HAm9J5LjRDn2QgGhDaMd94FNu6rJ6Ddxchypzvni26pHAxh"]'
|
||||
2026-01-02 04:26:17.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:17.173 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2026-01-02 04:26:17.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13725/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:26:17.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:17.177 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39941/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:26:17.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:17.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13725/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:26:17.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:17.189 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:26:17.289 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:26:17.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13725/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327977183126016,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:26:17.293 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:26:17.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.296 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327977183126016,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:26:17.297 INFO [src.steps.relay] WARM UP successful!!
|
||||
2026-01-02 04:26:17.298 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13725/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:26:17.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:17.302 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:26:17.402 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:26:17.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13725/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327977298343356,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:26:17.406 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:26:17.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:17.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327977298343356,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:26:17.410 DEBUG [src.node.waku_node] Restarting container with id bab7bb1e04a9
|
||||
2026-01-02 04:26:18.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13725/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13725/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:26:18.250 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:26:18.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13725/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.240.204/tcp/13726/p2p/16Uiu2HAm9J5LjRDn2QgGhDaMd94FNu6rJ6Ddxchypzvni26pHAxh","/ip4/172.18.240.204/tcp/13727/ws/p2p/16Uiu2HAm9J5LjRDn2QgGhDaMd94FNu6rJ6Ddxchypzvni26pHAxh"],"enrUri":"enr:-L24QIPHyCDRVAIzxQ59NNqUJHwCZv34xyuFu8CFbdWMWqxKVPj6vpySLF1yK4H8Lov2eJyzSZ0OsDVFKDiHI8SnoRsCgmlkgnY0gmlwhKwS8MyKbXVsdGlhZGRyc5YACASsEvDMBjWeAAoErBLwzAY1n90DgnJzhQADAQAAiXNlY3AyNTZrMaECzhFihzYn5rNTG45LaBlS5dZca1OPOMIgqt7cyU2JlzKDdGNwgjWeg3VkcII1oIV3YWt1MgE"}'
|
||||
2026-01-02 04:26:18.252 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:26:18.253 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13725/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:26:18.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:18.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39941/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:26:18.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:18.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13725/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:26:18.272 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:18.272 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:26:18.372 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:26:18.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13725/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327978269441872,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:26:18.376 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:26:18.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:18.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
||||
2026-01-02 04:26:19.379 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13725/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:26:19.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:19.382 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39941/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:26:19.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:19.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13725/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:26:19.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:19.387 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:26:19.487 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:26:19.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13725/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:19.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327979384655135,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:26:19.491 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:26:19.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:19.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
||||
2026-01-02 04:26:20.494 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13725/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:26:20.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:20.497 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39941/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-02 04:26:20.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:20.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13725/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-02 04:26:20.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:26:20.504 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-02 04:26:20.604 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:26:20.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13725/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:20.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327980499750720,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:26:20.608 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-02 04:26:20.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39941/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:26:20.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1767327980499750720,"ephemeral":false,"proof":""}]'
|
||||
2026-01-02 04:26:20.613 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:26:20.614 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:26:20.614 DEBUG [src.node.waku_node] Stopping container with id bab7bb1e04a9
|
||||
2026-01-02 04:26:21.123 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:26:21.124 DEBUG [src.node.waku_node] Stopping container with id 7770fa37a871
|
||||
2026-01-02 04:26:21.651 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:26:21.653 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:26:21.673 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:26:21.682 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1731
nim/1022/data/attachments/25ebee82b88df54a.txt
Normal file
1731
nim/1022/data/attachments/25ebee82b88df54a.txt
Normal file
File diff suppressed because it is too large
Load Diff
867
nim/1022/data/attachments/260ec0cd374b30e3.txt
Normal file
867
nim/1022/data/attachments/260ec0cd374b30e3.txt
Normal file
@ -0,0 +1,867 @@
|
||||
2026-01-02 04:17:07.970 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-02 04:17:07.970 DEBUG [tests.conftest] Running test: test_2_lightpush_nodes_and_2_receiving_nodes with id: 2026-01-02_04-17-07__6387c69e-78fa-49a6-83df-8fea3fcb7023
|
||||
2026-01-02 04:17:07.971 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-02 04:17:07.971 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-02 04:17:07.978 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:17:07.978 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-02_04-17-07__6387c69e-78fa-49a6-83df-8fea3fcb7023__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:07.979 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:17:07.979 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:17:07.980 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:17:07.980 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.223.9
|
||||
2026-01-02 04:17:07.980 DEBUG [src.node.docker_mananger] Generated ports ['5620', '5621', '5622', '5623', '5624']
|
||||
2026-01-02 04:17:07.981 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:17:07.981 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:17:07.981 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:17:07.981 DEBUG [src.node.docker_mananger] docker run -i -t -p 5620:5620 -p 5621:5621 -p 5622:5622 -p 5623:5623 -p 5624:5624 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5622 --rest-port=5620 --tcp-port=5621 --discv5-udp-port=5623 --rest-address=0.0.0.0 --nat=extip:172.18.223.9 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e3fc5bac5f72cc42ba4ddbf9ff0cb8e5af7219e3f38c6fa3fefd88aa51ddc32c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5624 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-01-02 04:17:08.168 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.223.9 waku f69b50d5dc36188ee936ac857380dfde07feeb5a752b272fa66d3f42e474462b
|
||||
2026-01-02 04:17:08.199 DEBUG [src.node.docker_mananger] Container started with ID f69b50d5dc36. Setting up logs at ./log/docker/receiving_node1_2026-01-02_04-17-07__6387c69e-78fa-49a6-83df-8fea3fcb7023__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:08.199 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5620
|
||||
2026-01-02 04:17:08.200 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:17:08.245 ERROR [src.node.docker_mananger] Max retries reached for container 6b3a526ea3be. Exiting log stream.
|
||||
2026-01-02 04:17:08.763 ERROR [src.node.docker_mananger] Max retries reached for container e372e1c7df10. Exiting log stream.
|
||||
2026-01-02 04:17:09.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5620/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:09.204 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:17:09.204 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:17:09.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5620/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:09.207 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.223.9/tcp/5621/p2p/16Uiu2HAm7TBHGR9F8aXvM7BrCU7Nvoduu3zosQtSN2J9cmqJWkSF","/ip4/172.18.223.9/tcp/5622/ws/p2p/16Uiu2HAm7TBHGR9F8aXvM7BrCU7Nvoduu3zosQtSN2J9cmqJWkSF"],"enrUri":"enr:-L24QJKdLMmBR9TI5_lHgcjczyM-rYe347b5j97ZscUpdFLUUif-le_JrWAGljEwbI2KbooHMNKzhgUJU9F_i_Fozq8CgmlkgnY0gmlwhKwS3wmKbXVsdGlhZGRyc5YACASsEt8JBhX1AAoErBLfCQYV9t0DgnJzhQADAQAAiXNlY3AyNTZrMaECsq70eKW_8ytyPAfjfrIDr_bZ9V0Zx9eylRc-15ovPdyDdGNwghX1g3VkcIIV94V3YWt1Mgk"}'
|
||||
2026-01-02 04:17:09.207 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:17:09.213 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:17:09.214 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-02_04-17-07__6387c69e-78fa-49a6-83df-8fea3fcb7023__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:09.214 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:17:09.214 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:17:09.215 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:17:09.215 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.77.251
|
||||
2026-01-02 04:17:09.215 DEBUG [src.node.docker_mananger] Generated ports ['8755', '8756', '8757', '8758', '8759']
|
||||
2026-01-02 04:17:09.215 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:17:09.216 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:17:09.216 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:17:09.216 DEBUG [src.node.docker_mananger] docker run -i -t -p 8755:8755 -p 8756:8756 -p 8757:8757 -p 8758:8758 -p 8759:8759 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=8757 --rest-port=8755 --tcp-port=8756 --discv5-udp-port=8758 --rest-address=0.0.0.0 --nat=extip:172.18.77.251 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=af0eb4c5a9cebbfb1d2abfae34dc100e7eda9321e12cc2cacef952f5a6ab454e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8759 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-01-02 04:17:09.405 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.77.251 waku de6ecbf7e15ceb06b188a3905e2f66104c973839a56725bed7502b4b1e500c17
|
||||
2026-01-02 04:17:09.438 DEBUG [src.node.docker_mananger] Container started with ID de6ecbf7e15c. Setting up logs at ./log/docker/receiving_node2_2026-01-02_04-17-07__6387c69e-78fa-49a6-83df-8fea3fcb7023__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:09.438 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8755
|
||||
2026-01-02 04:17:09.438 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:17:10.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8755/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:10.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-02 04:17:10.442 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-02 04:17:10.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8755/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:10.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.77.251/tcp/8756/p2p/16Uiu2HAmMn6UCZdtXCsFFo9gBPjh69QnuBS2bbdTtzdUFkgmm8rJ","/ip4/172.18.77.251/tcp/8757/ws/p2p/16Uiu2HAmMn6UCZdtXCsFFo9gBPjh69QnuBS2bbdTtzdUFkgmm8rJ"],"enrUri":"enr:-L24QHzu0TXyXCvGqUSqhKjSUU4cPXpikM3plzbz-UVy-Af2OzB2oMl0IJRis5TKEOTR1XQ-mA3WEAJgT2DblJDGxk0CgmlkgnY0gmlwhKwSTfuKbXVsdGlhZGRyc5YACASsEk37BiI0AAoErBJN-wYiNd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDh4sqvG-btFZ-4nHC6FVEQu0YpqkBH2d3GnC9qXVjTueDdGNwgiI0g3VkcIIiNoV3YWt1MgE"}'
|
||||
2026-01-02 04:17:10.445 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-02 04:17:10.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8755/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.223.9/tcp/5621/p2p/16Uiu2HAm7TBHGR9F8aXvM7BrCU7Nvoduu3zosQtSN2J9cmqJWkSF"]'
|
||||
2026-01-02 04:17:10.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-02 04:17:10.494 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-02 04:17:10.495 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-02_04-17-07__6387c69e-78fa-49a6-83df-8fea3fcb7023__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:10.495 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:17:10.495 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:17:10.499 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:17:10.499 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.186.72
|
||||
2026-01-02 04:17:10.500 DEBUG [src.node.docker_mananger] Generated ports ['42142', '42143', '42144', '42145', '42146']
|
||||
2026-01-02 04:17:10.500 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:17:10.500 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:17:10.500 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:17:10.500 DEBUG [src.node.docker_mananger] docker run -i -t -p 42142:42142 -p 42143:42143 -p 42144:42144 -p 42145:42145 -p 42146:42146 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42144 --rest-port=42142 --tcp-port=42143 --discv5-udp-port=42145 --rest-address=0.0.0.0 --nat=extip:172.18.186.72 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fcbd788d3fdd9fef27f5cdf7ae27e6f331f741cfe8ddde879929ebda6cec83c4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42146 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJKdLMmBR9TI5_lHgcjczyM-rYe347b5j97ZscUpdFLUUif-le_JrWAGljEwbI2KbooHMNKzhgUJU9F_i_Fozq8CgmlkgnY0gmlwhKwS3wmKbXVsdGlhZGRyc5YACASsEt8JBhX1AAoErBLfCQYV9t0DgnJzhQADAQAAiXNlY3AyNTZrMaECsq70eKW_8ytyPAfjfrIDr_bZ9V0Zx9eylRc-15ovPdyDdGNwghX1g3VkcIIV94V3YWt1Mgk --lightpushnode=/ip4/172.18.223.9/tcp/5621/p2p/16Uiu2HAm7TBHGR9F8aXvM7BrCU7Nvoduu3zosQtSN2J9cmqJWkSF --lightpush=true --relay=false
|
||||
2026-01-02 04:17:10.685 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.186.72 waku 27908c87090600e167db63e66d338842cb926b227e5fa70cbd27b1ee5ff6e82f
|
||||
2026-01-02 04:17:10.717 DEBUG [src.node.docker_mananger] Container started with ID 27908c870906. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-17-07__6387c69e-78fa-49a6-83df-8fea3fcb7023__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:10.718 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42142
|
||||
2026-01-02 04:17:10.719 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:17:11.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:11.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:11.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:12.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:12.067 ERROR [src.node.docker_mananger] Max retries reached for container 27908c870906. Exiting log stream.
|
||||
2026-01-02 04:17:12.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:12.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:12.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:12.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:12.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:12.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:12.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:12.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:12.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:13.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:13.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:13.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:13.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:13.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:13.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:13.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:13.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:13.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:13.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:14.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:14.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:14.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:14.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:14.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:14.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:14.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:14.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:14.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:14.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:15.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:15.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:15.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:15.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:15.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:15.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:15.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:15.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:15.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:15.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:16.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:16.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:16.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:16.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:16.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:16.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:16.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:16.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:16.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:16.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:17.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:17.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:17.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:17.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:17.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:17.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:17.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:17.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:17.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:18.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:18.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:18.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:18.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:18.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:18.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:18.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:18.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:18.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:18.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:19.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:19.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:19.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:19.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:19.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:19.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:19.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:19.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:19.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:19.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:20.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:20.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:20.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:20.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:20.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:20.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:20.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:20.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:20.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:20.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:21.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:21.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:21.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:21.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:21.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:21.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:21.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:21.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:21.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:21.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:22.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:22.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:22.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:22.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:22.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:22.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:22.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:22.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:22.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:22.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:23.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:23.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:23.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:23.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:23.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:23.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:23.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:23.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:23.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:23.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:24.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:24.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:24.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:24.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:24.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:24.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:24.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:24.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:24.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:25.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:25.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:25.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:25.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:25.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:25.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:25.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:25.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:25.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:25.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:26.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:26.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:26.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:26.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:26.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:26.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:26.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:26.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:26.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:26.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:27.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:27.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:27.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:27.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:27.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:27.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:27.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:27.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:27.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:27.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:28.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:28.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:28.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:28.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:28.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:28.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:28.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:28.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:28.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:28.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:29.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:29.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:29.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:29.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:29.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:29.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:29.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:29.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:29.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:29.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:30.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:30.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:30.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:30.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:30.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:30.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:30.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:30.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:30.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:30.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:31.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:31.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:31.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:31.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:31.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:31.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:31.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:31.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:31.806 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=42142): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f222c3b0d70>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:17:31.906 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:17:31.907 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:17:31.908 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:17:31.908 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.89.134
|
||||
2026-01-02 04:17:31.909 DEBUG [src.node.docker_mananger] Generated ports ['30600', '30601', '30602', '30603', '30604']
|
||||
2026-01-02 04:17:31.909 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:17:31.909 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:17:31.909 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:17:31.909 DEBUG [src.node.docker_mananger] docker run -i -t -p 30600:30600 -p 30601:30601 -p 30602:30602 -p 30603:30603 -p 30604:30604 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30602 --rest-port=30600 --tcp-port=30601 --discv5-udp-port=30603 --rest-address=0.0.0.0 --nat=extip:172.18.89.134 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=27ff231ebe77f3ceff2ffe9efb1e668a524ae94b0ddef9bfe2e9fe85906d38a1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30604 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJKdLMmBR9TI5_lHgcjczyM-rYe347b5j97ZscUpdFLUUif-le_JrWAGljEwbI2KbooHMNKzhgUJU9F_i_Fozq8CgmlkgnY0gmlwhKwS3wmKbXVsdGlhZGRyc5YACASsEt8JBhX1AAoErBLfCQYV9t0DgnJzhQADAQAAiXNlY3AyNTZrMaECsq70eKW_8ytyPAfjfrIDr_bZ9V0Zx9eylRc-15ovPdyDdGNwghX1g3VkcIIV94V3YWt1Mgk --lightpushnode=/ip4/172.18.223.9/tcp/5621/p2p/16Uiu2HAm7TBHGR9F8aXvM7BrCU7Nvoduu3zosQtSN2J9cmqJWkSF --lightpush=true --relay=false
|
||||
2026-01-02 04:17:32.099 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.89.134 waku 86c1fa2958f1c26350fcaf5245cfeb1d334ccb35f56254d7da8e6b81121527f0
|
||||
2026-01-02 04:17:32.130 DEBUG [src.node.docker_mananger] Container started with ID 86c1fa2958f1. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-17-07__6387c69e-78fa-49a6-83df-8fea3fcb7023__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:32.130 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30600
|
||||
2026-01-02 04:17:32.130 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:17:33.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:33.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:33.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:33.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:33.448 ERROR [src.node.docker_mananger] Max retries reached for container 86c1fa2958f1. Exiting log stream.
|
||||
2026-01-02 04:17:33.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:33.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:33.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:33.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:33.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:34.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:34.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:34.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:34.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:34.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:34.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:34.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:34.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:34.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:34.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:35.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:35.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:35.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:35.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:35.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:35.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:35.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:35.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:35.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:35.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:36.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:36.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:36.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:36.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:36.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:36.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:36.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:36.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:36.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:36.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:37.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:37.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:37.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:37.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:37.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:37.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:37.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:37.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:37.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:38.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:38.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:38.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:38.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:38.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:38.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:38.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:38.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:38.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:38.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:39.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:39.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:39.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:39.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:39.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:39.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:39.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:39.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:39.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:39.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:40.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:40.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:40.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:40.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:40.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:40.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:40.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:40.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:40.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:40.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:41.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:41.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:41.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:41.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:41.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:41.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:41.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:41.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:41.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:41.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:42.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:42.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:42.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:42.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:42.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:42.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:42.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:42.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:42.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:42.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:43.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:43.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:43.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:43.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:43.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:43.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:43.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:43.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:43.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:44.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:44.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:44.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:44.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:44.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:44.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:44.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:44.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:44.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:44.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:45.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:45.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:45.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:45.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:45.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:45.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:45.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:45.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:45.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:45.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:46.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:46.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:46.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:46.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:46.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:46.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:46.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:46.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:46.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:46.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:47.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:48.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:48.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:48.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:48.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:48.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:48.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:48.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:48.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:48.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:48.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:49.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:49.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:49.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:49.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:49.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:49.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:49.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:49.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:49.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:50.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:50.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:50.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:50.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:50.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:50.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:50.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:50.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:50.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:50.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:51.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:51.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:51.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:51.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:51.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:51.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:51.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:51.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:51.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:51.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:52.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:52.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:52.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:52.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:52.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:52.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:52.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:52.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:52.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:52.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:53.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:53.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30600/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:53.162 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=30600): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f222c1b7380>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:17:53.262 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-02 04:17:53.263 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-02 04:17:53.264 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-02 04:17:53.265 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.8.207
|
||||
2026-01-02 04:17:53.265 DEBUG [src.node.docker_mananger] Generated ports ['38092', '38093', '38094', '38095', '38096']
|
||||
2026-01-02 04:17:53.265 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-02 04:17:53.265 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-02 04:17:53.265 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-02 04:17:53.265 DEBUG [src.node.docker_mananger] docker run -i -t -p 38092:38092 -p 38093:38093 -p 38094:38094 -p 38095:38095 -p 38096:38096 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38094 --rest-port=38092 --tcp-port=38093 --discv5-udp-port=38095 --rest-address=0.0.0.0 --nat=extip:172.18.8.207 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a52911ad161bccd8e87b25d8cbfc27fd018caccabfaf968ff1eeb27b3dcf0fb4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38096 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJKdLMmBR9TI5_lHgcjczyM-rYe347b5j97ZscUpdFLUUif-le_JrWAGljEwbI2KbooHMNKzhgUJU9F_i_Fozq8CgmlkgnY0gmlwhKwS3wmKbXVsdGlhZGRyc5YACASsEt8JBhX1AAoErBLfCQYV9t0DgnJzhQADAQAAiXNlY3AyNTZrMaECsq70eKW_8ytyPAfjfrIDr_bZ9V0Zx9eylRc-15ovPdyDdGNwghX1g3VkcIIV94V3YWt1Mgk --lightpushnode=/ip4/172.18.223.9/tcp/5621/p2p/16Uiu2HAm7TBHGR9F8aXvM7BrCU7Nvoduu3zosQtSN2J9cmqJWkSF --lightpush=true --relay=false
|
||||
2026-01-02 04:17:53.449 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.8.207 waku 8bfe33f222384a438600d33e14b63bf3ee4107bfa66e8f1848201936cb9f90ac
|
||||
2026-01-02 04:17:53.482 DEBUG [src.node.docker_mananger] Container started with ID 8bfe33f22238. Setting up logs at ./log/docker/lightpush_node1_2026-01-02_04-17-07__6387c69e-78fa-49a6-83df-8fea3fcb7023__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:17:53.482 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38092
|
||||
2026-01-02 04:17:53.483 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-02 04:17:54.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:54.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:54.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:54.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:54.823 ERROR [src.node.docker_mananger] Max retries reached for container 8bfe33f22238. Exiting log stream.
|
||||
2026-01-02 04:17:54.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:54.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:55.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:55.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:55.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:55.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:55.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:55.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:55.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:55.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:55.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:56.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:56.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:56.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:56.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:56.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:56.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:56.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:56.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:56.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:56.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:57.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:57.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:57.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:57.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:57.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:57.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:57.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:57.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:57.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:57.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:58.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:58.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:58.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:58.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:58.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:58.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:58.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:58.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:58.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:58.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:59.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:59.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:59.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:59.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:59.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:59.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:59.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:59.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:59.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:17:59.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:00.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:01.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:02.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:03.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:04.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:05.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:06.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:07.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:08.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:09.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:10.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:11.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:12.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:13.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38092/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-02 04:18:14.495 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=38092): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f222c464740>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-02 04:18:14.726 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-02 04:18:14.727 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-02 04:18:14.727 DEBUG [src.node.waku_node] Stopping container with id f69b50d5dc36
|
||||
2026-01-02 04:18:15.246 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:18:15.246 DEBUG [src.node.waku_node] Stopping container with id de6ecbf7e15c
|
||||
2026-01-02 04:18:15.764 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-02 04:18:15.766 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:15.867 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:15.969 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:16.058 ERROR [src.node.docker_mananger] Max retries reached for container f69b50d5dc36. Exiting log stream.
|
||||
2026-01-02 04:18:16.070 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:16.172 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:16.274 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:16.376 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:16.477 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:16.577 ERROR [src.node.docker_mananger] Max retries reached for container de6ecbf7e15c. Exiting log stream.
|
||||
2026-01-02 04:18:16.579 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:16.680 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:16.782 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:16.883 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:16.985 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:17.087 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:17.189 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:17.291 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:17.393 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:17.495 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:17.597 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:17.699 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:17.800 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:17.902 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:18.004 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:18.106 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:18.208 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:18.310 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:18.412 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:18.514 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:18.615 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:18.717 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:18.819 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:18.921 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:19.023 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:19.125 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:19.226 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:19.328 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:19.430 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:19.532 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:19.634 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:19.736 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:19.837 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:19.939 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:20.041 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:20.143 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:20.245 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:20.347 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:20.449 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:20.550 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:20.652 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:20.754 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:20.856 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:20.858 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/8bfe33f222384a438600d33e14b63bf3ee4107bfa66e8f1848201936cb9f90ac/stop: Not Found ("No such container: 8bfe33f222384a438600d33e14b63bf3ee4107bfa66e8f1848201936cb9f90ac")
|
||||
2026-01-02 04:18:20.858 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:20.959 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:21.061 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:21.163 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:21.265 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:21.367 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:21.468 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:21.570 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:21.673 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:21.774 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:21.876 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:21.978 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:22.080 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:22.181 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:22.283 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:22.385 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:22.487 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:22.589 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:22.691 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:22.793 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:22.895 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:22.996 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:23.098 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:23.200 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:23.302 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:23.404 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:23.506 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:23.607 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:23.709 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:23.811 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:23.913 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:24.015 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:24.117 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:24.219 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:24.321 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:24.422 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:24.524 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:24.626 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:24.728 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:24.830 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:24.932 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:25.034 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:25.136 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:25.237 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:25.339 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:25.441 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:25.543 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:25.645 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:25.747 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:25.848 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:25.950 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:25.952 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/8bfe33f222384a438600d33e14b63bf3ee4107bfa66e8f1848201936cb9f90ac/stop: Not Found ("No such container: 8bfe33f222384a438600d33e14b63bf3ee4107bfa66e8f1848201936cb9f90ac")
|
||||
2026-01-02 04:18:25.952 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:26.053 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:26.155 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:26.257 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:26.359 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:26.461 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:26.562 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:26.664 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:26.766 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:26.868 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:26.970 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:27.072 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:27.173 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:27.275 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:27.377 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:27.479 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:27.581 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:27.683 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:27.784 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:27.886 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:27.988 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:28.090 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:28.192 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:28.294 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:28.395 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:28.497 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:28.599 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:28.701 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:28.803 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:28.905 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:29.007 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:29.109 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:29.210 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:29.312 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:29.414 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:29.516 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:29.618 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:29.720 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:29.821 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:29.923 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:30.025 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:30.127 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:30.229 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:30.330 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:30.432 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:30.534 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:30.636 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:30.738 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:30.839 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:30.941 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:31.043 DEBUG [src.node.waku_node] Stopping container with id 8bfe33f22238
|
||||
2026-01-02 04:18:31.045 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/8bfe33f222384a438600d33e14b63bf3ee4107bfa66e8f1848201936cb9f90ac/stop: Not Found ("No such container: 8bfe33f222384a438600d33e14b63bf3ee4107bfa66e8f1848201936cb9f90ac")
|
||||
2026-01-02 04:18:31.046 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-02 04:18:31.070 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:18:31.094 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:18:31.094 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:18:31.095 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:18:31.095 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-02 04:18:31.095 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2026-01-02 04:18:31.096 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2026-01-02 04:18:31.096 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node2_2026-01-02_04-17-07__6387c69e-78fa-49a6-83df-8fea3fcb7023__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:31.097 DEBUG [src.libs.common] Attaching file ./log/docker/lightpush_node1_2026-01-02_04-17-07__6387c69e-78fa-49a6-83df-8fea3fcb7023__wakuorg_nwaku:latest.log
|
||||
2026-01-02 04:18:31.097 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node1_2026-01-02_04-17-07__6387c69e-78fa-49a6-83df-8fea3fcb7023__wakuorg_nwaku:latest.log
|
||||
1724
nim/1022/data/attachments/264ad6b305c93573.txt
Normal file
1724
nim/1022/data/attachments/264ad6b305c93573.txt
Normal file
File diff suppressed because it is too large
Load Diff
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user