mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-02 14:03:08 +00:00
deploy: d6428af91dd320608d645be9bdcb3540e1cc9e54
This commit is contained in:
parent
1df3d84300
commit
efe3baa2b5
2
nim/1008/app.js
Normal file
2
nim/1008/app.js
Normal file
File diff suppressed because one or more lines are too long
71
nim/1008/data/attachments/10a5dc0b3de64ef4.txt
Normal file
71
nim/1008/data/attachments/10a5dc0b3de64ef4.txt
Normal file
@ -0,0 +1,71 @@
|
||||
[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_relay__peer_relay_and_store with id: 2025-12-19_04-22-28__aa105549-03e0-4ab8-a112-88d1cc6ecc43
|
||||
[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_2025-12-19_04-22-28__aa105549-03e0-4ab8-a112-88d1cc6ecc43__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.125
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56178', '56179', '56180', '56181', '56182']
|
||||
[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 56178:56178 -p 56179:56179 -p 56180:56180 -p 56181:56181 -p 56182:56182 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56180 --rest-port=56178 --tcp-port=56179 --discv5-udp-port=56181 --rest-address=0.0.0.0 --nat=extip:172.18.159.125 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d4b55cccccff2350734afe5d07cc44ebe44eb87be9f3b6fc811d73fcd9febe93 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56182 --metrics-logging=true --store=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.159.125 waku c5e3068f70e6846904cc0ff54ce9b9e885034c24402f16e8e46bb5283d54dc65
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c5e3068f70e6. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-22-28__aa105549-03e0-4ab8-a112-88d1cc6ecc43__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56178
|
||||
[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 b68ffb0c6366. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container fa581678e821. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56178/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:56178/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.125/tcp/56179/p2p/16Uiu2HAkx5pC6P8AxbfHqcCbCEdfwcmChFPkPFTT9WD4cr2wfXo5","/ip4/172.18.159.125/tcp/56180/ws/p2p/16Uiu2HAkx5pC6P8AxbfHqcCbCEdfwcmChFPkPFTT9WD4cr2wfXo5"],"enrUri":"enr:-L24QNKcCq6kJXIuhok6wi1lQ_RhWTrb5zT1SzwWwvzxvOPFWHzmV9orPae-tqyOt4EIgXmVq1y8PHlohcdfdrZqL8ICgmlkgnY0gmlwhKwSn32KbXVsdGlhZGRyc5YACASsEp99BttzAAoErBKffQbbdN0DgnJzhQADAQAAiXNlY3AyNTZrMaECJ3y64kXpL1P1QRj1-SpVdzRthndL7XG80NxtusaO3liDdGNwgttzg3VkcILbdYV3YWt1MgE"}'
|
||||
[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_2025-12-19_04-22-28__aa105549-03e0-4ab8-a112-88d1cc6ecc43__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.138
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25915', '25916', '25917', '25918', '25919']
|
||||
[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 25915:25915 -p 25916:25916 -p 25917:25917 -p 25918:25918 -p 25919:25919 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25917 --rest-port=25915 --tcp-port=25916 --discv5-udp-port=25918 --rest-address=0.0.0.0 --nat=extip:172.18.61.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fc74f301bae1f78eddee78b586104bf824b3df70deba76802ff30bc3cc63af9a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25919 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QNKcCq6kJXIuhok6wi1lQ_RhWTrb5zT1SzwWwvzxvOPFWHzmV9orPae-tqyOt4EIgXmVq1y8PHlohcdfdrZqL8ICgmlkgnY0gmlwhKwSn32KbXVsdGlhZGRyc5YACASsEp99BttzAAoErBKffQbbdN0DgnJzhQADAQAAiXNlY3AyNTZrMaECJ3y64kXpL1P1QRj1-SpVdzRthndL7XG80NxtusaO3liDdGNwgttzg3VkcILbdYV3YWt1MgE --storenode=/ip4/172.18.159.125/tcp/56179/p2p/16Uiu2HAkx5pC6P8AxbfHqcCbCEdfwcmChFPkPFTT9WD4cr2wfXo5 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.61.138 waku 737c9d65cc869ff2833618900a4df14a8056c1ceb4a388554382e8410b86716b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 737c9d65cc86. Setting up logs at ./log/docker/store_node1_2025-12-19_04-22-28__aa105549-03e0-4ab8-a112-88d1cc6ecc43__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25915
|
||||
[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:25915/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:25915/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.138/tcp/25916/p2p/16Uiu2HAm4wpAoLKcHnaYhtcFkSzUGyFxn336GH8RV1NkHeqesKs2","/ip4/172.18.61.138/tcp/25917/ws/p2p/16Uiu2HAm4wpAoLKcHnaYhtcFkSzUGyFxn336GH8RV1NkHeqesKs2"],"enrUri":"enr:-L24QFzPWnf000-ypRk0hvSBnay2t6IN4CBSA1vViAweSmz8YvJgsRjWesNTBNyE06sr5W-r59GIHJJIUtRnoHjZbQ4CgmlkgnY0gmlwhKwSPYqKbXVsdGlhZGRyc5YACASsEj2KBmU8AAoErBI9igZlPd0DgnJzhQADAQAAiXNlY3AyNTZrMaECjXHd5roqKk_YoaRiyXpse1eyx7KR9GVU1be81elt4T2DdGNwgmU8g3VkcIJlPoV3YWt1MgM"}'
|
||||
[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:25915/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.159.125/tcp/56179/p2p/16Uiu2HAkx5pC6P8AxbfHqcCbCEdfwcmChFPkPFTT9WD4cr2wfXo5"]'
|
||||
[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:56178/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:25915/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:56178/relay/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:25915/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":"0x45043408c69fe3a12e0a52003208d48eb6461422916669574770f5af323992aa"}]}'
|
||||
[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 c5e3068f70e6
|
||||
[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 737c9d65cc86
|
||||
[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.
|
||||
84
nim/1008/data/attachments/10e27b66da870464.txt
Normal file
84
nim/1008/data/attachments/10e27b66da870464.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_store_with_invalid_hash with id: 2025-12-19_04-31-25__46b1367a-218c-456e-8915-4a6cfd66d8d7
|
||||
[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_2025-12-19_04-31-25__46b1367a-218c-456e-8915-4a6cfd66d8d7__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.124.83
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['24260', '24261', '24262', '24263', '24264']
|
||||
[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 24260:24260 -p 24261:24261 -p 24262:24262 -p 24263:24263 -p 24264:24264 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24262 --rest-port=24260 --tcp-port=24261 --discv5-udp-port=24263 --rest-address=0.0.0.0 --nat=extip:172.18.124.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cd3cc884b3f4b5a2c716cbdf6d7d1eaa424bcc5fc92359ccefa87f8e65d495ec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24264 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.124.83 waku a322e0ef2efc3992415f0736c4be249d4ae8bf297fa3f7c597c4f8fbe970b260
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a322e0ef2efc. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-31-25__46b1367a-218c-456e-8915-4a6cfd66d8d7__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 24260
|
||||
[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 3daf2b83dae5. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container fe2cbd21790b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24260/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:24260/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.124.83/tcp/24261/p2p/16Uiu2HAkz6yWzy4kMafqAywCZS1mint37Ju4b7Wm8G31RhVaG9oF","/ip4/172.18.124.83/tcp/24262/ws/p2p/16Uiu2HAkz6yWzy4kMafqAywCZS1mint37Ju4b7Wm8G31RhVaG9oF"],"enrUri":"enr:-L24QH-L31oBCQZfSwQ80cHw1lqITL20Azim4kB0H6iXnr0HOIj93KlZBrrh3bdxh7gjR7v5Fj4iH38ieTHWEFjpUi4CgmlkgnY0gmlwhKwSfFOKbXVsdGlhZGRyc5YACASsEnxTBl7FAAoErBJ8UwZext0DgnJzhQADAQAAiXNlY3AyNTZrMaECRYA6xo701_hzG5Iz2Zan94aeD-NC7ZFFvx77rNCMRoKDdGNwgl7Fg3VkcIJex4V3YWt1MgM"}'
|
||||
[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_2025-12-19_04-31-25__46b1367a-218c-456e-8915-4a6cfd66d8d7__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.228.128
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['24850', '24851', '24852', '24853', '24854']
|
||||
[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 24850:24850 -p 24851:24851 -p 24852:24852 -p 24853:24853 -p 24854:24854 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24852 --rest-port=24850 --tcp-port=24851 --discv5-udp-port=24853 --rest-address=0.0.0.0 --nat=extip:172.18.228.128 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=85db712ac7b0f95664039ffdffbe39dca366dcc67cfcd4b7bb22c18f0f3a09fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24854 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QH-L31oBCQZfSwQ80cHw1lqITL20Azim4kB0H6iXnr0HOIj93KlZBrrh3bdxh7gjR7v5Fj4iH38ieTHWEFjpUi4CgmlkgnY0gmlwhKwSfFOKbXVsdGlhZGRyc5YACASsEnxTBl7FAAoErBJ8UwZext0DgnJzhQADAQAAiXNlY3AyNTZrMaECRYA6xo701_hzG5Iz2Zan94aeD-NC7ZFFvx77rNCMRoKDdGNwgl7Fg3VkcIJex4V3YWt1MgM --storenode=/ip4/172.18.124.83/tcp/24261/p2p/16Uiu2HAkz6yWzy4kMafqAywCZS1mint37Ju4b7Wm8G31RhVaG9oF --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.228.128 waku 4695e825c5ce4e7a919b1335caf645d85e01cc11e49aec78009e3d36a147c330
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4695e825c5ce. Setting up logs at ./log/docker/store_node1_2025-12-19_04-31-25__46b1367a-218c-456e-8915-4a6cfd66d8d7__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 24850
|
||||
[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:24850/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:24850/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.228.128/tcp/24851/p2p/16Uiu2HAm2bRMActrrrA73VUvVGfavycVXWGxNUa6N5h9g6hz2VKv","/ip4/172.18.228.128/tcp/24852/ws/p2p/16Uiu2HAm2bRMActrrrA73VUvVGfavycVXWGxNUa6N5h9g6hz2VKv"],"enrUri":"enr:-L24QLTj0zRcpFYIkDMMWLwwGrSIT9nEYvdG-0i9-DIzoxI5AaWjqHDOhPwgRxsZX5mckB0Cpfzw7_HdlWakW-OysMgCgmlkgnY0gmlwhKwS5ICKbXVsdGlhZGRyc5YACASsEuSABmETAAoErBLkgAZhFN0DgnJzhQADAQAAiXNlY3AyNTZrMaECaoESm7F2FpCTGXzPDd48srRddn1VpdWPEPEFJJmYMLGDdGNwgmETg3VkcIJhFYV3YWt1MgM"}'
|
||||
[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:24850/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.124.83/tcp/24261/p2p/16Uiu2HAkz6yWzy4kMafqAywCZS1mint37Ju4b7Wm8G31RhVaG9oF"]'
|
||||
[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:24260/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:24850/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:24260/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:24260/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:24260/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:24260/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
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24260/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x74657374&pageSize=50&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: 400 Client Error: Bad Request for url: http://127.0.0.1:24260/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x74657374&pageSize=50&ascending=true. Response content: b'waku message hash parsing error: invalid hash length: 4'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24850/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x74657374&pageSize=50&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: 400 Client Error: Bad Request for url: http://127.0.0.1:24850/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&hashes=0x74657374&pageSize=50&ascending=true. Response content: b'waku message hash parsing error: invalid hash length: 4'
|
||||
[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 a322e0ef2efc
|
||||
[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 4695e825c5ce
|
||||
[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.
|
||||
82
nim/1008/data/attachments/110d6745f215d478.txt
Normal file
82
nim/1008/data/attachments/110d6745f215d478.txt
Normal file
@ -0,0 +1,82 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publish_with_payload_equal_or_more_150_kb with id: 2025-12-19_04-33-54__0cc8257f-f4d0-4cd3-9913-5d7636874bb5
|
||||
[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_2025-12-19_04-33-54__0cc8257f-f4d0-4cd3-9913-5d7636874bb5__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.28.124
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['8022', '8023', '8024', '8025', '8026']
|
||||
[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 8022:8022 -p 8023:8023 -p 8024:8024 -p 8025:8025 -p 8026:8026 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=8024 --rest-port=8022 --tcp-port=8023 --discv5-udp-port=8025 --rest-address=0.0.0.0 --nat=extip:172.18.28.124 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fa771fa9b1bb8b7bf74c0a3e7ac231ec2f4aff1fb4de167b6882ef15fcad02c8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8026 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.28.124 waku a2be76614fc047d61a01c3fa5c348c7b38c88dae6367e6c38a5c70b4b93c875d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a2be76614fc0. Setting up logs at ./log/docker/node1_2025-12-19_04-33-54__0cc8257f-f4d0-4cd3-9913-5d7636874bb5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 8022
|
||||
[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:8022/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:8022/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.28.124/tcp/8023/p2p/16Uiu2HAmDsjbyPZnr9HrrBstk2WwEE1jSTotiHVDA4idK1PWg9zb","/ip4/172.18.28.124/tcp/8024/ws/p2p/16Uiu2HAmDsjbyPZnr9HrrBstk2WwEE1jSTotiHVDA4idK1PWg9zb"],"enrUri":"enr:-L24QEDVcu9WtUbWEAK8Veahha9T4bSQKhE0JOd_eC4Tpd2GQfN8j4vW4IvMIvKZvd0QNKlmUUywGEaW6tjNM5wnENECgmlkgnY0gmlwhKwSHHyKbXVsdGlhZGRyc5YACASsEhx8Bh9XAAoErBIcfAYfWN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEh-QKb47XXkmDVG6C9ADsssgHuzQC0iwkt5UIOVMB9SDdGNwgh9Xg3VkcIIfWYV3YWt1MgE"}'
|
||||
[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_2025-12-19_04-33-54__0cc8257f-f4d0-4cd3-9913-5d7636874bb5__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.175.252
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26175', '26176', '26177', '26178', '26179']
|
||||
[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 26175:26175 -p 26176:26176 -p 26177:26177 -p 26178:26178 -p 26179:26179 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26177 --rest-port=26175 --tcp-port=26176 --discv5-udp-port=26178 --rest-address=0.0.0.0 --nat=extip:172.18.175.252 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d0e9a4dab1079a2eaf9dca0335d4dfdf7bee7e1ff89644d73b8af6abeee52c35 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26179 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEDVcu9WtUbWEAK8Veahha9T4bSQKhE0JOd_eC4Tpd2GQfN8j4vW4IvMIvKZvd0QNKlmUUywGEaW6tjNM5wnENECgmlkgnY0gmlwhKwSHHyKbXVsdGlhZGRyc5YACASsEhx8Bh9XAAoErBIcfAYfWN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEh-QKb47XXkmDVG6C9ADsssgHuzQC0iwkt5UIOVMB9SDdGNwgh9Xg3VkcIIfWYV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.175.252 waku bc66d6d90c7f6c58ecb8c3aedd83e22433c0ef94d6224706025fb4af01052cdc
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID bc66d6d90c7f. Setting up logs at ./log/docker/node2_2025-12-19_04-33-54__0cc8257f-f4d0-4cd3-9913-5d7636874bb5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26175
|
||||
[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:26175/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:26175/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.175.252/tcp/26176/p2p/16Uiu2HAmNKJmzwGvStvJZLVznc6FraEMSE2f1nuHK9EroUE6DeQT","/ip4/172.18.175.252/tcp/26177/ws/p2p/16Uiu2HAmNKJmzwGvStvJZLVznc6FraEMSE2f1nuHK9EroUE6DeQT"],"enrUri":"enr:-L24QEflzhQ916W7Fn2H9D0XfI7fWK_Jhde5vJYXIZn9H1VybU_v2laEC7j5QRMZ4CNvib2QElscf2d5P69rfeCgdlYCgmlkgnY0gmlwhKwSr_yKbXVsdGlhZGRyc5YACASsEq_8BmZAAAoErBKv_AZmQd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDj4oWY-8s9d6MeBWZ6xFHY3vyd0pCiMzQc9OvAuzXHpSDdGNwgmZAg3VkcIJmQoV3YWt1MgE"}'
|
||||
[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:26175/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.28.124/tcp/8023/p2p/16Uiu2HAmDsjbyPZnr9HrrBstk2WwEE1jSTotiHVDA4idK1PWg9zb"]'
|
||||
[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:8022/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:26175/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:8022/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:8022/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":1766118837328182528,"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:26175/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":1766118837328182528,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.steps.relay:relay.py:71 WARM UP successful!!
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:55 Running test with payload length of 204800 bytes
|
||||
[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
|
||||
[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:8022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Failed to publish: Message size exceeded maximum of 153600 bytes'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:55 Running test with payload length of 1048576 bytes
|
||||
[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
|
||||
[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:8022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Failed to publish: Message size exceeded maximum of 153600 bytes'
|
||||
[35mDEBUG [0m tests.relay.test_publish:test_publish.py:55 Running test with payload length of 10485760 bytes
|
||||
[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
|
||||
[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:8022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Failed to publish: Message size exceeded maximum of 153600 bytes'
|
||||
[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 a2be76614fc0
|
||||
[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 bc66d6d90c7f
|
||||
[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.
|
||||
562
nim/1008/data/attachments/118abfbd84f08d6.txt
Normal file
562
nim/1008/data/attachments/118abfbd84f08d6.txt
Normal file
@ -0,0 +1,562 @@
|
||||
2025-12-19 04:13:44.403 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:13:44.403 DEBUG [tests.conftest] Running test: test_filter_many_subscribed_nodes with id: 2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8
|
||||
2025-12-19 04:13:44.403 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:13:44.403 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:13:44.404 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-19 04:13:44.411 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:44.411 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:44.418 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:44.418 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:44.424 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:44.424 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:44.425 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:13:44.425 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:13:44.426 DEBUG [tests.e2e.test_e2e] Start 2 nodes
|
||||
2025-12-19 04:13:44.426 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:44.426 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:44.428 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:44.428 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.252.107
|
||||
2025-12-19 04:13:44.428 DEBUG [src.node.docker_mananger] Generated ports ['15181', '15182', '15183', '15184', '15185']
|
||||
2025-12-19 04:13:44.428 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:44.428 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:44.428 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:44.428 DEBUG [src.node.docker_mananger] docker run -i -t -p 15181:15181 -p 15182:15182 -p 15183:15183 -p 15184:15184 -p 15185:15185 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15183 --rest-port=15181 --tcp-port=15182 --discv5-udp-port=15184 --rest-address=0.0.0.0 --nat=extip:172.18.252.107 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=af8d8b6552cb7d2c4ecadde783c89e6ee5cea8d3bd5736ba219ae0cf8ad8e1ae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15185 --metrics-logging=true --relay=true --store=false
|
||||
2025-12-19 04:13:44.630 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.252.107 waku 761b599e6080b0e400d2deb8b6848c07e7dbe892f23a0d93660ba15638577729
|
||||
2025-12-19 04:13:44.643 ERROR [src.node.docker_mananger] Max retries reached for container 652f4bce92c4. Exiting log stream.
|
||||
2025-12-19 04:13:44.663 DEBUG [src.node.docker_mananger] Container started with ID 761b599e6080. Setting up logs at ./log/docker/node1_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:44.664 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15181
|
||||
2025-12-19 04:13:44.665 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:45.188 ERROR [src.node.docker_mananger] Max retries reached for container fe245d380e9f. Exiting log stream.
|
||||
2025-12-19 04:13:45.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15181/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:45.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:13:45.669 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:13:45.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15181/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:45.672 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.252.107/tcp/15182/p2p/16Uiu2HAm6crycWFVMGNDD2xgnC2UeApLJX6uVhDKbhfAGEhiP5X6","/ip4/172.18.252.107/tcp/15183/ws/p2p/16Uiu2HAm6crycWFVMGNDD2xgnC2UeApLJX6uVhDKbhfAGEhiP5X6"],"enrUri":"enr:-L24QGakhvO9BkaHseVMJDmfMA0DQ7YsD1FNEbO48o9PFJudN_MIqQkctrF8cUAvSFoTes2-Ld9_Jn0yCjFJ43kUFcECgmlkgnY0gmlwhKwS_GuKbXVsdGlhZGRyc5YACASsEvxrBjtOAAoErBL8awY7T90DgnJzhQADAQAAiXNlY3AyNTZrMaECpk5hGmvaeET87fAiQFSLaCygL6RipqmhPHlzQHn_FyGDdGNwgjtOg3VkcII7UIV3YWt1MgE"}'
|
||||
2025-12-19 04:13:45.672 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:13:45.672 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:45.672 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:45.673 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:45.674 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.81.92
|
||||
2025-12-19 04:13:45.674 DEBUG [src.node.docker_mananger] Generated ports ['36392', '36393', '36394', '36395', '36396']
|
||||
2025-12-19 04:13:45.674 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:45.674 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:45.674 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:45.674 DEBUG [src.node.docker_mananger] docker run -i -t -p 36392:36392 -p 36393:36393 -p 36394:36394 -p 36395:36395 -p 36396:36396 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36394 --rest-port=36392 --tcp-port=36393 --discv5-udp-port=36395 --rest-address=0.0.0.0 --nat=extip:172.18.81.92 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fcf7e5a1c6debcf5568adfc7ce32f0e7ade416cad76f7a4e5fded57d413f9d7c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36396 --metrics-logging=true --relay=true --filter=true --store=false --discv5-bootstrap-node=enr:-L24QGakhvO9BkaHseVMJDmfMA0DQ7YsD1FNEbO48o9PFJudN_MIqQkctrF8cUAvSFoTes2-Ld9_Jn0yCjFJ43kUFcECgmlkgnY0gmlwhKwS_GuKbXVsdGlhZGRyc5YACASsEvxrBjtOAAoErBL8awY7T90DgnJzhQADAQAAiXNlY3AyNTZrMaECpk5hGmvaeET87fAiQFSLaCygL6RipqmhPHlzQHn_FyGDdGNwgjtOg3VkcII7UIV3YWt1MgE
|
||||
2025-12-19 04:13:45.851 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.81.92 waku a1a3bd2791e73e249eec04308d06624cdedf79e715e2f88c92f8004a2f56404b
|
||||
2025-12-19 04:13:45.881 DEBUG [src.node.docker_mananger] Container started with ID a1a3bd2791e7. Setting up logs at ./log/docker/node2_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:45.882 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36392
|
||||
2025-12-19 04:13:45.882 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:46.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36392/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:46.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:13:46.897 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:13:46.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36392/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:46.902 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ","/ip4/172.18.81.92/tcp/36394/ws/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ"],"enrUri":"enr:-L24QE85oAViRx9zImgVdUmKPO7Op0bQHDDCoUAD9k_ITaSSOxY7ZOV3aZ93FsixKyhgELHb50KzmrK-wHOfcYLrsCgCgmlkgnY0gmlwhKwSUVyKbXVsdGlhZGRyc5YACASsElFcBo4pAAoErBJRXAaOKt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDnBwHyNPZOGw8SzXod4MQ7bz676nFnHT9NSH9Yj3zvjGDdGNwgo4pg3VkcIKOK4V3YWt1MgU"}'
|
||||
2025-12-19 04:13:46.902 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:13:46.903 DEBUG [tests.e2e.test_e2e] Subscribe nodes to relay pubsub topic /waku/2/rs/3/1
|
||||
2025-12-19 04:13:46.903 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15181/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:13:46.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:13:46.908 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36392/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:13:46.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:13:46.912 DEBUG [tests.e2e.test_e2e] 15 Node start and making filter requests to node2
|
||||
2025-12-19 04:13:46.921 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:46.921 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:46.921 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:13:47.022 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:47.022 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:47.024 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:47.024 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.47.199
|
||||
2025-12-19 04:13:47.024 DEBUG [src.node.docker_mananger] Generated ports ['5042', '5043', '5044', '5045', '5046']
|
||||
2025-12-19 04:13:47.024 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:47.024 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:47.024 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:47.025 DEBUG [src.node.docker_mananger] docker run -i -t -p 5042:5042 -p 5043:5043 -p 5044:5044 -p 5045:5045 -p 5046:5046 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5044 --rest-port=5042 --tcp-port=5043 --discv5-udp-port=5045 --rest-address=0.0.0.0 --nat=extip:172.18.47.199 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=033a60a6bea9d3edfecb98a7985d55cdfa9aba1cb5cfdebfcd97bbbd3eb2ae17 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5046 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QE85oAViRx9zImgVdUmKPO7Op0bQHDDCoUAD9k_ITaSSOxY7ZOV3aZ93FsixKyhgELHb50KzmrK-wHOfcYLrsCgCgmlkgnY0gmlwhKwSUVyKbXVsdGlhZGRyc5YACASsElFcBo4pAAoErBJRXAaOKt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDnBwHyNPZOGw8SzXod4MQ7bz676nFnHT9NSH9Yj3zvjGDdGNwgo4pg3VkcIKOK4V3YWt1MgU --store=false
|
||||
2025-12-19 04:13:47.220 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.47.199 waku a977bbaf603be1074fade8308449401d60f22dba9e85f001d8502d5d5bb121ea
|
||||
2025-12-19 04:13:47.250 DEBUG [src.node.docker_mananger] Container started with ID a977bbaf603b. Setting up logs at ./log/docker/node2_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:47.250 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5042
|
||||
2025-12-19 04:13:47.251 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:48.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5042/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:48.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:13:48.255 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:13:48.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5042/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:48.257 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.47.199/tcp/5043/p2p/16Uiu2HAmSuMDPhfaXDyeFhtTBN4tjPC4KXzACAQ3hKJvjxyqcc7T","/ip4/172.18.47.199/tcp/5044/ws/p2p/16Uiu2HAmSuMDPhfaXDyeFhtTBN4tjPC4KXzACAQ3hKJvjxyqcc7T"],"enrUri":"enr:-L24QL27AGAP1qfXE8eyYgvoQsvgulaIb_go8etlpK3W-3bkKO_1jW5-dEDmSTS8AffnMZFGhHWkhLPHFdz8bRYFEcMCgmlkgnY0gmlwhKwSL8eKbXVsdGlhZGRyc5YACASsEi_HBhOzAAoErBIvxwYTtN0DgnJzhQADAQAAiXNlY3AyNTZrMaED07FWz8JaUtUBDtMVjpcNdFiaUwsZitR695eiKA2B1pqDdGNwghOzg3VkcIITtYV3YWt1MgA"}'
|
||||
2025-12-19 04:13:48.257 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:13:48.257 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:49.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5042/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:13:49.295 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:13:49.306 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:49.306 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:49.307 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:13:49.407 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:49.407 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:49.409 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:49.409 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.180.33
|
||||
2025-12-19 04:13:49.409 DEBUG [src.node.docker_mananger] Generated ports ['17542', '17543', '17544', '17545', '17546']
|
||||
2025-12-19 04:13:49.409 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:49.409 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:49.410 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:49.410 DEBUG [src.node.docker_mananger] docker run -i -t -p 17542:17542 -p 17543:17543 -p 17544:17544 -p 17545:17545 -p 17546:17546 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17544 --rest-port=17542 --tcp-port=17543 --discv5-udp-port=17545 --rest-address=0.0.0.0 --nat=extip:172.18.180.33 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3debb5a9c5869ddad0fe0100ab88af1b58f9eabeaed7c4ed3fda7357fdca3bb5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17546 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QL27AGAP1qfXE8eyYgvoQsvgulaIb_go8etlpK3W-3bkKO_1jW5-dEDmSTS8AffnMZFGhHWkhLPHFdz8bRYFEcMCgmlkgnY0gmlwhKwSL8eKbXVsdGlhZGRyc5YACASsEi_HBhOzAAoErBIvxwYTtN0DgnJzhQADAQAAiXNlY3AyNTZrMaED07FWz8JaUtUBDtMVjpcNdFiaUwsZitR695eiKA2B1pqDdGNwghOzg3VkcIITtYV3YWt1MgA --store=false
|
||||
2025-12-19 04:13:49.596 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.180.33 waku d23bfa7d3fb32625caa90fedac8945ac4e2bf62d58a26f103cb0c19ac479d71c
|
||||
2025-12-19 04:13:49.629 DEBUG [src.node.docker_mananger] Container started with ID d23bfa7d3fb3. Setting up logs at ./log/docker/node3_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:49.629 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17542
|
||||
2025-12-19 04:13:49.629 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:50.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17542/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:50.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:13:50.634 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:13:50.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17542/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:50.636 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.180.33/tcp/17543/p2p/16Uiu2HAmGZrgPjecWqgvhzYjPMzsbVbrzwgBWyZM9QCFYb7JmKHV","/ip4/172.18.180.33/tcp/17544/ws/p2p/16Uiu2HAmGZrgPjecWqgvhzYjPMzsbVbrzwgBWyZM9QCFYb7JmKHV"],"enrUri":"enr:-L24QALAmD85CmpevZi9QdX6Z8yALPFPcaNy7iVNjajCWj1EPzcrlUFJnZF1bbGkwa5C1TBQ45vycmJtMZ25wvhLKTQCgmlkgnY0gmlwhKwStCGKbXVsdGlhZGRyc5YACASsErQhBkSHAAoErBK0IQZEiN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOh4rogAoy9pEirBYbJATiSMaF7jb8GMVHYqKgPS_MPSDdGNwgkSHg3VkcIJEiYV3YWt1MgA"}'
|
||||
2025-12-19 04:13:50.636 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:13:50.636 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:51.637 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17542/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:13:51.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:13:51.685 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:51.686 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:51.686 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:13:51.786 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:51.786 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:51.788 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:51.788 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.171.237
|
||||
2025-12-19 04:13:51.789 DEBUG [src.node.docker_mananger] Generated ports ['57916', '57917', '57918', '57919', '57920']
|
||||
2025-12-19 04:13:51.789 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:51.789 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:51.789 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:51.789 DEBUG [src.node.docker_mananger] docker run -i -t -p 57916:57916 -p 57917:57917 -p 57918:57918 -p 57919:57919 -p 57920:57920 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57918 --rest-port=57916 --tcp-port=57917 --discv5-udp-port=57919 --rest-address=0.0.0.0 --nat=extip:172.18.171.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1cfa63fdddb30de7b0dd241fabedaad3b8b92d59d6aca302e151f00caa5af770 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57920 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QALAmD85CmpevZi9QdX6Z8yALPFPcaNy7iVNjajCWj1EPzcrlUFJnZF1bbGkwa5C1TBQ45vycmJtMZ25wvhLKTQCgmlkgnY0gmlwhKwStCGKbXVsdGlhZGRyc5YACASsErQhBkSHAAoErBK0IQZEiN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOh4rogAoy9pEirBYbJATiSMaF7jb8GMVHYqKgPS_MPSDdGNwgkSHg3VkcIJEiYV3YWt1MgA --store=false
|
||||
2025-12-19 04:13:51.978 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.171.237 waku 4befa457e20d69d7b8eb3fb1f115f187acfd3402cdbbdf9809500f7cedee6d04
|
||||
2025-12-19 04:13:52.012 DEBUG [src.node.docker_mananger] Container started with ID 4befa457e20d. Setting up logs at ./log/docker/node4_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:52.012 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57916
|
||||
2025-12-19 04:13:52.013 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:53.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57916/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:53.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:13:53.018 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:13:53.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57916/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:53.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.237/tcp/57917/p2p/16Uiu2HAmJer62qELQUGYfvAacQfqnct9Zo7W6Ae2L6QsNEqmegkj","/ip4/172.18.171.237/tcp/57918/ws/p2p/16Uiu2HAmJer62qELQUGYfvAacQfqnct9Zo7W6Ae2L6QsNEqmegkj"],"enrUri":"enr:-L24QNZdV8eV1UJhz3QbUBrMO5_t8hZY7gM-pjs2ieVUMNBVK53KChBk-shT8tsB7L9TUDZ63wqeIaZlf7897uirWy4CgmlkgnY0gmlwhKwSq-2KbXVsdGlhZGRyc5YACASsEqvtBuI9AAoErBKr7QbiPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWRzHSuHcvaSYGCIeApnuuGFnqY0vDgcq_0gLAkk7cKyDdGNwguI9g3VkcILiP4V3YWt1MgA"}'
|
||||
2025-12-19 04:13:53.020 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:13:53.020 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:54.021 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57916/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:13:54.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:13:54.069 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:54.069 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:54.069 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:13:54.169 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:54.169 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:54.171 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:54.171 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.42.254
|
||||
2025-12-19 04:13:54.172 DEBUG [src.node.docker_mananger] Generated ports ['33323', '33324', '33325', '33326', '33327']
|
||||
2025-12-19 04:13:54.172 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:54.172 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:54.172 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:54.172 DEBUG [src.node.docker_mananger] docker run -i -t -p 33323:33323 -p 33324:33324 -p 33325:33325 -p 33326:33326 -p 33327:33327 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=33325 --rest-port=33323 --tcp-port=33324 --discv5-udp-port=33326 --rest-address=0.0.0.0 --nat=extip:172.18.42.254 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5da920fbb6520af7abbcbd8eccadccba1b607930fb52b1582d0ccbc90ff46f1b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33327 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QNZdV8eV1UJhz3QbUBrMO5_t8hZY7gM-pjs2ieVUMNBVK53KChBk-shT8tsB7L9TUDZ63wqeIaZlf7897uirWy4CgmlkgnY0gmlwhKwSq-2KbXVsdGlhZGRyc5YACASsEqvtBuI9AAoErBKr7QbiPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWRzHSuHcvaSYGCIeApnuuGFnqY0vDgcq_0gLAkk7cKyDdGNwguI9g3VkcILiP4V3YWt1MgA --store=false
|
||||
2025-12-19 04:13:54.359 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.42.254 waku 9d605a3cf15bdce1b6615c3a441075f060d89c901063e04c49ff6f43901361fe
|
||||
2025-12-19 04:13:54.389 DEBUG [src.node.docker_mananger] Container started with ID 9d605a3cf15b. Setting up logs at ./log/docker/node5_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:54.389 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33323
|
||||
2025-12-19 04:13:54.390 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:55.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33323/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:55.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:13:55.394 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:13:55.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33323/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:55.397 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.42.254/tcp/33324/p2p/16Uiu2HAkzifyk6dCo8s86Gtdy4FGaLyJUGgKEN6VL8X1LWKm75hx","/ip4/172.18.42.254/tcp/33325/ws/p2p/16Uiu2HAkzifyk6dCo8s86Gtdy4FGaLyJUGgKEN6VL8X1LWKm75hx"],"enrUri":"enr:-L24QKRu3_CxMkT_ekQGYM_c9IGHcEKWgNnD-bV13n3rEyWnQdC0qXHeWag7a3SEISw6QH4pYqwtMaMUTm8OifAkIQkCgmlkgnY0gmlwhKwSKv6KbXVsdGlhZGRyc5YACASsEir-BoIsAAoErBIq_gaCLd0DgnJzhQADAQAAiXNlY3AyNTZrMaECTqVOsvRSnV0V2nErnAhb7o_jLka2muTiPaMHbhiB-4eDdGNwgoIsg3VkcIKCLoV3YWt1MgA"}'
|
||||
2025-12-19 04:13:55.397 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:13:55.397 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:56.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33323/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:13:56.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:13:56.447 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:56.447 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node6_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:56.447 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:13:56.547 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:56.548 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:56.550 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:56.550 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.34.87
|
||||
2025-12-19 04:13:56.550 DEBUG [src.node.docker_mananger] Generated ports ['62712', '62713', '62714', '62715', '62716']
|
||||
2025-12-19 04:13:56.550 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:56.550 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:56.551 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:56.551 DEBUG [src.node.docker_mananger] docker run -i -t -p 62712:62712 -p 62713:62713 -p 62714:62714 -p 62715:62715 -p 62716:62716 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62714 --rest-port=62712 --tcp-port=62713 --discv5-udp-port=62715 --rest-address=0.0.0.0 --nat=extip:172.18.34.87 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6f17d4dc17e2cedd69bebde9aca00bccd7e2398b8af4b73ec304ae4de4ef19e7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62716 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QKRu3_CxMkT_ekQGYM_c9IGHcEKWgNnD-bV13n3rEyWnQdC0qXHeWag7a3SEISw6QH4pYqwtMaMUTm8OifAkIQkCgmlkgnY0gmlwhKwSKv6KbXVsdGlhZGRyc5YACASsEir-BoIsAAoErBIq_gaCLd0DgnJzhQADAQAAiXNlY3AyNTZrMaECTqVOsvRSnV0V2nErnAhb7o_jLka2muTiPaMHbhiB-4eDdGNwgoIsg3VkcIKCLoV3YWt1MgA --store=false
|
||||
2025-12-19 04:13:56.764 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.34.87 waku cd2eea74cc94d5c408763e44c44a4402e41cbe09a460ad1f96b1a4d56a838644
|
||||
2025-12-19 04:13:56.795 DEBUG [src.node.docker_mananger] Container started with ID cd2eea74cc94. Setting up logs at ./log/docker/node6_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:56.796 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62712
|
||||
2025-12-19 04:13:56.796 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:57.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62712/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:57.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:13:57.801 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:13:57.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62712/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:57.804 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.87/tcp/62713/p2p/16Uiu2HAmRsFsPdbVxMkbbrZRRUB3nHqYCJFYeAUY8rLS5TvGLSCF","/ip4/172.18.34.87/tcp/62714/ws/p2p/16Uiu2HAmRsFsPdbVxMkbbrZRRUB3nHqYCJFYeAUY8rLS5TvGLSCF"],"enrUri":"enr:-L24QBrmkjpM9DJXbqL81i-gh9Uw7Ow6pikmwsr6UqSKSjCCMtbDR9s9OTyQKLAmspdwAJBUw7RjsIi9jbcAq0IQaz4CgmlkgnY0gmlwhKwSIleKbXVsdGlhZGRyc5YACASsEiJXBvT5AAoErBIiVwb0-t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxExydrOkahFG7mzrqA1dYh8BVbHdvvpKgtXHcAzaeZiDdGNwgvT5g3VkcIL0-4V3YWt1MgA"}'
|
||||
2025-12-19 04:13:57.804 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:13:57.804 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:58.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62712/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:13:58.843 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:13:58.855 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:58.856 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node7_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:58.856 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:13:58.956 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:58.956 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:58.958 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:58.958 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.227.225
|
||||
2025-12-19 04:13:58.958 DEBUG [src.node.docker_mananger] Generated ports ['39728', '39729', '39730', '39731', '39732']
|
||||
2025-12-19 04:13:58.959 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:58.959 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:58.959 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:58.959 DEBUG [src.node.docker_mananger] docker run -i -t -p 39728:39728 -p 39729:39729 -p 39730:39730 -p 39731:39731 -p 39732:39732 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=39730 --rest-port=39728 --tcp-port=39729 --discv5-udp-port=39731 --rest-address=0.0.0.0 --nat=extip:172.18.227.225 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9bdcbdd8bc283bab88e5ef7e1b342a2bb3eb9f5f640af73802704f34309e644a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39732 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QBrmkjpM9DJXbqL81i-gh9Uw7Ow6pikmwsr6UqSKSjCCMtbDR9s9OTyQKLAmspdwAJBUw7RjsIi9jbcAq0IQaz4CgmlkgnY0gmlwhKwSIleKbXVsdGlhZGRyc5YACASsEiJXBvT5AAoErBIiVwb0-t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxExydrOkahFG7mzrqA1dYh8BVbHdvvpKgtXHcAzaeZiDdGNwgvT5g3VkcIL0-4V3YWt1MgA --store=false
|
||||
2025-12-19 04:13:59.155 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.227.225 waku 6c954c68595f341f7e8eed6dd2a1f3a8bfbc024cbb0b04f16585d08eda39d5db
|
||||
2025-12-19 04:13:59.186 DEBUG [src.node.docker_mananger] Container started with ID 6c954c68595f. Setting up logs at ./log/docker/node7_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:59.186 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39728
|
||||
2025-12-19 04:13:59.186 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:00.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:00.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:14:00.191 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:14:00.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39728/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:00.193 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.227.225/tcp/39729/p2p/16Uiu2HAmUd5gJrZZXXT3o1wbeaDmwG4Z8F8YY3YB34vbWNHGNp7g","/ip4/172.18.227.225/tcp/39730/ws/p2p/16Uiu2HAmUd5gJrZZXXT3o1wbeaDmwG4Z8F8YY3YB34vbWNHGNp7g"],"enrUri":"enr:-L24QMghIUzVQ1PMQoNiUOg1g-IVp87pDhPhyWZ-VwUtJROLVUSw6AQtANjFuOiY1gvc7qtspQXnia4JM1HCGp__fPMCgmlkgnY0gmlwhKwS4-GKbXVsdGlhZGRyc5YACASsEuPhBpsxAAoErBLj4QabMt0DgnJzhQADAQAAiXNlY3AyNTZrMaED7T3aflnm5qgHQqUdJ9KVkX-mFMZ0BwQ-vPRlR7MawheDdGNwgpsxg3VkcIKbM4V3YWt1MgA"}'
|
||||
2025-12-19 04:14:00.193 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:14:00.193 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:01.194 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39728/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:14:01.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:14:01.246 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:14:01.246 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node8_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:01.246 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:14:01.346 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:14:01.347 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:14:01.348 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:14:01.349 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.17.180
|
||||
2025-12-19 04:14:01.349 DEBUG [src.node.docker_mananger] Generated ports ['18298', '18299', '18300', '18301', '18302']
|
||||
2025-12-19 04:14:01.349 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:14:01.349 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:14:01.349 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:14:01.349 DEBUG [src.node.docker_mananger] docker run -i -t -p 18298:18298 -p 18299:18299 -p 18300:18300 -p 18301:18301 -p 18302:18302 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18300 --rest-port=18298 --tcp-port=18299 --discv5-udp-port=18301 --rest-address=0.0.0.0 --nat=extip:172.18.17.180 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bafc220dcc8ed86a03779aafcbbd5ac67becedf0e8fa806eec72e92bedd51c6d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18302 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QMghIUzVQ1PMQoNiUOg1g-IVp87pDhPhyWZ-VwUtJROLVUSw6AQtANjFuOiY1gvc7qtspQXnia4JM1HCGp__fPMCgmlkgnY0gmlwhKwS4-GKbXVsdGlhZGRyc5YACASsEuPhBpsxAAoErBLj4QabMt0DgnJzhQADAQAAiXNlY3AyNTZrMaED7T3aflnm5qgHQqUdJ9KVkX-mFMZ0BwQ-vPRlR7MawheDdGNwgpsxg3VkcIKbM4V3YWt1MgA --store=false
|
||||
2025-12-19 04:14:01.540 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.17.180 waku abb5376518025a5c6716a3b5f4784e6ed4bbc84638af3f6ae6d754e03b08676b
|
||||
2025-12-19 04:14:01.571 DEBUG [src.node.docker_mananger] Container started with ID abb537651802. Setting up logs at ./log/docker/node8_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:01.571 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18298
|
||||
2025-12-19 04:14:01.572 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:02.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18298/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:02.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:14:02.576 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:14:02.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18298/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:02.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.17.180/tcp/18299/p2p/16Uiu2HAmGV4fT9CWLtkCVuctvrrdezKbqfZzFCMZpTTNSHc1fNLk","/ip4/172.18.17.180/tcp/18300/ws/p2p/16Uiu2HAmGV4fT9CWLtkCVuctvrrdezKbqfZzFCMZpTTNSHc1fNLk"],"enrUri":"enr:-L24QOn8FxD5x0H0z7yJTCrRjLToDk9gjXtGuW6XXudNNSkQK5UcvpoYpMsM2A3U2lPaluNpcSd2NaW02--wyJIeFhACgmlkgnY0gmlwhKwSEbSKbXVsdGlhZGRyc5YACASsEhG0Bkd7AAoErBIRtAZHfN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOOPRBWQKaarS4ivNorHfUpVZbUJwbuqpl2l9-Cd7cr2DdGNwgkd7g3VkcIJHfYV3YWt1MgA"}'
|
||||
2025-12-19 04:14:02.579 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:14:02.579 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:03.579 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18298/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:14:03.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:14:03.632 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:14:03.632 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node9_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:03.633 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:14:03.733 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:14:03.733 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:14:03.735 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:14:03.735 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.92.242
|
||||
2025-12-19 04:14:03.735 DEBUG [src.node.docker_mananger] Generated ports ['7030', '7031', '7032', '7033', '7034']
|
||||
2025-12-19 04:14:03.735 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:14:03.736 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:14:03.736 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:14:03.736 DEBUG [src.node.docker_mananger] docker run -i -t -p 7030:7030 -p 7031:7031 -p 7032:7032 -p 7033:7033 -p 7034:7034 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7032 --rest-port=7030 --tcp-port=7031 --discv5-udp-port=7033 --rest-address=0.0.0.0 --nat=extip:172.18.92.242 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4a7c9820f2db97072b1cc9ffec633bb2adaf38c5dc8a637ae5c644cfc942315e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7034 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QOn8FxD5x0H0z7yJTCrRjLToDk9gjXtGuW6XXudNNSkQK5UcvpoYpMsM2A3U2lPaluNpcSd2NaW02--wyJIeFhACgmlkgnY0gmlwhKwSEbSKbXVsdGlhZGRyc5YACASsEhG0Bkd7AAoErBIRtAZHfN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOOPRBWQKaarS4ivNorHfUpVZbUJwbuqpl2l9-Cd7cr2DdGNwgkd7g3VkcIJHfYV3YWt1MgA --store=false
|
||||
2025-12-19 04:14:03.937 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.92.242 waku 1d2c73b62e43cb55d282d188e686815c15aecc3e957e8c7290157c6c8ce812dc
|
||||
2025-12-19 04:14:03.967 DEBUG [src.node.docker_mananger] Container started with ID 1d2c73b62e43. Setting up logs at ./log/docker/node9_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:03.968 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7030
|
||||
2025-12-19 04:14:03.968 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:04.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7030/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:04.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:14:04.973 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:14:04.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7030/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:04.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.92.242/tcp/7031/p2p/16Uiu2HAmP6kvhVz18RBsntqpgY1oEaErDYWneRWSWrG72apwshL7","/ip4/172.18.92.242/tcp/7032/ws/p2p/16Uiu2HAmP6kvhVz18RBsntqpgY1oEaErDYWneRWSWrG72apwshL7"],"enrUri":"enr:-L24QLXAO0jzsPuy7PxcXY9g2nbVDXeGHATUU63Zw2GfAMiZebl6J5bpVslqaiOhU4u1CPJuANItW8Ma1hCWCF9lqFoCgmlkgnY0gmlwhKwSXPKKbXVsdGlhZGRyc5YACASsElzyBht3AAoErBJc8gYbeN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDmy7KsKU6DQLLMnq6YtZZpG_YGUn2dAFPKewo3rsj6ESDdGNwght3g3VkcIIbeYV3YWt1MgA"}'
|
||||
2025-12-19 04:14:04.975 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:14:04.975 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:05.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7030/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:14:06.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:14:06.030 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:14:06.030 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node10_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:06.030 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:14:06.131 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:14:06.131 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:14:06.133 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:14:06.133 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.36.37
|
||||
2025-12-19 04:14:06.133 DEBUG [src.node.docker_mananger] Generated ports ['9301', '9302', '9303', '9304', '9305']
|
||||
2025-12-19 04:14:06.133 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:14:06.133 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:14:06.134 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:14:06.134 DEBUG [src.node.docker_mananger] docker run -i -t -p 9301:9301 -p 9302:9302 -p 9303:9303 -p 9304:9304 -p 9305:9305 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9303 --rest-port=9301 --tcp-port=9302 --discv5-udp-port=9304 --rest-address=0.0.0.0 --nat=extip:172.18.36.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae40dd72de0bc98a7c942e53b6b9ce8a70b6d7aca9a083edbbd00d06be67b955 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9305 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QLXAO0jzsPuy7PxcXY9g2nbVDXeGHATUU63Zw2GfAMiZebl6J5bpVslqaiOhU4u1CPJuANItW8Ma1hCWCF9lqFoCgmlkgnY0gmlwhKwSXPKKbXVsdGlhZGRyc5YACASsElzyBht3AAoErBJc8gYbeN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDmy7KsKU6DQLLMnq6YtZZpG_YGUn2dAFPKewo3rsj6ESDdGNwght3g3VkcIIbeYV3YWt1MgA --store=false
|
||||
2025-12-19 04:14:06.335 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.36.37 waku 8179a9a03416bacae959507e466c83bbe5586a024183cb65a08fcaa2e1197a31
|
||||
2025-12-19 04:14:06.366 DEBUG [src.node.docker_mananger] Container started with ID 8179a9a03416. Setting up logs at ./log/docker/node10_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:06.366 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9301
|
||||
2025-12-19 04:14:06.366 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:07.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9301/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:07.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:14:07.372 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:14:07.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9301/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:07.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.36.37/tcp/9302/p2p/16Uiu2HAm9Hw2ffPNxcH9D2Do58JV6HXEJV1RfFeSboCZ2UpmFe74","/ip4/172.18.36.37/tcp/9303/ws/p2p/16Uiu2HAm9Hw2ffPNxcH9D2Do58JV6HXEJV1RfFeSboCZ2UpmFe74"],"enrUri":"enr:-L24QLk6R3017xHkCZwO0Klq0KAUnjhlRf4k6Oo4IUB62YwmaP_PIaXMyJi2x7mYe2P2zWYMfyd_m4yFS0a0jSctHyECgmlkgnY0gmlwhKwSJCWKbXVsdGlhZGRyc5YACASsEiQlBiRWAAoErBIkJQYkV90DgnJzhQADAQAAiXNlY3AyNTZrMaECzgf8sQpvcvhYO1L0vKn_AtdEQdz1U8lYYmMGIwdSNiODdGNwgiRWg3VkcIIkWIV3YWt1MgA"}'
|
||||
2025-12-19 04:14:07.374 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:14:07.375 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:08.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9301/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:14:08.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:14:08.435 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:14:08.435 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node11_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:08.435 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:14:08.536 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:14:08.536 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:14:08.538 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:14:08.538 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.60.54
|
||||
2025-12-19 04:14:08.538 DEBUG [src.node.docker_mananger] Generated ports ['8479', '8480', '8481', '8482', '8483']
|
||||
2025-12-19 04:14:08.538 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:14:08.539 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:14:08.539 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:14:08.539 DEBUG [src.node.docker_mananger] docker run -i -t -p 8479:8479 -p 8480:8480 -p 8481:8481 -p 8482:8482 -p 8483:8483 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=8481 --rest-port=8479 --tcp-port=8480 --discv5-udp-port=8482 --rest-address=0.0.0.0 --nat=extip:172.18.60.54 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9fba71fac45f9eedb56ebc17b332f56671ad98aadff93c5efe5e8e4cdb80c7eb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8483 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QLk6R3017xHkCZwO0Klq0KAUnjhlRf4k6Oo4IUB62YwmaP_PIaXMyJi2x7mYe2P2zWYMfyd_m4yFS0a0jSctHyECgmlkgnY0gmlwhKwSJCWKbXVsdGlhZGRyc5YACASsEiQlBiRWAAoErBIkJQYkV90DgnJzhQADAQAAiXNlY3AyNTZrMaECzgf8sQpvcvhYO1L0vKn_AtdEQdz1U8lYYmMGIwdSNiODdGNwgiRWg3VkcIIkWIV3YWt1MgA --store=false
|
||||
2025-12-19 04:14:08.740 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.60.54 waku 79feaf372eedccfc0643cbac99ba4190d92a1808ac5b4c55adb6812217daf5e8
|
||||
2025-12-19 04:14:08.773 DEBUG [src.node.docker_mananger] Container started with ID 79feaf372eed. Setting up logs at ./log/docker/node11_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:08.774 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8479
|
||||
2025-12-19 04:14:08.774 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:09.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8479/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:09.778 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:14:09.778 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:14:09.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8479/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:09.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.60.54/tcp/8480/p2p/16Uiu2HAmDkQD9X5Fw7CufAaqxTr3SfmheGtf8hWb59gsdf1vse6X","/ip4/172.18.60.54/tcp/8481/ws/p2p/16Uiu2HAmDkQD9X5Fw7CufAaqxTr3SfmheGtf8hWb59gsdf1vse6X"],"enrUri":"enr:-L24QIb5oG7TIZnlbE3KZmdhTC6PHZFHBFMfTWsLCQEIoLOVWribevXajLvEPlNyJYkdcjcq8UoV4sZYMzT8iSGHgAwCgmlkgnY0gmlwhKwSPDaKbXVsdGlhZGRyc5YACASsEjw2BiEgAAoErBI8NgYhId0DgnJzhQADAQAAiXNlY3AyNTZrMaEDED6RslFtaC8o86r2rnS7TT2Q8IKyJJIm3hHGY14axxSDdGNwgiEgg3VkcIIhIoV3YWt1MgA"}'
|
||||
2025-12-19 04:14:09.781 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:14:09.781 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:10.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8479/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:14:10.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:14:10.833 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:14:10.833 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node12_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:10.833 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:14:10.934 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:14:10.934 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:14:10.936 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:14:10.936 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.95.106
|
||||
2025-12-19 04:14:10.936 DEBUG [src.node.docker_mananger] Generated ports ['63036', '63037', '63038', '63039', '63040']
|
||||
2025-12-19 04:14:10.936 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:14:10.936 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:14:10.936 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:14:10.937 DEBUG [src.node.docker_mananger] docker run -i -t -p 63036:63036 -p 63037:63037 -p 63038:63038 -p 63039:63039 -p 63040:63040 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63038 --rest-port=63036 --tcp-port=63037 --discv5-udp-port=63039 --rest-address=0.0.0.0 --nat=extip:172.18.95.106 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e55dbab71daad1c61039acfa22affa8400d51f3b1aebe1a26c899b0bcaf2f140 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63040 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QIb5oG7TIZnlbE3KZmdhTC6PHZFHBFMfTWsLCQEIoLOVWribevXajLvEPlNyJYkdcjcq8UoV4sZYMzT8iSGHgAwCgmlkgnY0gmlwhKwSPDaKbXVsdGlhZGRyc5YACASsEjw2BiEgAAoErBI8NgYhId0DgnJzhQADAQAAiXNlY3AyNTZrMaEDED6RslFtaC8o86r2rnS7TT2Q8IKyJJIm3hHGY14axxSDdGNwgiEgg3VkcIIhIoV3YWt1MgA --store=false
|
||||
2025-12-19 04:14:11.150 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.95.106 waku ff76292caa1fba7d527b3510f665c2ccefbf855ab3ca31826a86de03df4b6840
|
||||
2025-12-19 04:14:11.181 DEBUG [src.node.docker_mananger] Container started with ID ff76292caa1f. Setting up logs at ./log/docker/node12_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:11.181 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63036
|
||||
2025-12-19 04:14:11.182 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:12.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63036/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:12.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:14:12.186 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:14:12.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63036/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:12.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.95.106/tcp/63037/p2p/16Uiu2HAkyfbzyRss2q1pkY1M9RNtTKCwp3oYqPGw8E9HUategTPc","/ip4/172.18.95.106/tcp/63038/ws/p2p/16Uiu2HAkyfbzyRss2q1pkY1M9RNtTKCwp3oYqPGw8E9HUategTPc"],"enrUri":"enr:-L24QE3-dX2B-r4Bd0isPlCBoLUsVRPed4WASnY7eQV__DjcG2w_ht3ao8p17pUasUYkgpReOfJ79Ce_hyPmU1FVg6ICgmlkgnY0gmlwhKwSX2qKbXVsdGlhZGRyc5YACASsEl9qBvY9AAoErBJfagb2Pt0DgnJzhQADAQAAiXNlY3AyNTZrMaECPwBhFPbRlKi58tOnFkSCh9n4ZX0BykRbRbI6NMbkns-DdGNwgvY9g3VkcIL2P4V3YWt1MgA"}'
|
||||
2025-12-19 04:14:12.189 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:14:12.189 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:13.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63036/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:14:13.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:14:13.243 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:14:13.243 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node13_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:13.243 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:14:13.344 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:14:13.344 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:14:13.346 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:14:13.346 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.114.192
|
||||
2025-12-19 04:14:13.346 DEBUG [src.node.docker_mananger] Generated ports ['17651', '17652', '17653', '17654', '17655']
|
||||
2025-12-19 04:14:13.346 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:14:13.347 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:14:13.347 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:14:13.347 DEBUG [src.node.docker_mananger] docker run -i -t -p 17651:17651 -p 17652:17652 -p 17653:17653 -p 17654:17654 -p 17655:17655 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17653 --rest-port=17651 --tcp-port=17652 --discv5-udp-port=17654 --rest-address=0.0.0.0 --nat=extip:172.18.114.192 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9bd37ca281c7aa37bc8a3afaaaf4c39ceb098cddbcffe5b2db92119eedbfef4e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17655 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QE3-dX2B-r4Bd0isPlCBoLUsVRPed4WASnY7eQV__DjcG2w_ht3ao8p17pUasUYkgpReOfJ79Ce_hyPmU1FVg6ICgmlkgnY0gmlwhKwSX2qKbXVsdGlhZGRyc5YACASsEl9qBvY9AAoErBJfagb2Pt0DgnJzhQADAQAAiXNlY3AyNTZrMaECPwBhFPbRlKi58tOnFkSCh9n4ZX0BykRbRbI6NMbkns-DdGNwgvY9g3VkcIL2P4V3YWt1MgA --store=false
|
||||
2025-12-19 04:14:13.553 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.114.192 waku 7b36e1563db389984551daaf1683a870240eafac981a85f65cd2683f0877c1f5
|
||||
2025-12-19 04:14:13.584 DEBUG [src.node.docker_mananger] Container started with ID 7b36e1563db3. Setting up logs at ./log/docker/node13_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:13.585 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17651
|
||||
2025-12-19 04:14:13.585 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:14.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17651/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.589 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:14:14.589 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:14:14.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17651/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.114.192/tcp/17652/p2p/16Uiu2HAm81o6Xdzh6S3VtM3bXjYxky7GzjwwASyRorcYkzPYjXNK","/ip4/172.18.114.192/tcp/17653/ws/p2p/16Uiu2HAm81o6Xdzh6S3VtM3bXjYxky7GzjwwASyRorcYkzPYjXNK"],"enrUri":"enr:-L24QB-qAuLoeOW2HeoHOiVhZsGBio34j8CfSR9Uda4gHVrNae0AvE-PgJa1eDWeEJXgMLHBukEJ-6caNdjXPvkEpzACgmlkgnY0gmlwhKwScsCKbXVsdGlhZGRyc5YACASsEnLABkT0AAoErBJywAZE9d0DgnJzhQADAQAAiXNlY3AyNTZrMaECuwoJb5BqCGSz0qmAGrJi7rgknbWR91RPSFJ2sf3MUwyDdGNwgkT0g3VkcIJE9oV3YWt1MgA"}'
|
||||
2025-12-19 04:14:14.592 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:14:14.592 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:15.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17651/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:14:15.632 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:14:15.645 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:14:15.645 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node14_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:15.645 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:14:15.746 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:14:15.746 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:14:15.748 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:14:15.748 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.148.132
|
||||
2025-12-19 04:14:15.748 DEBUG [src.node.docker_mananger] Generated ports ['63171', '63172', '63173', '63174', '63175']
|
||||
2025-12-19 04:14:15.748 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:14:15.748 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:14:15.749 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:14:15.749 DEBUG [src.node.docker_mananger] docker run -i -t -p 63171:63171 -p 63172:63172 -p 63173:63173 -p 63174:63174 -p 63175:63175 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63173 --rest-port=63171 --tcp-port=63172 --discv5-udp-port=63174 --rest-address=0.0.0.0 --nat=extip:172.18.148.132 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=18e2a9f1fbbbfaa1b31fa4d3ce6c99eeb688c5ccbf7f9c60ecaed8a541bca7b3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63175 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QB-qAuLoeOW2HeoHOiVhZsGBio34j8CfSR9Uda4gHVrNae0AvE-PgJa1eDWeEJXgMLHBukEJ-6caNdjXPvkEpzACgmlkgnY0gmlwhKwScsCKbXVsdGlhZGRyc5YACASsEnLABkT0AAoErBJywAZE9d0DgnJzhQADAQAAiXNlY3AyNTZrMaECuwoJb5BqCGSz0qmAGrJi7rgknbWR91RPSFJ2sf3MUwyDdGNwgkT0g3VkcIJE9oV3YWt1MgA --store=false
|
||||
2025-12-19 04:14:15.982 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.148.132 waku 539c98d056f18f30a892d2118f7b3e101272dd4899d17b11ab5ec78f7870def5
|
||||
2025-12-19 04:14:16.018 DEBUG [src.node.docker_mananger] Container started with ID 539c98d056f1. Setting up logs at ./log/docker/node14_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:16.018 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63171
|
||||
2025-12-19 04:14:16.018 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:17.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63171/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:17.023 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:14:17.023 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:14:17.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63171/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:17.025 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.148.132/tcp/63172/p2p/16Uiu2HAmDjQ72pKQBUDVbFiNFvDGwRMbpCQhVFaANVMPDMeTcME8","/ip4/172.18.148.132/tcp/63173/ws/p2p/16Uiu2HAmDjQ72pKQBUDVbFiNFvDGwRMbpCQhVFaANVMPDMeTcME8"],"enrUri":"enr:-L24QOBG-2gD4gjXKUgfOpJQ-yFl8n4eWr3Weuh_RYECSO4wLYPhpsM9OZQ3YBdD0UTWP_FNZDC9bTkHrthePbOypqgCgmlkgnY0gmlwhKwSlISKbXVsdGlhZGRyc5YACASsEpSEBvbEAAoErBKUhAb2xd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDD_zefRDcBHAwz-z7AxafpKdzKfGxDkA8NivwMGdY0gGDdGNwgvbEg3VkcIL2xoV3YWt1MgA"}'
|
||||
2025-12-19 04:14:17.025 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:14:17.026 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:18.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63171/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:14:18.062 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:14:18.073 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:14:18.073 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node15_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:18.073 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:14:18.173 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:14:18.174 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:14:18.175 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:14:18.176 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.164.182
|
||||
2025-12-19 04:14:18.176 DEBUG [src.node.docker_mananger] Generated ports ['25126', '25127', '25128', '25129', '25130']
|
||||
2025-12-19 04:14:18.176 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:14:18.176 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:14:18.176 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:14:18.176 DEBUG [src.node.docker_mananger] docker run -i -t -p 25126:25126 -p 25127:25127 -p 25128:25128 -p 25129:25129 -p 25130:25130 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25128 --rest-port=25126 --tcp-port=25127 --discv5-udp-port=25129 --rest-address=0.0.0.0 --nat=extip:172.18.164.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fe4854ecb9dd75fab9802e2fab5786c7cdd38fe0a9a4c7dffadc1cfcdef313bd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25130 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QOBG-2gD4gjXKUgfOpJQ-yFl8n4eWr3Weuh_RYECSO4wLYPhpsM9OZQ3YBdD0UTWP_FNZDC9bTkHrthePbOypqgCgmlkgnY0gmlwhKwSlISKbXVsdGlhZGRyc5YACASsEpSEBvbEAAoErBKUhAb2xd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDD_zefRDcBHAwz-z7AxafpKdzKfGxDkA8NivwMGdY0gGDdGNwgvbEg3VkcIL2xoV3YWt1MgA --store=false
|
||||
2025-12-19 04:14:18.393 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.164.182 waku efb4b4cba3f1bb85f0de30b3e83abb30ef2e6963b6cb2bffd345b059c5233840
|
||||
2025-12-19 04:14:18.427 DEBUG [src.node.docker_mananger] Container started with ID efb4b4cba3f1. Setting up logs at ./log/docker/node15_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:18.427 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25126
|
||||
2025-12-19 04:14:18.428 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:19.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25126/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:19.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:14:19.432 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:14:19.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25126/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:19.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.164.182/tcp/25127/p2p/16Uiu2HAmSLFWqN6cKAHFk91qNyT3maqCpWBJDCJ1yvzUnjzNpz3u","/ip4/172.18.164.182/tcp/25128/ws/p2p/16Uiu2HAmSLFWqN6cKAHFk91qNyT3maqCpWBJDCJ1yvzUnjzNpz3u"],"enrUri":"enr:-L24QINhePN6zGk_y-wUavM-Ujt05szvLX3sNYgDiyD5pRb7fp0ipnESTrBKwagNN4OwUcQCdznB0U6hbd_Nm59zR5ICgmlkgnY0gmlwhKwSpLaKbXVsdGlhZGRyc5YACASsEqS2BmInAAoErBKktgZiKN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyza6bPotAwZnIFMV8Hv4CYulXh45DUK7SZ6UhmX_dfSDdGNwgmIng3VkcIJiKYV3YWt1MgA"}'
|
||||
2025-12-19 04:14:19.435 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:14:19.435 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:20.435 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25126/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:14:20.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:14:20.486 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:14:20.486 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node16_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:20.487 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:14:20.587 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:14:20.587 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:14:20.589 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:14:20.589 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.255.49
|
||||
2025-12-19 04:14:20.589 DEBUG [src.node.docker_mananger] Generated ports ['13603', '13604', '13605', '13606', '13607']
|
||||
2025-12-19 04:14:20.589 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:14:20.589 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:14:20.589 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:14:20.590 DEBUG [src.node.docker_mananger] docker run -i -t -p 13603:13603 -p 13604:13604 -p 13605:13605 -p 13606:13606 -p 13607:13607 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13605 --rest-port=13603 --tcp-port=13604 --discv5-udp-port=13606 --rest-address=0.0.0.0 --nat=extip:172.18.255.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=defedde5f6e4fb24bb9eaeaedb23acf52e7abbebaa77dece8bfdd7db1d0d4fab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13607 --metrics-logging=true --relay=false --filternode=/ip4/172.18.81.92/tcp/36393/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ --discv5-bootstrap-node=enr:-L24QINhePN6zGk_y-wUavM-Ujt05szvLX3sNYgDiyD5pRb7fp0ipnESTrBKwagNN4OwUcQCdznB0U6hbd_Nm59zR5ICgmlkgnY0gmlwhKwSpLaKbXVsdGlhZGRyc5YACASsEqS2BmInAAoErBKktgZiKN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyza6bPotAwZnIFMV8Hv4CYulXh45DUK7SZ6UhmX_dfSDdGNwgmIng3VkcIJiKYV3YWt1MgA --store=false
|
||||
2025-12-19 04:14:20.830 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.255.49 waku 215882e3bc92240bd618fd6d9b0efdb22a34a57f18aa16f831137be20298c111
|
||||
2025-12-19 04:14:20.868 DEBUG [src.node.docker_mananger] Container started with ID 215882e3bc92. Setting up logs at ./log/docker/node16_2025-12-19_04-13-44__7fbb30b3-378c-4e28-a494-b7fbcba712d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:20.869 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13603
|
||||
2025-12-19 04:14:20.869 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:21.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13603/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:21.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:14:21.875 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:14:21.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13603/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:21.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.255.49/tcp/13604/p2p/16Uiu2HAmNdSZzSr9UpCDwxKeH4KKiYnnDvTSkiGaxvSXfAUkk6Bb","/ip4/172.18.255.49/tcp/13605/ws/p2p/16Uiu2HAmNdSZzSr9UpCDwxKeH4KKiYnnDvTSkiGaxvSXfAUkk6Bb"],"enrUri":"enr:-L24QE_lKWTX1LzIYD0kmx1AO-NIt0hSEdrpYqX_rZ-r7mkODrZ8P1VPwubzAcCKPcrquOCy7yx1_t7wVv7oUue6bOQCgmlkgnY0gmlwhKwS_zGKbXVsdGlhZGRyc5YACASsEv8xBjUkAAoErBL_MQY1Jd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlC9aglP7F3BGwEMmIdwhe5e5lWYl-CKtNtX9nxigLaKDdGNwgjUkg3VkcII1JoV3YWt1MgA"}'
|
||||
2025-12-19 04:14:21.878 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:14:21.878 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:22.878 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13603/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:14:22.918 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:14:22.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15181/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:22.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.81.92/tcp/55396/p2p/16Uiu2HAmPANjyNvxxtyTrkVf1m6MrrTQsZUm7oQ3LXNVE3J91gCQ","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-121-g2d40cb","origin":"Discv5"}]'
|
||||
2025-12-19 04:14:22.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36392/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:22.928 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:14:22.929 DEBUG [src.libs.common] Sleeping for 100 seconds
|
||||
2025-12-19 04:16:02.929 DEBUG [tests.e2e.test_e2e] Node1 publish message
|
||||
2025-12-19 04:16:02.930 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:16:02.930 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15181/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:16:02.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:02.935 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:16:03.136 DEBUG [src.libs.common] Sleeping for 4 seconds
|
||||
2025-12-19 04:16:07.136 DEBUG [tests.e2e.test_e2e] 15 Node requests the published message of subscribed filter topic
|
||||
2025-12-19 04:16:07.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5042/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.139 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.140 DEBUG [tests.e2e.test_e2e] Response for node 1 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17542/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.142 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.142 DEBUG [tests.e2e.test_e2e] Response for node 2 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57916/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.145 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.146 DEBUG [tests.e2e.test_e2e] Response for node 3 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33323/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.149 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.149 DEBUG [tests.e2e.test_e2e] Response for node 4 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62712/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.152 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.152 DEBUG [tests.e2e.test_e2e] Response for node 5 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39728/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.155 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.156 DEBUG [tests.e2e.test_e2e] Response for node 6 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18298/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.159 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.159 DEBUG [tests.e2e.test_e2e] Response for node 7 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7030/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.162 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.162 DEBUG [tests.e2e.test_e2e] Response for node 8 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9301/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.165 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.166 DEBUG [tests.e2e.test_e2e] Response for node 9 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8479/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.169 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.169 DEBUG [tests.e2e.test_e2e] Response for node 10 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63036/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.172 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.172 DEBUG [tests.e2e.test_e2e] Response for node 11 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17651/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.175 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.175 DEBUG [tests.e2e.test_e2e] Response for node 12 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63171/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.178 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.179 DEBUG [tests.e2e.test_e2e] Response for node 13 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25126/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.182 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.182 DEBUG [tests.e2e.test_e2e] Response for node 14 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13603/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:07.185 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":1766117762930077592,"ephemeral":false}]'
|
||||
2025-12-19 04:16:07.185 DEBUG [tests.e2e.test_e2e] Response for node 15 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1766117762930077592, 'ephemeral': False}]
|
||||
2025-12-19 04:16:07.187 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:16:07.188 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:16:07.189 DEBUG [src.node.waku_node] Stopping container with id 761b599e6080
|
||||
2025-12-19 04:16:07.827 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:07.827 DEBUG [src.node.waku_node] Stopping container with id a1a3bd2791e7
|
||||
2025-12-19 04:16:08.462 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:08.464 DEBUG [src.node.waku_node] Stopping container with id a977bbaf603b
|
||||
2025-12-19 04:16:08.645 ERROR [src.node.docker_mananger] Max retries reached for container 761b599e6080. Exiting log stream.
|
||||
2025-12-19 04:16:09.067 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:09.067 DEBUG [src.node.waku_node] Stopping container with id d23bfa7d3fb3
|
||||
2025-12-19 04:16:09.277 ERROR [src.node.docker_mananger] Max retries reached for container a1a3bd2791e7. Exiting log stream.
|
||||
2025-12-19 04:16:09.676 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:09.679 DEBUG [src.node.waku_node] Stopping container with id 4befa457e20d
|
||||
2025-12-19 04:16:09.886 ERROR [src.node.docker_mananger] Max retries reached for container a977bbaf603b. Exiting log stream.
|
||||
2025-12-19 04:16:10.351 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:10.351 DEBUG [src.node.waku_node] Stopping container with id 9d605a3cf15b
|
||||
2025-12-19 04:16:10.492 ERROR [src.node.docker_mananger] Max retries reached for container d23bfa7d3fb3. Exiting log stream.
|
||||
2025-12-19 04:16:10.980 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:10.980 DEBUG [src.node.waku_node] Stopping container with id cd2eea74cc94
|
||||
2025-12-19 04:16:11.167 ERROR [src.node.docker_mananger] Max retries reached for container 4befa457e20d. Exiting log stream.
|
||||
2025-12-19 04:16:11.585 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:11.585 DEBUG [src.node.waku_node] Stopping container with id 6c954c68595f
|
||||
2025-12-19 04:16:11.891 ERROR [src.node.docker_mananger] Max retries reached for container 9d605a3cf15b. Exiting log stream.
|
||||
2025-12-19 04:16:12.480 ERROR [src.node.docker_mananger] Max retries reached for container cd2eea74cc94. Exiting log stream.
|
||||
2025-12-19 04:16:22.181 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:22.181 DEBUG [src.node.waku_node] Stopping container with id abb537651802
|
||||
2025-12-19 04:16:22.751 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:22.751 DEBUG [src.node.waku_node] Stopping container with id 1d2c73b62e43
|
||||
2025-12-19 04:16:22.994 ERROR [src.node.docker_mananger] Max retries reached for container 6c954c68595f. Exiting log stream.
|
||||
2025-12-19 04:16:23.564 ERROR [src.node.docker_mananger] Max retries reached for container abb537651802. Exiting log stream.
|
||||
2025-12-19 04:16:33.309 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:33.310 DEBUG [src.node.waku_node] Stopping container with id 8179a9a03416
|
||||
2025-12-19 04:16:33.903 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:33.904 DEBUG [src.node.waku_node] Stopping container with id 79feaf372eed
|
||||
2025-12-19 04:16:34.121 ERROR [src.node.docker_mananger] Max retries reached for container 1d2c73b62e43. Exiting log stream.
|
||||
2025-12-19 04:16:34.717 ERROR [src.node.docker_mananger] Max retries reached for container 8179a9a03416. Exiting log stream.
|
||||
2025-12-19 04:16:44.466 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:44.468 DEBUG [src.node.waku_node] Stopping container with id ff76292caa1f
|
||||
2025-12-19 04:16:45.002 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:45.003 DEBUG [src.node.waku_node] Stopping container with id 7b36e1563db3
|
||||
2025-12-19 04:16:45.364 ERROR [src.node.docker_mananger] Max retries reached for container 79feaf372eed. Exiting log stream.
|
||||
2025-12-19 04:16:45.574 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:45.574 DEBUG [src.node.waku_node] Stopping container with id 539c98d056f1
|
||||
2025-12-19 04:16:45.900 ERROR [src.node.docker_mananger] Max retries reached for container ff76292caa1f. Exiting log stream.
|
||||
2025-12-19 04:16:46.387 ERROR [src.node.docker_mananger] Max retries reached for container 7b36e1563db3. Exiting log stream.
|
||||
2025-12-19 04:16:56.122 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:56.123 DEBUG [src.node.waku_node] Stopping container with id efb4b4cba3f1
|
||||
2025-12-19 04:16:56.935 ERROR [src.node.docker_mananger] Max retries reached for container 539c98d056f1. Exiting log stream.
|
||||
2025-12-19 04:17:06.631 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:06.631 DEBUG [src.node.waku_node] Stopping container with id 215882e3bc92
|
||||
2025-12-19 04:17:07.443 ERROR [src.node.docker_mananger] Max retries reached for container efb4b4cba3f1. Exiting log stream.
|
||||
2025-12-19 04:17:17.163 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:17.164 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:17:17.212 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:17.583 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:17.960 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:17.989 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:18.017 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:18.074 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:18.128 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:18.155 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:18.182 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:18.211 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:18.240 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:18.288 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:18.337 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:18.362 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:18.387 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:18.411 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:18.435 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
112
nim/1008/data/attachments/11d7b3828c8f8c43.txt
Normal file
112
nim/1008/data/attachments/11d7b3828c8f8c43.txt
Normal file
@ -0,0 +1,112 @@
|
||||
2025-12-19 04:20:10.577 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:20:10.578 DEBUG [tests.conftest] Running test: test_passing_cursor_not_returned_in_paginationCursor with id: 2025-12-19_04-20-10__68058dfe-1c02-467d-8c90-33d5b3e13b49
|
||||
2025-12-19 04:20:10.578 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:20:10.578 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:20:10.578 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-19 04:20:10.585 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:20:10.585 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-19_04-20-10__68058dfe-1c02-467d-8c90-33d5b3e13b49__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:10.585 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:20:10.585 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:20:10.587 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:20:10.587 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.78.198
|
||||
2025-12-19 04:20:10.587 DEBUG [src.node.docker_mananger] Generated ports ['50492', '50493', '50494', '50495', '50496']
|
||||
2025-12-19 04:20:10.587 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:20:10.587 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:20:10.588 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:20:10.588 DEBUG [src.node.docker_mananger] docker run -i -t -p 50492:50492 -p 50493:50493 -p 50494:50494 -p 50495:50495 -p 50496:50496 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50494 --rest-port=50492 --tcp-port=50493 --discv5-udp-port=50495 --rest-address=0.0.0.0 --nat=extip:172.18.78.198 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4bdd7db15fe85feefaba3f1dd74d2cb4cb4c3660fadfedd1ab6758fff59a73c6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50496 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-19 04:20:10.780 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.78.198 waku bdbb3216cf3b8946cfd7f85fe061b9b35106e565e1c6bddd54834268fcbda5a4
|
||||
2025-12-19 04:20:10.814 DEBUG [src.node.docker_mananger] Container started with ID bdbb3216cf3b. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-20-10__68058dfe-1c02-467d-8c90-33d5b3e13b49__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:10.816 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50492
|
||||
2025-12-19 04:20:10.816 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:20:10.849 ERROR [src.node.docker_mananger] Max retries reached for container 37bf96107a1a. Exiting log stream.
|
||||
2025-12-19 04:20:11.373 ERROR [src.node.docker_mananger] Max retries reached for container 5584f8cd4972. Exiting log stream.
|
||||
2025-12-19 04:20:11.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50492/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:11.820 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:20:11.820 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:20:11.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50492/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:11.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.198/tcp/50493/p2p/16Uiu2HAm4MQoGbLxVwpnVHHtQwdngapLeGki16bUupFb1hW9Aynm","/ip4/172.18.78.198/tcp/50494/ws/p2p/16Uiu2HAm4MQoGbLxVwpnVHHtQwdngapLeGki16bUupFb1hW9Aynm"],"enrUri":"enr:-L24QCMNCKQXVqYJkTKJX8YNIwRK7kDO1EOwNJfK_9mPXzCmEWHywTvJbVRZlXSV7_FjAAfZHIiMmC34TR47q1G6eQECgmlkgnY0gmlwhKwSTsaKbXVsdGlhZGRyc5YACASsEk7GBsU9AAoErBJOxgbFPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEChKGxga-iSmYgH8SjSGCyrCgFjM4ew8Ps_5pESWpJpUaDdGNwgsU9g3VkcILFP4V3YWt1MgM"}'
|
||||
2025-12-19 04:20:11.823 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:20:11.830 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:20:11.830 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-19_04-20-10__68058dfe-1c02-467d-8c90-33d5b3e13b49__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:11.830 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:20:11.830 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:20:11.832 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:20:11.832 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.244.4
|
||||
2025-12-19 04:20:11.832 DEBUG [src.node.docker_mananger] Generated ports ['42833', '42834', '42835', '42836', '42837']
|
||||
2025-12-19 04:20:11.832 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:20:11.832 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:20:11.832 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:20:11.833 DEBUG [src.node.docker_mananger] docker run -i -t -p 42833:42833 -p 42834:42834 -p 42835:42835 -p 42836:42836 -p 42837:42837 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42835 --rest-port=42833 --tcp-port=42834 --discv5-udp-port=42836 --rest-address=0.0.0.0 --nat=extip:172.18.244.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0ad33aa48eaee3ae28f964ffc3ea1c12fb4accc4fba3ebd7dfba8b1fc7aedb89 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42837 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCMNCKQXVqYJkTKJX8YNIwRK7kDO1EOwNJfK_9mPXzCmEWHywTvJbVRZlXSV7_FjAAfZHIiMmC34TR47q1G6eQECgmlkgnY0gmlwhKwSTsaKbXVsdGlhZGRyc5YACASsEk7GBsU9AAoErBJOxgbFPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEChKGxga-iSmYgH8SjSGCyrCgFjM4ew8Ps_5pESWpJpUaDdGNwgsU9g3VkcILFP4V3YWt1MgM --storenode=/ip4/172.18.78.198/tcp/50493/p2p/16Uiu2HAm4MQoGbLxVwpnVHHtQwdngapLeGki16bUupFb1hW9Aynm --store=true --relay=true
|
||||
2025-12-19 04:20:12.024 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.244.4 waku d6ebff7868faf2d7c567f9eb3c32e6bfecbf46f28f218e23de2dec5da55a25b3
|
||||
2025-12-19 04:20:12.059 DEBUG [src.node.docker_mananger] Container started with ID d6ebff7868fa. Setting up logs at ./log/docker/store_node1_2025-12-19_04-20-10__68058dfe-1c02-467d-8c90-33d5b3e13b49__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:12.061 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42833
|
||||
2025-12-19 04:20:12.061 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:20:13.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42833/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:13.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:20:13.067 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:20:13.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42833/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:13.069 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.244.4/tcp/42834/p2p/16Uiu2HAky3YcRJuLvNWuouho6cNEfSqZjwhSRDdfJp31PAJL9Km9","/ip4/172.18.244.4/tcp/42835/ws/p2p/16Uiu2HAky3YcRJuLvNWuouho6cNEfSqZjwhSRDdfJp31PAJL9Km9"],"enrUri":"enr:-L24QPW3en-H-Qlzbm-Z25Og3XKO2SeduVwzazQeDV8HN94ZKsXhx1LE0XE99YurNZLwjKSlwFkyP9gUSu0NIh5T7moCgmlkgnY0gmlwhKwS9ASKbXVsdGlhZGRyc5YACASsEvQEBqdSAAoErBL0BAanU90DgnJzhQADAQAAiXNlY3AyNTZrMaECNcOjZ_H5cznRUHjjTVkGCj1hGMnKVIffNrcokjMextiDdGNwgqdSg3VkcIKnVIV3YWt1MgM"}'
|
||||
2025-12-19 04:20:13.069 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:20:13.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42833/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.78.198/tcp/50493/p2p/16Uiu2HAm4MQoGbLxVwpnVHHtQwdngapLeGki16bUupFb1hW9Aynm"]'
|
||||
2025-12-19 04:20:13.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.073 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50492/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:20:13.075 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42833/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:20:13.078 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.079 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:13.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50492/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:13.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.084 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:13.284 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:13.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50492/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:13.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.290 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:13.491 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:13.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50492/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:13.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.497 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:13.698 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:13.698 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50492/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:13.703 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.704 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:13.905 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:13.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50492/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:13.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.911 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:14.112 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:14.112 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50492/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:14.117 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:14.118 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:14.319 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:14.319 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50492/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:14.324 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:14.325 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:14.526 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:14.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50492/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:14.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:14.532 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:14.732 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:14.733 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50492/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:14.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:14.739 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:14.939 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:14.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50492/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:14.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:14.945 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:15.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50492/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:15.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x257789dc84e08715c52391afbb9ec2de26d4b5252787c7c1b20881b7045490a1"},{"messageHash":"0xfaae33d98398b0d13563f13e746a8d9c8888b987856efbce4afc708465c7b2c6"},{"messageHash":"0x9aa4ba2bc1713a07663ebc493936be9844a250bcc2c224517b7d3ee6d869b1b6"},{"messageHash":"0xc2578884e6067921b1225c5d3cd050a780ce1040bbc485a36b52a298f47be3f9"},{"messageHash":"0xd82f8aaef0c88e43ae32f6661fc02b5a4a18196f88669076c5b3f520aa5f44e5"}],"paginationCursor":"0xd82f8aaef0c88e43ae32f6661fc02b5a4a18196f88669076c5b3f520aa5f44e5"}'
|
||||
2025-12-19 04:20:15.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42833/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:15.152 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x257789dc84e08715c52391afbb9ec2de26d4b5252787c7c1b20881b7045490a1"},{"messageHash":"0xfaae33d98398b0d13563f13e746a8d9c8888b987856efbce4afc708465c7b2c6"},{"messageHash":"0x9aa4ba2bc1713a07663ebc493936be9844a250bcc2c224517b7d3ee6d869b1b6"},{"messageHash":"0xc2578884e6067921b1225c5d3cd050a780ce1040bbc485a36b52a298f47be3f9"},{"messageHash":"0xd82f8aaef0c88e43ae32f6661fc02b5a4a18196f88669076c5b3f520aa5f44e5"}],"paginationCursor":"0xd82f8aaef0c88e43ae32f6661fc02b5a4a18196f88669076c5b3f520aa5f44e5"}'
|
||||
2025-12-19 04:20:15.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50492/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9aa4ba2bc1713a07663ebc493936be9844a250bcc2c224517b7d3ee6d869b1b6&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:15.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc2578884e6067921b1225c5d3cd050a780ce1040bbc485a36b52a298f47be3f9"},{"messageHash":"0xd82f8aaef0c88e43ae32f6661fc02b5a4a18196f88669076c5b3f520aa5f44e5"},{"messageHash":"0xaea78907be0eb265eff9382a78f689f3bcea546a17981b35204a64e360d2e753"},{"messageHash":"0x314cf639f96b3395fdcb945e602c16475d95107bbf23ecbf808fbc7b32cd4015"},{"messageHash":"0x5b6adfb1f987375f174cac52ba262fea7f66868e49f5d785575a8572700edaf0"},{"messageHash":"0x30af001fadb9ae55b7a04ea90c25d4d80197e893d6395fe9b1316f68a05c78b2"},{"messageHash":"0xaee4f6f6f4698078b6d4b0e9ced944d5e546b9e6b09193081ed3125675cbcb0f"}]}'
|
||||
2025-12-19 04:20:15.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42833/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9aa4ba2bc1713a07663ebc493936be9844a250bcc2c224517b7d3ee6d869b1b6&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:15.158 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xc2578884e6067921b1225c5d3cd050a780ce1040bbc485a36b52a298f47be3f9"},{"messageHash":"0xd82f8aaef0c88e43ae32f6661fc02b5a4a18196f88669076c5b3f520aa5f44e5"},{"messageHash":"0xaea78907be0eb265eff9382a78f689f3bcea546a17981b35204a64e360d2e753"},{"messageHash":"0x314cf639f96b3395fdcb945e602c16475d95107bbf23ecbf808fbc7b32cd4015"},{"messageHash":"0x5b6adfb1f987375f174cac52ba262fea7f66868e49f5d785575a8572700edaf0"},{"messageHash":"0x30af001fadb9ae55b7a04ea90c25d4d80197e893d6395fe9b1316f68a05c78b2"},{"messageHash":"0xaee4f6f6f4698078b6d4b0e9ced944d5e546b9e6b09193081ed3125675cbcb0f"}]}'
|
||||
2025-12-19 04:20:15.160 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:20:15.161 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:20:15.161 DEBUG [src.node.waku_node] Stopping container with id bdbb3216cf3b
|
||||
2025-12-19 04:20:15.701 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:20:15.702 DEBUG [src.node.waku_node] Stopping container with id d6ebff7868fa
|
||||
2025-12-19 04:20:16.241 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:20:16.242 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:20:16.249 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:20:16.257 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
3126
nim/1008/data/attachments/125654af49d14850.txt
Normal file
3126
nim/1008/data/attachments/125654af49d14850.txt
Normal file
File diff suppressed because it is too large
Load Diff
73
nim/1008/data/attachments/1260b939122be5d.txt
Normal file
73
nim/1008/data/attachments/1260b939122be5d.txt
Normal file
@ -0,0 +1,73 @@
|
||||
2025-12-19 04:21:37.240 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:21:37.240 DEBUG [tests.conftest] Running test: test_relay_subscribe_to_single_pubsub_topic with id: 2025-12-19_04-21-37__7fbeda65-7be2-46f4-b6fa-647d0c93ca75
|
||||
2025-12-19 04:21:37.241 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:21:37.241 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:21:37.241 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2025-12-19 04:21:37.247 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:21:37.247 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-21-37__7fbeda65-7be2-46f4-b6fa-647d0c93ca75__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:21:37.247 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:21:37.248 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:21:37.249 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:21:37.249 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.4.8
|
||||
2025-12-19 04:21:37.249 DEBUG [src.node.docker_mananger] Generated ports ['15180', '15181', '15182', '15183', '15184']
|
||||
2025-12-19 04:21:37.249 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:21:37.249 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:21:37.250 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:21:37.250 DEBUG [src.node.docker_mananger] docker run -i -t -p 15180:15180 -p 15181:15181 -p 15182:15182 -p 15183:15183 -p 15184:15184 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15182 --rest-port=15180 --tcp-port=15181 --discv5-udp-port=15183 --rest-address=0.0.0.0 --nat=extip:172.18.4.8 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=edebab8f9c3f15bd8fec16d0cc58c5fabbbb8ae251b0bdf46ca1ea1a9f2c87fd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15184 --metrics-logging=true --relay=true
|
||||
2025-12-19 04:21:37.419 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.4.8 waku cdd9ff2db687be8a0a951ae25e96defe197cda70d22a186e7c38842a4d423424
|
||||
2025-12-19 04:21:37.449 DEBUG [src.node.docker_mananger] Container started with ID cdd9ff2db687. Setting up logs at ./log/docker/node1_2025-12-19_04-21-37__7fbeda65-7be2-46f4-b6fa-647d0c93ca75__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:21:37.449 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15180
|
||||
2025-12-19 04:21:37.451 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:21:37.534 ERROR [src.node.docker_mananger] Max retries reached for container bc494ad4d164. Exiting log stream.
|
||||
2025-12-19 04:21:38.046 ERROR [src.node.docker_mananger] Max retries reached for container 923ec0d2af89. Exiting log stream.
|
||||
2025-12-19 04:21:38.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15180/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:38.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_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:21:38.454 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:21:38.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15180/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:38.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.4.8/tcp/15181/p2p/16Uiu2HAmL9uXfaikeGqi9BSbqSp9d8XdY4xeJLx855m18HkZQ1t5","/ip4/172.18.4.8/tcp/15182/ws/p2p/16Uiu2HAmL9uXfaikeGqi9BSbqSp9d8XdY4xeJLx855m18HkZQ1t5"],"enrUri":"enr:-L24QNI3mTj9fUdPbcbmVaq-I36X_r8CXwFvYQojw7A19ognDxBWCcwtk5EZ4nq91SOjeWZxY9c51QVnCXkj1iU37vYCgmlkgnY0gmlwhKwSBAiKbXVsdGlhZGRyc5YACASsEgQIBjtNAAoErBIECAY7Tt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDb2ozYdAaBCYgV93X_B7Zzbv2iEsyYWpRKs9H7i5GboqDdGNwgjtNg3VkcII7T4V3YWt1MgE"}'
|
||||
2025-12-19 04:21:38.457 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:21:38.463 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:21:38.463 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-21-37__7fbeda65-7be2-46f4-b6fa-647d0c93ca75__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:21:38.464 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:21:38.464 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:21:38.465 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:21:38.465 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.155.43
|
||||
2025-12-19 04:21:38.465 DEBUG [src.node.docker_mananger] Generated ports ['18924', '18925', '18926', '18927', '18928']
|
||||
2025-12-19 04:21:38.465 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:21:38.466 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:21:38.466 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:21:38.466 DEBUG [src.node.docker_mananger] docker run -i -t -p 18924:18924 -p 18925:18925 -p 18926:18926 -p 18927:18927 -p 18928:18928 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18926 --rest-port=18924 --tcp-port=18925 --discv5-udp-port=18927 --rest-address=0.0.0.0 --nat=extip:172.18.155.43 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=85009aadd1cb3d7b7a937e3a6cba1a94b02fa4f20ba36bfd4ded3e7f2ed5f2fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18928 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNI3mTj9fUdPbcbmVaq-I36X_r8CXwFvYQojw7A19ognDxBWCcwtk5EZ4nq91SOjeWZxY9c51QVnCXkj1iU37vYCgmlkgnY0gmlwhKwSBAiKbXVsdGlhZGRyc5YACASsEgQIBjtNAAoErBIECAY7Tt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDb2ozYdAaBCYgV93X_B7Zzbv2iEsyYWpRKs9H7i5GboqDdGNwgjtNg3VkcII7T4V3YWt1MgE
|
||||
2025-12-19 04:21:38.660 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.155.43 waku add767c019f4fab23c39cca1d7950cece5f2e02483a13b6a65e62d0849d09367
|
||||
2025-12-19 04:21:38.690 DEBUG [src.node.docker_mananger] Container started with ID add767c019f4. Setting up logs at ./log/docker/node2_2025-12-19_04-21-37__7fbeda65-7be2-46f4-b6fa-647d0c93ca75__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:21:38.691 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18924
|
||||
2025-12-19 04:21:38.691 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:21:39.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18924/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:39.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:21:39.705 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:21:39.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18924/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:39.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.155.43/tcp/18925/p2p/16Uiu2HAmVE9UnEAQ15haEzPHYRxaBAicyButiTomhJB8gJR1gvZL","/ip4/172.18.155.43/tcp/18926/ws/p2p/16Uiu2HAmVE9UnEAQ15haEzPHYRxaBAicyButiTomhJB8gJR1gvZL"],"enrUri":"enr:-L24QBO8xg3MMvA4ghqgD-Kb1Yc-HH4w9Riqp6DiRu75U5HPe1NSpfSVUjbPCNt3hT-gnCnDEM7nqB-NGlFvhF7G5sQCgmlkgnY0gmlwhKwSmyuKbXVsdGlhZGRyc5YACASsEpsrBkntAAoErBKbKwZJ7t0DgnJzhQADAQAAiXNlY3AyNTZrMaED9jl62bE5v17yB5AqrWR7mdhc4-ib02F6pB3Q-FebNZ-DdGNwgkntg3VkcIJJ74V3YWt1MgE"}'
|
||||
2025-12-19 04:21:39.711 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:21:39.712 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18924/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.4.8/tcp/15181/p2p/16Uiu2HAmL9uXfaikeGqi9BSbqSp9d8XdY4xeJLx855m18HkZQ1t5"]'
|
||||
2025-12-19 04:21:39.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:39.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15180/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:21:39.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:39.721 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18924/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:21:39.725 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:39.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15180/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:39.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:39.733 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:39.833 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:39.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15180/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:39.835 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":1766118099726292736,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:39.837 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:39.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18924/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:39.839 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":1766118099726292736,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:39.842 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:21:39.843 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:21:39.843 DEBUG [src.node.waku_node] Stopping container with id cdd9ff2db687
|
||||
2025-12-19 04:21:40.331 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:21:40.331 DEBUG [src.node.waku_node] Stopping container with id add767c019f4
|
||||
2025-12-19 04:21:40.874 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:21:40.874 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:21:40.880 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:21:40.886 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
69
nim/1008/data/attachments/127737300121e9c9.txt
Normal file
69
nim/1008/data/attachments/127737300121e9c9.txt
Normal file
@ -0,0 +1,69 @@
|
||||
2025-12-19 04:30:31.466 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:30:31.466 DEBUG [tests.conftest] Running test: test_retrieve_messages_without_subscribing_via_api with id: 2025-12-19_04-30-31__8333198c-8972-435d-8b6d-fcf3cbd32307
|
||||
2025-12-19 04:30:31.467 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:30:31.467 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:30:31.467 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-19 04:30:31.474 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:30:31.474 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-30-31__8333198c-8972-435d-8b6d-fcf3cbd32307__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:30:31.474 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:30:31.475 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:30:31.476 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:30:31.476 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.190.154
|
||||
2025-12-19 04:30:31.476 DEBUG [src.node.docker_mananger] Generated ports ['14192', '14193', '14194', '14195', '14196']
|
||||
2025-12-19 04:30:31.476 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:30:31.476 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:30:31.477 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:30:31.477 DEBUG [src.node.docker_mananger] docker run -i -t -p 14192:14192 -p 14193:14193 -p 14194:14194 -p 14195:14195 -p 14196:14196 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14194 --rest-port=14192 --tcp-port=14193 --discv5-udp-port=14195 --rest-address=0.0.0.0 --nat=extip:172.18.190.154 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f5949027ceaceddaa5c1f05e7eafc0cddac789ec88fca7af735b660b8330453f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14196 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-19 04:30:31.656 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.190.154 waku 69ff03a468f158cbceeb717d751e194714b3ec18cc0a6cfe8b2372a1b9e1322b
|
||||
2025-12-19 04:30:31.666 ERROR [src.node.docker_mananger] Max retries reached for container 639f11180972. Exiting log stream.
|
||||
2025-12-19 04:30:31.686 DEBUG [src.node.docker_mananger] Container started with ID 69ff03a468f1. Setting up logs at ./log/docker/node1_2025-12-19_04-30-31__8333198c-8972-435d-8b6d-fcf3cbd32307__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:30:31.688 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14192
|
||||
2025-12-19 04:30:31.688 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:30:32.131 ERROR [src.node.docker_mananger] Max retries reached for container 03df57c6f6c4. Exiting log stream.
|
||||
2025-12-19 04:30:32.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14192/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:30:32.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:30:32.692 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:30:32.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14192/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:30:32.694 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.190.154/tcp/14193/p2p/16Uiu2HAm6MoBXCKTMbraYEaUpsbcVARxoJcT5eaS5Fc5gX7cNkux","/ip4/172.18.190.154/tcp/14194/ws/p2p/16Uiu2HAm6MoBXCKTMbraYEaUpsbcVARxoJcT5eaS5Fc5gX7cNkux"],"enrUri":"enr:-L24QEU_kjz7ZJCj1dzMSwPoKQ9bNHpGRaI7QdkcinZ9EISuMDKJ13SL9thEgHbu2MM5JY5dCt0YBtEyGMpLJIV6mboCgmlkgnY0gmlwhKwSvpqKbXVsdGlhZGRyc5YACASsEr6aBjdxAAoErBK-mgY3ct0DgnJzhQACAQAAiXNlY3AyNTZrMaEConJgYyhpo_4GZAn9S1goC-3DZWwhQBxxedCbAMZUYEODdGNwgjdxg3VkcII3c4V3YWt1MgU"}'
|
||||
2025-12-19 04:30:32.694 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:30:32.701 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:30:32.701 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-30-31__8333198c-8972-435d-8b6d-fcf3cbd32307__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:30:32.701 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:30:32.701 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:30:32.703 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:30:32.703 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.253.166
|
||||
2025-12-19 04:30:32.703 DEBUG [src.node.docker_mananger] Generated ports ['11188', '11189', '11190', '11191', '11192']
|
||||
2025-12-19 04:30:32.703 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:30:32.703 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:30:32.703 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:30:32.704 DEBUG [src.node.docker_mananger] docker run -i -t -p 11188:11188 -p 11189:11189 -p 11190:11190 -p 11191:11191 -p 11192:11192 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11190 --rest-port=11188 --tcp-port=11189 --discv5-udp-port=11191 --rest-address=0.0.0.0 --nat=extip:172.18.253.166 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a3afe56c7511dcf481bb4b8fc0cfe3dd0e72d8afff6040c9cd949b7fd0fca508 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11192 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEU_kjz7ZJCj1dzMSwPoKQ9bNHpGRaI7QdkcinZ9EISuMDKJ13SL9thEgHbu2MM5JY5dCt0YBtEyGMpLJIV6mboCgmlkgnY0gmlwhKwSvpqKbXVsdGlhZGRyc5YACASsEr6aBjdxAAoErBK-mgY3ct0DgnJzhQACAQAAiXNlY3AyNTZrMaEConJgYyhpo_4GZAn9S1goC-3DZWwhQBxxedCbAMZUYEODdGNwgjdxg3VkcII3c4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-19 04:30:32.888 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.253.166 waku 59542a17f3f88f9a061d1f15bffff154b7af43e290754300fd2ff0e09ca8ceaf
|
||||
2025-12-19 04:30:32.917 DEBUG [src.node.docker_mananger] Container started with ID 59542a17f3f8. Setting up logs at ./log/docker/node2_2025-12-19_04-30-31__8333198c-8972-435d-8b6d-fcf3cbd32307__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:30:32.917 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11188
|
||||
2025-12-19 04:30:32.917 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:30:33.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11188/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:30:33.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:30:33.929 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:30:33.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11188/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:30:33.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.253.166/tcp/11189/p2p/16Uiu2HAmQ2DcRp7aGQWWAkjUBr7UYu2GBFmhsJ2MTAuBxx7i277Y","/ip4/172.18.253.166/tcp/11190/ws/p2p/16Uiu2HAmQ2DcRp7aGQWWAkjUBr7UYu2GBFmhsJ2MTAuBxx7i277Y"],"enrUri":"enr:-L24QIf3Ti8Y15vNAeYhoAiHQWoOct8GZoqTqyFsPtqAx9MSRx4bH6amKuZLUifP0TtV6ZX0ell8nvpXjO1IktloKFgCgmlkgnY0gmlwhKwS_aaKbXVsdGlhZGRyc5YACASsEv2mBiu1AAoErBL9pgYrtt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDqOC_WTvraUF0jWV6qIkxmDh2CDYRu6in97A5Pa7JIwuDdGNwgiu1g3VkcIIrt4V3YWt1MgE"}'
|
||||
2025-12-19 04:30:33.937 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:30:33.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11188/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.190.154/tcp/14193/p2p/16Uiu2HAm6MoBXCKTMbraYEaUpsbcVARxoJcT5eaS5Fc5gX7cNkux"]'
|
||||
2025-12-19 04:30:33.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:30:33.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14192/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:30:33.946 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:30:33.947 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:30:34.047 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:30:34.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14192/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:30:34.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118633941650699,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:30:34.051 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:30:34.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11188/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:30:34.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118633941650699,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:30:34.057 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:30:34.058 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:30:34.058 DEBUG [src.node.waku_node] Stopping container with id 69ff03a468f1
|
||||
2025-12-19 04:30:34.588 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:30:34.589 DEBUG [src.node.waku_node] Stopping container with id 59542a17f3f8
|
||||
2025-12-19 04:30:35.105 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:30:35.108 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:30:35.113 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:30:35.117 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
13244
nim/1008/data/attachments/12d45a9cab8950cd.txt
Normal file
13244
nim/1008/data/attachments/12d45a9cab8950cd.txt
Normal file
File diff suppressed because it is too large
Load Diff
106
nim/1008/data/attachments/12d4bb55210e374b.txt
Normal file
106
nim/1008/data/attachments/12d4bb55210e374b.txt
Normal file
@ -0,0 +1,106 @@
|
||||
2025-12-19 04:16:55.653 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:16:55.653 DEBUG [tests.conftest] Running test: test_admin_peers_mesh_on_shard_contains_node2 with id: 2025-12-19_04-16-55__b773feb5-ea02-4a56-bac6-ab5c7b49402e
|
||||
2025-12-19 04:16:55.653 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:16:55.654 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:16:55.654 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-19 04:16:55.660 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:55.660 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-16-55__b773feb5-ea02-4a56-bac6-ab5c7b49402e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:55.666 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:55.666 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-16-55__b773feb5-ea02-4a56-bac6-ab5c7b49402e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:55.671 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:55.671 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-16-55__b773feb5-ea02-4a56-bac6-ab5c7b49402e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:55.677 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:55.677 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-19_04-16-55__b773feb5-ea02-4a56-bac6-ab5c7b49402e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:55.677 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:16:55.677 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:16:55.678 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:55.678 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:55.680 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:55.680 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.36.236
|
||||
2025-12-19 04:16:55.680 DEBUG [src.node.docker_mananger] Generated ports ['51808', '51809', '51810', '51811', '51812']
|
||||
2025-12-19 04:16:55.680 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:55.680 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:55.680 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:55.681 DEBUG [src.node.docker_mananger] docker run -i -t -p 51808:51808 -p 51809:51809 -p 51810:51810 -p 51811:51811 -p 51812:51812 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51810 --rest-port=51808 --tcp-port=51809 --discv5-udp-port=51811 --rest-address=0.0.0.0 --nat=extip:172.18.36.236 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=f7eaba8fcc17ddbbe0b3d15a3a2ba68bfdaff1bbdd40cc916bd6fbc903aa2929 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51812 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
2025-12-19 04:16:55.858 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.36.236 waku 21e9b24c991413125bfe2f60527f0516f23bf7c25422e04274c37691f07b300c
|
||||
2025-12-19 04:16:55.890 DEBUG [src.node.docker_mananger] Container started with ID 21e9b24c9914. Setting up logs at ./log/docker/node1_2025-12-19_04-16-55__b773feb5-ea02-4a56-bac6-ab5c7b49402e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:55.891 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51808
|
||||
2025-12-19 04:16:55.891 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:16:55.955 ERROR [src.node.docker_mananger] Max retries reached for container fc754a619bf5. Exiting log stream.
|
||||
2025-12-19 04:16:56.459 ERROR [src.node.docker_mananger] Max retries reached for container fecd011e40c0. Exiting log stream.
|
||||
2025-12-19 04:16:56.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51808/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:56.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:16:56.895 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:16:56.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51808/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:56.897 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.36.236/tcp/51809/p2p/16Uiu2HAmGpMYkZvTsVWDUkhfba8NwLCdFQ5jznSjwg9RFdhPjCuT","/ip4/172.18.36.236/tcp/51810/ws/p2p/16Uiu2HAmGpMYkZvTsVWDUkhfba8NwLCdFQ5jznSjwg9RFdhPjCuT"],"enrUri":"enr:-La4QERwFmPMZ7Areqqf9UFi008435EP7Lv6pO52s6R4FB7PGdXCKC-W1PUDx7OqsJwCxxApKd7OZ5Ci50OS7NbPy-ECgmlkgnY0gmlwhKwSJOyKbXVsdGlhZGRyc5YACASsEiTsBsphAAoErBIk7AbKYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPdTxdo5-J4im7hVwzVsQRfS-etODeSJFeL4naGOF716DdGNwgsphhXdha3UyAQ"}'
|
||||
2025-12-19 04:16:56.897 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:16:56.897 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:56.898 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:56.899 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:56.899 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.26.2
|
||||
2025-12-19 04:16:56.899 DEBUG [src.node.docker_mananger] Generated ports ['38422', '38423', '38424', '38425', '38426']
|
||||
2025-12-19 04:16:56.900 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:56.900 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:56.900 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:56.900 DEBUG [src.node.docker_mananger] docker run -i -t -p 38422:38422 -p 38423:38423 -p 38424:38424 -p 38425:38425 -p 38426:38426 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38424 --rest-port=38422 --tcp-port=38423 --discv5-udp-port=38425 --rest-address=0.0.0.0 --nat=extip:172.18.26.2 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=d7bccbfaf44eeb73c016c83d9318be53bddccc0cdd0dde62cbc2b1a3c2bc10ab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38426 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QERwFmPMZ7Areqqf9UFi008435EP7Lv6pO52s6R4FB7PGdXCKC-W1PUDx7OqsJwCxxApKd7OZ5Ci50OS7NbPy-ECgmlkgnY0gmlwhKwSJOyKbXVsdGlhZGRyc5YACASsEiTsBsphAAoErBIk7AbKYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPdTxdo5-J4im7hVwzVsQRfS-etODeSJFeL4naGOF716DdGNwgsphhXdha3UyAQ
|
||||
2025-12-19 04:16:57.086 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.26.2 waku b4b66b336acf1ef1f5ed8015b05152666b7c7828110124f353f0bb82b7fffb4e
|
||||
2025-12-19 04:16:57.115 DEBUG [src.node.docker_mananger] Container started with ID b4b66b336acf. Setting up logs at ./log/docker/node2_2025-12-19_04-16-55__b773feb5-ea02-4a56-bac6-ab5c7b49402e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:57.116 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 38422
|
||||
2025-12-19 04:16:57.116 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:16:58.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:16:58.119 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:16:58.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:38422/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.26.2/tcp/38423/p2p/16Uiu2HAmP2TsTG7SLYLzkyEBSUAHLHczjZNmgYgUH7HxLhm6axX4","/ip4/172.18.26.2/tcp/38424/ws/p2p/16Uiu2HAmP2TsTG7SLYLzkyEBSUAHLHczjZNmgYgUH7HxLhm6axX4"],"enrUri":"enr:-La4QNUVly-IlMpeBWQB0Gphar_-rq8t_qGBJ90I9sxe7GhJIQTVFYPZC6wfs-Lnb32VYcu1hDifRjGCOsglKVMjX_wCgmlkgnY0gmlwhKwSGgKKbXVsdGlhZGRyc5YACASsEhoCBpYXAAoErBIaAgaWGN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDmhUu7BEW-wlN4U23HjOm95jZUosrxusYpHAcaDrUMgODdGNwgpYXhXdha3UyAQ"}'
|
||||
2025-12-19 04:16:58.122 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:16:58.122 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:58.122 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:58.123 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:58.124 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.24.227
|
||||
2025-12-19 04:16:58.124 DEBUG [src.node.docker_mananger] Generated ports ['54345', '54346', '54347', '54348', '54349']
|
||||
2025-12-19 04:16:58.124 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:58.124 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:58.124 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:58.124 DEBUG [src.node.docker_mananger] docker run -i -t -p 54345:54345 -p 54346:54346 -p 54347:54347 -p 54348:54348 -p 54349:54349 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54347 --rest-port=54345 --tcp-port=54346 --discv5-udp-port=54348 --rest-address=0.0.0.0 --nat=extip:172.18.24.227 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=18fbdd4c210bbc150c3d7cdc3c99177fb0d5585adae0c37cfa6a84f18ea09413 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54349 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QERwFmPMZ7Areqqf9UFi008435EP7Lv6pO52s6R4FB7PGdXCKC-W1PUDx7OqsJwCxxApKd7OZ5Ci50OS7NbPy-ECgmlkgnY0gmlwhKwSJOyKbXVsdGlhZGRyc5YACASsEiTsBsphAAoErBIk7AbKYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPdTxdo5-J4im7hVwzVsQRfS-etODeSJFeL4naGOF716DdGNwgsphhXdha3UyAQ
|
||||
2025-12-19 04:16:58.306 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.24.227 waku 8c323ff54b6fe46dfc8fb8ff5d6fd403a7ad42110d052cd06cdcfe3a12775390
|
||||
2025-12-19 04:16:58.334 DEBUG [src.node.docker_mananger] Container started with ID 8c323ff54b6f. Setting up logs at ./log/docker/node3_2025-12-19_04-16-55__b773feb5-ea02-4a56-bac6-ab5c7b49402e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:58.335 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54345
|
||||
2025-12-19 04:16:58.335 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:16:59.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54345/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:59.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:16:59.339 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:16:59.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54345/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:59.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.227/tcp/54346/p2p/16Uiu2HAmHTyeSPuzQtJEbrQtgSrkLcXMDX1G27RqGidG3UeVRTP2","/ip4/172.18.24.227/tcp/54347/ws/p2p/16Uiu2HAmHTyeSPuzQtJEbrQtgSrkLcXMDX1G27RqGidG3UeVRTP2"],"enrUri":"enr:-La4QMwYkUpejJFiM1bLDEdb0HQ9QRHFOEeNIR2L6FAWhJ2nVvHsrIaxp8bmY8AFm42kWl1PSQKuVbzRBxXfcuDRdQ0CgmlkgnY0gmlwhKwSGOOKbXVsdGlhZGRyc5YACASsEhjjBtRKAAoErBIY4wbUS90DgnJzhQADAQAAiXNlY3AyNTZrMaEDR3g_1OET_j2U6MfBH0hMQ-pMhwHBcsPpeUewTa38DQWDdGNwgtRKhXdha3UyAQ"}'
|
||||
2025-12-19 04:16:59.342 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:16:59.342 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51808/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.26.2/tcp/38423/p2p/16Uiu2HAmP2TsTG7SLYLzkyEBSUAHLHczjZNmgYgUH7HxLhm6axX4"]'
|
||||
2025-12-19 04:16:59.374 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:59.375 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38422/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.36.236/tcp/51809/p2p/16Uiu2HAmGpMYkZvTsVWDUkhfba8NwLCdFQ5jznSjwg9RFdhPjCuT"]'
|
||||
2025-12-19 04:16:59.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:59.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51808/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.24.227/tcp/54346/p2p/16Uiu2HAmHTyeSPuzQtJEbrQtgSrkLcXMDX1G27RqGidG3UeVRTP2"]'
|
||||
2025-12-19 04:16:59.408 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:59.410 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54345/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.36.236/tcp/51809/p2p/16Uiu2HAmGpMYkZvTsVWDUkhfba8NwLCdFQ5jznSjwg9RFdhPjCuT"]'
|
||||
2025-12-19 04:16:59.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:59.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51808/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:16:59.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:59.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:38422/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:16:59.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:59.431 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54345/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:16:59.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:59.434 DEBUG [tests.rest_flags.test_admin_flags] mesh topic=/waku/2/rs/3/0, target peers={'/ip4/172.18.26.2/tcp/38423/p2p/16Uiu2HAmP2TsTG7SLYLzkyEBSUAHLHczjZNmgYgUH7HxLhm6axX4', '/ip4/172.18.24.227/tcp/54346/p2p/16Uiu2HAmHTyeSPuzQtJEbrQtgSrkLcXMDX1G27RqGidG3UeVRTP2'}
|
||||
2025-12-19 04:16:59.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51808/admin/v1/peers/mesh/on/0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:59.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"shard":0,"peers":[{"multiaddr":"/ip4/172.18.24.227/tcp/54346/p2p/16Uiu2HAmHTyeSPuzQtJEbrQtgSrkLcXMDX1G27RqGidG3UeVRTP2","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-121-g2d40cb","origin":"UnknownOrigin","score":0.0},{"multiaddr":"/ip4/172.18.26.2/tcp/38423/p2p/16Uiu2HAmP2TsTG7SLYLzkyEBSUAHLHczjZNmgYgUH7HxLhm6axX4","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-121-g2d40cb","origin":"UnknownOrigin","score":0.0}]}'
|
||||
2025-12-19 04:16:59.437 DEBUG [tests.rest_flags.test_admin_flags] Node-1 mesh on the shard {'shard': 0, 'peers': [{'multiaddr': '/ip4/172.18.24.227/tcp/54346/p2p/16Uiu2HAmHTyeSPuzQtJEbrQtgSrkLcXMDX1G27RqGidG3UeVRTP2', '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-121-g2d40cb', 'origin': 'UnknownOrigin', 'score': 0.0}, {'multiaddr': '/ip4/172.18.26.2/tcp/38423/p2p/16Uiu2HAmP2TsTG7SLYLzkyEBSUAHLHczjZNmgYgUH7HxLhm6axX4', '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-121-g2d40cb', 'origin': 'UnknownOrigin', 'score': 0.0}]}
|
||||
2025-12-19 04:16:59.437 DEBUG [tests.rest_flags.test_admin_flags] Validate the schema variables
|
||||
2025-12-19 04:16:59.439 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:16:59.440 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:16:59.440 DEBUG [src.node.waku_node] Stopping container with id 21e9b24c9914
|
||||
2025-12-19 04:16:59.965 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:59.967 DEBUG [src.node.waku_node] Stopping container with id b4b66b336acf
|
||||
2025-12-19 04:17:00.477 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:00.477 DEBUG [src.node.waku_node] Stopping container with id 8c323ff54b6f
|
||||
2025-12-19 04:17:00.777 ERROR [src.node.docker_mananger] Max retries reached for container 21e9b24c9914. Exiting log stream.
|
||||
2025-12-19 04:17:00.983 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:00.984 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:17:00.993 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:00.997 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:01.001 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
69
nim/1008/data/attachments/1343805650201436.txt
Normal file
69
nim/1008/data/attachments/1343805650201436.txt
Normal file
@ -0,0 +1,69 @@
|
||||
2025-12-19 04:34:18.444 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:34:18.444 DEBUG [tests.conftest] Running test: test_admin_service_peers_scalar_required_types with id: 2025-12-19_04-34-18__382eed62-8cc3-43da-9b20-d1231ca24f4a
|
||||
2025-12-19 04:34:18.444 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:34:18.445 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:34:18.445 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-19 04:34:18.452 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:34:18.452 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-34-18__382eed62-8cc3-43da-9b20-d1231ca24f4a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:34:18.457 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:34:18.458 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-34-18__382eed62-8cc3-43da-9b20-d1231ca24f4a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:34:18.463 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:34:18.463 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-34-18__382eed62-8cc3-43da-9b20-d1231ca24f4a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:34:18.469 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:34:18.469 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-19_04-34-18__382eed62-8cc3-43da-9b20-d1231ca24f4a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:34:18.469 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:34:18.470 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:34:18.470 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:34:18.471 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:34:18.472 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:34:18.472 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.112
|
||||
2025-12-19 04:34:18.472 DEBUG [src.node.docker_mananger] Generated ports ['14282', '14283', '14284', '14285', '14286']
|
||||
2025-12-19 04:34:18.472 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:34:18.472 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:34:18.473 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:34:18.473 DEBUG [src.node.docker_mananger] docker run -i -t -p 14282:14282 -p 14283:14283 -p 14284:14284 -p 14285:14285 -p 14286:14286 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14284 --rest-port=14282 --tcp-port=14283 --discv5-udp-port=14285 --rest-address=0.0.0.0 --nat=extip:172.18.210.112 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=26bd624ffeb96a833e41cdf41e6d106b5ef1df8533aa1aa0ffc4cbecf2cedeb8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14286 --metrics-logging=true --relay=true
|
||||
2025-12-19 04:34:18.662 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.112 waku ca9cb0a4069fd2eb02a48f25f0db70f61407efcb8d224e428b4388f65afef030
|
||||
2025-12-19 04:34:18.681 ERROR [src.node.docker_mananger] Max retries reached for container d1dbcff04e71. Exiting log stream.
|
||||
2025-12-19 04:34:18.694 DEBUG [src.node.docker_mananger] Container started with ID ca9cb0a4069f. Setting up logs at ./log/docker/node1_2025-12-19_04-34-18__382eed62-8cc3-43da-9b20-d1231ca24f4a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:34:18.694 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14282
|
||||
2025-12-19 04:34:18.695 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:34:19.228 ERROR [src.node.docker_mananger] Max retries reached for container e056f34ac441. Exiting log stream.
|
||||
2025-12-19 04:34:19.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14282/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:19.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:34:19.699 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:34:19.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14282/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:19.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.112/tcp/14283/p2p/16Uiu2HAmESS2kKyrAuZT4qrGXYSL5G98HEQSLT6gNgRDzJMGRP9M","/ip4/172.18.210.112/tcp/14284/ws/p2p/16Uiu2HAmESS2kKyrAuZT4qrGXYSL5G98HEQSLT6gNgRDzJMGRP9M"],"enrUri":"enr:-L24QGccMl0PyfyvRl0Y8G2TwWNy2cCvVOTOjyTiBTcZVnppWM7Da_PAmt9I52--drJOST71tShjjcWbaw_lD5Zl2MsCgmlkgnY0gmlwhKwS0nCKbXVsdGlhZGRyc5YACASsEtJwBjfLAAoErBLScAY3zN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDGn_cMwRuRXmqijakUPZFjiA92MK_4BW5auMOzpQhO-yDdGNwgjfLg3VkcII3zYV3YWt1MgE"}'
|
||||
2025-12-19 04:34:19.702 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:34:19.702 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:34:19.702 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:34:19.704 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:34:19.704 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.132.37
|
||||
2025-12-19 04:34:19.704 DEBUG [src.node.docker_mananger] Generated ports ['51614', '51615', '51616', '51617', '51618']
|
||||
2025-12-19 04:34:19.704 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:34:19.704 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:34:19.704 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:34:19.705 DEBUG [src.node.docker_mananger] docker run -i -t -p 51614:51614 -p 51615:51615 -p 51616:51616 -p 51617:51617 -p 51618:51618 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51616 --rest-port=51614 --tcp-port=51615 --discv5-udp-port=51617 --rest-address=0.0.0.0 --nat=extip:172.18.132.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f0f5c9daa22da6be9efc38d4d273b1bca1ad49daff85e97b7f1b532f4f3b2d8e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51618 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGccMl0PyfyvRl0Y8G2TwWNy2cCvVOTOjyTiBTcZVnppWM7Da_PAmt9I52--drJOST71tShjjcWbaw_lD5Zl2MsCgmlkgnY0gmlwhKwS0nCKbXVsdGlhZGRyc5YACASsEtJwBjfLAAoErBLScAY3zN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDGn_cMwRuRXmqijakUPZFjiA92MK_4BW5auMOzpQhO-yDdGNwgjfLg3VkcII3zYV3YWt1MgE
|
||||
2025-12-19 04:34:19.891 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.132.37 waku 1e1d1d881aa9ddd7302a1bad47ecb998d3e492c5aba3707b83601b3b78472232
|
||||
2025-12-19 04:34:19.921 DEBUG [src.node.docker_mananger] Container started with ID 1e1d1d881aa9. Setting up logs at ./log/docker/node2_2025-12-19_04-34-18__382eed62-8cc3-43da-9b20-d1231ca24f4a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:34:19.922 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51614
|
||||
2025-12-19 04:34:19.922 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:34:20.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51614/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:20.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:34:20.937 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:34:20.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51614/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:20.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.132.37/tcp/51615/p2p/16Uiu2HAmQaqokBkWSX97rkcjJbBUnG4pADGeSFPsGLrrTG4EB4eG","/ip4/172.18.132.37/tcp/51616/ws/p2p/16Uiu2HAmQaqokBkWSX97rkcjJbBUnG4pADGeSFPsGLrrTG4EB4eG"],"enrUri":"enr:-L24QI4u1pTr5W2p-QZGqQo32WtAo8WkBVuxdqyWOq9Z3plYZjkCzcpzf-narpM0KW43Vn0J89wZjkzq9706T3JIRYwCgmlkgnY0gmlwhKwShCWKbXVsdGlhZGRyc5YACASsEoQlBsmfAAoErBKEJQbJoN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDsTxCYSWH1N4a5b2Tbp4Ih2ERZaIa9UPGbPTX8txAfd2DdGNwgsmfg3VkcILJoYV3YWt1MgE"}'
|
||||
2025-12-19 04:34:20.942 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:34:20.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14282/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.132.37/tcp/51615/p2p/16Uiu2HAmQaqokBkWSX97rkcjJbBUnG4pADGeSFPsGLrrTG4EB4eG"]'
|
||||
2025-12-19 04:34:20.945 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:34:20.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14282/admin/v1/peers/service" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:20.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.132.37/tcp/60528/p2p/16Uiu2HAmQaqokBkWSX97rkcjJbBUnG4pADGeSFPsGLrrTG4EB4eG","protocols":["/vac/waku/relay/2.0.0","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-121-g2d40cb","origin":"UnknownOrigin"}]'
|
||||
2025-12-19 04:34:20.948 DEBUG [tests.rest_flags.test_admin_flags] /admin/v1/peers/service [{'multiaddr': '/ip4/172.18.132.37/tcp/60528/p2p/16Uiu2HAmQaqokBkWSX97rkcjJbBUnG4pADGeSFPsGLrrTG4EB4eG', 'protocols': ['/vac/waku/relay/2.0.0', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-121-g2d40cb', 'origin': 'UnknownOrigin'}]
|
||||
2025-12-19 04:34:20.950 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:34:20.951 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:34:20.952 DEBUG [src.node.waku_node] Stopping container with id ca9cb0a4069f
|
||||
2025-12-19 04:34:21.489 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:34:21.489 DEBUG [src.node.waku_node] Stopping container with id 1e1d1d881aa9
|
||||
2025-12-19 04:34:22.031 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:34:22.032 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:34:22.038 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:34:22.042 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
70
nim/1008/data/attachments/134a81d4103a4530.txt
Normal file
70
nim/1008/data/attachments/134a81d4103a4530.txt
Normal file
@ -0,0 +1,70 @@
|
||||
2025-12-19 04:42:24.673 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:42:24.673 DEBUG [tests.conftest] Running test: test_cant_publish_on_not_subscribed_shard with id: 2025-12-19_04-42-24__b2bce15f-3e66-4628-a3e6-24dbed4e950e
|
||||
2025-12-19 04:42:24.673 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:42:24.673 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:42:24.674 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-19 04:42:24.681 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:42:24.681 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-42-24__b2bce15f-3e66-4628-a3e6-24dbed4e950e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:42:24.682 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:42:24.682 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:42:24.683 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:42:24.683 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.174.28
|
||||
2025-12-19 04:42:24.683 DEBUG [src.node.docker_mananger] Generated ports ['18322', '18323', '18324', '18325', '18326']
|
||||
2025-12-19 04:42:24.683 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-19 04:42:24.684 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-19 04:42:24.684 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:42:24.684 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:42:24.684 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:42:24.684 DEBUG [src.node.docker_mananger] docker run -i -t -p 18322:18322 -p 18323:18323 -p 18324:18324 -p 18325:18325 -p 18326:18326 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18324 --rest-port=18322 --tcp-port=18323 --discv5-udp-port=18325 --rest-address=0.0.0.0 --nat=extip:172.18.174.28 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2786ccafd7374a7d36be694b69b7e1d8bf45ed6b00b1b464fdfaab614ebfe0ae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18326 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-19 04:42:24.872 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.174.28 waku 89a8e2dff6ce6944256bc02c5419deed145228334ddd7bad72a4b5690ddc4ae0
|
||||
2025-12-19 04:42:24.896 ERROR [src.node.docker_mananger] Max retries reached for container fb133e3bba30. Exiting log stream.
|
||||
2025-12-19 04:42:24.904 DEBUG [src.node.docker_mananger] Container started with ID 89a8e2dff6ce. Setting up logs at ./log/docker/node1_2025-12-19_04-42-24__b2bce15f-3e66-4628-a3e6-24dbed4e950e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:42:24.904 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18322
|
||||
2025-12-19 04:42:24.905 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:42:25.457 ERROR [src.node.docker_mananger] Max retries reached for container 3fda419dd59e. Exiting log stream.
|
||||
2025-12-19 04:42:25.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18322/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:42:25.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:42:25.911 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:42:25.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18322/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:42:25.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.174.28/tcp/18323/p2p/16Uiu2HAkusMhjnzGcVxcedd1uwhhChx299i1uGZrfBbhPHJ3ux8N","/ip4/172.18.174.28/tcp/18324/ws/p2p/16Uiu2HAkusMhjnzGcVxcedd1uwhhChx299i1uGZrfBbhPHJ3ux8N"],"enrUri":"enr:-L24QA53zjqkJM6pzlTRQcT6vUE_9PIEwQ66F5QHMKL3vJ-2B9j59EzF0Vlx_91MzVPwU7vBZmZgvlkE3Ffu-YMMVQECgmlkgnY0gmlwhKwSrhyKbXVsdGlhZGRyc5YACASsEq4cBkeTAAoErBKuHAZHlN0DgnJzhQACAQAAiXNlY3AyNTZrMaECBpRvdT3LzFrp6zd5IcIDJTMNwXxwrk5wKzBpLJO4HUeDdGNwgkeTg3VkcIJHlYV3YWt1MgU"}'
|
||||
2025-12-19 04:42:25.913 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:42:25.920 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:42:25.920 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-42-24__b2bce15f-3e66-4628-a3e6-24dbed4e950e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:42:25.920 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:42:25.921 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:42:25.922 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:42:25.922 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.184.154
|
||||
2025-12-19 04:42:25.922 DEBUG [src.node.docker_mananger] Generated ports ['12730', '12731', '12732', '12733', '12734']
|
||||
2025-12-19 04:42:25.922 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-19 04:42:25.923 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-19 04:42:25.923 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:42:25.923 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:42:25.923 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:42:25.923 DEBUG [src.node.docker_mananger] docker run -i -t -p 12730:12730 -p 12731:12731 -p 12732:12732 -p 12733:12733 -p 12734:12734 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=12732 --rest-port=12730 --tcp-port=12731 --discv5-udp-port=12733 --rest-address=0.0.0.0 --nat=extip:172.18.184.154 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bc5acdc95eb8b3aacaba9b94ba11d8a10dae8ce0eba60d4e8ca0b8beeafd0c9f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12734 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QA53zjqkJM6pzlTRQcT6vUE_9PIEwQ66F5QHMKL3vJ-2B9j59EzF0Vlx_91MzVPwU7vBZmZgvlkE3Ffu-YMMVQECgmlkgnY0gmlwhKwSrhyKbXVsdGlhZGRyc5YACASsEq4cBkeTAAoErBKuHAZHlN0DgnJzhQACAQAAiXNlY3AyNTZrMaECBpRvdT3LzFrp6zd5IcIDJTMNwXxwrk5wKzBpLJO4HUeDdGNwgkeTg3VkcIJHlYV3YWt1MgU
|
||||
2025-12-19 04:42:26.114 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.184.154 waku 0758f7ae615db97f9e4d55a0903c6b0554cd7cd827feeee6e98850bbd4b2c998
|
||||
2025-12-19 04:42:26.145 DEBUG [src.node.docker_mananger] Container started with ID 0758f7ae615d. Setting up logs at ./log/docker/node2_2025-12-19_04-42-24__b2bce15f-3e66-4628-a3e6-24dbed4e950e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:42:26.145 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 12730
|
||||
2025-12-19 04:42:26.146 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:42:27.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12730/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:42:27.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:42:27.158 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:42:27.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:12730/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:42:27.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.184.154/tcp/12731/p2p/16Uiu2HAmR42cPrqqNPWmQrkEAHsjUGCGfRgBZ5dfYipvFi4PoKbb","/ip4/172.18.184.154/tcp/12732/ws/p2p/16Uiu2HAmR42cPrqqNPWmQrkEAHsjUGCGfRgBZ5dfYipvFi4PoKbb"],"enrUri":"enr:-L24QNVU5BZ9_I3eKNkdMwEvw3bV95_Lhp3eE0TqbkFwLGllZr559wtOLosg4eBSyU8IVF2Ii3YMTcJJwBUQMeaqsk0CgmlkgnY0gmlwhKwSuJqKbXVsdGlhZGRyc5YACASsEriaBjG7AAoErBK4mgYxvN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDuDMoWLilj1eaeAN7nIYhtETb_0BEg2vwqvCbUoiUkg6DdGNwgjG7g3VkcIIxvYV3YWt1MgE"}'
|
||||
2025-12-19 04:42:27.164 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:42:27.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12730/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.174.28/tcp/18323/p2p/16Uiu2HAkusMhjnzGcVxcedd1uwhhChx299i1uGZrfBbhPHJ3ux8N"]'
|
||||
2025-12-19 04:42:27.170 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:42:27.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18322/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2025-12-19 04:42:27.173 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:42:27.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:12730/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2025-12-19 04:42:27.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:42:27.176 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:42:27.178 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:18322/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
||||
2025-12-19 04:42:27.180 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:42:27.182 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:42:27.182 DEBUG [src.node.waku_node] Stopping container with id 89a8e2dff6ce
|
||||
2025-12-19 04:42:27.784 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:42:27.784 DEBUG [src.node.waku_node] Stopping container with id 0758f7ae615d
|
||||
2025-12-19 04:42:28.353 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:42:28.355 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:42:28.360 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:42:28.364 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
862
nim/1008/data/attachments/135959d4828b0351.txt
Normal file
862
nim/1008/data/attachments/135959d4828b0351.txt
Normal file
@ -0,0 +1,862 @@
|
||||
2025-12-19 04:33:44.967 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:33:44.968 DEBUG [tests.conftest] Running test: test_light_push_with_valid_meta with id: 2025-12-19_04-33-44__6792088f-6a64-46c5-9811-ca297e402a21
|
||||
2025-12-19 04:33:44.968 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:33:44.968 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-19 04:33:44.975 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:33:44.975 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-19_04-33-44__6792088f-6a64-46c5-9811-ca297e402a21__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:33:44.975 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:33:44.975 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:33:44.977 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:33:44.977 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.37.187
|
||||
2025-12-19 04:33:44.977 DEBUG [src.node.docker_mananger] Generated ports ['50467', '50468', '50469', '50470', '50471']
|
||||
2025-12-19 04:33:44.977 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:33:44.977 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:33:44.977 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:33:44.977 DEBUG [src.node.docker_mananger] docker run -i -t -p 50467:50467 -p 50468:50468 -p 50469:50469 -p 50470:50470 -p 50471:50471 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50469 --rest-port=50467 --tcp-port=50468 --discv5-udp-port=50470 --rest-address=0.0.0.0 --nat=extip:172.18.37.187 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fbdfc3c0ed90cdfe4adcbfcb8bdaa29cbece91d6dece2ada4bdbec087cad5db4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50471 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-19 04:33:45.191 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.37.187 waku 71ef83037c6980f7ad267345b56f19911a1d9a33f1997c4ac08693775ad8a912
|
||||
2025-12-19 04:33:45.228 DEBUG [src.node.docker_mananger] Container started with ID 71ef83037c69. Setting up logs at ./log/docker/receiving_node1_2025-12-19_04-33-44__6792088f-6a64-46c5-9811-ca297e402a21__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:33:45.230 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50467
|
||||
2025-12-19 04:33:45.230 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:33:46.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50467/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:46.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:33:46.234 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:33:46.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50467/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:46.236 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.37.187/tcp/50468/p2p/16Uiu2HAm3Nv4A5eo4ajsxvjDrVdezXhoQvB1t6MwznuwmsDqfQ8v","/ip4/172.18.37.187/tcp/50469/ws/p2p/16Uiu2HAm3Nv4A5eo4ajsxvjDrVdezXhoQvB1t6MwznuwmsDqfQ8v"],"enrUri":"enr:-L24QMDJlvqMNjKo8uDbB2PoFPYnsKj-qJRR01RdwMPiLe3ARl3nGitdRAz8YP8Ct1Sw0BE8yv9wAxDRZdvN3G-KUPACgmlkgnY0gmlwhKwSJbuKbXVsdGlhZGRyc5YACASsEiW7BsUkAAoErBIluwbFJd0DgnJzhQADAQAAiXNlY3AyNTZrMaECdiiq-_K5lTaOJOINKhtt42UW9zt_0NY6r92zPgj9KPeDdGNwgsUkg3VkcILFJoV3YWt1Mgk"}'
|
||||
2025-12-19 04:33:46.236 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:33:46.243 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:33:46.244 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-19_04-33-44__6792088f-6a64-46c5-9811-ca297e402a21__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:33:46.244 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:33:46.244 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:33:46.245 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:33:46.245 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.103.144
|
||||
2025-12-19 04:33:46.245 DEBUG [src.node.docker_mananger] Generated ports ['48087', '48088', '48089', '48090', '48091']
|
||||
2025-12-19 04:33:46.245 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:33:46.246 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:33:46.246 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:33:46.246 DEBUG [src.node.docker_mananger] docker run -i -t -p 48087:48087 -p 48088:48088 -p 48089:48089 -p 48090:48090 -p 48091:48091 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48089 --rest-port=48087 --tcp-port=48088 --discv5-udp-port=48090 --rest-address=0.0.0.0 --nat=extip:172.18.103.144 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fda40e78f8b5fdff3f14ffecabcdddf2eaeb59f5dc01864ea452f4cf7cfbf092 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48091 --metrics-logging=true --lightpush=false --relay=true
|
||||
2025-12-19 04:33:46.426 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.103.144 waku 875415fd4e51f5b07dfdf575537c648e82740c8a427a129c9f77f8eb648c8843
|
||||
2025-12-19 04:33:46.458 DEBUG [src.node.docker_mananger] Container started with ID 875415fd4e51. Setting up logs at ./log/docker/receiving_node2_2025-12-19_04-33-44__6792088f-6a64-46c5-9811-ca297e402a21__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:33:46.459 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48087
|
||||
2025-12-19 04:33:46.459 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:33:47.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48087/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:47.463 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:33:47.463 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:33:47.463 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48087/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:47.465 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.103.144/tcp/48088/p2p/16Uiu2HAm17DG1izg8asogFEi6aeJT3bKTCLN7fhmSvmj8hipRkrA","/ip4/172.18.103.144/tcp/48089/ws/p2p/16Uiu2HAm17DG1izg8asogFEi6aeJT3bKTCLN7fhmSvmj8hipRkrA"],"enrUri":"enr:-L24QMjcKWxt1Y9Afot2exY3m4X65DKTFJ-Khm_PA5emEPp8UVwU317FoBhGtx7KtsGc3nMO1K8MsZq7XRo6R_Z_xrYCgmlkgnY0gmlwhKwSZ5CKbXVsdGlhZGRyc5YACASsEmeQBrvYAAoErBJnkAa72d0DgnJzhQADAQAAiXNlY3AyNTZrMaECVGt0RnjEeWBehkAIAwTA4BMj4kH8eCmdEGla0gyyMf-DdGNwgrvYg3VkcIK72oV3YWt1MgE"}'
|
||||
2025-12-19 04:33:47.466 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:33:47.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48087/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.37.187/tcp/50468/p2p/16Uiu2HAm3Nv4A5eo4ajsxvjDrVdezXhoQvB1t6MwznuwmsDqfQ8v"]'
|
||||
2025-12-19 04:33:47.497 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:33:47.510 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:33:47.510 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-19_04-33-44__6792088f-6a64-46c5-9811-ca297e402a21__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:33:47.511 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:33:47.511 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:33:47.513 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:33:47.514 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.12.49
|
||||
2025-12-19 04:33:47.515 DEBUG [src.node.docker_mananger] Generated ports ['46898', '46899', '46900', '46901', '46902']
|
||||
2025-12-19 04:33:47.515 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:33:47.515 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:33:47.516 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:33:47.516 DEBUG [src.node.docker_mananger] docker run -i -t -p 46898:46898 -p 46899:46899 -p 46900:46900 -p 46901:46901 -p 46902:46902 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46900 --rest-port=46898 --tcp-port=46899 --discv5-udp-port=46901 --rest-address=0.0.0.0 --nat=extip:172.18.12.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=054dda088e9e87d68fbc97fee21d4fd8339f92fac3f6eb581ae3f605b59b0acd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46902 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMDJlvqMNjKo8uDbB2PoFPYnsKj-qJRR01RdwMPiLe3ARl3nGitdRAz8YP8Ct1Sw0BE8yv9wAxDRZdvN3G-KUPACgmlkgnY0gmlwhKwSJbuKbXVsdGlhZGRyc5YACASsEiW7BsUkAAoErBIluwbFJd0DgnJzhQADAQAAiXNlY3AyNTZrMaECdiiq-_K5lTaOJOINKhtt42UW9zt_0NY6r92zPgj9KPeDdGNwgsUkg3VkcILFJoV3YWt1Mgk --lightpushnode=/ip4/172.18.37.187/tcp/50468/p2p/16Uiu2HAm3Nv4A5eo4ajsxvjDrVdezXhoQvB1t6MwznuwmsDqfQ8v --lightpush=true --relay=false
|
||||
2025-12-19 04:33:47.703 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.12.49 waku a88323d05e878c2eea167636d15358cc20fcaecaf8e91f4d8580a77392d428a8
|
||||
2025-12-19 04:33:47.732 DEBUG [src.node.docker_mananger] Container started with ID a88323d05e87. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-33-44__6792088f-6a64-46c5-9811-ca297e402a21__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:33:47.734 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46898
|
||||
2025-12-19 04:33:47.734 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:33:48.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:48.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:48.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:49.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:49.074 ERROR [src.node.docker_mananger] Max retries reached for container a88323d05e87. Exiting log stream.
|
||||
2025-12-19 04:33:49.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:49.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:49.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:49.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:49.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:49.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:49.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:49.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:49.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:50.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:50.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:50.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:50.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:50.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:50.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:50.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:50.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:50.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:50.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:51.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:51.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:51.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:51.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:51.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:51.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:51.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:51.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:51.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:51.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:52.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:52.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:52.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:52.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:52.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:52.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:52.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:52.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:52.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:52.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:53.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:53.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:53.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:53.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:53.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:53.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:53.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:53.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:53.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:54.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:54.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:54.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:54.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:54.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:54.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:54.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:54.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:54.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:54.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:55.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:55.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:55.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:55.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:55.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:55.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:55.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:55.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:55.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:55.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:56.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:56.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:56.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:56.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:56.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:56.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:56.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:56.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:56.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:56.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:57.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:57.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:57.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:57.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:57.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:57.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:57.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:57.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:57.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:57.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:58.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:58.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:58.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:58.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:58.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:58.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:58.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:58.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:58.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:58.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:59.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:59.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:59.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:59.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:59.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:59.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:59.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:59.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:59.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:33:59.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:00.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:00.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:00.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:00.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:00.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:00.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:00.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:00.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:00.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:00.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:01.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:01.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:01.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:01.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:01.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:01.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:01.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:01.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:01.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:02.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:02.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:02.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:02.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:02.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:02.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:02.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:02.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:02.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:02.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:03.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:03.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:03.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:03.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:03.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:03.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:03.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:03.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:03.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:03.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:04.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:04.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:04.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:04.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:04.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:04.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:04.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:04.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:04.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:04.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:05.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:05.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:05.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:05.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:05.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:05.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:05.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:05.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:05.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:05.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:06.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:06.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:06.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:06.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:06.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:06.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:06.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:06.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:06.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:06.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:07.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:07.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:07.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:07.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:07.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:07.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:07.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:07.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:07.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:07.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:08.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:08.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:08.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:08.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:08.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:08.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:08.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:08.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46898/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:08.796 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=46898): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f854914c710>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-19 04:34:08.897 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:34:08.897 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:34:08.899 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:34:08.899 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.139
|
||||
2025-12-19 04:34:08.899 DEBUG [src.node.docker_mananger] Generated ports ['21165', '21166', '21167', '21168', '21169']
|
||||
2025-12-19 04:34:08.899 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:34:08.899 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:34:08.899 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:34:08.900 DEBUG [src.node.docker_mananger] docker run -i -t -p 21165:21165 -p 21166:21166 -p 21167:21167 -p 21168:21168 -p 21169:21169 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21167 --rest-port=21165 --tcp-port=21166 --discv5-udp-port=21168 --rest-address=0.0.0.0 --nat=extip:172.18.210.139 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e84e9a3e5e50a75e89dec22f27fbfaead9c7737a345a2bd043dc582e13f038a2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21169 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMDJlvqMNjKo8uDbB2PoFPYnsKj-qJRR01RdwMPiLe3ARl3nGitdRAz8YP8Ct1Sw0BE8yv9wAxDRZdvN3G-KUPACgmlkgnY0gmlwhKwSJbuKbXVsdGlhZGRyc5YACASsEiW7BsUkAAoErBIluwbFJd0DgnJzhQADAQAAiXNlY3AyNTZrMaECdiiq-_K5lTaOJOINKhtt42UW9zt_0NY6r92zPgj9KPeDdGNwgsUkg3VkcILFJoV3YWt1Mgk --lightpushnode=/ip4/172.18.37.187/tcp/50468/p2p/16Uiu2HAm3Nv4A5eo4ajsxvjDrVdezXhoQvB1t6MwznuwmsDqfQ8v --lightpush=true --relay=false
|
||||
2025-12-19 04:34:09.081 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.139 waku da1fb288aba532f0223e5491a04af8a653b7523d427f43c643c41520679c8e93
|
||||
2025-12-19 04:34:09.110 DEBUG [src.node.docker_mananger] Container started with ID da1fb288aba5. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-33-44__6792088f-6a64-46c5-9811-ca297e402a21__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:34:09.112 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21165
|
||||
2025-12-19 04:34:09.112 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:34:10.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:10.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:10.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:10.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:10.419 ERROR [src.node.docker_mananger] Max retries reached for container da1fb288aba5. Exiting log stream.
|
||||
2025-12-19 04:34:10.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:10.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:10.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:10.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:10.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:11.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:11.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:11.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:11.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:11.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:11.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:11.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:11.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:11.836 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:11.937 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:12.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:12.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:12.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:12.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:12.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:12.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:12.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:12.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:12.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:12.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:13.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:13.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:13.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:13.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:13.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:13.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:13.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:13.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:13.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:13.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:14.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:14.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:14.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:14.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:14.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:14.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:14.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:14.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:14.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:14.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:15.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:15.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:15.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:15.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:15.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:15.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:15.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:15.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:15.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:15.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:16.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:16.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:16.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:16.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:16.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:16.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:16.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:16.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:16.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:17.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:17.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:17.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:17.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:17.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:17.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:17.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:17.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:17.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:17.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:18.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:18.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:18.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:18.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:18.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:18.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:18.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:18.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:18.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:18.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:19.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:19.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:19.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:19.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:19.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:19.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:19.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:19.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:19.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:19.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:20.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:20.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:20.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:20.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:20.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:20.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:20.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:20.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:20.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:20.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:21.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:21.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:21.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:21.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:21.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:21.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:21.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:21.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:21.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:21.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:22.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:22.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:22.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:22.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:22.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:22.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:22.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:22.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:22.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:22.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:23.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:23.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:23.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:23.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:23.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:23.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:23.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:23.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:23.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:23.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:24.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:24.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:24.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:24.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:24.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:24.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:24.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:24.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:24.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:24.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:25.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:25.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:25.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:25.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:25.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:25.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:25.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:25.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:25.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:26.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:26.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:26.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:26.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:26.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:26.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:26.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:26.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:26.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:26.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:27.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:27.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:27.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:27.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:27.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:27.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:27.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:27.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:27.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:27.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:28.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:28.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:28.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:28.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:28.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:28.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:28.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:28.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:28.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:28.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:29.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:29.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:29.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:29.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:29.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:29.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:29.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:29.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:29.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:29.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:30.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:30.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21165/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:30.178 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=21165): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f854925e630>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-19 04:34:30.278 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:34:30.279 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:34:30.280 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:34:30.280 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.104.241
|
||||
2025-12-19 04:34:30.280 DEBUG [src.node.docker_mananger] Generated ports ['63254', '63255', '63256', '63257', '63258']
|
||||
2025-12-19 04:34:30.281 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:34:30.281 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:34:30.281 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:34:30.281 DEBUG [src.node.docker_mananger] docker run -i -t -p 63254:63254 -p 63255:63255 -p 63256:63256 -p 63257:63257 -p 63258:63258 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63256 --rest-port=63254 --tcp-port=63255 --discv5-udp-port=63257 --rest-address=0.0.0.0 --nat=extip:172.18.104.241 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=988618c4db353b365a14a13f054ec055dfc7d7ccb681c89b31eaa3de6b356b71 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63258 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMDJlvqMNjKo8uDbB2PoFPYnsKj-qJRR01RdwMPiLe3ARl3nGitdRAz8YP8Ct1Sw0BE8yv9wAxDRZdvN3G-KUPACgmlkgnY0gmlwhKwSJbuKbXVsdGlhZGRyc5YACASsEiW7BsUkAAoErBIluwbFJd0DgnJzhQADAQAAiXNlY3AyNTZrMaECdiiq-_K5lTaOJOINKhtt42UW9zt_0NY6r92zPgj9KPeDdGNwgsUkg3VkcILFJoV3YWt1Mgk --lightpushnode=/ip4/172.18.37.187/tcp/50468/p2p/16Uiu2HAm3Nv4A5eo4ajsxvjDrVdezXhoQvB1t6MwznuwmsDqfQ8v --lightpush=true --relay=false
|
||||
2025-12-19 04:34:30.455 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.104.241 waku 277aacca8273c1dd861777fa348948ce7adb5d18238382341e3c84564637b3de
|
||||
2025-12-19 04:34:30.483 DEBUG [src.node.docker_mananger] Container started with ID 277aacca8273. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-33-44__6792088f-6a64-46c5-9811-ca297e402a21__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:34:30.484 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63254
|
||||
2025-12-19 04:34:30.485 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:34:31.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:31.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:31.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:31.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:31.792 ERROR [src.node.docker_mananger] Max retries reached for container 277aacca8273. Exiting log stream.
|
||||
2025-12-19 04:34:31.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:31.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:32.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:32.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:32.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:32.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:32.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:32.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:32.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:32.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:32.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:33.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:33.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:33.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:33.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:33.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:33.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:33.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:33.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:33.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:33.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:34.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:34.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:34.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:34.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:34.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:34.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:34.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:34.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:34.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:34.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:35.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:35.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:35.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:35.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:35.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:35.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:35.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:35.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:35.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:35.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:36.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:36.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:36.242 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:36.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:36.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:36.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:36.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:36.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:36.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:36.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:37.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:37.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:37.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:37.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:37.457 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:37.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:37.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:37.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:37.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:37.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:38.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:38.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:38.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:38.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:38.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:38.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:38.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:38.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:38.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:38.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:39.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:39.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:39.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:39.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:39.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:39.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:39.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:39.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:39.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:39.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:40.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:40.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:40.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:40.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:40.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:40.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:40.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:40.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:40.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:41.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:41.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:41.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:41.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:41.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:41.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:41.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:41.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:41.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:41.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:42.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:42.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:42.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:42.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:42.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:42.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:42.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:42.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:42.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:42.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:43.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:43.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:43.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:43.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:43.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:43.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:43.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:43.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:43.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:43.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:44.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:44.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:44.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:44.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:44.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:44.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:44.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:44.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:44.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:44.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:45.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:45.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:45.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:45.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:45.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:45.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:45.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:45.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:45.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:45.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:46.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:46.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:46.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:46.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:46.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:46.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:46.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:46.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:46.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:46.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:47.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:47.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:47.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:47.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:47.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:47.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:47.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:47.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:47.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:47.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:48.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:48.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:48.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:48.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:48.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:48.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:48.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:48.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:48.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:49.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:49.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:49.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:49.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:49.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:49.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:49.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:49.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:49.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:49.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:50.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:50.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:50.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:50.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:50.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:50.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:50.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:50.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:50.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:50.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:51.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:51.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:51.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:51.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:51.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:51.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63254/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:34:51.533 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=63254): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f85491e6420>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-19 04:34:51.714 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:34:51.715 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:34:51.715 DEBUG [src.node.waku_node] Stopping container with id 71ef83037c69
|
||||
2025-12-19 04:34:52.241 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:34:52.242 DEBUG [src.node.waku_node] Stopping container with id 875415fd4e51
|
||||
2025-12-19 04:34:52.804 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:34:52.805 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:52.907 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:53.009 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:53.053 ERROR [src.node.docker_mananger] Max retries reached for container 71ef83037c69. Exiting log stream.
|
||||
2025-12-19 04:34:53.111 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:53.213 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:53.314 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:53.416 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:53.517 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:53.618 ERROR [src.node.docker_mananger] Max retries reached for container 875415fd4e51. Exiting log stream.
|
||||
2025-12-19 04:34:53.618 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:53.720 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:53.821 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:53.923 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:54.024 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:54.126 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:54.227 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:54.329 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:54.430 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:54.531 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:54.633 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:54.734 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:54.836 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:54.937 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:55.039 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:55.140 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:55.241 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:55.343 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:55.444 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:55.546 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:55.647 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:55.748 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:55.850 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:55.951 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:56.053 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:56.154 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:56.256 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:56.357 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:56.459 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:56.560 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:56.661 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:56.763 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:56.864 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:56.966 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:57.067 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:57.169 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:57.270 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:57.372 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:57.473 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:57.574 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:57.676 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:57.777 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:57.878 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:57.880 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/277aacca8273c1dd861777fa348948ce7adb5d18238382341e3c84564637b3de/stop: Not Found ("No such container: 277aacca8273c1dd861777fa348948ce7adb5d18238382341e3c84564637b3de")
|
||||
2025-12-19 04:34:57.880 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:57.981 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:58.082 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:58.184 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:58.285 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:58.387 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:58.488 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:58.589 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:58.691 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:58.792 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:58.894 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:58.995 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:59.096 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:59.198 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:59.299 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:59.400 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:59.502 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:59.603 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:59.705 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:59.806 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:34:59.907 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:00.008 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:00.110 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:00.211 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:00.313 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:00.414 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:00.515 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:00.617 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:00.718 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:00.820 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:00.921 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:01.022 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:01.124 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:01.225 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:01.327 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:01.428 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:01.529 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:01.631 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:01.732 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:01.833 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:01.935 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:02.036 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:02.138 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:02.239 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:02.340 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:02.442 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:02.543 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:02.644 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:02.746 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:02.847 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:02.949 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:02.950 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/277aacca8273c1dd861777fa348948ce7adb5d18238382341e3c84564637b3de/stop: Not Found ("No such container: 277aacca8273c1dd861777fa348948ce7adb5d18238382341e3c84564637b3de")
|
||||
2025-12-19 04:35:02.950 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:03.052 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:03.153 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:03.254 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:03.356 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:03.457 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:03.559 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:03.660 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:03.761 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:03.863 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:03.964 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:04.066 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:04.167 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:04.269 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:04.370 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:04.472 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:04.573 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:04.675 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:04.776 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:04.877 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:04.979 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:05.080 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:05.181 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:05.283 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:05.384 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:05.486 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:05.587 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:05.689 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:05.790 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:05.891 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:05.993 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:06.094 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:06.196 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:06.297 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:06.398 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:06.500 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:06.601 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:06.703 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:06.804 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:06.905 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:07.007 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:07.108 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:07.210 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:07.311 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:07.412 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:07.514 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:07.615 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:07.717 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:07.818 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:07.919 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:08.021 DEBUG [src.node.waku_node] Stopping container with id 277aacca8273
|
||||
2025-12-19 04:35:08.022 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/277aacca8273c1dd861777fa348948ce7adb5d18238382341e3c84564637b3de/stop: Not Found ("No such container: 277aacca8273c1dd861777fa348948ce7adb5d18238382341e3c84564637b3de")
|
||||
2025-12-19 04:35:08.023 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:35:08.047 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:35:08.071 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:35:08.071 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:35:08.071 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:35:08.072 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1734
nim/1008/data/attachments/136c288cea89d64c.txt
Normal file
1734
nim/1008/data/attachments/136c288cea89d64c.txt
Normal file
File diff suppressed because it is too large
Load Diff
2579
nim/1008/data/attachments/13bdefc4b74d1913.txt
Normal file
2579
nim/1008/data/attachments/13bdefc4b74d1913.txt
Normal file
File diff suppressed because it is too large
Load Diff
101
nim/1008/data/attachments/13c474a4f00cd5aa.txt
Normal file
101
nim/1008/data/attachments/13c474a4f00cd5aa.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_publishing_node_paused_and_unpaused with id: 2025-12-19_04-31-30__48f46f73-59be-4d25-86ef-1481e7b618de
|
||||
[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_2025-12-19_04-31-30__48f46f73-59be-4d25-86ef-1481e7b618de__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.215.212
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29240', '29241', '29242', '29243', '29244']
|
||||
[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 29240:29240 -p 29241:29241 -p 29242:29242 -p 29243:29243 -p 29244:29244 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29242 --rest-port=29240 --tcp-port=29241 --discv5-udp-port=29243 --rest-address=0.0.0.0 --nat=extip:172.18.215.212 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5a8fad7baafe914bb2b8aedba7b67f10fde249f4b2c06506bc4aa3df16c95ae0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29244 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.215.212 waku 5419fff22c90f9f66cdfe1b69278dab874cb1df00ed3f28b9297edee455226a4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5419fff22c90. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-31-30__48f46f73-59be-4d25-86ef-1481e7b618de__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29240
|
||||
[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 a322e0ef2efc. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4695e825c5ce. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29240/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:29240/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.215.212/tcp/29241/p2p/16Uiu2HAm4xaAMgnKRbkzDjZcQ6ncAeEgDmroTPCtqb4exCXFqxW5","/ip4/172.18.215.212/tcp/29242/ws/p2p/16Uiu2HAm4xaAMgnKRbkzDjZcQ6ncAeEgDmroTPCtqb4exCXFqxW5"],"enrUri":"enr:-L24QLqfQ0r2jZIfhBpibcph4NWFgWr0GUfF60Qc4FL-8YB-Z55Fpm58W7yz1Sacu7iSd4sOfYevVmxtdFei22XrBIQCgmlkgnY0gmlwhKwS19SKbXVsdGlhZGRyc5YACASsEtfUBnI5AAoErBLX1AZyOt0DgnJzhQADAQAAiXNlY3AyNTZrMaECjaOb8JitUQYtR6kCNn5t3TG7tOdpY-yV7qkpoYuCUbKDdGNwgnI5g3VkcIJyO4V3YWt1MgM"}'
|
||||
[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_2025-12-19_04-31-30__48f46f73-59be-4d25-86ef-1481e7b618de__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.184.39
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['63750', '63751', '63752', '63753', '63754']
|
||||
[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 63750:63750 -p 63751:63751 -p 63752:63752 -p 63753:63753 -p 63754:63754 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63752 --rest-port=63750 --tcp-port=63751 --discv5-udp-port=63753 --rest-address=0.0.0.0 --nat=extip:172.18.184.39 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dc7bc1a567dcfeef54ab5bfeac4eca1274a21e46f7edb03bcbec15b9bad3f2a7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63754 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLqfQ0r2jZIfhBpibcph4NWFgWr0GUfF60Qc4FL-8YB-Z55Fpm58W7yz1Sacu7iSd4sOfYevVmxtdFei22XrBIQCgmlkgnY0gmlwhKwS19SKbXVsdGlhZGRyc5YACASsEtfUBnI5AAoErBLX1AZyOt0DgnJzhQADAQAAiXNlY3AyNTZrMaECjaOb8JitUQYtR6kCNn5t3TG7tOdpY-yV7qkpoYuCUbKDdGNwgnI5g3VkcIJyO4V3YWt1MgM --storenode=/ip4/172.18.215.212/tcp/29241/p2p/16Uiu2HAm4xaAMgnKRbkzDjZcQ6ncAeEgDmroTPCtqb4exCXFqxW5 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.184.39 waku b8cea7570390abcbe21213f0c81c6494adc2eca0715239242dc14126fffaa24e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b8cea7570390. Setting up logs at ./log/docker/store_node1_2025-12-19_04-31-30__48f46f73-59be-4d25-86ef-1481e7b618de__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 63750
|
||||
[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:63750/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:63750/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.184.39/tcp/63751/p2p/16Uiu2HAm2TocXnq5EcocNmnENXAUect6jpcXjMwUF6Vo6CZRdfjP","/ip4/172.18.184.39/tcp/63752/ws/p2p/16Uiu2HAm2TocXnq5EcocNmnENXAUect6jpcXjMwUF6Vo6CZRdfjP"],"enrUri":"enr:-L24QFIwOYBWp7zbB4fHLRaReg_zEDxfBxNVaoAmb7ctxGqqVhJOjVcbsqZkFh_s1k27Oxy15W_YXgDuiDRMp1eyzQcCgmlkgnY0gmlwhKwSuCeKbXVsdGlhZGRyc5YACASsErgnBvkHAAoErBK4Jwb5CN0DgnJzhQADAQAAiXNlY3AyNTZrMaECaI2Z6n3YYkqUKnTli60C_gfNpTgENaRPrpjOcF9UK1KDdGNwgvkHg3VkcIL5CYV3YWt1MgM"}'
|
||||
[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:63750/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.215.212/tcp/29241/p2p/16Uiu2HAm4xaAMgnKRbkzDjZcQ6ncAeEgDmroTPCtqb4exCXFqxW5"]'
|
||||
[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:29240/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:63750/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:29240/relay/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:29240/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-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":"0xf97c6280a03f98d8792c6c7d88e2dba2ede0f660443d7bcc06a5e7d01acf17de"}]}'
|
||||
[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:63750/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-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":"0xf97c6280a03f98d8792c6c7d88e2dba2ede0f660443d7bcc06a5e7d01acf17de"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:262 Pausing container with id 5419fff22c90
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:267 Unpause container with id 5419fff22c90
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29240/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":"NOT_READY","desc":"No Legacy Store 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:29240/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.215.212/tcp/29241/p2p/16Uiu2HAm4xaAMgnKRbkzDjZcQ6ncAeEgDmroTPCtqb4exCXFqxW5","/ip4/172.18.215.212/tcp/29242/ws/p2p/16Uiu2HAm4xaAMgnKRbkzDjZcQ6ncAeEgDmroTPCtqb4exCXFqxW5"],"enrUri":"enr:-L24QLqfQ0r2jZIfhBpibcph4NWFgWr0GUfF60Qc4FL-8YB-Z55Fpm58W7yz1Sacu7iSd4sOfYevVmxtdFei22XrBIQCgmlkgnY0gmlwhKwS19SKbXVsdGlhZGRyc5YACASsEtfUBnI5AAoErBLX1AZyOt0DgnJzhQADAQAAiXNlY3AyNTZrMaECjaOb8JitUQYtR6kCNn5t3TG7tOdpY-yV7qkpoYuCUbKDdGNwgnI5g3VkcIJyO4V3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[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:29240/relay/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:29240/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-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":"0xf97c6280a03f98d8792c6c7d88e2dba2ede0f660443d7bcc06a5e7d01acf17de"},{"messageHash":"0x8ad31d1a2957c1d76a5babeeb5da296d2472b782b5d9cd95f864be01b74cece6"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 2
|
||||
[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:63750/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5" -H "Content-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":"0xf97c6280a03f98d8792c6c7d88e2dba2ede0f660443d7bcc06a5e7d01acf17de"},{"messageHash":"0x8ad31d1a2957c1d76a5babeeb5da296d2472b782b5d9cd95f864be01b74cece6"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 2
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29240/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":"0xf97c6280a03f98d8792c6c7d88e2dba2ede0f660443d7bcc06a5e7d01acf17de"},{"messageHash":"0x8ad31d1a2957c1d76a5babeeb5da296d2472b782b5d9cd95f864be01b74cece6"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:63750/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":"0xf97c6280a03f98d8792c6c7d88e2dba2ede0f660443d7bcc06a5e7d01acf17de"},{"messageHash":"0x8ad31d1a2957c1d76a5babeeb5da296d2472b782b5d9cd95f864be01b74cece6"}]}'
|
||||
[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 5419fff22c90
|
||||
[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 b8cea7570390
|
||||
[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.
|
||||
2513
nim/1008/data/attachments/13d42b82166c94e7.txt
Normal file
2513
nim/1008/data/attachments/13d42b82166c94e7.txt
Normal file
File diff suppressed because it is too large
Load Diff
106
nim/1008/data/attachments/13d74234769cc47f.txt
Normal file
106
nim/1008/data/attachments/13d74234769cc47f.txt
Normal file
@ -0,0 +1,106 @@
|
||||
2025-12-19 04:20:16.292 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:20:16.293 DEBUG [tests.conftest] Running test: test_store_with_wrong_url_pubsub_topic with id: 2025-12-19_04-20-16__a41b03c8-bd24-4b7b-88c8-6b024d04dc8c
|
||||
2025-12-19 04:20:16.293 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:20:16.293 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:20:16.293 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-19 04:20:16.301 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:20:16.301 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-19_04-20-16__a41b03c8-bd24-4b7b-88c8-6b024d04dc8c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:16.301 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:20:16.301 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:20:16.303 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:20:16.303 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.124.159
|
||||
2025-12-19 04:20:16.303 DEBUG [src.node.docker_mananger] Generated ports ['5804', '5805', '5806', '5807', '5808']
|
||||
2025-12-19 04:20:16.303 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:20:16.303 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:20:16.303 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:20:16.303 DEBUG [src.node.docker_mananger] docker run -i -t -p 5804:5804 -p 5805:5805 -p 5806:5806 -p 5807:5807 -p 5808:5808 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5806 --rest-port=5804 --tcp-port=5805 --discv5-udp-port=5807 --rest-address=0.0.0.0 --nat=extip:172.18.124.159 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bcafcac1fe11bb2d1a163cbbab30bcf71cb2f8fda44325bcb2d68bf7b502e22e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5808 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-19 04:20:16.497 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.124.159 waku 98589a756aac517cce04539c81e0f8106a6b1977278b26c8913fcc9668fdff9c
|
||||
2025-12-19 04:20:16.514 ERROR [src.node.docker_mananger] Max retries reached for container 3aa81f44d15e. Exiting log stream.
|
||||
2025-12-19 04:20:16.534 DEBUG [src.node.docker_mananger] Container started with ID 98589a756aac. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-20-16__a41b03c8-bd24-4b7b-88c8-6b024d04dc8c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:16.535 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5804
|
||||
2025-12-19 04:20:16.535 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:20:17.100 ERROR [src.node.docker_mananger] Max retries reached for container fb01593b71fb. Exiting log stream.
|
||||
2025-12-19 04:20:17.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5804/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:17.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:20:17.540 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:20:17.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5804/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:17.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.124.159/tcp/5805/p2p/16Uiu2HAkzEN8KQAcxrfwZ4FnxtzCwWkRrPVp87na32Nd58nQAsT5","/ip4/172.18.124.159/tcp/5806/ws/p2p/16Uiu2HAkzEN8KQAcxrfwZ4FnxtzCwWkRrPVp87na32Nd58nQAsT5"],"enrUri":"enr:-L24QKa_S0w5ueLJC0SUwg73Ld-NAJgoBC9rTnh7MnDOb_BBLreihjKpcb34rjnd1vIDEV7Nhwnn65OIeweBy3S1gb4CgmlkgnY0gmlwhKwSfJ-KbXVsdGlhZGRyc5YACASsEnyfBhatAAoErBJ8nwYWrt0DgnJzhQADAQAAiXNlY3AyNTZrMaECR2Tb9-2jcON5ntGGmN61Oj4UNCOnv_VwbXrVK7Hp26iDdGNwghatg3VkcIIWr4V3YWt1MgM"}'
|
||||
2025-12-19 04:20:17.543 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:20:17.550 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:20:17.550 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-19_04-20-16__a41b03c8-bd24-4b7b-88c8-6b024d04dc8c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:17.550 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:20:17.550 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:20:17.552 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:20:17.552 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.234.203
|
||||
2025-12-19 04:20:17.552 DEBUG [src.node.docker_mananger] Generated ports ['49248', '49249', '49250', '49251', '49252']
|
||||
2025-12-19 04:20:17.552 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:20:17.552 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:20:17.553 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:20:17.553 DEBUG [src.node.docker_mananger] docker run -i -t -p 49248:49248 -p 49249:49249 -p 49250:49250 -p 49251:49251 -p 49252:49252 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49250 --rest-port=49248 --tcp-port=49249 --discv5-udp-port=49251 --rest-address=0.0.0.0 --nat=extip:172.18.234.203 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e6badfce3c1adfc74b81bead8ec15b08faddafbee4bb1d03b7ba362846ddbc8c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49252 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKa_S0w5ueLJC0SUwg73Ld-NAJgoBC9rTnh7MnDOb_BBLreihjKpcb34rjnd1vIDEV7Nhwnn65OIeweBy3S1gb4CgmlkgnY0gmlwhKwSfJ-KbXVsdGlhZGRyc5YACASsEnyfBhatAAoErBJ8nwYWrt0DgnJzhQADAQAAiXNlY3AyNTZrMaECR2Tb9-2jcON5ntGGmN61Oj4UNCOnv_VwbXrVK7Hp26iDdGNwghatg3VkcIIWr4V3YWt1MgM --storenode=/ip4/172.18.124.159/tcp/5805/p2p/16Uiu2HAkzEN8KQAcxrfwZ4FnxtzCwWkRrPVp87na32Nd58nQAsT5 --store=true --relay=true
|
||||
2025-12-19 04:20:17.744 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.234.203 waku f2655a23a40f3b5bb19e630406121e2d9e27f05425cbc61107b74a20dc26d35f
|
||||
2025-12-19 04:20:17.776 DEBUG [src.node.docker_mananger] Container started with ID f2655a23a40f. Setting up logs at ./log/docker/store_node1_2025-12-19_04-20-16__a41b03c8-bd24-4b7b-88c8-6b024d04dc8c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:17.777 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49248
|
||||
2025-12-19 04:20:17.777 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:20:18.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49248/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:18.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:20:18.783 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:20:18.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49248/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:18.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.234.203/tcp/49249/p2p/16Uiu2HAmFqpAChLbQydC3gYBtapuojQDwGEQxRfKmJ8jS92LmCcj","/ip4/172.18.234.203/tcp/49250/ws/p2p/16Uiu2HAmFqpAChLbQydC3gYBtapuojQDwGEQxRfKmJ8jS92LmCcj"],"enrUri":"enr:-L24QFarbaDANtSDc3JOSq9XzbrSq-avh5q6Gnhr859leV0cb2wvyhHyo3F-HWB4jUfVpYmio2fTaPxAlsiywCWvJvkCgmlkgnY0gmlwhKwS6suKbXVsdGlhZGRyc5YACASsEurLBsBhAAoErBLqywbAYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDL1jtLsWbnle102ibMmbWeo6oADwADgEBV5zgz1T1YdSDdGNwgsBhg3VkcILAY4V3YWt1MgM"}'
|
||||
2025-12-19 04:20:18.786 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:20:18.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49248/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.124.159/tcp/5805/p2p/16Uiu2HAkzEN8KQAcxrfwZ4FnxtzCwWkRrPVp87na32Nd58nQAsT5"]'
|
||||
2025-12-19 04:20:18.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:18.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5804/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:20:18.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:18.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49248/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:20:18.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:18.794 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:18.795 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5804/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:18.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:18.799 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:19.000 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:19.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5804/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:19.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:19.007 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:19.208 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:19.208 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5804/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:19.214 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:19.214 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:19.415 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:19.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5804/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:19.421 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:19.421 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:19.622 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:19.622 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5804/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:19.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:19.628 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:19.829 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:19.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5804/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:19.835 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:19.835 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:20.036 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:20.036 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5804/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:20.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:20.042 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:20.243 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:20.243 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5804/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:20.249 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:20.249 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:20.451 DEBUG [tests.store.test_topics] Trying to get stored msg with wrong url topic waku/2/rs/3/0
|
||||
2025-12-19 04:20:20.451 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:20.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5804/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:20.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:20.456 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:20.658 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-19 04:20:20.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5804/store/v3/messages?pubsubTopic=waku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:20.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2025-12-19 04:20:20.661 DEBUG [src.steps.store] messages length is 0
|
||||
2025-12-19 04:20:20.662 ERROR [tests.store.test_topics] Topic waku/2/rs/3/0 is wrong ''n: Peer wakuorg/nwaku:latest couldn't find any messages. Actual response: {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': []}
|
||||
2025-12-19 04:20:20.664 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:20:20.666 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:20:20.666 DEBUG [src.node.waku_node] Stopping container with id 98589a756aac
|
||||
2025-12-19 04:20:21.225 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:20:21.225 DEBUG [src.node.waku_node] Stopping container with id f2655a23a40f
|
||||
2025-12-19 04:20:21.784 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:20:21.785 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:20:21.797 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:20:21.805 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1008/data/attachments/141a3e3d9b3c92e4.txt
Normal file
68
nim/1008/data/attachments/141a3e3d9b3c92e4.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_request_id with id: 2025-12-19_04-13-04__c1914cf3-88e3-4862-9223-bbffa0456702
|
||||
[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_2025-12-19_04-13-04__c1914cf3-88e3-4862-9223-bbffa0456702__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.74.41
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30260', '30261', '30262', '30263', '30264']
|
||||
[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 30260:30260 -p 30261:30261 -p 30262:30262 -p 30263:30263 -p 30264:30264 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30262 --rest-port=30260 --tcp-port=30261 --discv5-udp-port=30263 --rest-address=0.0.0.0 --nat=extip:172.18.74.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d4f7dbedc7ad15ac61d9d166de462819adaffaca8a4f11dac35bce2cf11ebdc5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30264 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.74.41 waku 71f2b23dfcb18c834ab2905fcf6a0c9d1cf0795d501bb67e6a95eebc3bd4c05d
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 799c8b5f13da. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 71f2b23dfcb1. Setting up logs at ./log/docker/node1_2025-12-19_04-13-04__c1914cf3-88e3-4862-9223-bbffa0456702__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30260
|
||||
[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 a2aa73d25a35. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30260/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:30260/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.74.41/tcp/30261/p2p/16Uiu2HAmT7AtbpyWUqAnBR3mnJdcnCmSSfWt1V5fRwZdz4dZJExC","/ip4/172.18.74.41/tcp/30262/ws/p2p/16Uiu2HAmT7AtbpyWUqAnBR3mnJdcnCmSSfWt1V5fRwZdz4dZJExC"],"enrUri":"enr:-L24QBK4W8dIAanAg8WCrE7Xn0anW4mpGRMjVtd0zvJR5hGINAeViprXCA1ADQ_WkuCd-lUdwgt4kQgTzGyohCybIDICgmlkgnY0gmlwhKwSSimKbXVsdGlhZGRyc5YACASsEkopBnY1AAoErBJKKQZ2Nt0DgnJzhQADAQAAiXNlY3AyNTZrMaED1riirRKx0ZOR5ys7jN9xqDhMwPcYHyLtNqWNC7Y6Bb2DdGNwgnY1g3VkcIJ2N4V3YWt1MgU"}'
|
||||
[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_2025-12-19_04-13-04__c1914cf3-88e3-4862-9223-bbffa0456702__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.212.72
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35428', '35429', '35430', '35431', '35432']
|
||||
[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 35428:35428 -p 35429:35429 -p 35430:35430 -p 35431:35431 -p 35432:35432 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35430 --rest-port=35428 --tcp-port=35429 --discv5-udp-port=35431 --rest-address=0.0.0.0 --nat=extip:172.18.212.72 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=49fe9ebbaf8fa7f7e9c70dcc7a8c9fd042def5aafdc27cf0b2b05bfeec6f36fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35432 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBK4W8dIAanAg8WCrE7Xn0anW4mpGRMjVtd0zvJR5hGINAeViprXCA1ADQ_WkuCd-lUdwgt4kQgTzGyohCybIDICgmlkgnY0gmlwhKwSSimKbXVsdGlhZGRyc5YACASsEkopBnY1AAoErBJKKQZ2Nt0DgnJzhQADAQAAiXNlY3AyNTZrMaED1riirRKx0ZOR5ys7jN9xqDhMwPcYHyLtNqWNC7Y6Bb2DdGNwgnY1g3VkcIJ2N4V3YWt1MgU --filternode=/ip4/172.18.74.41/tcp/30261/p2p/16Uiu2HAmT7AtbpyWUqAnBR3mnJdcnCmSSfWt1V5fRwZdz4dZJExC
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.212.72 waku 2e27ec3ff617245f3c061ea384ed4e38a2b07d94bdee4b66b24a4e5766558d04
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2e27ec3ff617. Setting up logs at ./log/docker/node2_2025-12-19_04-13-04__c1914cf3-88e3-4862-9223-bbffa0456702__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35428
|
||||
[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:35428/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:35428/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.212.72/tcp/35429/p2p/16Uiu2HAm7cEJS35zCa9MACGFE3EHZnU6ySfZqZYbmcAeq3hjaLmR","/ip4/172.18.212.72/tcp/35430/ws/p2p/16Uiu2HAm7cEJS35zCa9MACGFE3EHZnU6ySfZqZYbmcAeq3hjaLmR"],"enrUri":"enr:-L24QItcBTTzhBO4tviIe8RTj0WMk_vrjLSQD89ce0H1_cZ6RxRc5d-Zcx3534j_tRZiZPXIJ_pojMJMr1NnwzZPX6sCgmlkgnY0gmlwhKwS1EiKbXVsdGlhZGRyc5YACASsEtRIBoplAAoErBLUSAaKZt0DgnJzhQADAQAAiXNlY3AyNTZrMaECtQCY2qw-d1-Jlueal7FTl1TQA0VkbGT0qqgf7NzKqASDdGNwgoplg3VkcIKKZ4V3YWt1MgA"}'
|
||||
[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:35428/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.74.41/tcp/30261/p2p/16Uiu2HAmT7AtbpyWUqAnBR3mnJdcnCmSSfWt1V5fRwZdz4dZJExC"]'
|
||||
[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:30260/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:35428/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "197ae58e-9ca8-44dd-b5e3-81c797999ab3", "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":"197ae58e-9ca8-44dd-b5e3-81c797999ab3","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:35428/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"contentFilters": ["/test/1/waku-filter/proto"], "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:35428/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 71f2b23dfcb1
|
||||
[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 2e27ec3ff617
|
||||
[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.
|
||||
1724
nim/1008/data/attachments/147fc88db7be785e.txt
Normal file
1724
nim/1008/data/attachments/147fc88db7be785e.txt
Normal file
File diff suppressed because it is too large
Load Diff
167
nim/1008/data/attachments/14a6e3a32495829.txt
Normal file
167
nim/1008/data/attachments/14a6e3a32495829.txt
Normal file
@ -0,0 +1,167 @@
|
||||
2025-12-19 04:12:12.482 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:12:12.482 DEBUG [tests.conftest] Running test: test_all_nodes_subscribed_to_the_topic with id: 2025-12-19_04-12-12__4d92377c-402d-4565-92d7-5b8c575a3d2a
|
||||
2025-12-19 04:12:12.483 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:12:12.483 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:12:12.483 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-19 04:12:12.489 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:12.489 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-12-12__4d92377c-402d-4565-92d7-5b8c575a3d2a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:12.489 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:12.490 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:12.491 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:12.491 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.34.21
|
||||
2025-12-19 04:12:12.491 DEBUG [src.node.docker_mananger] Generated ports ['49666', '49667', '49668', '49669', '49670']
|
||||
2025-12-19 04:12:12.491 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:12.492 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:12.492 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:12.492 DEBUG [src.node.docker_mananger] docker run -i -t -p 49666:49666 -p 49667:49667 -p 49668:49668 -p 49669:49669 -p 49670:49670 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49668 --rest-port=49666 --tcp-port=49667 --discv5-udp-port=49669 --rest-address=0.0.0.0 --nat=extip:172.18.34.21 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e3431ab715e0dbd511eb0e6b8ab99ccf23c36003ffd16bd7f33531ddf9db3a3b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49670 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-19 04:12:12.674 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.34.21 waku d930557ed787703b3d3b613b28e2ee8665ea9cfb29fdd4348c682e5dcadbf450
|
||||
2025-12-19 04:12:12.703 DEBUG [src.node.docker_mananger] Container started with ID d930557ed787. Setting up logs at ./log/docker/node1_2025-12-19_04-12-12__4d92377c-402d-4565-92d7-5b8c575a3d2a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:12.703 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 49666
|
||||
2025-12-19 04:12:12.703 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:12.753 ERROR [src.node.docker_mananger] Max retries reached for container 483342eb5006. Exiting log stream.
|
||||
2025-12-19 04:12:13.279 ERROR [src.node.docker_mananger] Max retries reached for container 493237b84f68. Exiting log stream.
|
||||
2025-12-19 04:12:13.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49666/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:13.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:12:13.708 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:13.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:49666/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:13.711 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.34.21/tcp/49667/p2p/16Uiu2HAmUtjbwD88dLZpGh1VXU45wzmfgYDCvJx8w7FuJrJ4Gj65","/ip4/172.18.34.21/tcp/49668/ws/p2p/16Uiu2HAmUtjbwD88dLZpGh1VXU45wzmfgYDCvJx8w7FuJrJ4Gj65"],"enrUri":"enr:-L24QAHmjD5wzqmXj4Z9g3_X3NWyEXIUBbmfJekSZVF_8ggHPzdCg-FLv88dJ8rAlXu6pFKfzR6Rjtw40yCVnpCyxKACgmlkgnY0gmlwhKwSIhWKbXVsdGlhZGRyc5YACASsEiIVBsIDAAoErBIiFQbCBN0DgnJzhQADAQAAiXNlY3AyNTZrMaED8UBydbTVm4IbcMcwFpLTUaXSLHJUTw89ShTStbZgRPaDdGNwgsIDg3VkcILCBYV3YWt1MgU"}'
|
||||
2025-12-19 04:12:13.711 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:13.711 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-19 04:12:13.717 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:13.718 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-12-12__4d92377c-402d-4565-92d7-5b8c575a3d2a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:13.718 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:13.718 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:13.719 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:13.719 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.173.240
|
||||
2025-12-19 04:12:13.720 DEBUG [src.node.docker_mananger] Generated ports ['17252', '17253', '17254', '17255', '17256']
|
||||
2025-12-19 04:12:13.720 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:13.720 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:13.720 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:13.720 DEBUG [src.node.docker_mananger] docker run -i -t -p 17252:17252 -p 17253:17253 -p 17254:17254 -p 17255:17255 -p 17256:17256 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17254 --rest-port=17252 --tcp-port=17253 --discv5-udp-port=17255 --rest-address=0.0.0.0 --nat=extip:172.18.173.240 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8fdbafb8ae27ebfeed4eb2efe61e8ee31f424cdc9180e47f3fc08dea94ff19b1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17256 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAHmjD5wzqmXj4Z9g3_X3NWyEXIUBbmfJekSZVF_8ggHPzdCg-FLv88dJ8rAlXu6pFKfzR6Rjtw40yCVnpCyxKACgmlkgnY0gmlwhKwSIhWKbXVsdGlhZGRyc5YACASsEiIVBsIDAAoErBIiFQbCBN0DgnJzhQADAQAAiXNlY3AyNTZrMaED8UBydbTVm4IbcMcwFpLTUaXSLHJUTw89ShTStbZgRPaDdGNwgsIDg3VkcILCBYV3YWt1MgU --filternode=/ip4/172.18.34.21/tcp/49667/p2p/16Uiu2HAmUtjbwD88dLZpGh1VXU45wzmfgYDCvJx8w7FuJrJ4Gj65
|
||||
2025-12-19 04:12:13.896 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.173.240 waku 6843b5aa44575928d4f2f5ed8fad09494585b6df080a7a4a67dd18b9da6a8381
|
||||
2025-12-19 04:12:13.927 DEBUG [src.node.docker_mananger] Container started with ID 6843b5aa4457. Setting up logs at ./log/docker/node2_2025-12-19_04-12-12__4d92377c-402d-4565-92d7-5b8c575a3d2a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:13.927 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17252
|
||||
2025-12-19 04:12:13.927 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:14.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17252/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:14.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:12:14.933 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:14.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17252/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:14.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.173.240/tcp/17253/p2p/16Uiu2HAkvdix13XCUbwoCYLNhSjfFRaqELQMB34qCxTahDTU2WU3","/ip4/172.18.173.240/tcp/17254/ws/p2p/16Uiu2HAkvdix13XCUbwoCYLNhSjfFRaqELQMB34qCxTahDTU2WU3"],"enrUri":"enr:-L24QDBHVdCjQ8F6BHu5h0ji71vdswp9PrNjZIlgMKyr9gPIK_fzA_c4hYxxpNWSonsah65pkixZrG1eWr9NbVzra8sCgmlkgnY0gmlwhKwSrfCKbXVsdGlhZGRyc5YACASsEq3wBkNlAAoErBKt8AZDZt0DgnJzhQADAQAAiXNlY3AyNTZrMaECEfIDiTHR26rJSSfUHf8fqu0RTnask_JZO2C-w11wGEyDdGNwgkNlg3VkcIJDZ4V3YWt1MgA"}'
|
||||
2025-12-19 04:12:14.935 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:14.936 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17252/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.34.21/tcp/49667/p2p/16Uiu2HAmUtjbwD88dLZpGh1VXU45wzmfgYDCvJx8w7FuJrJ4Gj65"]'
|
||||
2025-12-19 04:12:14.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:14.980 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:14.980 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-12-12__4d92377c-402d-4565-92d7-5b8c575a3d2a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:14.982 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:14.983 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:14.986 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:14.987 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.86.163
|
||||
2025-12-19 04:12:14.987 DEBUG [src.node.docker_mananger] Generated ports ['64909', '64910', '64911', '64912', '64913']
|
||||
2025-12-19 04:12:14.987 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:14.987 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:14.987 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:14.990 DEBUG [src.node.docker_mananger] docker run -i -t -p 64909:64909 -p 64910:64910 -p 64911:64911 -p 64912:64912 -p 64913:64913 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64911 --rest-port=64909 --tcp-port=64910 --discv5-udp-port=64912 --rest-address=0.0.0.0 --nat=extip:172.18.86.163 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=205274d280b68a4fedfd90fe9aa454fdcea83f7b223be9fbfeed832df21a40ea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64913 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAHmjD5wzqmXj4Z9g3_X3NWyEXIUBbmfJekSZVF_8ggHPzdCg-FLv88dJ8rAlXu6pFKfzR6Rjtw40yCVnpCyxKACgmlkgnY0gmlwhKwSIhWKbXVsdGlhZGRyc5YACASsEiIVBsIDAAoErBIiFQbCBN0DgnJzhQADAQAAiXNlY3AyNTZrMaED8UBydbTVm4IbcMcwFpLTUaXSLHJUTw89ShTStbZgRPaDdGNwgsIDg3VkcILCBYV3YWt1MgU --filternode=/ip4/172.18.34.21/tcp/49667/p2p/16Uiu2HAmUtjbwD88dLZpGh1VXU45wzmfgYDCvJx8w7FuJrJ4Gj65
|
||||
2025-12-19 04:12:15.161 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.86.163 waku 1237afbb9f23c5c6e83534122a493abad3e6a3e90123c5c6f914195ba4160f1b
|
||||
2025-12-19 04:12:15.193 DEBUG [src.node.docker_mananger] Container started with ID 1237afbb9f23. Setting up logs at ./log/docker/node3_2025-12-19_04-12-12__4d92377c-402d-4565-92d7-5b8c575a3d2a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:15.193 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64909
|
||||
2025-12-19 04:12:15.194 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:16.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64909/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:16.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:12:16.199 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:16.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64909/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:16.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.86.163/tcp/64910/p2p/16Uiu2HAm1HvPnqFqkiDr5ahNmwJGC6m98V8z5FCy9TwQnpq5djeu","/ip4/172.18.86.163/tcp/64911/ws/p2p/16Uiu2HAm1HvPnqFqkiDr5ahNmwJGC6m98V8z5FCy9TwQnpq5djeu"],"enrUri":"enr:-L24QPeUXGS2O7y4yB0k1csy2PadGgqq_jnRP2yOzHUKfBeIHJ1PHvd96mVr-pcaRYL2PnxGdK1XMvhleEFE86dSpswCgmlkgnY0gmlwhKwSVqOKbXVsdGlhZGRyc5YACASsElajBv2OAAoErBJWowb9j90DgnJzhQADAQAAiXNlY3AyNTZrMaECVynF0-iYYYHv8A-oHLKIYKlB9dyeydXWYZafTFzpGZ6DdGNwgv2Og3VkcIL9kIV3YWt1MgA"}'
|
||||
2025-12-19 04:12:16.202 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:16.202 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64909/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.34.21/tcp/49667/p2p/16Uiu2HAmUtjbwD88dLZpGh1VXU45wzmfgYDCvJx8w7FuJrJ4Gj65"]'
|
||||
2025-12-19 04:12:16.231 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:16.243 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:16.244 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-19_04-12-12__4d92377c-402d-4565-92d7-5b8c575a3d2a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:16.244 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:16.244 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:16.245 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:16.245 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.94.204
|
||||
2025-12-19 04:12:16.245 DEBUG [src.node.docker_mananger] Generated ports ['48074', '48075', '48076', '48077', '48078']
|
||||
2025-12-19 04:12:16.245 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:16.246 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:16.246 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:16.246 DEBUG [src.node.docker_mananger] docker run -i -t -p 48074:48074 -p 48075:48075 -p 48076:48076 -p 48077:48077 -p 48078:48078 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48076 --rest-port=48074 --tcp-port=48075 --discv5-udp-port=48077 --rest-address=0.0.0.0 --nat=extip:172.18.94.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4ef55eeabe0ffd607dfcf407ba575ad14aa99e7126acff73a7eb59b0cdf6a47f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48078 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAHmjD5wzqmXj4Z9g3_X3NWyEXIUBbmfJekSZVF_8ggHPzdCg-FLv88dJ8rAlXu6pFKfzR6Rjtw40yCVnpCyxKACgmlkgnY0gmlwhKwSIhWKbXVsdGlhZGRyc5YACASsEiIVBsIDAAoErBIiFQbCBN0DgnJzhQADAQAAiXNlY3AyNTZrMaED8UBydbTVm4IbcMcwFpLTUaXSLHJUTw89ShTStbZgRPaDdGNwgsIDg3VkcILCBYV3YWt1MgU --filternode=/ip4/172.18.34.21/tcp/49667/p2p/16Uiu2HAmUtjbwD88dLZpGh1VXU45wzmfgYDCvJx8w7FuJrJ4Gj65
|
||||
2025-12-19 04:12:16.423 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.94.204 waku adc6c995ac7a4ba9ee903dfeba7c50e4dea662208c80192f892940c26400ce36
|
||||
2025-12-19 04:12:16.450 DEBUG [src.node.docker_mananger] Container started with ID adc6c995ac7a. Setting up logs at ./log/docker/node4_2025-12-19_04-12-12__4d92377c-402d-4565-92d7-5b8c575a3d2a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:16.450 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48074
|
||||
2025-12-19 04:12:16.451 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:17.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48074/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:17.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:12:17.455 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:17.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48074/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:17.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.94.204/tcp/48075/p2p/16Uiu2HAkzQzbWmb2uWN3RJmM4SwpKZaBEkizGVube9aiEgQEeRsg","/ip4/172.18.94.204/tcp/48076/ws/p2p/16Uiu2HAkzQzbWmb2uWN3RJmM4SwpKZaBEkizGVube9aiEgQEeRsg"],"enrUri":"enr:-L24QMs44yxP5OKoULi5xiyHqg7Nc9Yz9wBdhTYEvCatHpdhNJBkNbsLz1BokYj8bT4JjbF-0MuLiPbPmKpOmnwhgJQCgmlkgnY0gmlwhKwSXsyKbXVsdGlhZGRyc5YACASsEl7MBrvLAAoErBJezAa7zN0DgnJzhQADAQAAiXNlY3AyNTZrMaECSh3nIY8qYR6yi0l1xDhEvdIfDCcyxE26AAUQXZgsERODdGNwgrvLg3VkcIK7zYV3YWt1MgA"}'
|
||||
2025-12-19 04:12:17.458 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:17.458 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48074/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.34.21/tcp/49667/p2p/16Uiu2HAmUtjbwD88dLZpGh1VXU45wzmfgYDCvJx8w7FuJrJ4Gj65"]'
|
||||
2025-12-19 04:12:17.489 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:17.498 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:17.498 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2025-12-19_04-12-12__4d92377c-402d-4565-92d7-5b8c575a3d2a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:17.498 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:17.498 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:17.500 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:17.501 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.110.41
|
||||
2025-12-19 04:12:17.501 DEBUG [src.node.docker_mananger] Generated ports ['40517', '40518', '40519', '40520', '40521']
|
||||
2025-12-19 04:12:17.501 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:17.501 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:17.501 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:17.502 DEBUG [src.node.docker_mananger] docker run -i -t -p 40517:40517 -p 40518:40518 -p 40519:40519 -p 40520:40520 -p 40521:40521 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40519 --rest-port=40517 --tcp-port=40518 --discv5-udp-port=40520 --rest-address=0.0.0.0 --nat=extip:172.18.110.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=26bf3efbdfb0f29fe5b19abd5ba8fc69fb9821abfd6d24ddde0c3ee65001de06 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40521 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAHmjD5wzqmXj4Z9g3_X3NWyEXIUBbmfJekSZVF_8ggHPzdCg-FLv88dJ8rAlXu6pFKfzR6Rjtw40yCVnpCyxKACgmlkgnY0gmlwhKwSIhWKbXVsdGlhZGRyc5YACASsEiIVBsIDAAoErBIiFQbCBN0DgnJzhQADAQAAiXNlY3AyNTZrMaED8UBydbTVm4IbcMcwFpLTUaXSLHJUTw89ShTStbZgRPaDdGNwgsIDg3VkcILCBYV3YWt1MgU --filternode=/ip4/172.18.34.21/tcp/49667/p2p/16Uiu2HAmUtjbwD88dLZpGh1VXU45wzmfgYDCvJx8w7FuJrJ4Gj65
|
||||
2025-12-19 04:12:17.690 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.110.41 waku 44adadd1b5674d196b040a312c2aff91229932f1687ec2c12092d77ec08ead10
|
||||
2025-12-19 04:12:17.719 DEBUG [src.node.docker_mananger] Container started with ID 44adadd1b567. Setting up logs at ./log/docker/node5_2025-12-19_04-12-12__4d92377c-402d-4565-92d7-5b8c575a3d2a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:17.720 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40517
|
||||
2025-12-19 04:12:17.720 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:18.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40517/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:18.724 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:12:18.725 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:18.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40517/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:18.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.110.41/tcp/40518/p2p/16Uiu2HAmU4SSdSqz79QhJCFJ5nQhBUvmgaP2V2LoeHjqvJPFSiVn","/ip4/172.18.110.41/tcp/40519/ws/p2p/16Uiu2HAmU4SSdSqz79QhJCFJ5nQhBUvmgaP2V2LoeHjqvJPFSiVn"],"enrUri":"enr:-L24QBvRofQowM7lMKtziBbN7MJscTBdVGjeujQMCoQ_hKHwOcwdfxIXTl-1DoGR822i4yH_sVtZO2Q6xsjJPLfZvwECgmlkgnY0gmlwhKwSbimKbXVsdGlhZGRyc5YACASsEm4pBp5GAAoErBJuKQaeR90DgnJzhQADAQAAiXNlY3AyNTZrMaED5OEqNgmbhzxyk5j1lp1sWoP08ILGJXmWAWf80K_qtJGDdGNwgp5Gg3VkcIKeSIV3YWt1MgA"}'
|
||||
2025-12-19 04:12:18.727 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:18.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40517/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.34.21/tcp/49667/p2p/16Uiu2HAmUtjbwD88dLZpGh1VXU45wzmfgYDCvJx8w7FuJrJ4Gj65"]'
|
||||
2025-12-19 04:12:18.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:18.759 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49666/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:12:18.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:18.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17252/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "52f4ca27-741a-40bc-a6f1-a2f38860db41", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:12:18.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"52f4ca27-741a-40bc-a6f1-a2f38860db41","statusDesc":"OK"}'
|
||||
2025-12-19 04:12:18.780 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64909/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "fabc38e9-c7bd-4a76-92f4-5a47b39dfdc9", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:12:18.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"fabc38e9-c7bd-4a76-92f4-5a47b39dfdc9","statusDesc":"OK"}'
|
||||
2025-12-19 04:12:18.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48074/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7348e716-d380-424d-9055-d4bbabe78981", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:12:18.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7348e716-d380-424d-9055-d4bbabe78981","statusDesc":"OK"}'
|
||||
2025-12-19 04:12:18.804 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40517/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b5109ea6-d665-40a5-bc79-46d791c31173", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:12:18.812 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b5109ea6-d665-40a5-bc79-46d791c31173","statusDesc":"OK"}'
|
||||
2025-12-19 04:12:18.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:49666/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:18.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:18.830 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:18.931 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:18.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17252/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:18.934 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":1766117538813073489,"ephemeral":false}]'
|
||||
2025-12-19 04:12:18.935 DEBUG [src.steps.filter] Checking that peer NODE_3:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:18.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64909/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:18.938 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":1766117538813073489,"ephemeral":false}]'
|
||||
2025-12-19 04:12:18.940 DEBUG [src.steps.filter] Checking that peer NODE_4:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:18.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48074/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:18.942 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":1766117538813073489,"ephemeral":false}]'
|
||||
2025-12-19 04:12:18.944 DEBUG [src.steps.filter] Checking that peer NODE_5:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:18.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40517/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:18.946 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":1766117538813073489,"ephemeral":false}]'
|
||||
2025-12-19 04:12:18.949 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:12:18.950 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:12:18.950 DEBUG [src.node.waku_node] Stopping container with id d930557ed787
|
||||
2025-12-19 04:12:19.489 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:19.489 DEBUG [src.node.waku_node] Stopping container with id 6843b5aa4457
|
||||
2025-12-19 04:12:20.045 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:20.045 DEBUG [src.node.waku_node] Stopping container with id 1237afbb9f23
|
||||
2025-12-19 04:12:20.302 ERROR [src.node.docker_mananger] Max retries reached for container d930557ed787. Exiting log stream.
|
||||
2025-12-19 04:12:20.548 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:20.549 DEBUG [src.node.waku_node] Stopping container with id adc6c995ac7a
|
||||
2025-12-19 04:12:20.857 ERROR [src.node.docker_mananger] Max retries reached for container 6843b5aa4457. Exiting log stream.
|
||||
2025-12-19 04:12:21.058 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:21.059 DEBUG [src.node.waku_node] Stopping container with id 44adadd1b567
|
||||
2025-12-19 04:12:21.380 ERROR [src.node.docker_mananger] Max retries reached for container 1237afbb9f23. Exiting log stream.
|
||||
2025-12-19 04:12:21.589 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:21.592 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:12:21.605 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:12:21.610 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:12:21.618 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:12:21.626 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:12:21.630 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1008/data/attachments/14b5e3ebb25ac1d7.txt
Normal file
68
nim/1008/data/attachments/14b5e3ebb25ac1d7.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2025-12-19 04:14:13.303 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:14:13.303 DEBUG [tests.conftest] Running test: test_filter_update_subscription_with_invalid_request_id with id: 2025-12-19_04-14-13__c202273c-df8e-43a9-9bc7-89ad1097b05d
|
||||
2025-12-19 04:14:13.304 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:14:13.304 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:14:13.304 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-19 04:14:13.310 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:14:13.311 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-14-13__c202273c-df8e-43a9-9bc7-89ad1097b05d__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:13.311 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:14:13.311 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:14:13.312 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:14:13.312 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.155.151
|
||||
2025-12-19 04:14:13.313 DEBUG [src.node.docker_mananger] Generated ports ['43915', '43916', '43917', '43918', '43919']
|
||||
2025-12-19 04:14:13.313 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:14:13.313 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:14:13.313 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:14:13.313 DEBUG [src.node.docker_mananger] docker run -i -t -p 43915:43915 -p 43916:43916 -p 43917:43917 -p 43918:43918 -p 43919:43919 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43917 --rest-port=43915 --tcp-port=43916 --discv5-udp-port=43918 --rest-address=0.0.0.0 --nat=extip:172.18.155.151 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=57e8df0af7ca08aa2acd14e96eb04fca92bf3517fbe3b65ffa88c2f3df75fe5d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43919 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-19 04:14:13.503 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.155.151 waku ce36b9831e79176c0716e6a3c9cbffbc49b611dd32a1dbfd07568251776a47ed
|
||||
2025-12-19 04:14:13.536 DEBUG [src.node.docker_mananger] Container started with ID ce36b9831e79. Setting up logs at ./log/docker/node1_2025-12-19_04-14-13__c202273c-df8e-43a9-9bc7-89ad1097b05d__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:13.538 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43915
|
||||
2025-12-19 04:14:13.538 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:13.551 ERROR [src.node.docker_mananger] Max retries reached for container dab1cdabe97b. Exiting log stream.
|
||||
2025-12-19 04:14:14.063 ERROR [src.node.docker_mananger] Max retries reached for container 6f15a02ca0b8. Exiting log stream.
|
||||
2025-12-19 04:14:14.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43915/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.542 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:14:14.542 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:14:14.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43915/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.155.151/tcp/43916/p2p/16Uiu2HAmQFxtehh4ehNjLLkw4ddBCS7nEVaUtfUxNEZ22Wws7srk","/ip4/172.18.155.151/tcp/43917/ws/p2p/16Uiu2HAmQFxtehh4ehNjLLkw4ddBCS7nEVaUtfUxNEZ22Wws7srk"],"enrUri":"enr:-L24QLwqkKQAzwwivOikjjK7eNzkp66NrlwUfGmujUW8Gyq0BPYt4j6LaTC3m7t4YOSfy8ig5PNW_Q6IKxtOknE4D-oCgmlkgnY0gmlwhKwSm5eKbXVsdGlhZGRyc5YACASsEpuXBquMAAoErBKblwarjd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrGY8Bs8KNyzJNuj_UerZrJ2S0vOOr4QgAwq57eAwYt2DdGNwgquMg3VkcIKrjoV3YWt1MgU"}'
|
||||
2025-12-19 04:14:14.545 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:14:14.545 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-19 04:14:14.552 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:14:14.552 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-14-13__c202273c-df8e-43a9-9bc7-89ad1097b05d__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:14.552 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:14:14.552 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:14:14.554 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:14:14.554 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.122.73
|
||||
2025-12-19 04:14:14.554 DEBUG [src.node.docker_mananger] Generated ports ['3053', '3054', '3055', '3056', '3057']
|
||||
2025-12-19 04:14:14.555 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:14:14.555 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:14:14.555 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:14:14.555 DEBUG [src.node.docker_mananger] docker run -i -t -p 3053:3053 -p 3054:3054 -p 3055:3055 -p 3056:3056 -p 3057:3057 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=3055 --rest-port=3053 --tcp-port=3054 --discv5-udp-port=3056 --rest-address=0.0.0.0 --nat=extip:172.18.122.73 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c55222ee5ec682ea7c5bd0decadbbeadcedfb8abdbcf4ff71bacaef8d457a2a0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3057 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QLwqkKQAzwwivOikjjK7eNzkp66NrlwUfGmujUW8Gyq0BPYt4j6LaTC3m7t4YOSfy8ig5PNW_Q6IKxtOknE4D-oCgmlkgnY0gmlwhKwSm5eKbXVsdGlhZGRyc5YACASsEpuXBquMAAoErBKblwarjd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrGY8Bs8KNyzJNuj_UerZrJ2S0vOOr4QgAwq57eAwYt2DdGNwgquMg3VkcIKrjoV3YWt1MgU --filternode=/ip4/172.18.155.151/tcp/43916/p2p/16Uiu2HAmQFxtehh4ehNjLLkw4ddBCS7nEVaUtfUxNEZ22Wws7srk
|
||||
2025-12-19 04:14:14.748 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.122.73 waku def467879ec6dab17991054520cf98fdfcd867f5e1256b67184a20862f42bb6a
|
||||
2025-12-19 04:14:14.782 DEBUG [src.node.docker_mananger] Container started with ID def467879ec6. Setting up logs at ./log/docker/node2_2025-12-19_04-14-13__c202273c-df8e-43a9-9bc7-89ad1097b05d__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:14.783 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 3053
|
||||
2025-12-19 04:14:14.783 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:15.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3053/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:15.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:14:15.788 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:14:15.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:3053/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:15.790 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.122.73/tcp/3054/p2p/16Uiu2HAmAnnbhDcqaAGohR69uzf8U7ocfrEw2NawMtgkfF7hbFQ2","/ip4/172.18.122.73/tcp/3055/ws/p2p/16Uiu2HAmAnnbhDcqaAGohR69uzf8U7ocfrEw2NawMtgkfF7hbFQ2"],"enrUri":"enr:-L24QN3mJDEBaA8FO56eYVgEB3X4p-mCEOJRjrZ8uGkYQeMkLjL_IV9NaTTIf0zyWBIdRJMbxJ-XCOkH0GM4-Q_zyo0CgmlkgnY0gmlwhKwSekmKbXVsdGlhZGRyc5YACASsEnpJBgvuAAoErBJ6SQYL790DgnJzhQADAQAAiXNlY3AyNTZrMaEC5Ef8KCjMD52k8lHE2HNViDwGrA_URkT8Z_9V_kEA1j-DdGNwggvug3VkcIIL8IV3YWt1MgA"}'
|
||||
2025-12-19 04:14:15.791 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:14:15.791 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3053/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.155.151/tcp/43916/p2p/16Uiu2HAmQFxtehh4ehNjLLkw4ddBCS7nEVaUtfUxNEZ22Wws7srk"]'
|
||||
2025-12-19 04:14:15.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:14:15.819 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-19 04:14:15.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43915/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:14:15.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:14:15.839 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:3053/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "3bb1040b-36bf-42c3-9d71-faf7b03edf89", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:14:15.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"3bb1040b-36bf-42c3-9d71-faf7b03edf89","statusDesc":"OK"}'
|
||||
2025-12-19 04:14:15.853 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:3053/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": 1, "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:14:15.856 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:3053/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2025-12-19 04:14:15.858 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:14:15.859 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:14:15.859 DEBUG [src.node.waku_node] Stopping container with id ce36b9831e79
|
||||
2025-12-19 04:14:16.393 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:14:16.394 DEBUG [src.node.waku_node] Stopping container with id def467879ec6
|
||||
2025-12-19 04:14:16.931 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:14:16.932 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:14:16.937 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:14:16.942 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
84
nim/1008/data/attachments/15070856f385439c.txt
Normal file
84
nim/1008/data/attachments/15070856f385439c.txt
Normal file
@ -0,0 +1,84 @@
|
||||
2025-12-19 04:16:51.887 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:16:51.887 DEBUG [tests.conftest] Running test: test_publish_with_valid_meta with id: 2025-12-19_04-16-51__fcef087a-77ae-4773-a076-4204d3136a04
|
||||
2025-12-19 04:16:51.888 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:16:51.888 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:16:51.888 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2025-12-19 04:16:51.894 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:51.894 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-16-51__fcef087a-77ae-4773-a076-4204d3136a04__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:51.894 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:51.894 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:51.896 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:51.896 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.134.232
|
||||
2025-12-19 04:16:51.896 DEBUG [src.node.docker_mananger] Generated ports ['51296', '51297', '51298', '51299', '51300']
|
||||
2025-12-19 04:16:51.896 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:51.896 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:51.896 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:51.896 DEBUG [src.node.docker_mananger] docker run -i -t -p 51296:51296 -p 51297:51297 -p 51298:51298 -p 51299:51299 -p 51300:51300 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51298 --rest-port=51296 --tcp-port=51297 --discv5-udp-port=51299 --rest-address=0.0.0.0 --nat=extip:172.18.134.232 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8dbb7c37f59ae0eb3b20a9309aeb18edbc344c401e7ff30af8e99fd46f8262bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51300 --metrics-logging=true --relay=true
|
||||
2025-12-19 04:16:52.077 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.134.232 waku fc754a619bf5375cf447c2843017bb76c5907a2935e9dcc4f8cf500e78eaee9e
|
||||
2025-12-19 04:16:52.106 DEBUG [src.node.docker_mananger] Container started with ID fc754a619bf5. Setting up logs at ./log/docker/node1_2025-12-19_04-16-51__fcef087a-77ae-4773-a076-4204d3136a04__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:52.106 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51296
|
||||
2025-12-19 04:16:52.106 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:16:52.185 ERROR [src.node.docker_mananger] Max retries reached for container bc04c1e13c55. Exiting log stream.
|
||||
2025-12-19 04:16:52.684 ERROR [src.node.docker_mananger] Max retries reached for container 6ba146d30694. Exiting log stream.
|
||||
2025-12-19 04:16:53.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51296/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:53.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:16:53.110 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:16:53.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51296/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:53.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.134.232/tcp/51297/p2p/16Uiu2HAmBtPWPeRS3k1CjHbHqaDdsT8fy3ESKJC4sGgk1ajYduAh","/ip4/172.18.134.232/tcp/51298/ws/p2p/16Uiu2HAmBtPWPeRS3k1CjHbHqaDdsT8fy3ESKJC4sGgk1ajYduAh"],"enrUri":"enr:-L24QEHs_IQUUnN6-oFxuwvYoACH3KS0Bbq8JpLyH04yUbETCtAWs4moTDVcsuc0G1z3xFeahY4ImnaW8IUvQP0r1dYCgmlkgnY0gmlwhKwShuiKbXVsdGlhZGRyc5YACASsEoboBshhAAoErBKG6AbIYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9JMMFZ2dRVoogjRB4_S22p_MlYwL3mlE5Q-54KBR55KDdGNwgshhg3VkcILIY4V3YWt1MgE"}'
|
||||
2025-12-19 04:16:53.113 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:16:53.119 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:53.119 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-16-51__fcef087a-77ae-4773-a076-4204d3136a04__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:53.119 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:53.119 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:53.121 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:53.121 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.128.141
|
||||
2025-12-19 04:16:53.121 DEBUG [src.node.docker_mananger] Generated ports ['58873', '58874', '58875', '58876', '58877']
|
||||
2025-12-19 04:16:53.121 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:53.121 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:53.121 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:53.122 DEBUG [src.node.docker_mananger] docker run -i -t -p 58873:58873 -p 58874:58874 -p 58875:58875 -p 58876:58876 -p 58877:58877 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58875 --rest-port=58873 --tcp-port=58874 --discv5-udp-port=58876 --rest-address=0.0.0.0 --nat=extip:172.18.128.141 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bea15a57bb6d49c634dbf1570d5d89b8a8a5d6f57b70cbfca487c5f95ef8baf0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58877 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEHs_IQUUnN6-oFxuwvYoACH3KS0Bbq8JpLyH04yUbETCtAWs4moTDVcsuc0G1z3xFeahY4ImnaW8IUvQP0r1dYCgmlkgnY0gmlwhKwShuiKbXVsdGlhZGRyc5YACASsEoboBshhAAoErBKG6AbIYt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9JMMFZ2dRVoogjRB4_S22p_MlYwL3mlE5Q-54KBR55KDdGNwgshhg3VkcILIY4V3YWt1MgE
|
||||
2025-12-19 04:16:53.299 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.128.141 waku fecd011e40c08e44a70b211328df7bb3cbacb0def32bbbb34861339cdb84e636
|
||||
2025-12-19 04:16:53.330 DEBUG [src.node.docker_mananger] Container started with ID fecd011e40c0. Setting up logs at ./log/docker/node2_2025-12-19_04-16-51__fcef087a-77ae-4773-a076-4204d3136a04__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:53.330 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58873
|
||||
2025-12-19 04:16:53.330 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:16:54.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58873/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:54.341 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:16:54.341 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:16:54.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58873/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:54.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.141/tcp/58874/p2p/16Uiu2HAmBhLpYwWmSgNNwM3hy24c5HN6RUgAJJrrjxDfgu3fLWzq","/ip4/172.18.128.141/tcp/58875/ws/p2p/16Uiu2HAmBhLpYwWmSgNNwM3hy24c5HN6RUgAJJrrjxDfgu3fLWzq"],"enrUri":"enr:-L24QBdsUiTSxf81rZDDoZa84PdSnZeYHgbjNW40kEXR1fAUf0682pw5iNXBHNVYrGu2J5MRvRhxRiMCSxKFXPV3I3kCgmlkgnY0gmlwhKwSgI2KbXVsdGlhZGRyc5YACASsEoCNBuX6AAoErBKAjQbl-90DgnJzhQADAQAAiXNlY3AyNTZrMaEC8b6exycDTGYDlu2aqkOBcrVtvTolmjGtartVlSAPz0aDdGNwguX6g3VkcILl_IV3YWt1MgE"}'
|
||||
2025-12-19 04:16:54.349 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:16:54.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58873/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.134.232/tcp/51297/p2p/16Uiu2HAmBtPWPeRS3k1CjHbHqaDdsT8fy3ESKJC4sGgk1ajYduAh"]'
|
||||
2025-12-19 04:16:54.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:54.353 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2025-12-19 04:16:54.353 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51296/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:16:54.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:54.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58873/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:16:54.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:54.362 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:16:54.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:54.368 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:16:54.468 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:16:54.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:54.471 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":1766117814362518784,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:16:54.472 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:16:54.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58873/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:54.475 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":1766117814362518784,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:16:54.476 INFO [src.steps.relay] WARM UP successful!!
|
||||
2025-12-19 04:16:54.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)', "meta": "UmVsYXkgd29ya3MhIQ=="}'
|
||||
2025-12-19 04:16:54.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:54.482 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:16:54.582 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:16:54.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51296/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:54.585 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":1766117814477385310,"meta":"UmVsYXkgd29ya3MhIQ==","ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:16:54.586 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:16:54.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58873/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:54.588 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":1766117814477385310,"meta":"UmVsYXkgd29ya3MhIQ==","ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:16:54.591 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:16:54.592 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:16:54.592 DEBUG [src.node.waku_node] Stopping container with id fc754a619bf5
|
||||
2025-12-19 04:16:55.143 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:55.143 DEBUG [src.node.waku_node] Stopping container with id fecd011e40c0
|
||||
2025-12-19 04:16:55.636 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:55.638 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:16:55.644 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:16:55.649 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
91
nim/1008/data/attachments/151c924e28162c5f.txt
Normal file
91
nim/1008/data/attachments/151c924e28162c5f.txt
Normal file
@ -0,0 +1,91 @@
|
||||
2025-12-19 04:12:22.934 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:12:22.935 DEBUG [tests.conftest] Running test: test_filter_get_message_after_node1_restarts with id: 2025-12-19_04-12-22__0012a79c-ab2d-4e62-9aaf-b9b5e12953d3
|
||||
2025-12-19 04:12:22.935 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:12:22.935 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:12:22.936 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-19 04:12:22.942 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:22.942 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-12-22__0012a79c-ab2d-4e62-9aaf-b9b5e12953d3__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:22.942 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:22.942 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:22.944 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:22.944 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.196.223
|
||||
2025-12-19 04:12:22.944 DEBUG [src.node.docker_mananger] Generated ports ['61996', '61997', '61998', '61999', '62000']
|
||||
2025-12-19 04:12:22.944 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:22.944 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:22.944 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:22.945 DEBUG [src.node.docker_mananger] docker run -i -t -p 61996:61996 -p 61997:61997 -p 61998:61998 -p 61999:61999 -p 62000:62000 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61998 --rest-port=61996 --tcp-port=61997 --discv5-udp-port=61999 --rest-address=0.0.0.0 --nat=extip:172.18.196.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1f4d5f0e9eda62844fea56d3aec6f46bae0e29e308165f2086c5deebcafb06dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62000 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-19 04:12:23.125 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.196.223 waku e617a0bd303b013ccb7f4cfe6fdc5698d83b724bd81b4df292c18926a0fc7c82
|
||||
2025-12-19 04:12:23.155 DEBUG [src.node.docker_mananger] Container started with ID e617a0bd303b. Setting up logs at ./log/docker/node1_2025-12-19_04-12-22__0012a79c-ab2d-4e62-9aaf-b9b5e12953d3__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:23.155 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61996
|
||||
2025-12-19 04:12:23.156 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:23.212 ERROR [src.node.docker_mananger] Max retries reached for container 702e9d6e7928. Exiting log stream.
|
||||
2025-12-19 04:12:23.740 ERROR [src.node.docker_mananger] Max retries reached for container 45171c4304d6. Exiting log stream.
|
||||
2025-12-19 04:12:24.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61996/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:24.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:12:24.160 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:24.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61996/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:24.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.196.223/tcp/61997/p2p/16Uiu2HAmSMUgyKPbggtmXCaivvrS2kUapn2UFtvnr59VsKKRQ1P1","/ip4/172.18.196.223/tcp/61998/ws/p2p/16Uiu2HAmSMUgyKPbggtmXCaivvrS2kUapn2UFtvnr59VsKKRQ1P1"],"enrUri":"enr:-L24QFvj2PUkSCxkSDbGDM1jjN2Is7YXlspluA_fS9ycKmowOp4ytkwDgYZfDwlbZIm8SK-JfMV_JXUGgnAD3_C_O1kCgmlkgnY0gmlwhKwSxN-KbXVsdGlhZGRyc5YACASsEsTfBvItAAoErBLE3wbyLt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDy4c0r4kOXZ7ng_E01jOxVUroh2P-6KjSPva-gtLDztSDdGNwgvItg3VkcILyL4V3YWt1MgU"}'
|
||||
2025-12-19 04:12:24.163 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:24.163 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-19 04:12:24.169 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:24.169 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-12-22__0012a79c-ab2d-4e62-9aaf-b9b5e12953d3__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:24.169 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:24.170 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:24.171 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:24.171 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.152.54
|
||||
2025-12-19 04:12:24.171 DEBUG [src.node.docker_mananger] Generated ports ['18564', '18565', '18566', '18567', '18568']
|
||||
2025-12-19 04:12:24.171 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:24.171 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:24.171 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:24.172 DEBUG [src.node.docker_mananger] docker run -i -t -p 18564:18564 -p 18565:18565 -p 18566:18566 -p 18567:18567 -p 18568:18568 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18566 --rest-port=18564 --tcp-port=18565 --discv5-udp-port=18567 --rest-address=0.0.0.0 --nat=extip:172.18.152.54 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bcae4eaae6480deafb657dcfc83091cdff0c016cd71e94dbfba0b7f8c5ccd9a8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18568 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFvj2PUkSCxkSDbGDM1jjN2Is7YXlspluA_fS9ycKmowOp4ytkwDgYZfDwlbZIm8SK-JfMV_JXUGgnAD3_C_O1kCgmlkgnY0gmlwhKwSxN-KbXVsdGlhZGRyc5YACASsEsTfBvItAAoErBLE3wbyLt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDy4c0r4kOXZ7ng_E01jOxVUroh2P-6KjSPva-gtLDztSDdGNwgvItg3VkcILyL4V3YWt1MgU --filternode=/ip4/172.18.196.223/tcp/61997/p2p/16Uiu2HAmSMUgyKPbggtmXCaivvrS2kUapn2UFtvnr59VsKKRQ1P1
|
||||
2025-12-19 04:12:24.351 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.152.54 waku 47590d701d3789c38abb9ba802762a740626b1fa113916b94bb64ac0475c2cd6
|
||||
2025-12-19 04:12:24.381 DEBUG [src.node.docker_mananger] Container started with ID 47590d701d37. Setting up logs at ./log/docker/node2_2025-12-19_04-12-22__0012a79c-ab2d-4e62-9aaf-b9b5e12953d3__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:24.381 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18564
|
||||
2025-12-19 04:12:24.381 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:25.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18564/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:25.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:12:25.386 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:25.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18564/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:25.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.152.54/tcp/18565/p2p/16Uiu2HAmTuWjT8RFHvJPAR7GRYcBvb1NJzerY8S6wAkic9N3XZzR","/ip4/172.18.152.54/tcp/18566/ws/p2p/16Uiu2HAmTuWjT8RFHvJPAR7GRYcBvb1NJzerY8S6wAkic9N3XZzR"],"enrUri":"enr:-L24QOG2BlHxbZ2h4pLvZaxtTxj0PPc7a0ttTxSDdiZxyNaWAXJfhPcnMcyGhO7k7ETccgT-3W9kbDb7LnkeOShpsIQCgmlkgnY0gmlwhKwSmDaKbXVsdGlhZGRyc5YACASsEpg2BkiFAAoErBKYNgZIht0DgnJzhQADAQAAiXNlY3AyNTZrMaED4pfJ0kjz6U9BiYo3lHL3qrA_0YG8iv4jFyDbZ1br7vKDdGNwgkiFg3VkcIJIh4V3YWt1MgA"}'
|
||||
2025-12-19 04:12:25.389 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:25.389 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18564/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.196.223/tcp/61997/p2p/16Uiu2HAmSMUgyKPbggtmXCaivvrS2kUapn2UFtvnr59VsKKRQ1P1"]'
|
||||
2025-12-19 04:12:25.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:25.420 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-19 04:12:25.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61996/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:12:25.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:25.434 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18564/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "98b38d11-a146-4c7a-adb0-28569efc1e5b", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:12:25.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"98b38d11-a146-4c7a-adb0-28569efc1e5b","statusDesc":"OK"}'
|
||||
2025-12-19 04:12:25.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61996/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:25.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:25.455 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:25.555 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:25.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18564/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:25.558 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":1766117545448337523,"ephemeral":false}]'
|
||||
2025-12-19 04:12:25.560 DEBUG [src.node.waku_node] Restarting container with id e617a0bd303b
|
||||
2025-12-19 04:12:26.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61996/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:26.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61996/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:26.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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:12:26.594 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:26.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61996/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:26.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.196.223/tcp/61997/p2p/16Uiu2HAmSMUgyKPbggtmXCaivvrS2kUapn2UFtvnr59VsKKRQ1P1","/ip4/172.18.196.223/tcp/61998/ws/p2p/16Uiu2HAmSMUgyKPbggtmXCaivvrS2kUapn2UFtvnr59VsKKRQ1P1"],"enrUri":"enr:-L24QFvj2PUkSCxkSDbGDM1jjN2Is7YXlspluA_fS9ycKmowOp4ytkwDgYZfDwlbZIm8SK-JfMV_JXUGgnAD3_C_O1kCgmlkgnY0gmlwhKwSxN-KbXVsdGlhZGRyc5YACASsEsTfBvItAAoErBLE3wbyLt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDy4c0r4kOXZ7ng_E01jOxVUroh2P-6KjSPva-gtLDztSDdGNwgvItg3VkcILyL4V3YWt1MgU"}'
|
||||
2025-12-19 04:12:26.597 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:26.597 DEBUG [src.libs.common] Sleeping for 2 seconds
|
||||
2025-12-19 04:12:28.598 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61996/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:12:28.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:28.612 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18564/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "2321a73c-5b0d-411b-8ba3-0df6f1cdb637", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:12:28.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"2321a73c-5b0d-411b-8ba3-0df6f1cdb637","statusDesc":"OK"}'
|
||||
2025-12-19 04:12:28.639 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61996/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:28.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:28.649 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:28.750 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:28.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18564/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:28.753 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":1766117548639493680,"ephemeral":false}]'
|
||||
2025-12-19 04:12:28.756 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:12:28.757 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:12:28.757 DEBUG [src.node.waku_node] Stopping container with id e617a0bd303b
|
||||
2025-12-19 04:12:29.291 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:29.292 DEBUG [src.node.waku_node] Stopping container with id 47590d701d37
|
||||
2025-12-19 04:12:29.814 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:29.815 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:12:29.835 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:12:29.842 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
136
nim/1008/data/attachments/152476e0e673976b.txt
Normal file
136
nim/1008/data/attachments/152476e0e673976b.txt
Normal file
@ -0,0 +1,136 @@
|
||||
2025-12-19 04:21:41.682 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:21:41.682 DEBUG [tests.conftest] Running test: test_multiple_content_topics_different_shard with id: 2025-12-19_04-21-41__f198c6ab-6138-4212-867f-6f55952ac709
|
||||
2025-12-19 04:21:41.682 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:21:41.682 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:21:41.683 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-19 04:21:41.690 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:21:41.690 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-21-41__f198c6ab-6138-4212-867f-6f55952ac709__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:21:41.690 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:21:41.690 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:21:41.692 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:21:41.692 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.200.255
|
||||
2025-12-19 04:21:41.692 DEBUG [src.node.docker_mananger] Generated ports ['1493', '1494', '1495', '1496', '1497']
|
||||
2025-12-19 04:21:41.692 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:21:41.692 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:21:41.692 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:21:41.692 DEBUG [src.node.docker_mananger] docker run -i -t -p 1493:1493 -p 1494:1494 -p 1495:1495 -p 1496:1496 -p 1497:1497 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1495 --rest-port=1493 --tcp-port=1494 --discv5-udp-port=1496 --rest-address=0.0.0.0 --nat=extip:172.18.200.255 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d85cc061629fb0cca1b84e4f023c396c44d8becdef7ceacaaccd0adcd3beaa3c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1497 --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
|
||||
2025-12-19 04:21:41.871 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.200.255 waku 332268a53b0ed1e9a6ec5146187acf800ece5f3b018370446b2ef41f2580acfd
|
||||
2025-12-19 04:21:41.901 DEBUG [src.node.docker_mananger] Container started with ID 332268a53b0e. Setting up logs at ./log/docker/node1_2025-12-19_04-21-41__f198c6ab-6138-4212-867f-6f55952ac709__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:21:41.903 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1493
|
||||
2025-12-19 04:21:41.903 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:21:41.961 ERROR [src.node.docker_mananger] Max retries reached for container 78ba339c2aea. Exiting log stream.
|
||||
2025-12-19 04:21:42.494 ERROR [src.node.docker_mananger] Max retries reached for container 4a16a1ba9bfa. Exiting log stream.
|
||||
2025-12-19 04:21:42.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1493/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:42.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:21:42.907 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:21:42.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1493/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:42.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.200.255/tcp/1494/p2p/16Uiu2HAmBWt3PEoowU9kCpRj13dy1ZjFUaoA21wK7qdsJhrM6akg","/ip4/172.18.200.255/tcp/1495/ws/p2p/16Uiu2HAmBWt3PEoowU9kCpRj13dy1ZjFUaoA21wK7qdsJhrM6akg"],"enrUri":"enr:-L24QHU0obxeMYuGQc1ia-t_ZWBdZ1r4wgM7cT_hVNGTzNJnYJcgRw0CCnQfY1_tUZpw_p6gBUZojDJNjbIGU-w6wWMCgmlkgnY0gmlwhKwSyP-KbXVsdGlhZGRyc5YACASsEsj_BgXWAAoErBLI_wYF190DgnJzhQACAQAAiXNlY3AyNTZrMaEC7xCIhw8-NIj4x-N3JFAiAo8Pfvo8c0pY7WaqPO2FXbGDdGNwggXWg3VkcIIF2IV3YWt1MgU"}'
|
||||
2025-12-19 04:21:42.909 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:21:42.916 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:21:42.916 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-21-41__f198c6ab-6138-4212-867f-6f55952ac709__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:21:42.916 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:21:42.916 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:21:42.918 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:21:42.918 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.95.113
|
||||
2025-12-19 04:21:42.918 DEBUG [src.node.docker_mananger] Generated ports ['10281', '10282', '10283', '10284', '10285']
|
||||
2025-12-19 04:21:42.918 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:21:42.918 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:21:42.918 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:21:42.918 DEBUG [src.node.docker_mananger] docker run -i -t -p 10281:10281 -p 10282:10282 -p 10283:10283 -p 10284:10284 -p 10285:10285 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10283 --rest-port=10281 --tcp-port=10282 --discv5-udp-port=10284 --rest-address=0.0.0.0 --nat=extip:172.18.95.113 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=1dbd3cfc4baef55b42bdd4d8e37d8b0f0e074f1af1a0865581bdca7acd33ddcc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10285 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHU0obxeMYuGQc1ia-t_ZWBdZ1r4wgM7cT_hVNGTzNJnYJcgRw0CCnQfY1_tUZpw_p6gBUZojDJNjbIGU-w6wWMCgmlkgnY0gmlwhKwSyP-KbXVsdGlhZGRyc5YACASsEsj_BgXWAAoErBLI_wYF190DgnJzhQACAQAAiXNlY3AyNTZrMaEC7xCIhw8-NIj4x-N3JFAiAo8Pfvo8c0pY7WaqPO2FXbGDdGNwggXWg3VkcIIF2IV3YWt1MgU --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
|
||||
2025-12-19 04:21:43.099 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.95.113 waku 595ba24d861275301bc4c82c88c7ab4263bad63b0f46fdcc4511152a70891034
|
||||
2025-12-19 04:21:43.128 DEBUG [src.node.docker_mananger] Container started with ID 595ba24d8612. Setting up logs at ./log/docker/node2_2025-12-19_04-21-41__f198c6ab-6138-4212-867f-6f55952ac709__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:21:43.129 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10281
|
||||
2025-12-19 04:21:43.129 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:21:44.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10281/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:21:44.138 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:21:44.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10281/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.95.113/tcp/10282/p2p/16Uiu2HAmPAD5hxgDiHbktje5ibcEQL89H5va83avgncfLckv2wtQ","/ip4/172.18.95.113/tcp/10283/ws/p2p/16Uiu2HAmPAD5hxgDiHbktje5ibcEQL89H5va83avgncfLckv2wtQ"],"enrUri":"enr:-L24QL-Q50-gk3wsbHdDUSaOGhQzxcU_PC4eN9bt1CpSg1c0EBrm8_qsH7DtUb8UGhDrWL5Cs3bLOghNyjOkRfihcVECgmlkgnY0gmlwhKwSX3GKbXVsdGlhZGRyc5YACASsEl9xBigqAAoErBJfcQYoK90DgnJzhQACAQAAiXNlY3AyNTZrMaEDnBEbq6AQW0n_HrUDKJaPX6N6JYuP5IkJ26AS9pyf89WDdGNwgigqg3VkcIIoLIV3YWt1MgE"}'
|
||||
2025-12-19 04:21:44.146 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:21:44.147 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10281/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.200.255/tcp/1494/p2p/16Uiu2HAmBWt3PEoowU9kCpRj13dy1ZjFUaoA21wK7qdsJhrM6akg"]'
|
||||
2025-12-19 04:21:44.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:44.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1493/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"]'
|
||||
2025-12-19 04:21:44.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:44.153 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:10281/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"]'
|
||||
2025-12-19 04:21:44.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:44.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1493/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:44.160 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:44.161 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:44.261 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1493/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118104156426167,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.266 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10281/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.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":1766118104156426167,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.270 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1493/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:44.275 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:44.275 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:44.376 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1493/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.379 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":1766118104270786957,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.380 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10281/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.382 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":1766118104270786957,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.385 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1493/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:44.389 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:44.390 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:44.490 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1493/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766118104385536392,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.495 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10281/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766118104385536392,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.499 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1493/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:44.523 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:44.523 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:44.624 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1493/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766118104499472572,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.628 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10281/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766118104499472572,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.633 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1493/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:44.637 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:44.637 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:44.738 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1493/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766118104632885886,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.743 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10281/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766118104632885886,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1493/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:44.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:44.752 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:44.852 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1493/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766118104747352461,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.856 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10281/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.859 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766118104747352461,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.861 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1493/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:44.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:44.865 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:44.966 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1493/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766118104860886767,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.971 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:44.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10281/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:44.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766118104860886767,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:44.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1493/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:44.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:44.980 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:45.081 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:45.081 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1493/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:45.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766118104975683306,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:45.086 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:45.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10281/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:45.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766118104975683306,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:21:45.091 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:21:45.092 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:21:45.093 DEBUG [src.node.waku_node] Stopping container with id 332268a53b0e
|
||||
2025-12-19 04:21:45.611 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:21:45.612 DEBUG [src.node.waku_node] Stopping container with id 595ba24d8612
|
||||
2025-12-19 04:21:46.141 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:21:46.143 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:21:46.152 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:21:46.158 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1720
nim/1008/data/attachments/153f4defd796331f.txt
Normal file
1720
nim/1008/data/attachments/153f4defd796331f.txt
Normal file
File diff suppressed because it is too large
Load Diff
144
nim/1008/data/attachments/1554b9a84fcdbda5.txt
Normal file
144
nim/1008/data/attachments/1554b9a84fcdbda5.txt
Normal file
@ -0,0 +1,144 @@
|
||||
2025-12-19 04:18:24.659 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:18:24.659 DEBUG [tests.conftest] Running test: test_sync_nodes_have_store_true with id: 2025-12-19_04-18-24__67b61a88-a4da-477a-8934-159995cf51dd
|
||||
2025-12-19 04:18:24.660 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:18:24.666 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:18:24.666 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-18-24__67b61a88-a4da-477a-8934-159995cf51dd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:24.672 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:18:24.672 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-18-24__67b61a88-a4da-477a-8934-159995cf51dd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:24.677 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:18:24.678 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-18-24__67b61a88-a4da-477a-8934-159995cf51dd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:24.678 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:18:24.679 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:18:24.679 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:18:24.680 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:18:24.680 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.216.185
|
||||
2025-12-19 04:18:24.680 DEBUG [src.node.docker_mananger] Generated ports ['19300', '19301', '19302', '19303', '19304']
|
||||
2025-12-19 04:18:24.681 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:18:24.681 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:18:24.681 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:18:24.681 DEBUG [src.node.docker_mananger] docker run -i -t -p 19300:19300 -p 19301:19301 -p 19302:19302 -p 19303:19303 -p 19304:19304 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=19302 --rest-port=19300 --tcp-port=19301 --discv5-udp-port=19303 --rest-address=0.0.0.0 --nat=extip:172.18.216.185 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=edde65c7afdf56bb121e12bf52ee1ceef6a0fff8a5ffc38f12bf7d04c90bd61d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19304 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-19 04:18:24.864 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.216.185 waku 6f4afa5c941b531213d09a95d44f933564c1f4e9ff5731dc31a923b9e67bdef9
|
||||
2025-12-19 04:18:24.895 DEBUG [src.node.docker_mananger] Container started with ID 6f4afa5c941b. Setting up logs at ./log/docker/node1_2025-12-19_04-18-24__67b61a88-a4da-477a-8934-159995cf51dd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:24.897 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19300
|
||||
2025-12-19 04:18:24.897 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:18:24.941 ERROR [src.node.docker_mananger] Max retries reached for container 3e7322c1add5. Exiting log stream.
|
||||
2025-12-19 04:18:25.460 ERROR [src.node.docker_mananger] Max retries reached for container 1ea23cd5eb21. Exiting log stream.
|
||||
2025-12-19 04:18:25.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19300/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:25.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_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:18:25.901 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:18:25.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19300/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:25.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.216.185/tcp/19301/p2p/16Uiu2HAmPVFxqxFyFTb3z8nn2psowbQJsqCHhGCCToFjPLXEqEVU","/ip4/172.18.216.185/tcp/19302/ws/p2p/16Uiu2HAmPVFxqxFyFTb3z8nn2psowbQJsqCHhGCCToFjPLXEqEVU"],"enrUri":"enr:-L24QJ8zluRFCpLNKIhWuoyAHh-Xm2GJe5KcoMI8TgeXwkeHaRytna1PHH0cXpI4_TIzV_MnTyW-uFNcyiEhQ7xb34YCgmlkgnY0gmlwhKwS2LmKbXVsdGlhZGRyc5YACASsEti5BktlAAoErBLYuQZLZt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDoPJm2-lWEsp1ozDcj13KATwc-xoHVNyYJPC0qMfiFxeDdGNwgktlg3VkcIJLZ4V3YWt1MgM"}'
|
||||
2025-12-19 04:18:25.903 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:18:25.903 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:18:25.903 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:18:25.905 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:18:25.905 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.212.248
|
||||
2025-12-19 04:18:25.905 DEBUG [src.node.docker_mananger] Generated ports ['44633', '44634', '44635', '44636', '44637']
|
||||
2025-12-19 04:18:25.905 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:18:25.905 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:18:25.905 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:18:25.906 DEBUG [src.node.docker_mananger] docker run -i -t -p 44633:44633 -p 44634:44634 -p 44635:44635 -p 44636:44636 -p 44637:44637 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44635 --rest-port=44633 --tcp-port=44634 --discv5-udp-port=44636 --rest-address=0.0.0.0 --nat=extip:172.18.212.248 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fb9fe5adba0eaa83bf554cfa91e6af87cdccc227bdb6cb5bba301bfc245fc2a4 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44637 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJ8zluRFCpLNKIhWuoyAHh-Xm2GJe5KcoMI8TgeXwkeHaRytna1PHH0cXpI4_TIzV_MnTyW-uFNcyiEhQ7xb34YCgmlkgnY0gmlwhKwS2LmKbXVsdGlhZGRyc5YACASsEti5BktlAAoErBLYuQZLZt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDoPJm2-lWEsp1ozDcj13KATwc-xoHVNyYJPC0qMfiFxeDdGNwgktlg3VkcIJLZ4V3YWt1MgM
|
||||
2025-12-19 04:18:26.089 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.212.248 waku 0cfae794777a8d632a0ef9fbeb3a1374f20f572179c350c953e81b6047ddd5f1
|
||||
2025-12-19 04:18:26.120 DEBUG [src.node.docker_mananger] Container started with ID 0cfae794777a. Setting up logs at ./log/docker/node2_2025-12-19_04-18-24__67b61a88-a4da-477a-8934-159995cf51dd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:26.121 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44633
|
||||
2025-12-19 04:18:26.121 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:18:27.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44633/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:27.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_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:18:27.125 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:18:27.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44633/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:27.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.212.248/tcp/44634/p2p/16Uiu2HAmMzEeqwr84ybni6jp9VHYWSpyhYNnKMk1zdsg7e91zfmu","/ip4/172.18.212.248/tcp/44635/ws/p2p/16Uiu2HAmMzEeqwr84ybni6jp9VHYWSpyhYNnKMk1zdsg7e91zfmu"],"enrUri":"enr:-L24QNY_h1wH39P7XyjT2-I_9hPtbCi0M8sSK0ph4avQBZxkGBsTVM-ZzqQeWy54ubTLdkfKk-njc92g02MUwCBz738CgmlkgnY0gmlwhKwS1PiKbXVsdGlhZGRyc5YACASsEtT4Bq5aAAoErBLU-AauW90DgnJzhQADAQAAiXNlY3AyNTZrMaEDiqdjyT9_ZVqkHMX49Y1YSFL1hGF_mhSuRPY7zZddFqyDdGNwgq5ag3VkcIKuXIV3YWt1MhM"}'
|
||||
2025-12-19 04:18:27.128 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:18:27.128 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:18:27.128 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:18:27.129 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:18:27.130 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.253.7
|
||||
2025-12-19 04:18:27.130 DEBUG [src.node.docker_mananger] Generated ports ['1970', '1971', '1972', '1973', '1974']
|
||||
2025-12-19 04:18:27.130 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:18:27.130 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:18:27.130 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:18:27.130 DEBUG [src.node.docker_mananger] docker run -i -t -p 1970:1970 -p 1971:1971 -p 1972:1972 -p 1973:1973 -p 1974:1974 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1972 --rest-port=1970 --tcp-port=1971 --discv5-udp-port=1973 --rest-address=0.0.0.0 --nat=extip:172.18.253.7 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aa5e4f8ad3cd28d5cabcad4baa3bc12abbff1ef481fbbfc9cc3bfee0b482b9be --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1974 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNY_h1wH39P7XyjT2-I_9hPtbCi0M8sSK0ph4avQBZxkGBsTVM-ZzqQeWy54ubTLdkfKk-njc92g02MUwCBz738CgmlkgnY0gmlwhKwS1PiKbXVsdGlhZGRyc5YACASsEtT4Bq5aAAoErBLU-AauW90DgnJzhQADAQAAiXNlY3AyNTZrMaEDiqdjyT9_ZVqkHMX49Y1YSFL1hGF_mhSuRPY7zZddFqyDdGNwgq5ag3VkcIKuXIV3YWt1MhM
|
||||
2025-12-19 04:18:27.349 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.253.7 waku 43f909f509a1bd728928e22a104d90731e2fe6ba3d58ad71c8346f82ce1e6787
|
||||
2025-12-19 04:18:27.381 DEBUG [src.node.docker_mananger] Container started with ID 43f909f509a1. Setting up logs at ./log/docker/node3_2025-12-19_04-18-24__67b61a88-a4da-477a-8934-159995cf51dd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:27.382 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1970
|
||||
2025-12-19 04:18:27.382 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:18:28.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1970/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:28.387 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:18:28.388 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:18:28.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1970/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:28.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.253.7/tcp/1971/p2p/16Uiu2HAm4gnqGjQ5DoYFfVvcZc7wRuU2rbrxkkoy44qftPCqqVwT","/ip4/172.18.253.7/tcp/1972/ws/p2p/16Uiu2HAm4gnqGjQ5DoYFfVvcZc7wRuU2rbrxkkoy44qftPCqqVwT"],"enrUri":"enr:-L24QI7enifedc4A7Qo5bBY5fawnO1U4xcykEBpd7uF6vPIGW973PI_f-ZeqI1C-fckAdeVR9n0mGXCZlCVPj4XRTZUCgmlkgnY0gmlwhKwS_QeKbXVsdGlhZGRyc5YACASsEv0HBgezAAoErBL9BwYHtN0DgnJzhQADAQAAiXNlY3AyNTZrMaECiZikrY7XWSZXpr8YgjZSJJgJh67hQxNhy_FxF0L8D6aDdGNwggezg3VkcIIHtYV3YWt1MhM"}'
|
||||
2025-12-19 04:18:28.391 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:18:28.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44633/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.216.185/tcp/19301/p2p/16Uiu2HAmPVFxqxFyFTb3z8nn2psowbQJsqCHhGCCToFjPLXEqEVU"]'
|
||||
2025-12-19 04:18:28.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:28.397 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1970/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.212.248/tcp/44634/p2p/16Uiu2HAmMzEeqwr84ybni6jp9VHYWSpyhYNnKMk1zdsg7e91zfmu"]'
|
||||
2025-12-19 04:18:28.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:28.425 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19300/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:18:28.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:28.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44633/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:18:28.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:28.435 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1970/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:18:28.437 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:28.437 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:18:28.438 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:18:28.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:28.443 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:18:28.643 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:18:28.643 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:18:28.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:28.649 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:18:28.849 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:18:28.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:18:28.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:28.856 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:18:29.058 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:18:29.058 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:18:29.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:29.065 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:18:29.266 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:18:29.266 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:18:29.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:29.272 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:18:29.472 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:18:29.473 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:18:29.477 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:29.478 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:18:29.678 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:18:29.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:18:29.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:29.685 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:18:29.886 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:18:29.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:18:29.892 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:29.892 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:18:30.095 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:18:30.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:18:30.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:30.101 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:18:30.302 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:18:30.302 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19300/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:18:30.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:30.308 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:18:30.508 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-19 04:18:30.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19300/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:30.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe02c7ee0f7b0b793c2ba6224a40c12233007b82695a687b7022d8269eaa8603c"},{"messageHash":"0x8004470431f9bee5591b604b4a7c10daba6b089f75f09138b3348126e836327a"},{"messageHash":"0x532d59bf7a27aa204f5e4c07b05e667a857a478ad09a7407e341ca1353b99635"},{"messageHash":"0xe5fab70bb273f65a4ea13afd59fca4f76e86abe3c3eb32de6fdb573be4e3da87"},{"messageHash":"0xc1ba11fdafa0bbfd94de1219474f7f83c1cf53bccb83041b17c27a5dcde7390b"},{"messageHash":"0xbba2039adccd747f616afb4c2e172c504ee21cfcfdb0cc90c35147ef4fd1ff00"},{"messageHash":"0xc857ee4b976b1dae59a7a9b3428e3687a2c1e19346a7c2f4b5492b21825f7a76"},{"messageHash":"0xc9490b377b797d35813b7ee58fe788886c9033e600e188b85daa64bad22d7af1"},{"messageHash":"0xeaecc189cd8af596c052dd5cd1909437779cd218ec8ab76eaf0c2914471ca82c"},{"messageHash":"0x438ad96c8be11b648b310e4201809ff404ec7bdff3c090c6659902af0b3dd176"}]}'
|
||||
2025-12-19 04:18:30.512 DEBUG [src.steps.store] messages length is 10
|
||||
2025-12-19 04:18:30.513 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-19 04:18:30.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44633/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:30.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe02c7ee0f7b0b793c2ba6224a40c12233007b82695a687b7022d8269eaa8603c"},{"messageHash":"0x8004470431f9bee5591b604b4a7c10daba6b089f75f09138b3348126e836327a"},{"messageHash":"0x532d59bf7a27aa204f5e4c07b05e667a857a478ad09a7407e341ca1353b99635"},{"messageHash":"0xe5fab70bb273f65a4ea13afd59fca4f76e86abe3c3eb32de6fdb573be4e3da87"},{"messageHash":"0xc1ba11fdafa0bbfd94de1219474f7f83c1cf53bccb83041b17c27a5dcde7390b"},{"messageHash":"0xbba2039adccd747f616afb4c2e172c504ee21cfcfdb0cc90c35147ef4fd1ff00"},{"messageHash":"0xc857ee4b976b1dae59a7a9b3428e3687a2c1e19346a7c2f4b5492b21825f7a76"},{"messageHash":"0xc9490b377b797d35813b7ee58fe788886c9033e600e188b85daa64bad22d7af1"},{"messageHash":"0xeaecc189cd8af596c052dd5cd1909437779cd218ec8ab76eaf0c2914471ca82c"},{"messageHash":"0x438ad96c8be11b648b310e4201809ff404ec7bdff3c090c6659902af0b3dd176"}]}'
|
||||
2025-12-19 04:18:30.516 DEBUG [src.steps.store] messages length is 10
|
||||
2025-12-19 04:18:30.517 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-19 04:18:30.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1970/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:30.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe02c7ee0f7b0b793c2ba6224a40c12233007b82695a687b7022d8269eaa8603c"},{"messageHash":"0x8004470431f9bee5591b604b4a7c10daba6b089f75f09138b3348126e836327a"},{"messageHash":"0x532d59bf7a27aa204f5e4c07b05e667a857a478ad09a7407e341ca1353b99635"},{"messageHash":"0xe5fab70bb273f65a4ea13afd59fca4f76e86abe3c3eb32de6fdb573be4e3da87"},{"messageHash":"0xc1ba11fdafa0bbfd94de1219474f7f83c1cf53bccb83041b17c27a5dcde7390b"},{"messageHash":"0xbba2039adccd747f616afb4c2e172c504ee21cfcfdb0cc90c35147ef4fd1ff00"},{"messageHash":"0xc857ee4b976b1dae59a7a9b3428e3687a2c1e19346a7c2f4b5492b21825f7a76"},{"messageHash":"0xc9490b377b797d35813b7ee58fe788886c9033e600e188b85daa64bad22d7af1"},{"messageHash":"0xeaecc189cd8af596c052dd5cd1909437779cd218ec8ab76eaf0c2914471ca82c"},{"messageHash":"0x438ad96c8be11b648b310e4201809ff404ec7bdff3c090c6659902af0b3dd176"}]}'
|
||||
2025-12-19 04:18:30.521 DEBUG [src.steps.store] messages length is 10
|
||||
2025-12-19 04:18:30.523 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:18:30.524 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:18:30.524 DEBUG [src.node.waku_node] Stopping container with id 6f4afa5c941b
|
||||
2025-12-19 04:18:31.082 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:18:31.082 DEBUG [src.node.waku_node] Stopping container with id 0cfae794777a
|
||||
2025-12-19 04:18:31.637 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:18:31.637 DEBUG [src.node.waku_node] Stopping container with id 43f909f509a1
|
||||
2025-12-19 04:18:31.894 ERROR [src.node.docker_mananger] Max retries reached for container 6f4afa5c941b. Exiting log stream.
|
||||
2025-12-19 04:18:32.166 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:18:32.167 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:18:32.176 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:18:32.187 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:18:32.194 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
82
nim/1008/data/attachments/15ec26eaeb0ad70a.txt
Normal file
82
nim/1008/data/attachments/15ec26eaeb0ad70a.txt
Normal file
@ -0,0 +1,82 @@
|
||||
2025-12-19 04:26:16.379 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:26:16.379 DEBUG [tests.conftest] Running test: test_subscribe_and_publish_on_another_content_topic_from_same_shard with id: 2025-12-19_04-26-16__037750c5-bba1-4546-89f1-065775ae118b
|
||||
2025-12-19 04:26:16.379 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:26:16.379 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:26:16.380 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-19 04:26:16.386 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:26:16.387 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-26-16__037750c5-bba1-4546-89f1-065775ae118b__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:26:16.387 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:26:16.387 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:26:16.388 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:26:16.388 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.231.202
|
||||
2025-12-19 04:26:16.388 DEBUG [src.node.docker_mananger] Generated ports ['40036', '40037', '40038', '40039', '40040']
|
||||
2025-12-19 04:26:16.389 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:26:16.389 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:26:16.389 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:26:16.389 DEBUG [src.node.docker_mananger] docker run -i -t -p 40036:40036 -p 40037:40037 -p 40038:40038 -p 40039:40039 -p 40040:40040 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40038 --rest-port=40036 --tcp-port=40037 --discv5-udp-port=40039 --rest-address=0.0.0.0 --nat=extip:172.18.231.202 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=23214df95bbaafd6ea3ac598d3b9ecb23dca490bb1c64fdf085e7cffad95a1cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40040 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-19 04:26:16.575 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.231.202 waku 946d0144285b225b73bbcc9efb193e02a6ee17be9f931ce9177b8ad6712ff457
|
||||
2025-12-19 04:26:16.606 DEBUG [src.node.docker_mananger] Container started with ID 946d0144285b. Setting up logs at ./log/docker/node1_2025-12-19_04-26-16__037750c5-bba1-4546-89f1-065775ae118b__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:26:16.606 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40036
|
||||
2025-12-19 04:26:16.606 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:26:16.670 ERROR [src.node.docker_mananger] Max retries reached for container 6a6e2196a2d6. Exiting log stream.
|
||||
2025-12-19 04:26:17.186 ERROR [src.node.docker_mananger] Max retries reached for container e78c5e79d29b. Exiting log stream.
|
||||
2025-12-19 04:26:17.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40036/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:26:17.610 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:26:17.610 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:26:17.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40036/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:26:17.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.231.202/tcp/40037/p2p/16Uiu2HAm6EBkuCdkbh4iUhZ8w6xxtvTtNznBcoEptZ7pb9f5jrLL","/ip4/172.18.231.202/tcp/40038/ws/p2p/16Uiu2HAm6EBkuCdkbh4iUhZ8w6xxtvTtNznBcoEptZ7pb9f5jrLL"],"enrUri":"enr:-L24QEC0q4h0Gy-KjOrxZfcvBPegWBDcSZEI9oEVGtDcjw-GFPHCl0AtENmIKNtPmkgCeisFkIm9veELXtdOCs_AqtwCgmlkgnY0gmlwhKwS58qKbXVsdGlhZGRyc5YACASsEufKBpxlAAoErBLnygacZt0DgnJzhQACAQAAiXNlY3AyNTZrMaECoH9BmXBByetkXIApIfaNGpf2bfvEL6gU3H43FeO8BtWDdGNwgpxlg3VkcIKcZ4V3YWt1MgU"}'
|
||||
2025-12-19 04:26:17.612 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:26:17.619 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:26:17.619 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-26-16__037750c5-bba1-4546-89f1-065775ae118b__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:26:17.619 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:26:17.619 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:26:17.620 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:26:17.620 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.209.169
|
||||
2025-12-19 04:26:17.621 DEBUG [src.node.docker_mananger] Generated ports ['35547', '35548', '35549', '35550', '35551']
|
||||
2025-12-19 04:26:17.621 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:26:17.621 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:26:17.621 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:26:17.621 DEBUG [src.node.docker_mananger] docker run -i -t -p 35547:35547 -p 35548:35548 -p 35549:35549 -p 35550:35550 -p 35551:35551 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35549 --rest-port=35547 --tcp-port=35548 --discv5-udp-port=35550 --rest-address=0.0.0.0 --nat=extip:172.18.209.169 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ccbc95ed4c5b7b2eeeedec6a3f11ea7a5e38b4032cbcdea27a3dc6ddb5fda0cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35551 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEC0q4h0Gy-KjOrxZfcvBPegWBDcSZEI9oEVGtDcjw-GFPHCl0AtENmIKNtPmkgCeisFkIm9veELXtdOCs_AqtwCgmlkgnY0gmlwhKwS58qKbXVsdGlhZGRyc5YACASsEufKBpxlAAoErBLnygacZt0DgnJzhQACAQAAiXNlY3AyNTZrMaECoH9BmXBByetkXIApIfaNGpf2bfvEL6gU3H43FeO8BtWDdGNwgpxlg3VkcIKcZ4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-19 04:26:17.802 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.209.169 waku d8dbf09b21bed52be5347571ed03768b4e3c237adb97ccdb9f3c6fbdae9db9dd
|
||||
2025-12-19 04:26:17.832 DEBUG [src.node.docker_mananger] Container started with ID d8dbf09b21be. Setting up logs at ./log/docker/node2_2025-12-19_04-26-16__037750c5-bba1-4546-89f1-065775ae118b__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:26:17.832 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35547
|
||||
2025-12-19 04:26:17.832 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:26:18.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35547/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:26:18.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":"READY"}]}'
|
||||
2025-12-19 04:26:18.852 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:26:18.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35547/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:26:18.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.209.169/tcp/35548/p2p/16Uiu2HAm4jVXeq5MzsuZQUUvgmpSDt2DCvNNnVGdK2gBrsh3bpta","/ip4/172.18.209.169/tcp/35549/ws/p2p/16Uiu2HAm4jVXeq5MzsuZQUUvgmpSDt2DCvNNnVGdK2gBrsh3bpta"],"enrUri":"enr:-L24QD4NoMWP-TvPnXMKJqUrUXuKjo90HrPx_8UoICit6dZMU8CnP5xNQQmiMsvyFzZUhKeSe_vDt9rQyro2XdocQeQCgmlkgnY0gmlwhKwS0amKbXVsdGlhZGRyc5YACASsEtGpBorcAAoErBLRqQaK3d0DgnJzhQACAQAAiXNlY3AyNTZrMaECiknR_HndJ92kk6sw4bk6wVCbogY4MmFjN_7u5KRL-LuDdGNwgorcg3VkcIKK3oV3YWt1MgE"}'
|
||||
2025-12-19 04:26:18.858 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:26:18.859 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35547/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.231.202/tcp/40037/p2p/16Uiu2HAm6EBkuCdkbh4iUhZ8w6xxtvTtNznBcoEptZ7pb9f5jrLL"]'
|
||||
2025-12-19 04:26:18.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:26:18.862 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40036/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
||||
2025-12-19 04:26:18.866 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:26:18.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35547/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
||||
2025-12-19 04:26:18.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:26:18.872 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40036/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:26:18.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:26:18.878 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:26:18.978 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:26:18.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40036/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:26:18.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1766118378872363068,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:26:18.983 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:26:18.983 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35547/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:26:18.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1766118378872363068,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:26:18.986 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40036/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:26:18.991 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:26:18.992 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:26:19.092 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:26:19.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40036/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:26:19.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118378986848779,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:26:19.096 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:26:19.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35547/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:26:19.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118378986848779,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:26:19.101 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:26:19.102 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:26:19.103 DEBUG [src.node.waku_node] Stopping container with id 946d0144285b
|
||||
2025-12-19 04:26:19.630 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:26:19.631 DEBUG [src.node.waku_node] Stopping container with id d8dbf09b21be
|
||||
2025-12-19 04:26:20.166 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:26:20.169 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:26:20.174 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:26:20.179 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
93
nim/1008/data/attachments/16057e4b87211465.txt
Normal file
93
nim/1008/data/attachments/16057e4b87211465.txt
Normal file
@ -0,0 +1,93 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publish_and_retrieve_duplicate_message with id: 2025-12-19_04-17-14__b256b030-65e7-435a-8a80-9e709f813874
|
||||
[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_2025-12-19_04-17-14__b256b030-65e7-435a-8a80-9e709f813874__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.162.44
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['54602', '54603', '54604', '54605', '54606']
|
||||
[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 54602:54602 -p 54603:54603 -p 54604:54604 -p 54605:54605 -p 54606:54606 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54604 --rest-port=54602 --tcp-port=54603 --discv5-udp-port=54605 --rest-address=0.0.0.0 --nat=extip:172.18.162.44 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cedda27cfeeb03d9bd105b5a2edcadbfaebfe9b8fca48becd52234fde55eef9b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54606 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.162.44 waku bb6b074c7b1f4fc34cfe79189c56b648656748f02948f48825ca06b286a0cebf
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID bb6b074c7b1f. Setting up logs at ./log/docker/node1_2025-12-19_04-17-14__b256b030-65e7-435a-8a80-9e709f813874__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 54602
|
||||
[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 535b2ad67080. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 86fc91ab2e9a. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54602/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:54602/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.162.44/tcp/54603/p2p/16Uiu2HAkxTgQQHwmsy3Gi7JxsHZdn6ERf2beyzB15wNe5RVcVNLK","/ip4/172.18.162.44/tcp/54604/ws/p2p/16Uiu2HAkxTgQQHwmsy3Gi7JxsHZdn6ERf2beyzB15wNe5RVcVNLK"],"enrUri":"enr:-L24QHzengLSJioEY4P9DPxAMAvppKwmMYUnPjyjb1FkLuKrDQZVzRG5Vh-GYDEP3SliGaiOrN_5yeTQ7ic5Xf4b77kCgmlkgnY0gmlwhKwSoiyKbXVsdGlhZGRyc5YACASsEqIsBtVLAAoErBKiLAbVTN0DgnJzhQADAQAAiXNlY3AyNTZrMaECLRazv8Jp3sobW_GjzqpI8MqQ-e7_I2GnbZu-JeUuOmSDdGNwgtVLg3VkcILVTYV3YWt1MgE"}'
|
||||
[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_2025-12-19_04-17-14__b256b030-65e7-435a-8a80-9e709f813874__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.45.240
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38304', '38305', '38306', '38307', '38308']
|
||||
[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 38304:38304 -p 38305:38305 -p 38306:38306 -p 38307:38307 -p 38308:38308 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38306 --rest-port=38304 --tcp-port=38305 --discv5-udp-port=38307 --rest-address=0.0.0.0 --nat=extip:172.18.45.240 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9a8eb21b49bf7e7213dcac21c5cadb6a2fb674a43717f3dab88a6b1f96dbf5e8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38308 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHzengLSJioEY4P9DPxAMAvppKwmMYUnPjyjb1FkLuKrDQZVzRG5Vh-GYDEP3SliGaiOrN_5yeTQ7ic5Xf4b77kCgmlkgnY0gmlwhKwSoiyKbXVsdGlhZGRyc5YACASsEqIsBtVLAAoErBKiLAbVTN0DgnJzhQADAQAAiXNlY3AyNTZrMaECLRazv8Jp3sobW_GjzqpI8MqQ-e7_I2GnbZu-JeUuOmSDdGNwgtVLg3VkcILVTYV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.45.240 waku 6ee8194dbd18c3197375b5ed8c0409680366b4d13faa4c14d2b42458a07d3b8a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6ee8194dbd18. Setting up logs at ./log/docker/node2_2025-12-19_04-17-14__b256b030-65e7-435a-8a80-9e709f813874__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38304
|
||||
[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:38304/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:38304/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.45.240/tcp/38305/p2p/16Uiu2HAmPHAnN1N6LGTSQigEiVS2ZosGgThwYvZ5GaNQZLcjVfPr","/ip4/172.18.45.240/tcp/38306/ws/p2p/16Uiu2HAmPHAnN1N6LGTSQigEiVS2ZosGgThwYvZ5GaNQZLcjVfPr"],"enrUri":"enr:-L24QF19RtwuRidCffB1UQqOTuO-adk9XaooiR-UFujUzuTGWwUPRtD8IHEtky-3xwZ4l3o8EbE3LWKU6fR5Sq6veAkCgmlkgnY0gmlwhKwSLfCKbXVsdGlhZGRyc5YACASsEi3wBpWhAAoErBIt8AaVot0DgnJzhQADAQAAiXNlY3AyNTZrMaEDndmTAFbxgyezaDUEADkGiMO61iCvYjfp1MsXV74lKiWDdGNwgpWhg3VkcIKVo4V3YWt1MgE"}'
|
||||
[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:38304/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.162.44/tcp/54603/p2p/16Uiu2HAkxTgQQHwmsy3Gi7JxsHZdn6ERf2beyzB15wNe5RVcVNLK"]'
|
||||
[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:54602/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:38304/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:54602/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:54602/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":1766117837329300992,"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:38304/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":1766117837329300992,"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:54602/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:54602/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":1766117837444803661,"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:38304/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":1766117837444803661,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:54602/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:54602/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":1766117837444803661,"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:38304/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 bb6b074c7b1f
|
||||
[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 6ee8194dbd18
|
||||
[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/1008/data/attachments/16448d56d547e251.txt
Normal file
68
nim/1008/data/attachments/16448d56d547e251.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2025-12-19 04:13:51.191 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:13:51.191 DEBUG [tests.conftest] Running test: test_filter_subscribe_with_no_request_id with id: 2025-12-19_04-13-51__73961dc2-756e-45d8-a864-7aff85b72583
|
||||
2025-12-19 04:13:51.191 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:13:51.191 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:13:51.192 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-19 04:13:51.198 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:51.198 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-13-51__73961dc2-756e-45d8-a864-7aff85b72583__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:51.199 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:51.199 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:51.200 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:51.200 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.175.171
|
||||
2025-12-19 04:13:51.200 DEBUG [src.node.docker_mananger] Generated ports ['2192', '2193', '2194', '2195', '2196']
|
||||
2025-12-19 04:13:51.200 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:51.201 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:51.201 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:51.201 DEBUG [src.node.docker_mananger] docker run -i -t -p 2192:2192 -p 2193:2193 -p 2194:2194 -p 2195:2195 -p 2196:2196 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2194 --rest-port=2192 --tcp-port=2193 --discv5-udp-port=2195 --rest-address=0.0.0.0 --nat=extip:172.18.175.171 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8db215463681087e0628efbf4bab7d33f4ec8bf7d2c7abebbeb53e05388b04cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2196 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-19 04:13:51.388 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.175.171 waku 5437b7626cd036d2b642370cfd7cfdbaccc2049492fc1d1e8548d0815c698453
|
||||
2025-12-19 04:13:51.419 DEBUG [src.node.docker_mananger] Container started with ID 5437b7626cd0. Setting up logs at ./log/docker/node1_2025-12-19_04-13-51__73961dc2-756e-45d8-a864-7aff85b72583__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:51.420 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2192
|
||||
2025-12-19 04:13:51.420 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:51.441 ERROR [src.node.docker_mananger] Max retries reached for container 033a062ab523. Exiting log stream.
|
||||
2025-12-19 04:13:51.992 ERROR [src.node.docker_mananger] Max retries reached for container e39a26c68ab1. Exiting log stream.
|
||||
2025-12-19 04:13:52.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2192/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:52.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"}]}'
|
||||
2025-12-19 04:13:52.425 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:13:52.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2192/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:52.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.175.171/tcp/2193/p2p/16Uiu2HAkvNNoLoE4odwbG5yZY6W71rf6qqFSQZ5tvrY7kNqaEBHH","/ip4/172.18.175.171/tcp/2194/ws/p2p/16Uiu2HAkvNNoLoE4odwbG5yZY6W71rf6qqFSQZ5tvrY7kNqaEBHH"],"enrUri":"enr:-L24QLH1eqS7OU70tElkcgNfnBkUDnHDV2J0_xOsmEbuj27oaS8ldet4ovRng4O7I2FSP_Z6P1uTuxXwq4ccKT_kqAMCgmlkgnY0gmlwhKwSr6uKbXVsdGlhZGRyc5YACASsEq-rBgiRAAoErBKvqwYIkt0DgnJzhQADAQAAiXNlY3AyNTZrMaECDgOEz2Mewa2k_6Trp62rvJk1cvivotiYWZC_tBc2xvCDdGNwggiRg3VkcIIIk4V3YWt1MgU"}'
|
||||
2025-12-19 04:13:52.427 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:13:52.428 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-19 04:13:52.434 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:52.434 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-13-51__73961dc2-756e-45d8-a864-7aff85b72583__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:52.435 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:52.435 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:52.436 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:52.436 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.221.255
|
||||
2025-12-19 04:13:52.436 DEBUG [src.node.docker_mananger] Generated ports ['37536', '37537', '37538', '37539', '37540']
|
||||
2025-12-19 04:13:52.436 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:52.437 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:52.437 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:52.437 DEBUG [src.node.docker_mananger] docker run -i -t -p 37536:37536 -p 37537:37537 -p 37538:37538 -p 37539:37539 -p 37540:37540 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37538 --rest-port=37536 --tcp-port=37537 --discv5-udp-port=37539 --rest-address=0.0.0.0 --nat=extip:172.18.221.255 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d8a3bb7b0ea2eadadcdf47a58eeedd2a4040ec96b2ba12ff6f75ac5ff6fe6d0f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37540 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QLH1eqS7OU70tElkcgNfnBkUDnHDV2J0_xOsmEbuj27oaS8ldet4ovRng4O7I2FSP_Z6P1uTuxXwq4ccKT_kqAMCgmlkgnY0gmlwhKwSr6uKbXVsdGlhZGRyc5YACASsEq-rBgiRAAoErBKvqwYIkt0DgnJzhQADAQAAiXNlY3AyNTZrMaECDgOEz2Mewa2k_6Trp62rvJk1cvivotiYWZC_tBc2xvCDdGNwggiRg3VkcIIIk4V3YWt1MgU --filternode=/ip4/172.18.175.171/tcp/2193/p2p/16Uiu2HAkvNNoLoE4odwbG5yZY6W71rf6qqFSQZ5tvrY7kNqaEBHH
|
||||
2025-12-19 04:13:52.625 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.221.255 waku cc74a882aa168c53ea1ff0b8ca22ee9e02b75d5fc0b120bfa0b177b36f0dbeab
|
||||
2025-12-19 04:13:52.654 DEBUG [src.node.docker_mananger] Container started with ID cc74a882aa16. Setting up logs at ./log/docker/node2_2025-12-19_04-13-51__73961dc2-756e-45d8-a864-7aff85b72583__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:52.654 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37536
|
||||
2025-12-19 04:13:52.655 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:53.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37536/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:53.660 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:13:53.660 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:13:53.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37536/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:53.663 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.221.255/tcp/37537/p2p/16Uiu2HAmUtxZbaYWQuhFGVthetAQRMSVve4LSAucQ8qc577vyDtF","/ip4/172.18.221.255/tcp/37538/ws/p2p/16Uiu2HAmUtxZbaYWQuhFGVthetAQRMSVve4LSAucQ8qc577vyDtF"],"enrUri":"enr:-L24QCL2mtvJ5iLYpAGplapN3d3C97PGvsINzMAFEfqXUORRQ9avSubeyncaiLhLipsOYnojWYRNcmXu5Q8bEIuw3woCgmlkgnY0gmlwhKwS3f-KbXVsdGlhZGRyc5YACASsEt3_BpKhAAoErBLd_waSot0DgnJzhQADAQAAiXNlY3AyNTZrMaED8U8ZxVap4eZ_Xyg8alLC9y_YpLIkaQHQxN86qObibpyDdGNwgpKhg3VkcIKSo4V3YWt1MgA"}'
|
||||
2025-12-19 04:13:53.663 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:13:53.664 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37536/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.175.171/tcp/2193/p2p/16Uiu2HAkvNNoLoE4odwbG5yZY6W71rf6qqFSQZ5tvrY7kNqaEBHH"]'
|
||||
2025-12-19 04:13:53.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:13:53.695 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-19 04:13:53.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2192/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:13:53.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:13:53.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37536/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "d296b79c-ce33-4d05-959b-64c941d4657d", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:13:53.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"d296b79c-ce33-4d05-959b-64c941d4657d","statusDesc":"OK"}'
|
||||
2025-12-19 04:13:53.722 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37536/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:13:53.725 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:37536/filter/v2/subscriptions. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2025-12-19 04:13:53.728 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:13:53.729 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:13:53.729 DEBUG [src.node.waku_node] Stopping container with id 5437b7626cd0
|
||||
2025-12-19 04:13:54.284 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:13:54.284 DEBUG [src.node.waku_node] Stopping container with id cc74a882aa16
|
||||
2025-12-19 04:13:54.804 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:13:54.806 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:13:54.812 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:13:54.817 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
80
nim/1008/data/attachments/17a8235b17396a36.txt
Normal file
80
nim/1008/data/attachments/17a8235b17396a36.txt
Normal file
@ -0,0 +1,80 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_relay_peers_on_shard_contains_connected_peer with id: 2025-12-19_04-18-38__b6f24b60-f7b2-4877-a0ed-025640181be2
|
||||
[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_2025-12-19_04-18-38__b6f24b60-f7b2-4877-a0ed-025640181be2__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_2025-12-19_04-18-38__b6f24b60-f7b2-4877-a0ed-025640181be2__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_2025-12-19_04-18-38__b6f24b60-f7b2-4877-a0ed-025640181be2__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_2025-12-19_04-18-38__b6f24b60-f7b2-4877-a0ed-025640181be2__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.233.244
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50211', '50212', '50213', '50214', '50215']
|
||||
[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 50211:50211 -p 50212:50212 -p 50213:50213 -p 50214:50214 -p 50215:50215 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50213 --rest-port=50211 --tcp-port=50212 --discv5-udp-port=50214 --rest-address=0.0.0.0 --nat=extip:172.18.233.244 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=fdbbec8247e97239ddf37c4b44fda9badaec4cb95d5f1d2e0e23fc96adabde0b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50215 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.233.244 waku 50d006cf9e252b7c58e2b43a57c85ec757ef09559ddaf2e138f11eade33f7660
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 50d006cf9e25. Setting up logs at ./log/docker/node1_2025-12-19_04-18-38__b6f24b60-f7b2-4877-a0ed-025640181be2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50211
|
||||
[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 3b07a600d750. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a2355732c8f9. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50211/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:50211/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.233.244/tcp/50212/p2p/16Uiu2HAkxRDknW8JSwUTzRvzUvLtLC9CQtAreXSH4pHHWwHSqkKf","/ip4/172.18.233.244/tcp/50213/ws/p2p/16Uiu2HAkxRDknW8JSwUTzRvzUvLtLC9CQtAreXSH4pHHWwHSqkKf"],"enrUri":"enr:-La4QCGnXyTT0o3OjMJr7EB21uRgiF3EqNwQsqEJXvlpjM-FXsQ0vkJXTi0mnM5m13FO6dFn1_4A26pndVAyxpDAqwACgmlkgnY0gmlwhKwS6fSKbXVsdGlhZGRyc5YACASsEun0BsQkAAoErBLp9AbEJd0DgnJzhQADAQAAiXNlY3AyNTZrMaECLHVorSpGT5DZtWtTemzPHtCUYdZAwTv8SeSTD_XDp1aDdGNwgsQkhXdha3UyAQ"}'
|
||||
[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.86.33
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['36963', '36964', '36965', '36966', '36967']
|
||||
[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 36963:36963 -p 36964:36964 -p 36965:36965 -p 36966:36966 -p 36967:36967 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36965 --rest-port=36963 --tcp-port=36964 --discv5-udp-port=36966 --rest-address=0.0.0.0 --nat=extip:172.18.86.33 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=ab416d57e1cf8ba06e62a3ce2169020f5f4fcaf0fb7ab78b8ecbdccce86ccdc7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36967 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QCGnXyTT0o3OjMJr7EB21uRgiF3EqNwQsqEJXvlpjM-FXsQ0vkJXTi0mnM5m13FO6dFn1_4A26pndVAyxpDAqwACgmlkgnY0gmlwhKwS6fSKbXVsdGlhZGRyc5YACASsEun0BsQkAAoErBLp9AbEJd0DgnJzhQADAQAAiXNlY3AyNTZrMaECLHVorSpGT5DZtWtTemzPHtCUYdZAwTv8SeSTD_XDp1aDdGNwgsQkhXdha3UyAQ
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.86.33 waku 45f863f5a5c500ee902bda351584b0b8ed459ba68b4c68fda3b79d82675972bd
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 45f863f5a5c5. Setting up logs at ./log/docker/node2_2025-12-19_04-18-38__b6f24b60-f7b2-4877-a0ed-025640181be2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 36963
|
||||
[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:36963/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:36963/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.33/tcp/36964/p2p/16Uiu2HAmPtTmYsp1HnbCzBpfMNzYYLCaTAt49Z1rzJGmmf7DbMdC","/ip4/172.18.86.33/tcp/36965/ws/p2p/16Uiu2HAmPtTmYsp1HnbCzBpfMNzYYLCaTAt49Z1rzJGmmf7DbMdC"],"enrUri":"enr:-La4QPsRZIeQ2mOdyxP6IFEWfGzY_QeGpaD4bUCO8KijsWrIRBiABkyGqWLcO68tTH5SUI-QFM4TFAGzZeySah2L1zYCgmlkgnY0gmlwhKwSViGKbXVsdGlhZGRyc5YACASsElYhBpBkAAoErBJWIQaQZd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDpuQb0T0wvGd8iXzM-OtU__Rk_s-Tbzh7v8ETLT9YUFODdGNwgpBkhXdha3UyAQ"}'
|
||||
[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:50211/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.86.33/tcp/36964/p2p/16Uiu2HAmPtTmYsp1HnbCzBpfMNzYYLCaTAt49Z1rzJGmmf7DbMdC"]'
|
||||
[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:36963/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.233.244/tcp/50212/p2p/16Uiu2HAkxRDknW8JSwUTzRvzUvLtLC9CQtAreXSH4pHHWwHSqkKf"]'
|
||||
[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:50211/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.86.33/tcp/36964/p2p/16Uiu2HAmPtTmYsp1HnbCzBpfMNzYYLCaTAt49Z1rzJGmmf7DbMdC","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-121-g2d40cb","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:36963/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.233.244/tcp/47288/p2p/16Uiu2HAkxRDknW8JSwUTzRvzUvLtLC9CQtAreXSH4pHHWwHSqkKf","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-121-g2d40cb","origin":"UnknownOrigin"}]'
|
||||
[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 POST "http://127.0.0.1:50211/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:36963/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 GET "http://127.0.0.1:50211/admin/v1/peers/relay/on/0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"shard":0,"peers":[{"multiaddr":"/ip4/172.18.86.33/tcp/36964/p2p/16Uiu2HAmPtTmYsp1HnbCzBpfMNzYYLCaTAt49Z1rzJGmmf7DbMdC","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-121-g2d40cb","origin":"UnknownOrigin","score":0.0}]}'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:366 checking shard=0 list: {'shard': 0, 'peers': [{'multiaddr': '/ip4/172.18.86.33/tcp/36964/p2p/16Uiu2HAmPtTmYsp1HnbCzBpfMNzYYLCaTAt49Z1rzJGmmf7DbMdC', '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-121-g2d40cb', 'origin': 'UnknownOrigin', 'score': 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 50d006cf9e25
|
||||
[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 45f863f5a5c5
|
||||
[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.
|
||||
6183
nim/1008/data/attachments/17b5f8f1cdbe8914.txt
Normal file
6183
nim/1008/data/attachments/17b5f8f1cdbe8914.txt
Normal file
File diff suppressed because it is too large
Load Diff
34
nim/1008/data/attachments/17fb733ae2b3396b.txt
Normal file
34
nim/1008/data/attachments/17fb733ae2b3396b.txt
Normal file
@ -0,0 +1,34 @@
|
||||
WRN 2025-12-19 04:20:42.276+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2025-12-19 04:20:42.276+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2025-12-19 04:20:42.277+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
|
||||
INF 2025-12-19 04:20:42.277+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2025-12-19 04:20:42.277+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
INF 2025-12-19 04:20:42.277+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QIXJSAs45pcmc9Iw8tgW_RKFAn79Bm2i9CzVvtK81LhEEyIr2QsIJx7r3v8iSzEZ194NMdTbXoKeOFVXPXDhtlUCgmlkgnY0gmlwhKwS3xGKbXVsdGlhZGRyc5YACASsEt8RBnnxAAoErBLfEQZ58t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC8oqthITHoWfSRRRojazHkqP84uMAqv5NFXCHJ2ZKyHqDdGNwgnnxg3VkcIJ584V3YWt1Mgk
|
||||
NTC 2025-12-19 04:20:42.277+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:28741
|
||||
INF 2025-12-19 04:20:42.277+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:28741/
|
||||
INF 2025-12-19 04:20:42.277+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2025-12-19 04:20:42.277+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2025-12-19 04:20:42.279+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2025-12-19 04:20:42.279+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2025-12-19 04:20:42.279+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2025-12-19 04:20:42.279+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2025-12-19 04:20:42.279+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.148.92/tcp/28742, /ip4/172.18.148.92/tcp/28743/ws]"
|
||||
INF 2025-12-19 04:20:42.279+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2025-12-19 04:20:42.279+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2025-12-19 04:20:42.279+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2025-12-19 04:20:42.279+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2025-12-19 04:20:42.279+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2025-12-19 04:20:42.279+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
|
||||
INF 2025-12-19 04:20:42.279+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
|
||||
INF 2025-12-19 04:20:42.279+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
|
||||
INF 2025-12-19 04:20:42.279+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*A69jAD, seqNo: 1766118042, addresses: [/ip4/172.18.148.92/tcp/28742, /ip4/172.18.148.92/tcp/28743/ws], mixKey: )"
|
||||
TRC 2025-12-19 04:20:42.280+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2025-12-19 04:20:42.280+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
|
||||
INF 2025-12-19 04:20:42.280+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
||||
INF 2025-12-19 04:20:42.280+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2025-12-19 04:20:42.280+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2025-12-19 04:20:42.280+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
|
||||
ERR 2025-12-19 04:20:42.280+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-19 04:20:42.280+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-19 04:20:42.280+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"
|
||||
2598
nim/1008/data/attachments/18de0bcd423bd4c2.txt
Normal file
2598
nim/1008/data/attachments/18de0bcd423bd4c2.txt
Normal file
File diff suppressed because it is too large
Load Diff
1736
nim/1008/data/attachments/18e7138a417a83b7.txt
Normal file
1736
nim/1008/data/attachments/18e7138a417a83b7.txt
Normal file
File diff suppressed because it is too large
Load Diff
7964
nim/1008/data/attachments/18f88be23a7565db.txt
Normal file
7964
nim/1008/data/attachments/18f88be23a7565db.txt
Normal file
File diff suppressed because it is too large
Load Diff
78
nim/1008/data/attachments/194ec4a2979dba44.txt
Normal file
78
nim/1008/data/attachments/194ec4a2979dba44.txt
Normal file
@ -0,0 +1,78 @@
|
||||
2025-12-19 04:17:22.275 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:17:22.276 DEBUG [tests.conftest] Running test: test_filter_get_message_duplicate_message with id: 2025-12-19_04-17-22__e8dde028-c808-42c8-821c-2e74f3d878b7
|
||||
2025-12-19 04:17:22.276 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:17:22.277 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:17:22.277 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-19 04:17:22.287 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:17:22.287 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-17-22__e8dde028-c808-42c8-821c-2e74f3d878b7__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:22.287 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:17:22.287 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:17:22.289 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:17:22.289 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.207.211
|
||||
2025-12-19 04:17:22.289 DEBUG [src.node.docker_mananger] Generated ports ['6379', '6380', '6381', '6382', '6383']
|
||||
2025-12-19 04:17:22.289 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:17:22.289 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:17:22.289 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:17:22.289 DEBUG [src.node.docker_mananger] docker run -i -t -p 6379:6379 -p 6380:6380 -p 6381:6381 -p 6382:6382 -p 6383:6383 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6381 --rest-port=6379 --tcp-port=6380 --discv5-udp-port=6382 --rest-address=0.0.0.0 --nat=extip:172.18.207.211 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1ad5ee86cf64789c54872abac86efc7c0bad3b7facaacdd6bd1c959cb7cef50c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6383 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-19 04:17:22.469 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.207.211 waku 9e1a0c344549ff41b132855b47898940b2db41cf140c17dae97b6df73ba85f91
|
||||
2025-12-19 04:17:22.502 DEBUG [src.node.docker_mananger] Container started with ID 9e1a0c344549. Setting up logs at ./log/docker/node1_2025-12-19_04-17-22__e8dde028-c808-42c8-821c-2e74f3d878b7__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:22.503 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6379
|
||||
2025-12-19 04:17:22.503 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:17:22.570 ERROR [src.node.docker_mananger] Max retries reached for container 0cd1f8d5a640. Exiting log stream.
|
||||
2025-12-19 04:17:23.098 ERROR [src.node.docker_mananger] Max retries reached for container f1b820b6aa4e. Exiting log stream.
|
||||
2025-12-19 04:17:23.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6379/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:23.507 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:17:23.507 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:17:23.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6379/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:23.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.207.211/tcp/6380/p2p/16Uiu2HAmSBWTWw42Wvva8noQeDThmz5Aq4ZYPQdwboksa39GUmTk","/ip4/172.18.207.211/tcp/6381/ws/p2p/16Uiu2HAmSBWTWw42Wvva8noQeDThmz5Aq4ZYPQdwboksa39GUmTk"],"enrUri":"enr:-L24QKvo1_VCuaLZHt6EirirPH7pnpkey2vpqJackyn1bUq4TGrBAEOjbfR32hIrxPHl7OiQDtoyYTap4TXcOTziqroCgmlkgnY0gmlwhKwSz9OKbXVsdGlhZGRyc5YACASsEs_TBhjsAAoErBLP0wYY7d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyPllldomnnjD5dboqmR5vl4NIYWmxNVI_xkUF4IlGmeDdGNwghjsg3VkcIIY7oV3YWt1MgU"}'
|
||||
2025-12-19 04:17:23.509 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:17:23.510 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-19 04:17:23.516 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:17:23.516 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-17-22__e8dde028-c808-42c8-821c-2e74f3d878b7__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:23.517 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:17:23.517 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:17:23.518 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:17:23.518 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.133.102
|
||||
2025-12-19 04:17:23.518 DEBUG [src.node.docker_mananger] Generated ports ['30714', '30715', '30716', '30717', '30718']
|
||||
2025-12-19 04:17:23.519 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:17:23.519 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:17:23.519 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:17:23.519 DEBUG [src.node.docker_mananger] docker run -i -t -p 30714:30714 -p 30715:30715 -p 30716:30716 -p 30717:30717 -p 30718:30718 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30716 --rest-port=30714 --tcp-port=30715 --discv5-udp-port=30717 --rest-address=0.0.0.0 --nat=extip:172.18.133.102 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f19e64bc7b9368fbab14b3cffbf3ff69ddb117387ea98afadf653c00dc5a8f1e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30718 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKvo1_VCuaLZHt6EirirPH7pnpkey2vpqJackyn1bUq4TGrBAEOjbfR32hIrxPHl7OiQDtoyYTap4TXcOTziqroCgmlkgnY0gmlwhKwSz9OKbXVsdGlhZGRyc5YACASsEs_TBhjsAAoErBLP0wYY7d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDyPllldomnnjD5dboqmR5vl4NIYWmxNVI_xkUF4IlGmeDdGNwghjsg3VkcIIY7oV3YWt1MgU --filternode=/ip4/172.18.207.211/tcp/6380/p2p/16Uiu2HAmSBWTWw42Wvva8noQeDThmz5Aq4ZYPQdwboksa39GUmTk
|
||||
2025-12-19 04:17:23.709 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.133.102 waku 91c2d4e7818dfae857f875c2f495bb318b076b313d4416c0eec44bbcde492f4d
|
||||
2025-12-19 04:17:23.739 DEBUG [src.node.docker_mananger] Container started with ID 91c2d4e7818d. Setting up logs at ./log/docker/node2_2025-12-19_04-17-22__e8dde028-c808-42c8-821c-2e74f3d878b7__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:23.739 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30714
|
||||
2025-12-19 04:17:23.740 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:17:24.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30714/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:24.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:17:24.745 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:17:24.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30714/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:24.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.133.102/tcp/30715/p2p/16Uiu2HAmCzbg4VBboDR1seNkSEXBvWHvaQ2Bpf75NMUQgmg9HCXf","/ip4/172.18.133.102/tcp/30716/ws/p2p/16Uiu2HAmCzbg4VBboDR1seNkSEXBvWHvaQ2Bpf75NMUQgmg9HCXf"],"enrUri":"enr:-L24QEJBUfpDjRyZa-hPu__gnb6UuwSLyFUKQtaa-v91oz3xJ6dmVrWmXvHIFFbcDC2kH0UnNrGzjpUGRKBHinFNo1UCgmlkgnY0gmlwhKwShWaKbXVsdGlhZGRyc5YACASsEoVmBnf7AAoErBKFZgZ3_N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBQX51xJ4sKM9lZuhuJWi7ckPc-8T-8rUcj7_wo0Ex16DdGNwgnf7g3VkcIJ3_YV3YWt1MgA"}'
|
||||
2025-12-19 04:17:24.748 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:17:24.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30714/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.207.211/tcp/6380/p2p/16Uiu2HAmSBWTWw42Wvva8noQeDThmz5Aq4ZYPQdwboksa39GUmTk"]'
|
||||
2025-12-19 04:17:24.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:24.781 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-19 04:17:24.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6379/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:17:24.792 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:24.792 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30714/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ef7b358a-cf2a-49e7-b7c0-28acb8e5660f", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:17:24.805 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ef7b358a-cf2a-49e7-b7c0-28acb8e5660f","statusDesc":"OK"}'
|
||||
2025-12-19 04:17:24.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6379/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:24.814 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:24.815 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:24.915 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:24.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30714/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:24.918 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":1766117844807385388,"ephemeral":false}]'
|
||||
2025-12-19 04:17:24.920 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6379/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:24.924 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:24.924 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:25.024 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:25.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30714/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:25.027 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
||||
2025-12-19 04:17:25.030 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:17:25.031 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:17:25.031 DEBUG [src.node.waku_node] Stopping container with id 9e1a0c344549
|
||||
2025-12-19 04:17:25.568 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:25.569 DEBUG [src.node.waku_node] Stopping container with id 91c2d4e7818d
|
||||
2025-12-19 04:17:26.078 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:26.079 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:17:26.084 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:26.090 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1720
nim/1008/data/attachments/19978cf0a2372b9c.txt
Normal file
1720
nim/1008/data/attachments/19978cf0a2372b9c.txt
Normal file
File diff suppressed because it is too large
Load Diff
77
nim/1008/data/attachments/19b0fbca2e6cc9a1.txt
Normal file
77
nim/1008/data/attachments/19b0fbca2e6cc9a1.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: 2025-12-19_04-21-29__dec2e269-cf08-4638-992f-c07e2924410f
|
||||
[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_2025-12-19_04-21-29__dec2e269-cf08-4638-992f-c07e2924410f__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.85.70
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['57402', '57403', '57404', '57405', '57406']
|
||||
[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 57402:57402 -p 57403:57403 -p 57404:57404 -p 57405:57405 -p 57406:57406 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57404 --rest-port=57402 --tcp-port=57403 --discv5-udp-port=57405 --rest-address=0.0.0.0 --nat=extip:172.18.85.70 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2db633cc2bcdf05c3e0d2fee8aa21db525164a84ab1fdc49a8025bf20dd1f6fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57406 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.85.70 waku f4ec6042feba7ec5bc5f0e10647bf24f58a75fddec7755853aebe34e7081a523
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f4ec6042feba. Setting up logs at ./log/docker/node1_2025-12-19_04-21-29__dec2e269-cf08-4638-992f-c07e2924410f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 57402
|
||||
[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 3a90700c00d3. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7b9f08be5a37. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:57402/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:57402/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.85.70/tcp/57403/p2p/16Uiu2HAm8hB2LkqjRZ56W3k3Cwp4C45oDKH85JPSsS2NqLGa98ie","/ip4/172.18.85.70/tcp/57404/ws/p2p/16Uiu2HAm8hB2LkqjRZ56W3k3Cwp4C45oDKH85JPSsS2NqLGa98ie"],"enrUri":"enr:-L24QN_EaRh_VElCjDAC-MpMuOIOGrZJypptR_CBV9Rwol9fbzlXCJmmPfpqldzJbnLzAJjuMWdZ2yNTVhm9XzIbbogCgmlkgnY0gmlwhKwSVUaKbXVsdGlhZGRyc5YACASsElVGBuA7AAoErBJVRgbgPN0DgnJzhQADAQAAiXNlY3AyNTZrMaECxSB7dQnq-Fa3vlrrLn2dRwgBQikPpf3PnthdUn1Li9uDdGNwguA7g3VkcILgPYV3YWt1MgE"}'
|
||||
[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_2025-12-19_04-21-29__dec2e269-cf08-4638-992f-c07e2924410f__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.97
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['19449', '19450', '19451', '19452', '19453']
|
||||
[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 19449:19449 -p 19450:19450 -p 19451:19451 -p 19452:19452 -p 19453:19453 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=19451 --rest-port=19449 --tcp-port=19450 --discv5-udp-port=19452 --rest-address=0.0.0.0 --nat=extip:172.18.68.97 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c9bbedc4fe4fcafc4efdce818e7aef9e7b34d42bd9f25abb81e68ff5318bacad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19453 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QN_EaRh_VElCjDAC-MpMuOIOGrZJypptR_CBV9Rwol9fbzlXCJmmPfpqldzJbnLzAJjuMWdZ2yNTVhm9XzIbbogCgmlkgnY0gmlwhKwSVUaKbXVsdGlhZGRyc5YACASsElVGBuA7AAoErBJVRgbgPN0DgnJzhQADAQAAiXNlY3AyNTZrMaECxSB7dQnq-Fa3vlrrLn2dRwgBQikPpf3PnthdUn1Li9uDdGNwguA7g3VkcILgPYV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.68.97 waku 56c314b3db88f1d65633355afe91baff94745d4453229d81bbbf9a0080632cdd
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 56c314b3db88. Setting up logs at ./log/docker/node2_2025-12-19_04-21-29__dec2e269-cf08-4638-992f-c07e2924410f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 19449
|
||||
[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:19449/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:19449/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.97/tcp/19450/p2p/16Uiu2HAkzcNiWv2skphjw3fQxdtogwPu5yKGm5YEyiDv3x3BcR4H","/ip4/172.18.68.97/tcp/19451/ws/p2p/16Uiu2HAkzcNiWv2skphjw3fQxdtogwPu5yKGm5YEyiDv3x3BcR4H"],"enrUri":"enr:-L24QNHOou2SRHNBDIZi3TKbwpzLs7CMWx7kM8H8qK0fwP_6D0StpTfJZCtQ-o-SwM0mrJtKs7Sf4m0ZJQcjLFtmuBoCgmlkgnY0gmlwhKwSRGGKbXVsdGlhZGRyc5YACASsEkRhBkv6AAoErBJEYQZL-90DgnJzhQADAQAAiXNlY3AyNTZrMaECTQhNwm_lTSP7YZLSGlw9Xh0lDe6t2vhFbzyvoHCxazaDdGNwgkv6g3VkcIJL_IV3YWt1MgE"}'
|
||||
[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:19449/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.85.70/tcp/57403/p2p/16Uiu2HAm8hB2LkqjRZ56W3k3Cwp4C45oDKH85JPSsS2NqLGa98ie"]'
|
||||
[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:57402/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:19449/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:57402/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:57402/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":1766118092068144128,"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:19449/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":1766118092068144128,"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:57402/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:57402/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 f4ec6042feba
|
||||
[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 56c314b3db88
|
||||
[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.
|
||||
283
nim/1008/data/attachments/1a4dce2d9d7b27e3.txt
Normal file
283
nim/1008/data/attachments/1a4dce2d9d7b27e3.txt
Normal file
@ -0,0 +1,283 @@
|
||||
2025-12-19 04:11:57.955 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:11:57.955 DEBUG [tests.conftest] Running test: test_filter_update_subscription_add_30_new_content_topics with id: 2025-12-19_04-11-57__e8f97a78-c952-4c25-82d5-80c112b872f3
|
||||
2025-12-19 04:11:57.955 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:11:57.955 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:11:57.956 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-19 04:11:57.962 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:11:57.962 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-11-57__e8f97a78-c952-4c25-82d5-80c112b872f3__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:11:57.962 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:11:57.962 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:11:57.963 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:11:57.963 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.3.107
|
||||
2025-12-19 04:11:57.964 DEBUG [src.node.docker_mananger] Generated ports ['14664', '14665', '14666', '14667', '14668']
|
||||
2025-12-19 04:11:57.964 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:11:57.964 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:11:57.964 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:11:57.964 DEBUG [src.node.docker_mananger] docker run -i -t -p 14664:14664 -p 14665:14665 -p 14666:14666 -p 14667:14667 -p 14668:14668 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14666 --rest-port=14664 --tcp-port=14665 --discv5-udp-port=14667 --rest-address=0.0.0.0 --nat=extip:172.18.3.107 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=88d9d9eebbbe97fcafbc2b3fc38d16c42e8bf381eb0db8e4cbca0ff7c73ec06b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14668 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-19 04:11:58.137 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.3.107 waku 98b1f5a7c86eb8b3c5db31ee25a2a71774afa25f7126697bfa3b7d0e1bd41fb0
|
||||
2025-12-19 04:11:58.166 DEBUG [src.node.docker_mananger] Container started with ID 98b1f5a7c86e. Setting up logs at ./log/docker/node1_2025-12-19_04-11-57__e8f97a78-c952-4c25-82d5-80c112b872f3__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:11:58.168 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 14664
|
||||
2025-12-19 04:11:58.168 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:11:58.266 ERROR [src.node.docker_mananger] Max retries reached for container 0a9ead18e882. Exiting log stream.
|
||||
2025-12-19 04:11:58.755 ERROR [src.node.docker_mananger] Max retries reached for container 468ed18c7644. Exiting log stream.
|
||||
2025-12-19 04:11:59.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14664/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:11:59.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:11:59.172 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:11:59.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:14664/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:11:59.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.3.107/tcp/14665/p2p/16Uiu2HAkzkSyLyJsLDhtYcbagZaxVPTZktoVT4MrzEw9uYT6p1HU","/ip4/172.18.3.107/tcp/14666/ws/p2p/16Uiu2HAkzkSyLyJsLDhtYcbagZaxVPTZktoVT4MrzEw9uYT6p1HU"],"enrUri":"enr:-L24QKWWGydZGOqNbjNasKBPwMDLQgEPHjITS5a4HJmZ4n6HPvmsZQrB44wetmiBnHxRGL3BRWAhplQ4QQgkePJrPj0CgmlkgnY0gmlwhKwSA2uKbXVsdGlhZGRyc5YACASsEgNrBjlJAAoErBIDawY5St0DgnJzhQADAQAAiXNlY3AyNTZrMaECTxnDGg2JrsJkhoDZPjlVYSnR-bj_HrKjMwDXY2MYWGODdGNwgjlJg3VkcII5S4V3YWt1MgU"}'
|
||||
2025-12-19 04:11:59.174 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:11:59.175 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-19 04:11:59.181 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:11:59.181 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-11-57__e8f97a78-c952-4c25-82d5-80c112b872f3__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:11:59.181 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:11:59.181 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:11:59.183 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:11:59.183 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.100.167
|
||||
2025-12-19 04:11:59.183 DEBUG [src.node.docker_mananger] Generated ports ['34309', '34310', '34311', '34312', '34313']
|
||||
2025-12-19 04:11:59.183 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:11:59.183 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:11:59.183 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:11:59.184 DEBUG [src.node.docker_mananger] docker run -i -t -p 34309:34309 -p 34310:34310 -p 34311:34311 -p 34312:34312 -p 34313:34313 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34311 --rest-port=34309 --tcp-port=34310 --discv5-udp-port=34312 --rest-address=0.0.0.0 --nat=extip:172.18.100.167 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0ab11cfe8d6fd5c9788fbce9bbdd828e12fb2df04c008f40bfc9002c1aef9f1e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34313 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKWWGydZGOqNbjNasKBPwMDLQgEPHjITS5a4HJmZ4n6HPvmsZQrB44wetmiBnHxRGL3BRWAhplQ4QQgkePJrPj0CgmlkgnY0gmlwhKwSA2uKbXVsdGlhZGRyc5YACASsEgNrBjlJAAoErBIDawY5St0DgnJzhQADAQAAiXNlY3AyNTZrMaECTxnDGg2JrsJkhoDZPjlVYSnR-bj_HrKjMwDXY2MYWGODdGNwgjlJg3VkcII5S4V3YWt1MgU --filternode=/ip4/172.18.3.107/tcp/14665/p2p/16Uiu2HAkzkSyLyJsLDhtYcbagZaxVPTZktoVT4MrzEw9uYT6p1HU
|
||||
2025-12-19 04:11:59.369 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.100.167 waku 7665dc873b59dab433fa6516ed6601c5c78f757b626509a10e6a440150dd54cb
|
||||
2025-12-19 04:11:59.398 DEBUG [src.node.docker_mananger] Container started with ID 7665dc873b59. Setting up logs at ./log/docker/node2_2025-12-19_04-11-57__e8f97a78-c952-4c25-82d5-80c112b872f3__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:11:59.398 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34309
|
||||
2025-12-19 04:11:59.399 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:00.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:00.403 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:12:00.403 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:00.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:00.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.167/tcp/34310/p2p/16Uiu2HAmPVVYksQdYD5cHBPwXU8DczbxmwBbvqWkwSwLhdrhfd93","/ip4/172.18.100.167/tcp/34311/ws/p2p/16Uiu2HAmPVVYksQdYD5cHBPwXU8DczbxmwBbvqWkwSwLhdrhfd93"],"enrUri":"enr:-L24QJ-KDJTuz2bTxkxKntPj45Mzr5Kmv9DsfuCHFq30dv96Gcbbzt0iOHvLJXDcUS3i0PpxQPn-mMG91-b_DBh-CtMCgmlkgnY0gmlwhKwSZKeKbXVsdGlhZGRyc5YACASsEmSnBoYGAAoErBJkpwaGB90DgnJzhQADAQAAiXNlY3AyNTZrMaEDoQHDFjMhm2a2KJX4I73ql3w8VHetfGKwJtRS1eJpwvKDdGNwgoYGg3VkcIKGCIV3YWt1MgA"}'
|
||||
2025-12-19 04:12:00.406 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:00.406 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34309/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.3.107/tcp/14665/p2p/16Uiu2HAkzkSyLyJsLDhtYcbagZaxVPTZktoVT4MrzEw9uYT6p1HU"]'
|
||||
2025-12-19 04:12:00.435 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:00.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:12:00.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:00.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34309/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e10bcf12-7785-4477-a252-95a59f0c42d3", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:12:00.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e10bcf12-7785-4477-a252-95a59f0c42d3","statusDesc":"OK"}'
|
||||
2025-12-19 04:12:00.463 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:34309/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["Hello World!", "1234567890", "{\"key\": \"value\"}", "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "\ud83d\ude80\ud83c\udf1f\u2728", "Lorem ipsum dolor sit amet", "<html><body>Hello</body></html>", "\u041f\u0440\u0438\u0432\u0435\u0442", "Base64==dGVzdA==", "d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ", "\t\nSpecial\tCharacters\n", "False", "3.1415926535", "[1, 2, 3, 4, 5]", "0xDEADBEEF", "user@example.com", "http://example.com", "2023-11-01T12:00:00Z", "\"Escaped\" \\\"quotes\\\"", "Regular expression: ^[a-z0-9_-]{3,16}$", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "{\"name\": \"John\", \"age\": 30, \"city\": \"New York\"}", "/usr/local/bin", "C:\\Windows\\System32", "SELECT * FROM users WHERE id = 1;", "function test() { console.log('Hello World'); }", "body { background-color: #fff; }", "print('Hello World')", "192.168.1.1", "www.example.com"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:12:00.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:12:00.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:00.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:00.495 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:00.596 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:00.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:00.598 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":1766117520480727537,"ephemeral":false}]'
|
||||
2025-12-19 04:12:00.600 DEBUG [tests.filter.test_subscribe_update] Running test with content topic A simple string
|
||||
2025-12-19 04:12:00.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "Hello World!", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:00.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:00.612 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:00.712 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:00.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/Hello%20World%21" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:00.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"Hello World!","version":0,"timestamp":1766117520600667825,"ephemeral":false}]'
|
||||
2025-12-19 04:12:00.716 DEBUG [tests.filter.test_subscribe_update] Running test with content topic An integer
|
||||
2025-12-19 04:12:00.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1234567890", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:00.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:00.728 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:00.829 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:00.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/1234567890" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:00.831 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1234567890","version":0,"timestamp":1766117520717196563,"ephemeral":false}]'
|
||||
2025-12-19 04:12:00.833 DEBUG [tests.filter.test_subscribe_update] Running test with content topic A dictionary
|
||||
2025-12-19 04:12:00.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "{\"key\": \"value\"}", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:00.844 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:00.845 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:00.945 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:00.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/%7B%22key%22%3A%20%22value%22%7D" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:00.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"{\\"key\\": \\"value\\"}","version":0,"timestamp":1766117520833314700,"ephemeral":false}]'
|
||||
2025-12-19 04:12:00.949 DEBUG [tests.filter.test_subscribe_update] Running test with content topic Chinese characters
|
||||
2025-12-19 04:12:00.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/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)'}'
|
||||
2025-12-19 04:12:00.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:00.961 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:01.061 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:01.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/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'
|
||||
2025-12-19 04:12:01.064 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":1766117520949607222,"ephemeral":false}]'
|
||||
2025-12-19 04:12:01.066 DEBUG [tests.filter.test_subscribe_update] Running test with content topic Emojis
|
||||
2025-12-19 04:12:01.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/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)'}'
|
||||
2025-12-19 04:12:01.077 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:01.078 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:01.178 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:01.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/%F0%9F%9A%80%F0%9F%8C%9F%E2%9C%A8" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:01.182 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":1766117521066292645,"ephemeral":false}]'
|
||||
2025-12-19 04:12:01.183 DEBUG [tests.filter.test_subscribe_update] Running test with content topic Lorem ipsum text
|
||||
2025-12-19 04:12:01.184 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "Lorem ipsum dolor sit amet", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:01.195 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:01.195 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:01.295 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:01.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/Lorem%20ipsum%20dolor%20sit%20amet" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:01.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"Lorem ipsum dolor sit amet","version":0,"timestamp":1766117521183882411,"ephemeral":false}]'
|
||||
2025-12-19 04:12:01.299 DEBUG [tests.filter.test_subscribe_update] Running test with content topic HTML content
|
||||
2025-12-19 04:12:01.300 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "<html><body>Hello</body></html>", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:01.311 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:01.311 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:01.411 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:01.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/%3Chtml%3E%3Cbody%3EHello%3C%2Fbody%3E%3C%2Fhtml%3E" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:01.414 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"<html><body>Hello</body></html>","version":0,"timestamp":1766117521299874712,"ephemeral":false}]'
|
||||
2025-12-19 04:12:01.416 DEBUG [tests.filter.test_subscribe_update] Running test with content topic Cyrillic characters
|
||||
2025-12-19 04:12:01.416 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\u041f\u0440\u0438\u0432\u0435\u0442", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:01.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:01.428 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:01.528 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:01.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/%D0%9F%D1%80%D0%B8%D0%B2%D0%B5%D1%82" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:01.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"\xd0\x9f\xd1\x80\xd0\xb8\xd0\xb2\xd0\xb5\xd1\x82","version":0,"timestamp":1766117521416642889,"ephemeral":false}]'
|
||||
2025-12-19 04:12:01.533 DEBUG [tests.filter.test_subscribe_update] Running test with content topic Base64 encoded string
|
||||
2025-12-19 04:12:01.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "Base64==dGVzdA==", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:01.545 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:01.545 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:01.645 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:01.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/Base64%3D%3DdGVzdA%3D%3D" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:01.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"Base64==dGVzdA==","version":0,"timestamp":1766117521533845652,"ephemeral":false}]'
|
||||
2025-12-19 04:12:01.649 DEBUG [tests.filter.test_subscribe_update] Running test with content topic Binary data
|
||||
2025-12-19 04:12:01.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:01.661 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:01.662 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:01.762 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:01.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh%3A%20PQ" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:01.764 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ","version":0,"timestamp":1766117521650078274,"ephemeral":false}]'
|
||||
2025-12-19 04:12:01.766 DEBUG [tests.filter.test_subscribe_update] Running test with content topic Special characters with whitespace
|
||||
2025-12-19 04:12:01.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\t\nSpecial\tCharacters\n", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:01.777 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:01.777 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:01.878 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:01.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/%09%0ASpecial%09Characters%0A" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:01.880 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"\\t\\nSpecial\\tCharacters\\n","version":0,"timestamp":1766117521766419059,"ephemeral":false}]'
|
||||
2025-12-19 04:12:01.881 DEBUG [tests.filter.test_subscribe_update] Running test with content topic Boolean false as a string
|
||||
2025-12-19 04:12:01.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "False", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:01.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:01.893 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:01.994 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:01.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/False" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:01.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"False","version":0,"timestamp":1766117521882192588,"ephemeral":false}]'
|
||||
2025-12-19 04:12:01.998 DEBUG [tests.filter.test_subscribe_update] Running test with content topic A float number
|
||||
2025-12-19 04:12:01.998 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3.1415926535", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:02.010 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:02.010 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:02.110 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:02.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/3.1415926535" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:02.113 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3.1415926535","version":0,"timestamp":1766117521998292000,"ephemeral":false}]'
|
||||
2025-12-19 04:12:02.114 DEBUG [tests.filter.test_subscribe_update] Running test with content topic A list
|
||||
2025-12-19 04:12:02.115 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "[1, 2, 3, 4, 5]", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:02.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:02.126 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:02.226 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:02.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/%5B1%2C%202%2C%203%2C%204%2C%205%5D" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:02.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"[1, 2, 3, 4, 5]","version":0,"timestamp":1766117522114860565,"ephemeral":false}]'
|
||||
2025-12-19 04:12:02.230 DEBUG [tests.filter.test_subscribe_update] Running test with content topic Hexadecimal number as a string
|
||||
2025-12-19 04:12:02.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0xDEADBEEF", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:02.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:02.242 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:02.342 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:02.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/0xDEADBEEF" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:02.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0xDEADBEEF","version":0,"timestamp":1766117522231189876,"ephemeral":false}]'
|
||||
2025-12-19 04:12:02.347 DEBUG [tests.filter.test_subscribe_update] Running test with content topic Email format
|
||||
2025-12-19 04:12:02.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "user@example.com", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:02.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:02.359 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:02.460 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:02.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/user%40example.com" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:02.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"user@example.com","version":0,"timestamp":1766117522347941467,"ephemeral":false}]'
|
||||
2025-12-19 04:12:02.464 DEBUG [tests.filter.test_subscribe_update] Running test with content topic URL format
|
||||
2025-12-19 04:12:02.464 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "http://example.com", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:02.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:02.476 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:02.576 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:02.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/http%3A%2F%2Fexample.com" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:02.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"http://example.com","version":0,"timestamp":1766117522464570125,"ephemeral":false}]'
|
||||
2025-12-19 04:12:02.580 DEBUG [tests.filter.test_subscribe_update] Running test with content topic Date and time in ISO format
|
||||
2025-12-19 04:12:02.580 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2023-11-01T12:00:00Z", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:02.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:02.592 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:02.692 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:02.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/2023-11-01T12%3A00%3A00Z" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:02.695 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2023-11-01T12:00:00Z","version":0,"timestamp":1766117522580820606,"ephemeral":false}]'
|
||||
2025-12-19 04:12:02.696 DEBUG [tests.filter.test_subscribe_update] Running test with content topic String with escaped quotes
|
||||
2025-12-19 04:12:02.696 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\"Escaped\" \\\"quotes\\\"", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:02.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:02.708 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:02.808 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:02.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/%22Escaped%22%20%5C%22quotes%5C%22" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:02.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"\\"Escaped\\" \\\\\\"quotes\\\\\\"","version":0,"timestamp":1766117522696854175,"ephemeral":false}]'
|
||||
2025-12-19 04:12:02.812 DEBUG [tests.filter.test_subscribe_update] Running test with content topic A regular expression
|
||||
2025-12-19 04:12:02.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "Regular expression: ^[a-z0-9_-]{3,16}$", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:02.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:02.824 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:02.924 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:02.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/Regular%20expression%3A%20%5E%5Ba-z0-9_-%5D%7B3%2C16%7D%24" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:02.927 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"Regular expression: ^[a-z0-9_-]{3,16}$","version":0,"timestamp":1766117522812849727,"ephemeral":false}]'
|
||||
2025-12-19 04:12:02.929 DEBUG [tests.filter.test_subscribe_update] Running test with content topic A very long string
|
||||
2025-12-19 04:12:02.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:02.940 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:02.941 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:03.041 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:03.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:03.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","version":0,"timestamp":1766117522929275806,"ephemeral":false}]'
|
||||
2025-12-19 04:12:03.047 DEBUG [tests.filter.test_subscribe_update] Running test with content topic A JSON string
|
||||
2025-12-19 04:12:03.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "{\"name\": \"John\", \"age\": 30, \"city\": \"New York\"}", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:03.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:03.060 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:03.160 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:03.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/%7B%22name%22%3A%20%22John%22%2C%20%22age%22%3A%2030%2C%20%22city%22%3A%20%22New%20York%22%7D" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:03.163 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"{\\"name\\": \\"John\\", \\"age\\": 30, \\"city\\": \\"New York\\"}","version":0,"timestamp":1766117523047970321,"ephemeral":false}]'
|
||||
2025-12-19 04:12:03.164 DEBUG [tests.filter.test_subscribe_update] Running test with content topic A Unix path
|
||||
2025-12-19 04:12:03.165 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/usr/local/bin", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:03.176 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:03.177 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:03.277 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:03.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/%2Fusr%2Flocal%2Fbin" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:03.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/usr/local/bin","version":0,"timestamp":1766117523165212627,"ephemeral":false}]'
|
||||
2025-12-19 04:12:03.281 DEBUG [tests.filter.test_subscribe_update] Running test with content topic A Windows path
|
||||
2025-12-19 04:12:03.281 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "C:\\Windows\\System32", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:03.293 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:03.293 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:03.393 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:03.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/C%3A%5CWindows%5CSystem32" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:03.396 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"C:\\\\Windows\\\\System32","version":0,"timestamp":1766117523281501898,"ephemeral":false}]'
|
||||
2025-12-19 04:12:03.397 DEBUG [tests.filter.test_subscribe_update] Running test with content topic An SQL query
|
||||
2025-12-19 04:12:03.398 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "SELECT * FROM users WHERE id = 1;", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:03.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:03.409 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:03.509 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:03.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/SELECT%20%2A%20FROM%20users%20WHERE%20id%20%3D%201%3B" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:03.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"SELECT * FROM users WHERE id = 1;","version":0,"timestamp":1766117523398226380,"ephemeral":false}]'
|
||||
2025-12-19 04:12:03.514 DEBUG [tests.filter.test_subscribe_update] Running test with content topic JavaScript code snippet
|
||||
2025-12-19 04:12:03.514 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "function test() { console.log('Hello World'); }", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:03.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:03.525 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:03.626 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:03.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/function%20test%28%29%20%7B%20console.log%28%27Hello%20World%27%29%3B%20%7D" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:03.628 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"function test() { console.log(\'Hello World\'); }","version":0,"timestamp":1766117523514221384,"ephemeral":false}]'
|
||||
2025-12-19 04:12:03.630 DEBUG [tests.filter.test_subscribe_update] Running test with content topic A CSS snippet
|
||||
2025-12-19 04:12:03.630 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "body { background-color: #fff; }", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:03.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:03.642 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:03.742 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:03.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/body%20%7B%20background-color%3A%20%23fff%3B%20%7D" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:03.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"body { background-color: #fff; }","version":0,"timestamp":1766117523630506970,"ephemeral":false}]'
|
||||
2025-12-19 04:12:03.747 DEBUG [tests.filter.test_subscribe_update] Running test with content topic A Python one-liner
|
||||
2025-12-19 04:12:03.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "print('Hello World')", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:03.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:03.759 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:03.859 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:03.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/print%28%27Hello%20World%27%29" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:03.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"print(\'Hello World\')","version":0,"timestamp":1766117523747212188,"ephemeral":false}]'
|
||||
2025-12-19 04:12:03.863 DEBUG [tests.filter.test_subscribe_update] Running test with content topic An IP address
|
||||
2025-12-19 04:12:03.863 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "192.168.1.1", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:03.875 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:03.875 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:03.975 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:03.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/192.168.1.1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:03.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"192.168.1.1","version":0,"timestamp":1766117523863836691,"ephemeral":false}]'
|
||||
2025-12-19 04:12:03.979 DEBUG [tests.filter.test_subscribe_update] Running test with content topic A domain name
|
||||
2025-12-19 04:12:03.979 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "www.example.com", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:03.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:03.991 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:04.091 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:04.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34309/filter/v2/messages/www.example.com" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:04.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"www.example.com","version":0,"timestamp":1766117523979571951,"ephemeral":false}]'
|
||||
2025-12-19 04:12:04.096 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:12:04.097 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:12:04.097 DEBUG [src.node.waku_node] Stopping container with id 98b1f5a7c86e
|
||||
2025-12-19 04:12:04.627 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:04.628 DEBUG [src.node.waku_node] Stopping container with id 7665dc873b59
|
||||
2025-12-19 04:12:05.109 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:05.111 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:12:05.142 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:12:05.153 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
140
nim/1008/data/attachments/1a54c145fdcd6e5f.txt
Normal file
140
nim/1008/data/attachments/1a54c145fdcd6e5f.txt
Normal file
@ -0,0 +1,140 @@
|
||||
2025-12-19 04:17:44.804 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:17:44.805 DEBUG [tests.conftest] Running test: test_multiple_pubsub_topics_same_cluster with id: 2025-12-19_04-17-44__e78fb378-0e13-48b7-ba42-fd068760a2dd
|
||||
2025-12-19 04:17:44.805 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:17:44.805 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:17:44.805 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-19 04:17:44.812 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:17:44.812 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-17-44__e78fb378-0e13-48b7-ba42-fd068760a2dd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:44.812 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:17:44.812 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:17:44.814 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:17:44.814 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.47
|
||||
2025-12-19 04:17:44.814 DEBUG [src.node.docker_mananger] Generated ports ['29765', '29766', '29767', '29768', '29769']
|
||||
2025-12-19 04:17:44.814 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-19 04:17:44.814 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-19 04:17:44.814 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:17:44.815 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:17:44.815 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:17:44.815 DEBUG [src.node.docker_mananger] docker run -i -t -p 29765:29765 -p 29766:29766 -p 29767:29767 -p 29768:29768 -p 29769:29769 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29767 --rest-port=29765 --tcp-port=29766 --discv5-udp-port=29768 --rest-address=0.0.0.0 --nat=extip:172.18.15.47 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=ffd39ec8ac5ded117e2f7f0f814ff6ef55716e08dcfaa527c4c0fba488ab0327 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29769 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-19 04:17:45.004 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.47 waku d608c1fb82fc60462879d8fb5f0818531cc374a265bb3fb3ec1f50cd589699ce
|
||||
2025-12-19 04:17:45.035 DEBUG [src.node.docker_mananger] Container started with ID d608c1fb82fc. Setting up logs at ./log/docker/node1_2025-12-19_04-17-44__e78fb378-0e13-48b7-ba42-fd068760a2dd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:45.036 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29765
|
||||
2025-12-19 04:17:45.036 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:17:45.081 ERROR [src.node.docker_mananger] Max retries reached for container 909575a68714. Exiting log stream.
|
||||
2025-12-19 04:17:45.599 ERROR [src.node.docker_mananger] Max retries reached for container 123d17e7d562. Exiting log stream.
|
||||
2025-12-19 04:17:46.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:46.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:17:46.040 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:17:46.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:46.042 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.47/tcp/29766/p2p/16Uiu2HAm6VsBpYPqnZAPHCA8dYzqxf8tL15xqRGKBMMjBFLdA19y","/ip4/172.18.15.47/tcp/29767/ws/p2p/16Uiu2HAm6VsBpYPqnZAPHCA8dYzqxf8tL15xqRGKBMMjBFLdA19y"],"enrUri":"enr:-L24QPAJaLZrKWpBHd9Rh4lLrp-uqdq1YGvjRIAWgHCYChIPGW_Kp3kCQskok5lon7cOq0XEG_pUfzkKt_sac9HjcLkCgmlkgnY0gmlwhKwSDy-KbXVsdGlhZGRyc5YACASsEg8vBnRGAAoErBIPLwZ0R90DgnJzhQACAQAAiXNlY3AyNTZrMaECpIONN6aF3dcsty0RLeBOK71xHlrNziXQyVYM9UTdsRCDdGNwgnRGg3VkcIJ0SIV3YWt1MgU"}'
|
||||
2025-12-19 04:17:46.042 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:17:46.049 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:17:46.049 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-17-44__e78fb378-0e13-48b7-ba42-fd068760a2dd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:46.049 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:17:46.049 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:17:46.050 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:17:46.050 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.10.125
|
||||
2025-12-19 04:17:46.050 DEBUG [src.node.docker_mananger] Generated ports ['62764', '62765', '62766', '62767', '62768']
|
||||
2025-12-19 04:17:46.051 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-19 04:17:46.051 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-19 04:17:46.051 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:17:46.051 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:17:46.051 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:17:46.051 DEBUG [src.node.docker_mananger] docker run -i -t -p 62764:62764 -p 62765:62765 -p 62766:62766 -p 62767:62767 -p 62768:62768 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62766 --rest-port=62764 --tcp-port=62765 --discv5-udp-port=62767 --rest-address=0.0.0.0 --nat=extip:172.18.10.125 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dd9c0fff10af3b2ba6ae52985ed4cb3d471e053a15058e31327be9a8ca89fabc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62768 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPAJaLZrKWpBHd9Rh4lLrp-uqdq1YGvjRIAWgHCYChIPGW_Kp3kCQskok5lon7cOq0XEG_pUfzkKt_sac9HjcLkCgmlkgnY0gmlwhKwSDy-KbXVsdGlhZGRyc5YACASsEg8vBnRGAAoErBIPLwZ0R90DgnJzhQACAQAAiXNlY3AyNTZrMaECpIONN6aF3dcsty0RLeBOK71xHlrNziXQyVYM9UTdsRCDdGNwgnRGg3VkcIJ0SIV3YWt1MgU
|
||||
2025-12-19 04:17:46.227 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.10.125 waku 18fbdf3843b57c6611a052c5bc5ca9c9eb8b6a139e7c7a43db3b70625aae4db6
|
||||
2025-12-19 04:17:46.261 DEBUG [src.node.docker_mananger] Container started with ID 18fbdf3843b5. Setting up logs at ./log/docker/node2_2025-12-19_04-17-44__e78fb378-0e13-48b7-ba42-fd068760a2dd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:46.261 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62764
|
||||
2025-12-19 04:17:46.261 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:17:47.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.275 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"}]}'
|
||||
2025-12-19 04:17:47.276 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:17:47.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.280 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.10.125/tcp/62765/p2p/16Uiu2HAm2d3GdBQA55bHCUBgZBc6ewGq76HfmFZNYe6yubWW43D1","/ip4/172.18.10.125/tcp/62766/ws/p2p/16Uiu2HAm2d3GdBQA55bHCUBgZBc6ewGq76HfmFZNYe6yubWW43D1"],"enrUri":"enr:-L24QLH0rXqdoyemU6ah-dgrdzMzTvL6WhJ2hs2GU0BytbswM6GOMuZlpy0D-ntHvrGBvx9eMzOusmcaog319W589JsCgmlkgnY0gmlwhKwSCn2KbXVsdGlhZGRyc5YACASsEgp9BvUtAAoErBIKfQb1Lt0DgnJzhQACAQAAiXNlY3AyNTZrMaECautFMRK8pE9Qk4aM9d8RIH-JHbZ6AfOq0w4axqebZeiDdGNwgvUtg3VkcIL1L4V3YWt1MgE"}'
|
||||
2025-12-19 04:17:47.280 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:17:47.280 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62764/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.15.47/tcp/29766/p2p/16Uiu2HAm6VsBpYPqnZAPHCA8dYzqxf8tL15xqRGKBMMjBFLdA19y"]'
|
||||
2025-12-19 04:17:47.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:47.283 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2025-12-19 04:17:47.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:47.291 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62764/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2025-12-19 04:17:47.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:47.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:47.312 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:47.313 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:47.413 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:47.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.416 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867303429506,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:47.417 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:47.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867303429506,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:47.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:47.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:47.426 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:47.526 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:47.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867421327106,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:47.530 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:47.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.532 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867421327106,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:47.534 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:47.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:47.539 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:47.639 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:47.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867534223771,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:47.643 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:47.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.646 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867534223771,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:47.647 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:47.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:47.653 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:47.753 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:47.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867647820069,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:47.757 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:47.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.760 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867647820069,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:47.761 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:47.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:47.766 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:47.867 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:47.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.869 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867761669711,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:47.870 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:47.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867761669711,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:47.874 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:47.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:47.879 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:47.980 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:47.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867874373688,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:47.984 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:47.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:47.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867874373688,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:47.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:47.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:47.993 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:48.093 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:48.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:48.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867987898980,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:48.097 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:48.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:48.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117867987898980,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:48.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:48.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:48.106 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:48.206 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:48.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29765/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:48.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117868101588874,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:48.210 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:48.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62764/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:48.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117868101588874,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:48.215 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:17:48.216 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:17:48.216 DEBUG [src.node.waku_node] Stopping container with id d608c1fb82fc
|
||||
2025-12-19 04:17:48.763 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:48.763 DEBUG [src.node.waku_node] Stopping container with id 18fbdf3843b5
|
||||
2025-12-19 04:17:49.263 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:49.265 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:17:49.277 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:49.288 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
283
nim/1008/data/attachments/1a860bb629f30163.txt
Normal file
283
nim/1008/data/attachments/1a860bb629f30163.txt
Normal file
@ -0,0 +1,283 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_update_subscription_add_30_new_content_topics with id: 2025-12-19_04-11-57__e8f97a78-c952-4c25-82d5-80c112b872f3
|
||||
[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_2025-12-19_04-11-57__e8f97a78-c952-4c25-82d5-80c112b872f3__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.3.107
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14664', '14665', '14666', '14667', '14668']
|
||||
[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 14664:14664 -p 14665:14665 -p 14666:14666 -p 14667:14667 -p 14668:14668 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14666 --rest-port=14664 --tcp-port=14665 --discv5-udp-port=14667 --rest-address=0.0.0.0 --nat=extip:172.18.3.107 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=88d9d9eebbbe97fcafbc2b3fc38d16c42e8bf381eb0db8e4cbca0ff7c73ec06b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14668 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.3.107 waku 98b1f5a7c86eb8b3c5db31ee25a2a71774afa25f7126697bfa3b7d0e1bd41fb0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 98b1f5a7c86e. Setting up logs at ./log/docker/node1_2025-12-19_04-11-57__e8f97a78-c952-4c25-82d5-80c112b872f3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14664
|
||||
[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 0a9ead18e882. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 468ed18c7644. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14664/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:14664/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.107/tcp/14665/p2p/16Uiu2HAkzkSyLyJsLDhtYcbagZaxVPTZktoVT4MrzEw9uYT6p1HU","/ip4/172.18.3.107/tcp/14666/ws/p2p/16Uiu2HAkzkSyLyJsLDhtYcbagZaxVPTZktoVT4MrzEw9uYT6p1HU"],"enrUri":"enr:-L24QKWWGydZGOqNbjNasKBPwMDLQgEPHjITS5a4HJmZ4n6HPvmsZQrB44wetmiBnHxRGL3BRWAhplQ4QQgkePJrPj0CgmlkgnY0gmlwhKwSA2uKbXVsdGlhZGRyc5YACASsEgNrBjlJAAoErBIDawY5St0DgnJzhQADAQAAiXNlY3AyNTZrMaECTxnDGg2JrsJkhoDZPjlVYSnR-bj_HrKjMwDXY2MYWGODdGNwgjlJg3VkcII5S4V3YWt1MgU"}'
|
||||
[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_2025-12-19_04-11-57__e8f97a78-c952-4c25-82d5-80c112b872f3__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.100.167
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34309', '34310', '34311', '34312', '34313']
|
||||
[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 34309:34309 -p 34310:34310 -p 34311:34311 -p 34312:34312 -p 34313:34313 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34311 --rest-port=34309 --tcp-port=34310 --discv5-udp-port=34312 --rest-address=0.0.0.0 --nat=extip:172.18.100.167 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0ab11cfe8d6fd5c9788fbce9bbdd828e12fb2df04c008f40bfc9002c1aef9f1e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34313 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKWWGydZGOqNbjNasKBPwMDLQgEPHjITS5a4HJmZ4n6HPvmsZQrB44wetmiBnHxRGL3BRWAhplQ4QQgkePJrPj0CgmlkgnY0gmlwhKwSA2uKbXVsdGlhZGRyc5YACASsEgNrBjlJAAoErBIDawY5St0DgnJzhQADAQAAiXNlY3AyNTZrMaECTxnDGg2JrsJkhoDZPjlVYSnR-bj_HrKjMwDXY2MYWGODdGNwgjlJg3VkcII5S4V3YWt1MgU --filternode=/ip4/172.18.3.107/tcp/14665/p2p/16Uiu2HAkzkSyLyJsLDhtYcbagZaxVPTZktoVT4MrzEw9uYT6p1HU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.100.167 waku 7665dc873b59dab433fa6516ed6601c5c78f757b626509a10e6a440150dd54cb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7665dc873b59. Setting up logs at ./log/docker/node2_2025-12-19_04-11-57__e8f97a78-c952-4c25-82d5-80c112b872f3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34309
|
||||
[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:34309/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:34309/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.100.167/tcp/34310/p2p/16Uiu2HAmPVVYksQdYD5cHBPwXU8DczbxmwBbvqWkwSwLhdrhfd93","/ip4/172.18.100.167/tcp/34311/ws/p2p/16Uiu2HAmPVVYksQdYD5cHBPwXU8DczbxmwBbvqWkwSwLhdrhfd93"],"enrUri":"enr:-L24QJ-KDJTuz2bTxkxKntPj45Mzr5Kmv9DsfuCHFq30dv96Gcbbzt0iOHvLJXDcUS3i0PpxQPn-mMG91-b_DBh-CtMCgmlkgnY0gmlwhKwSZKeKbXVsdGlhZGRyc5YACASsEmSnBoYGAAoErBJkpwaGB90DgnJzhQADAQAAiXNlY3AyNTZrMaEDoQHDFjMhm2a2KJX4I73ql3w8VHetfGKwJtRS1eJpwvKDdGNwgoYGg3VkcIKGCIV3YWt1MgA"}'
|
||||
[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:34309/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.3.107/tcp/14665/p2p/16Uiu2HAkzkSyLyJsLDhtYcbagZaxVPTZktoVT4MrzEw9uYT6p1HU"]'
|
||||
[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:14664/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:34309/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e10bcf12-7785-4477-a252-95a59f0c42d3", "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":"e10bcf12-7785-4477-a252-95a59f0c42d3","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X PUT "http://127.0.0.1:34309/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["Hello World!", "1234567890", "{\"key\": \"value\"}", "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "\ud83d\ude80\ud83c\udf1f\u2728", "Lorem ipsum dolor sit amet", "<html><body>Hello</body></html>", "\u041f\u0440\u0438\u0432\u0435\u0442", "Base64==dGVzdA==", "d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ", "\t\nSpecial\tCharacters\n", "False", "3.1415926535", "[1, 2, 3, 4, 5]", "0xDEADBEEF", "user@example.com", "http://example.com", "2023-11-01T12:00:00Z", "\"Escaped\" \\\"quotes\\\"", "Regular expression: ^[a-z0-9_-]{3,16}$", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "{\"name\": \"John\", \"age\": 30, \"city\": \"New York\"}", "/usr/local/bin", "C:\\Windows\\System32", "SELECT * FROM users WHERE id = 1;", "function test() { console.log('Hello World'); }", "body { background-color: #fff; }", "print('Hello World')", "192.168.1.1", "www.example.com"], "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":"1","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14664/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:34309/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":1766117520480727537,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/Hello%20World%21" -H "Content-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":"Hello World!","version":0,"timestamp":1766117520600667825,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/1234567890" -H "Content-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":"1234567890","version":0,"timestamp":1766117520717196563,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/%7B%22key%22%3A%20%22value%22%7D" -H "Content-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":"{\\"key\\": \\"value\\"}","version":0,"timestamp":1766117520833314700,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/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)'}'
|
||||
[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:34309/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 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":1766117520949607222,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/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)'}'
|
||||
[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:34309/filter/v2/messages/%F0%9F%9A%80%F0%9F%8C%9F%E2%9C%A8" -H "Content-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":"\xf0\x9f\x9a\x80\xf0\x9f\x8c\x9f\xe2\x9c\xa8","version":0,"timestamp":1766117521066292645,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/Lorem%20ipsum%20dolor%20sit%20amet" -H "Content-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":"Lorem ipsum dolor sit amet","version":0,"timestamp":1766117521183882411,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/%3Chtml%3E%3Cbody%3EHello%3C%2Fbody%3E%3C%2Fhtml%3E" -H "Content-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":"<html><body>Hello</body></html>","version":0,"timestamp":1766117521299874712,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/%D0%9F%D1%80%D0%B8%D0%B2%D0%B5%D1%82" -H "Content-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":"\xd0\x9f\xd1\x80\xd0\xb8\xd0\xb2\xd0\xb5\xd1\x82","version":0,"timestamp":1766117521416642889,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/Base64%3D%3DdGVzdA%3D%3D" -H "Content-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":"Base64==dGVzdA==","version":0,"timestamp":1766117521533845652,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh%3A%20PQ" -H "Content-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":"d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ","version":0,"timestamp":1766117521650078274,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/%09%0ASpecial%09Characters%0A" -H "Content-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":"\\t\\nSpecial\\tCharacters\\n","version":0,"timestamp":1766117521766419059,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/False" -H "Content-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":"False","version":0,"timestamp":1766117521882192588,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/3.1415926535" -H "Content-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":"3.1415926535","version":0,"timestamp":1766117521998292000,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/%5B1%2C%202%2C%203%2C%204%2C%205%5D" -H "Content-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":"[1, 2, 3, 4, 5]","version":0,"timestamp":1766117522114860565,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/0xDEADBEEF" -H "Content-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":"0xDEADBEEF","version":0,"timestamp":1766117522231189876,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/user%40example.com" -H "Content-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":"user@example.com","version":0,"timestamp":1766117522347941467,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/http%3A%2F%2Fexample.com" -H "Content-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":"http://example.com","version":0,"timestamp":1766117522464570125,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/2023-11-01T12%3A00%3A00Z" -H "Content-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":"2023-11-01T12:00:00Z","version":0,"timestamp":1766117522580820606,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/%22Escaped%22%20%5C%22quotes%5C%22" -H "Content-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":"\\"Escaped\\" \\\\\\"quotes\\\\\\"","version":0,"timestamp":1766117522696854175,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/Regular%20expression%3A%20%5E%5Ba-z0-9_-%5D%7B3%2C16%7D%24" -H "Content-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":"Regular expression: ^[a-z0-9_-]{3,16}$","version":0,"timestamp":1766117522812849727,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" -H "Content-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":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","version":0,"timestamp":1766117522929275806,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/%7B%22name%22%3A%20%22John%22%2C%20%22age%22%3A%2030%2C%20%22city%22%3A%20%22New%20York%22%7D" -H "Content-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":"{\\"name\\": \\"John\\", \\"age\\": 30, \\"city\\": \\"New York\\"}","version":0,"timestamp":1766117523047970321,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/%2Fusr%2Flocal%2Fbin" -H "Content-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":"/usr/local/bin","version":0,"timestamp":1766117523165212627,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/C%3A%5CWindows%5CSystem32" -H "Content-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":"C:\\\\Windows\\\\System32","version":0,"timestamp":1766117523281501898,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/SELECT%20%2A%20FROM%20users%20WHERE%20id%20%3D%201%3B" -H "Content-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":"SELECT * FROM users WHERE id = 1;","version":0,"timestamp":1766117523398226380,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/function%20test%28%29%20%7B%20console.log%28%27Hello%20World%27%29%3B%20%7D" -H "Content-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":"function test() { console.log(\'Hello World\'); }","version":0,"timestamp":1766117523514221384,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/body%20%7B%20background-color%3A%20%23fff%3B%20%7D" -H "Content-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":"body { background-color: #fff; }","version":0,"timestamp":1766117523630506970,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/print%28%27Hello%20World%27%29" -H "Content-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":"print(\'Hello World\')","version":0,"timestamp":1766117523747212188,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/192.168.1.1" -H "Content-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":"192.168.1.1","version":0,"timestamp":1766117523863836691,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.filter.test_subscribe_update:test_subscribe_update.py:25 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:14664/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "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.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:34309/filter/v2/messages/www.example.com" -H "Content-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":"www.example.com","version":0,"timestamp":1766117523979571951,"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 98b1f5a7c86e
|
||||
[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 7665dc873b59
|
||||
[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.
|
||||
78
nim/1008/data/attachments/1af979b496fdd662.txt
Normal file
78
nim/1008/data/attachments/1af979b496fdd662.txt
Normal file
@ -0,0 +1,78 @@
|
||||
2025-12-19 04:27:43.872 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:27:43.872 DEBUG [tests.conftest] Running test: test_store_sync_small_sync_range with id: 2025-12-19_04-27-43__4acb1744-d4ab-4339-b69e-be5db8b591c9
|
||||
2025-12-19 04:27:43.873 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:27:43.879 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:27:43.879 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-27-43__4acb1744-d4ab-4339-b69e-be5db8b591c9__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:27:43.884 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:27:43.885 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-27-43__4acb1744-d4ab-4339-b69e-be5db8b591c9__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:27:43.890 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:27:43.890 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-27-43__4acb1744-d4ab-4339-b69e-be5db8b591c9__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:27:43.890 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:27:43.891 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:27:43.891 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:27:43.893 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:27:43.893 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.75.132
|
||||
2025-12-19 04:27:43.893 DEBUG [src.node.docker_mananger] Generated ports ['51459', '51460', '51461', '51462', '51463']
|
||||
2025-12-19 04:27:43.893 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:27:43.893 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:27:43.893 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:27:43.894 DEBUG [src.node.docker_mananger] docker run -i -t -p 51459:51459 -p 51460:51460 -p 51461:51461 -p 51462:51462 -p 51463:51463 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51461 --rest-port=51459 --tcp-port=51460 --discv5-udp-port=51462 --rest-address=0.0.0.0 --nat=extip:172.18.75.132 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6eeb67ec6f40a6ecf04ea13ebfdaabe501ccb4abd39ae42b1bb3f28bd31be090 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51463 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
2025-12-19 04:27:44.110 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.75.132 waku 9870da8bed9b89d067688562e0a9078fe8d4c15b1af8410c25384b3b43d393cd
|
||||
2025-12-19 04:27:44.139 ERROR [src.node.docker_mananger] Max retries reached for container ea0b3ab953fa. Exiting log stream.
|
||||
2025-12-19 04:27:44.140 DEBUG [src.node.docker_mananger] Container started with ID 9870da8bed9b. Setting up logs at ./log/docker/node1_2025-12-19_04-27-43__4acb1744-d4ab-4339-b69e-be5db8b591c9__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:27:44.141 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51459
|
||||
2025-12-19 04:27:44.141 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:27:44.678 ERROR [src.node.docker_mananger] Max retries reached for container 92772625cddd. Exiting log stream.
|
||||
2025-12-19 04:27:45.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51459/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:27:45.145 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:27:45.145 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:27:45.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51459/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:27:45.147 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.75.132/tcp/51460/p2p/16Uiu2HAmF9bNG2tiYidwvQztUtwGbLifYyKVSTHyUXMAzQaxQgsf","/ip4/172.18.75.132/tcp/51461/ws/p2p/16Uiu2HAmF9bNG2tiYidwvQztUtwGbLifYyKVSTHyUXMAzQaxQgsf"],"enrUri":"enr:-L24QAhbuZ10pgtuYkxSWvjE9EJio1HNqf4wVMF3nmSt9mzSPdPEwrZW7zbrSVfnMKKW3BDSDW9RKZ-wr5YslSvzZWwCgmlkgnY0gmlwhKwSS4SKbXVsdGlhZGRyc5YACASsEkuEBskEAAoErBJLhAbJBd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJQs65EGzwVJKQ-aDZm4RjmWlPf797E1TjNKM8bzvJN6DdGNwgskEg3VkcILJBoV3YWt1MhM"}'
|
||||
2025-12-19 04:27:45.147 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:27:45.148 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51459/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:27:45.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:27:45.161 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:27:45.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:27:45.165 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:27:45.166 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:27:45.366 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:27:45.366 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:27:45.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:27:45.370 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:27:45.571 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:27:45.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51459/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:27:45.575 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:27:45.575 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:28:45.775 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:28:45.776 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:28:45.777 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:28:45.778 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.247
|
||||
2025-12-19 04:28:45.778 DEBUG [src.node.docker_mananger] Generated ports ['5707', '5708', '5709', '5710', '5711']
|
||||
2025-12-19 04:28:45.778 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:28:45.778 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:28:45.778 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:28:45.778 DEBUG [src.node.docker_mananger] docker run -i -t -p 5707:5707 -p 5708:5708 -p 5709:5709 -p 5710:5710 -p 5711:5711 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5709 --rest-port=5707 --tcp-port=5708 --discv5-udp-port=5710 --rest-address=0.0.0.0 --nat=extip:172.18.54.247 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d0e6a3f2afee8fdd9ee98efb2adb4deed1bcd6ba8c78fcec84eaec2ce7ee79ce --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=5711 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QAhbuZ10pgtuYkxSWvjE9EJio1HNqf4wVMF3nmSt9mzSPdPEwrZW7zbrSVfnMKKW3BDSDW9RKZ-wr5YslSvzZWwCgmlkgnY0gmlwhKwSS4SKbXVsdGlhZGRyc5YACASsEkuEBskEAAoErBJLhAbJBd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJQs65EGzwVJKQ-aDZm4RjmWlPf797E1TjNKM8bzvJN6DdGNwgskEg3VkcILJBoV3YWt1MhM
|
||||
2025-12-19 04:28:45.962 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.247 waku c118299901a90fff2069085bbb4e202db610bd6a8abd7f89de5ba73b50856e0b
|
||||
2025-12-19 04:28:45.991 DEBUG [src.node.docker_mananger] Container started with ID c118299901a9. Setting up logs at ./log/docker/node2_2025-12-19_04-27-43__4acb1744-d4ab-4339-b69e-be5db8b591c9__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:28:45.991 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 5707
|
||||
2025-12-19 04:28:45.992 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:28:46.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5707/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:28:46.996 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:28:46.996 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:28:46.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5707/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:28:46.999 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.247/tcp/5708/p2p/16Uiu2HAmV4QY6GWzpTuPNmtHqESg7qALrdhS4gbKFdowf9LgvrpE","/ip4/172.18.54.247/tcp/5709/ws/p2p/16Uiu2HAmV4QY6GWzpTuPNmtHqESg7qALrdhS4gbKFdowf9LgvrpE"],"enrUri":"enr:-L24QOFiiVy6_VwPl0JljLutb2ix2SDpfzlzuqSZGhBDmccpVx0a4SffE6IeLKo2Wmu7QklgwUM78gPj-0tXdsStsd8CgmlkgnY0gmlwhKwSNveKbXVsdGlhZGRyc5YACASsEjb3BhZMAAoErBI29wYWTd0DgnJzhQADAQAAiXNlY3AyNTZrMaED87qyZ8atreCBoVuIS3lnm6IxLS0opvaiXV8x3uFf9C-DdGNwghZMg3VkcIIWToV3YWt1MhI"}'
|
||||
2025-12-19 04:28:46.999 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:28:47.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:5707/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.75.132/tcp/51460/p2p/16Uiu2HAmF9bNG2tiYidwvQztUtwGbLifYyKVSTHyUXMAzQaxQgsf"]'
|
||||
2025-12-19 04:28:47.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:29:07.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:5707/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:29:07.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2025-12-19 04:29:07.037 DEBUG [tests.store_sync.test_store_sync] Node-2 local store returned 0 messages; expected 0
|
||||
2025-12-19 04:29:07.039 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:29:07.040 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:29:07.040 DEBUG [src.node.waku_node] Stopping container with id 9870da8bed9b
|
||||
2025-12-19 04:29:07.580 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:29:07.581 DEBUG [src.node.waku_node] Stopping container with id c118299901a9
|
||||
2025-12-19 04:29:08.110 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:29:08.111 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:29:08.125 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:29:08.135 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
100
nim/1008/data/attachments/1b040c1d8cf66d7f.txt
Normal file
100
nim/1008/data/attachments/1b040c1d8cf66d7f.txt
Normal file
@ -0,0 +1,100 @@
|
||||
2025-12-19 04:20:10.921 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:20:10.921 DEBUG [tests.conftest] Running test: test_store_with_wrong_url_content_topic with id: 2025-12-19_04-20-10__b1b5cbcf-6505-432b-a207-1a971325bbfd
|
||||
2025-12-19 04:20:10.922 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:20:10.922 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:20:10.922 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-19 04:20:10.929 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:20:10.930 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-19_04-20-10__b1b5cbcf-6505-432b-a207-1a971325bbfd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:10.930 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:20:10.930 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:20:10.931 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:20:10.932 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.36.58
|
||||
2025-12-19 04:20:10.932 DEBUG [src.node.docker_mananger] Generated ports ['51070', '51071', '51072', '51073', '51074']
|
||||
2025-12-19 04:20:10.932 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:20:10.932 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:20:10.932 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:20:10.932 DEBUG [src.node.docker_mananger] docker run -i -t -p 51070:51070 -p 51071:51071 -p 51072:51072 -p 51073:51073 -p 51074:51074 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51072 --rest-port=51070 --tcp-port=51071 --discv5-udp-port=51073 --rest-address=0.0.0.0 --nat=extip:172.18.36.58 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c44e19c1e1d74b982a8dfcddd386f9f3f54fadc3fbdee28996be9c294bfa10de --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51074 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-19 04:20:11.138 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.36.58 waku 3aa81f44d15e3667a5ad074ad6a224b83d5eee9d3332a45f1482e8810059e6af
|
||||
2025-12-19 04:20:11.154 ERROR [src.node.docker_mananger] Max retries reached for container 682c5c131959. Exiting log stream.
|
||||
2025-12-19 04:20:11.172 DEBUG [src.node.docker_mananger] Container started with ID 3aa81f44d15e. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-20-10__b1b5cbcf-6505-432b-a207-1a971325bbfd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:11.173 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51070
|
||||
2025-12-19 04:20:11.173 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:20:11.713 ERROR [src.node.docker_mananger] Max retries reached for container b89f85890f71. Exiting log stream.
|
||||
2025-12-19 04:20:12.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51070/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:12.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:20:12.179 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:20:12.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51070/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:12.181 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.36.58/tcp/51071/p2p/16Uiu2HAmJtwEShcSPENefs2bfkMJYYydnn8jCLN3pveGtZxxSWsF","/ip4/172.18.36.58/tcp/51072/ws/p2p/16Uiu2HAmJtwEShcSPENefs2bfkMJYYydnn8jCLN3pveGtZxxSWsF"],"enrUri":"enr:-L24QPhzD7_5W3gC25_wtpP6N2hGVuu4EWgDXnhNY3iyKeCXGl1FHs28FOGyVIpbCcvK2M2LgY4qUK4wIW7x-hMYGBcCgmlkgnY0gmlwhKwSJDqKbXVsdGlhZGRyc5YACASsEiQ6Bsd_AAoErBIkOgbHgN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXLi6MTOMX2gceplqna8Q5BeURO7KFbcRLIevrSPFRq6DdGNwgsd_g3VkcILHgYV3YWt1MgM"}'
|
||||
2025-12-19 04:20:12.181 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:20:12.189 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:20:12.189 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-19_04-20-10__b1b5cbcf-6505-432b-a207-1a971325bbfd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:12.189 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:20:12.189 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:20:12.190 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:20:12.191 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.192.186
|
||||
2025-12-19 04:20:12.191 DEBUG [src.node.docker_mananger] Generated ports ['2875', '2876', '2877', '2878', '2879']
|
||||
2025-12-19 04:20:12.191 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:20:12.191 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:20:12.191 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:20:12.191 DEBUG [src.node.docker_mananger] docker run -i -t -p 2875:2875 -p 2876:2876 -p 2877:2877 -p 2878:2878 -p 2879:2879 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2877 --rest-port=2875 --tcp-port=2876 --discv5-udp-port=2878 --rest-address=0.0.0.0 --nat=extip:172.18.192.186 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c0adf6be61cadef5f13c4fb6fcb52dda693c85a4b90a272baa2e51b10faf71cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2879 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QPhzD7_5W3gC25_wtpP6N2hGVuu4EWgDXnhNY3iyKeCXGl1FHs28FOGyVIpbCcvK2M2LgY4qUK4wIW7x-hMYGBcCgmlkgnY0gmlwhKwSJDqKbXVsdGlhZGRyc5YACASsEiQ6Bsd_AAoErBIkOgbHgN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDXLi6MTOMX2gceplqna8Q5BeURO7KFbcRLIevrSPFRq6DdGNwgsd_g3VkcILHgYV3YWt1MgM --storenode=/ip4/172.18.36.58/tcp/51071/p2p/16Uiu2HAmJtwEShcSPENefs2bfkMJYYydnn8jCLN3pveGtZxxSWsF --store=true --relay=true
|
||||
2025-12-19 04:20:12.395 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.192.186 waku fb01593b71fb4e80636e80f16861c031c175eda3fd87eb98a6f7de7c16d625bf
|
||||
2025-12-19 04:20:12.427 DEBUG [src.node.docker_mananger] Container started with ID fb01593b71fb. Setting up logs at ./log/docker/store_node1_2025-12-19_04-20-10__b1b5cbcf-6505-432b-a207-1a971325bbfd__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:12.428 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2875
|
||||
2025-12-19 04:20:12.428 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:20:13.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2875/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:13.433 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:20:13.433 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:20:13.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2875/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:13.436 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.192.186/tcp/2876/p2p/16Uiu2HAmNj8mH6n7JbGUxquZbd4tABDTmw5GsUZyKKrCcjL3gTpu","/ip4/172.18.192.186/tcp/2877/ws/p2p/16Uiu2HAmNj8mH6n7JbGUxquZbd4tABDTmw5GsUZyKKrCcjL3gTpu"],"enrUri":"enr:-L24QCISHSa97nWLL-d7BxheWVTbNXHuQhHM6JoUzpTbV9TDWNPgi8gU27KCORUfO9s8U0uuWZ0XCLQtJwy3CopkTnICgmlkgnY0gmlwhKwSwLqKbXVsdGlhZGRyc5YACASsEsC6Bgs8AAoErBLAugYLPd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlaS0riSjtVgf8YFjCkBrNZsuHTq-d0T17FTWsqEkRJqDdGNwggs8g3VkcIILPoV3YWt1MgM"}'
|
||||
2025-12-19 04:20:13.436 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:20:13.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2875/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.36.58/tcp/51071/p2p/16Uiu2HAmJtwEShcSPENefs2bfkMJYYydnn8jCLN3pveGtZxxSWsF"]'
|
||||
2025-12-19 04:20:13.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.439 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51070/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:20:13.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.442 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2875/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:20:13.444 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.445 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:13.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51070/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:13.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.449 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:13.650 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:13.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51070/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:13.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.656 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:13.857 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:13.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51070/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:13.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:13.863 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:14.064 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:14.064 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51070/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:14.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:14.070 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:14.271 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:14.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51070/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:14.277 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:14.277 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:14.478 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:14.479 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51070/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:14.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:14.485 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:14.686 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:14.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51070/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:14.691 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:14.692 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:14.893 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:14.893 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51070/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:14.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:14.899 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:15.100 DEBUG [tests.store.test_topics] trying to find stored messages with wrong content_topic =myapp/1/latest/proto
|
||||
2025-12-19 04:20:15.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51070/store/v3/messages?includeData=true&contentTopics=myapp%2F1%2Flatest%2Fproto&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:15.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2025-12-19 04:20:15.104 DEBUG [tests.store.test_topics] response for wrong url content topic is {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': []}
|
||||
2025-12-19 04:20:15.106 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:20:15.107 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:20:15.108 DEBUG [src.node.waku_node] Stopping container with id 3aa81f44d15e
|
||||
2025-12-19 04:20:15.695 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:20:15.696 DEBUG [src.node.waku_node] Stopping container with id fb01593b71fb
|
||||
2025-12-19 04:20:16.273 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:20:16.275 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:20:16.282 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:20:16.289 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1008/data/attachments/1b818572960143d9.txt
Normal file
68
nim/1008/data/attachments/1b818572960143d9.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_update_subscription_with_extra_field with id: 2025-12-19_04-12-11__c8d4e126-5e3b-4f78-b1a4-ca7916d2623c
|
||||
[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_2025-12-19_04-12-11__c8d4e126-5e3b-4f78-b1a4-ca7916d2623c__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.2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53674', '53675', '53676', '53677', '53678']
|
||||
[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 53674:53674 -p 53675:53675 -p 53676:53676 -p 53677:53677 -p 53678:53678 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53676 --rest-port=53674 --tcp-port=53675 --discv5-udp-port=53677 --rest-address=0.0.0.0 --nat=extip:172.18.78.2 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dcc15aebecc1bf938d0c04fdfed2a4acbabc6c0de095daf7affc15b86ccbffeb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53678 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.78.2 waku 0a23a646149b2091da9811e5fd1c0846fa2f829f4421a52a6714c9f7968ef4b5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0a23a646149b. Setting up logs at ./log/docker/node1_2025-12-19_04-12-11__c8d4e126-5e3b-4f78-b1a4-ca7916d2623c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53674
|
||||
[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 1dc2fe5174b5. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8f754d4d6dc5. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53674/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:53674/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.2/tcp/53675/p2p/16Uiu2HAkwovVAHkadTNwYMXG2xLy7uUKsdWHDb3t7hiTS1hxeM56","/ip4/172.18.78.2/tcp/53676/ws/p2p/16Uiu2HAkwovVAHkadTNwYMXG2xLy7uUKsdWHDb3t7hiTS1hxeM56"],"enrUri":"enr:-L24QDLed6892fNowMSSH-cp_UqYG6YJ9bVKtQaYfVP0On54TGbnN6w4xQRQUjXJrRVkvzBf6Ckb6KGIfTmZi9j55ioCgmlkgnY0gmlwhKwSTgKKbXVsdGlhZGRyc5YACASsEk4CBtGrAAoErBJOAgbRrN0DgnJzhQADAQAAiXNlY3AyNTZrMaECI2qN1CB4dzk_zBctCAu1Qi7FEtkykR_6HooyzonJyXWDdGNwgtGrg3VkcILRrYV3YWt1MgU"}'
|
||||
[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_2025-12-19_04-12-11__c8d4e126-5e3b-4f78-b1a4-ca7916d2623c__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.105
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['20805', '20806', '20807', '20808', '20809']
|
||||
[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 20805:20805 -p 20806:20806 -p 20807:20807 -p 20808:20808 -p 20809:20809 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=20807 --rest-port=20805 --tcp-port=20806 --discv5-udp-port=20808 --rest-address=0.0.0.0 --nat=extip:172.18.211.105 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e18aafe7bd6cec0fa5baa3d88e3e3ea65e4c9d1d7fd5e08bc4b1397464c4eedc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20809 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QDLed6892fNowMSSH-cp_UqYG6YJ9bVKtQaYfVP0On54TGbnN6w4xQRQUjXJrRVkvzBf6Ckb6KGIfTmZi9j55ioCgmlkgnY0gmlwhKwSTgKKbXVsdGlhZGRyc5YACASsEk4CBtGrAAoErBJOAgbRrN0DgnJzhQADAQAAiXNlY3AyNTZrMaECI2qN1CB4dzk_zBctCAu1Qi7FEtkykR_6HooyzonJyXWDdGNwgtGrg3VkcILRrYV3YWt1MgU --filternode=/ip4/172.18.78.2/tcp/53675/p2p/16Uiu2HAkwovVAHkadTNwYMXG2xLy7uUKsdWHDb3t7hiTS1hxeM56
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.211.105 waku 5f6a18e96dc4a2c554271ee9583c236fabdf0b8d0f3544363aff2edde6809acb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5f6a18e96dc4. Setting up logs at ./log/docker/node2_2025-12-19_04-12-11__c8d4e126-5e3b-4f78-b1a4-ca7916d2623c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 20805
|
||||
[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:20805/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:20805/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.105/tcp/20806/p2p/16Uiu2HAkwFfUSudLDweQy751NvkzNcrFixvNCPJjTAb6nwQXG49x","/ip4/172.18.211.105/tcp/20807/ws/p2p/16Uiu2HAkwFfUSudLDweQy751NvkzNcrFixvNCPJjTAb6nwQXG49x"],"enrUri":"enr:-L24QEC0N8zumM8G-LOm62U-R48-ABo7CWN5vOSV45_NBn3aHzPBJAWlo4rMZrJNTUwdhEJMBzXeb6BmhkwzFaQ_2sUCgmlkgnY0gmlwhKwS02mKbXVsdGlhZGRyc5YACASsEtNpBlFGAAoErBLTaQZRR90DgnJzhQADAQAAiXNlY3AyNTZrMaECGyb-YMvAne_7A2GPswTeChXBNCSb3qpOXjFrrqa9YguDdGNwglFGg3VkcIJRSIV3YWt1MgA"}'
|
||||
[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:20805/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.78.2/tcp/53675/p2p/16Uiu2HAkwovVAHkadTNwYMXG2xLy7uUKsdWHDb3t7hiTS1hxeM56"]'
|
||||
[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:53674/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:20805/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4846a880-af2b-4767-b0e5-fa5744ec36c8", "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":"4846a880-af2b-4767-b0e5-fa5744ec36c8","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X PUT "http://127.0.0.1:20805/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1", "extraField": "extraValue"}'
|
||||
[31m[1mERROR [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:20805/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 0a23a646149b
|
||||
[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 5f6a18e96dc4
|
||||
[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.
|
||||
95
nim/1008/data/attachments/1b87c25c76acbb3.txt
Normal file
95
nim/1008/data/attachments/1b87c25c76acbb3.txt
Normal file
@ -0,0 +1,95 @@
|
||||
2025-12-19 04:17:55.573 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:17:55.573 DEBUG [tests.conftest] Running test: test_time_filter_zero_start_time with id: 2025-12-19_04-17-55__7b8c0bc0-ab95-46a7-8b8d-51636be316ea
|
||||
2025-12-19 04:17:55.573 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:17:55.573 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:17:55.574 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-19 04:17:55.580 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:17:55.580 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-19_04-17-55__7b8c0bc0-ab95-46a7-8b8d-51636be316ea__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:55.580 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:17:55.580 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:17:55.581 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:17:55.581 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.26.26
|
||||
2025-12-19 04:17:55.581 DEBUG [src.node.docker_mananger] Generated ports ['13436', '13437', '13438', '13439', '13440']
|
||||
2025-12-19 04:17:55.582 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:17:55.582 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:17:55.582 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:17:55.582 DEBUG [src.node.docker_mananger] docker run -i -t -p 13436:13436 -p 13437:13437 -p 13438:13438 -p 13439:13439 -p 13440:13440 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13438 --rest-port=13436 --tcp-port=13437 --discv5-udp-port=13439 --rest-address=0.0.0.0 --nat=extip:172.18.26.26 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0fd5ea0bca7ad5481e5b3c9c6fc63d4cdc0efeb03ebacfee7de33777cbbdaf4e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13440 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-19 04:17:55.770 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.26.26 waku 21d758fecb216e943a396bcfbcd568e743cb93fc74bf5bb81ba291fd932684e4
|
||||
2025-12-19 04:17:55.803 DEBUG [src.node.docker_mananger] Container started with ID 21d758fecb21. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-17-55__7b8c0bc0-ab95-46a7-8b8d-51636be316ea__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:55.803 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13436
|
||||
2025-12-19 04:17:55.804 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:17:55.847 ERROR [src.node.docker_mananger] Max retries reached for container 7dd0f07f13be. Exiting log stream.
|
||||
2025-12-19 04:17:56.373 ERROR [src.node.docker_mananger] Max retries reached for container 20b25d53b970. Exiting log stream.
|
||||
2025-12-19 04:17:56.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13436/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:56.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:17:56.808 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:17:56.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13436/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:56.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.26.26/tcp/13437/p2p/16Uiu2HAmRuqvQVEaSLWMT7rUthMxNaXMejEVqZY4hnna7HNvHvQL","/ip4/172.18.26.26/tcp/13438/ws/p2p/16Uiu2HAmRuqvQVEaSLWMT7rUthMxNaXMejEVqZY4hnna7HNvHvQL"],"enrUri":"enr:-L24QKUUrfoRNo-Ub9zV9ysDYgtQLhwA3XTV0dWjdJTqeM9sOEj6xKYbAbVfnHJnoCB69nkqcPTA8kvrqLXUX9g_x7wCgmlkgnY0gmlwhKwSGhqKbXVsdGlhZGRyc5YACASsEhoaBjR9AAoErBIaGgY0ft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxPYchx8iEJTgtk3z_6uXzDcPJromd9eTKGFRvRr_1K2DdGNwgjR9g3VkcII0f4V3YWt1MgM"}'
|
||||
2025-12-19 04:17:56.811 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:17:56.817 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:17:56.818 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-19_04-17-55__7b8c0bc0-ab95-46a7-8b8d-51636be316ea__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:56.818 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:17:56.818 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:17:56.819 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:17:56.819 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.44.196
|
||||
2025-12-19 04:17:56.819 DEBUG [src.node.docker_mananger] Generated ports ['54328', '54329', '54330', '54331', '54332']
|
||||
2025-12-19 04:17:56.820 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:17:56.820 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:17:56.820 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:17:56.820 DEBUG [src.node.docker_mananger] docker run -i -t -p 54328:54328 -p 54329:54329 -p 54330:54330 -p 54331:54331 -p 54332:54332 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54330 --rest-port=54328 --tcp-port=54329 --discv5-udp-port=54331 --rest-address=0.0.0.0 --nat=extip:172.18.44.196 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b93dcbd5d096bd4f20a9f75de0623baf702c24846a2a6327a4cbd1a2fbcd3477 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54332 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKUUrfoRNo-Ub9zV9ysDYgtQLhwA3XTV0dWjdJTqeM9sOEj6xKYbAbVfnHJnoCB69nkqcPTA8kvrqLXUX9g_x7wCgmlkgnY0gmlwhKwSGhqKbXVsdGlhZGRyc5YACASsEhoaBjR9AAoErBIaGgY0ft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxPYchx8iEJTgtk3z_6uXzDcPJromd9eTKGFRvRr_1K2DdGNwgjR9g3VkcII0f4V3YWt1MgM --storenode=/ip4/172.18.26.26/tcp/13437/p2p/16Uiu2HAmRuqvQVEaSLWMT7rUthMxNaXMejEVqZY4hnna7HNvHvQL --store=true --relay=true
|
||||
2025-12-19 04:17:57.000 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.44.196 waku f5f8e68d7875b3e7b3703e20961f87ca4d2fcbb51828b1f8b226c1af30f1b545
|
||||
2025-12-19 04:17:57.031 DEBUG [src.node.docker_mananger] Container started with ID f5f8e68d7875. Setting up logs at ./log/docker/store_node1_2025-12-19_04-17-55__7b8c0bc0-ab95-46a7-8b8d-51636be316ea__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:57.031 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54328
|
||||
2025-12-19 04:17:57.033 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:17:58.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54328/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:58.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:17:58.038 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:17:58.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54328/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:58.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.44.196/tcp/54329/p2p/16Uiu2HAkz54ZKi1tCkjWSJTBNjsTnJFt2Jfzmy4JzFqhNtzdHSNT","/ip4/172.18.44.196/tcp/54330/ws/p2p/16Uiu2HAkz54ZKi1tCkjWSJTBNjsTnJFt2Jfzmy4JzFqhNtzdHSNT"],"enrUri":"enr:-L24QG95UZsjHWMNsPqmMD3P7WJYkAbrtmlxY4XgBtlSEDp1aolQEEhZiKS79IF4iw-nqANBXRfGP64sl9FL4w6aZxQCgmlkgnY0gmlwhKwSLMSKbXVsdGlhZGRyc5YACASsEizEBtQ5AAoErBIsxAbUOt0DgnJzhQADAQAAiXNlY3AyNTZrMaECRQLES8HAcjLc2BGErwFq_T-PigAbkk_P1w6PYbLMqgCDdGNwgtQ5g3VkcILUO4V3YWt1MgM"}'
|
||||
2025-12-19 04:17:58.040 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:17:58.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54328/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.26.26/tcp/13437/p2p/16Uiu2HAmRuqvQVEaSLWMT7rUthMxNaXMejEVqZY4hnna7HNvHvQL"]'
|
||||
2025-12-19 04:17:58.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:58.043 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13436/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:17:58.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:58.046 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54328/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:17:58.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:58.049 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:17:58.050 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13436/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:58.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:58.055 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:17:58.255 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:17:58.256 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13436/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:58.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:58.261 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:17:58.462 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:17:58.462 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13436/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:58.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:58.469 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:17:58.669 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:17:58.670 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13436/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:58.676 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:58.676 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:17:58.877 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:17:58.877 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13436/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:58.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:58.883 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:17:59.083 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:17:59.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13436/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:59.089 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:59.090 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:17:59.290 DEBUG [tests.store.test_time_filter] inquering stored messages with start time 0
|
||||
2025-12-19 04:17:59.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13436/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=0&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:59.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa20afd48ba6ec8d69ace96a318ecfa28d9dc4e68d3d819f1ad5c816dc515b2ae","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117875049614848,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x32221476b78589a24e9aa84ca94076e934b76601df03ad462daba46a2e4fc323","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117877049620992,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xfeb708eaefabad4d23660c6bd1ab3eb557b2a142e25a425db84b7c597e02c6c0","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117877949623040,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x78a4278df3f91db16c6acee7f45ebf3dd86674c3b3c3680287f756de44d01fd4","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117878149626112,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x63d9c3769e4ef7320079737a29fc742571187ae39fedfbb500ef7abbfcc56563","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117880049627904,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xaf9a47068b4c6bfb57223539acd37e0e9c8e22c9eb3e16a321e745f3196c97f4","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117888049628928,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2025-12-19 04:17:59.295 DEBUG [tests.store.test_time_filter] number of messages stored for start time = 0 is 6
|
||||
2025-12-19 04:17:59.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54328/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&startTime=0&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:59.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xa20afd48ba6ec8d69ace96a318ecfa28d9dc4e68d3d819f1ad5c816dc515b2ae","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117875049614848,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x32221476b78589a24e9aa84ca94076e934b76601df03ad462daba46a2e4fc323","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117877049620992,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xfeb708eaefabad4d23660c6bd1ab3eb557b2a142e25a425db84b7c597e02c6c0","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117877949623040,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x78a4278df3f91db16c6acee7f45ebf3dd86674c3b3c3680287f756de44d01fd4","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117878149626112,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x63d9c3769e4ef7320079737a29fc742571187ae39fedfbb500ef7abbfcc56563","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117880049627904,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xaf9a47068b4c6bfb57223539acd37e0e9c8e22c9eb3e16a321e745f3196c97f4","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117888049628928,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2025-12-19 04:17:59.299 DEBUG [tests.store.test_time_filter] number of messages stored for start time = 0 is 6
|
||||
2025-12-19 04:17:59.301 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:17:59.302 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:17:59.302 DEBUG [src.node.waku_node] Stopping container with id 21d758fecb21
|
||||
2025-12-19 04:17:59.845 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:59.845 DEBUG [src.node.waku_node] Stopping container with id f5f8e68d7875
|
||||
2025-12-19 04:18:00.365 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:18:00.369 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:18:00.375 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:18:00.382 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
127
nim/1008/data/attachments/1b99cabbeea5f9d6.txt
Normal file
127
nim/1008/data/attachments/1b99cabbeea5f9d6.txt
Normal file
@ -0,0 +1,127 @@
|
||||
2025-12-19 04:21:44.681 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:21:44.681 DEBUG [tests.conftest] Running test: test_filter_auto_sharding_multiple_content_topics with id: 2025-12-19_04-21-44__96666537-7bf9-4a22-ab9e-69e73556897a
|
||||
2025-12-19 04:21:44.681 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:21:44.682 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:21:44.682 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-19 04:21:44.688 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:21:44.688 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-21-44__96666537-7bf9-4a22-ab9e-69e73556897a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:21:44.689 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:21:44.689 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:21:44.690 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:21:44.690 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.75.103
|
||||
2025-12-19 04:21:44.690 DEBUG [src.node.docker_mananger] Generated ports ['51919', '51920', '51921', '51922', '51923']
|
||||
2025-12-19 04:21:44.691 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-19 04:21:44.691 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:21:44.691 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:21:44.691 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:21:44.691 DEBUG [src.node.docker_mananger] docker run -i -t -p 51919:51919 -p 51920:51920 -p 51921:51921 -p 51922:51922 -p 51923:51923 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51921 --rest-port=51919 --tcp-port=51920 --discv5-udp-port=51922 --rest-address=0.0.0.0 --nat=extip:172.18.75.103 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=0e5ec7ebcfd265b351e2ad13cd8d6a36cc8a8f5b4db9bda33424d1ffbc01e52b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51923 --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 --num-shards-in-network=8
|
||||
2025-12-19 04:21:44.862 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.75.103 waku 4adf8a5ef60125a77bb82957163ea45552f150234f46cbe74a3d64c93aff3226
|
||||
2025-12-19 04:21:44.900 DEBUG [src.node.docker_mananger] Container started with ID 4adf8a5ef601. Setting up logs at ./log/docker/node1_2025-12-19_04-21-44__96666537-7bf9-4a22-ab9e-69e73556897a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:21:44.901 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51919
|
||||
2025-12-19 04:21:44.901 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:21:45.490 ERROR [src.node.docker_mananger] Max retries reached for container e1be21a40c24. Exiting log stream.
|
||||
2025-12-19 04:21:45.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51919/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:45.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:21:45.905 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:21:45.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51919/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:45.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.75.103/tcp/51920/p2p/16Uiu2HAmBn1F3qYpr8JnVNJXhvWcYyWADiLD75hw3wgBZVEHGciW","/ip4/172.18.75.103/tcp/51921/ws/p2p/16Uiu2HAmBn1F3qYpr8JnVNJXhvWcYyWADiLD75hw3wgBZVEHGciW"],"enrUri":"enr:-L24QOsEY4Q4f8Xu3NPjVX_YsUK-e40ANMMhoAWHk1ha0faabIILb6iMjNE6-O9sJX4AsED3dPYDrgpVln4ArTbySWICgmlkgnY0gmlwhKwSS2eKbXVsdGlhZGRyc5YACASsEktnBsrQAAoErBJLZwbK0d0DgnJzhQACAQAAiXNlY3AyNTZrMaEC8vBjRjHgROCOTcFbnDs1Nw5vHNs_1P0el7FU-tr0rsuDdGNwgsrQg3VkcILK0oV3YWt1MgU"}'
|
||||
2025-12-19 04:21:45.908 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:21:45.915 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:21:45.915 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-21-44__96666537-7bf9-4a22-ab9e-69e73556897a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:21:45.915 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:21:45.915 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:21:45.916 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:21:45.917 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.19.191
|
||||
2025-12-19 04:21:45.917 DEBUG [src.node.docker_mananger] Generated ports ['37351', '37352', '37353', '37354', '37355']
|
||||
2025-12-19 04:21:45.917 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-19 04:21:45.917 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:21:45.917 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:21:45.917 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:21:45.917 DEBUG [src.node.docker_mananger] docker run -i -t -p 37351:37351 -p 37352:37352 -p 37353:37353 -p 37354:37354 -p 37355:37355 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37353 --rest-port=37351 --tcp-port=37352 --discv5-udp-port=37354 --rest-address=0.0.0.0 --nat=extip:172.18.19.191 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cace20fd125db1dec0d1c9479c9bdf3cdfca6176b5cb1c404c21fa3623a08b88 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37355 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QOsEY4Q4f8Xu3NPjVX_YsUK-e40ANMMhoAWHk1ha0faabIILb6iMjNE6-O9sJX4AsED3dPYDrgpVln4ArTbySWICgmlkgnY0gmlwhKwSS2eKbXVsdGlhZGRyc5YACASsEktnBsrQAAoErBJLZwbK0d0DgnJzhQACAQAAiXNlY3AyNTZrMaEC8vBjRjHgROCOTcFbnDs1Nw5vHNs_1P0el7FU-tr0rsuDdGNwgsrQg3VkcILK0oV3YWt1MgU --filternode=/ip4/172.18.75.103/tcp/51920/p2p/16Uiu2HAmBn1F3qYpr8JnVNJXhvWcYyWADiLD75hw3wgBZVEHGciW --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
|
||||
2025-12-19 04:21:46.098 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.19.191 waku 3e563fe09f0feb9516ae6b9a1abc510ca5c2bb092ee4dde84719d6f161eed7b4
|
||||
2025-12-19 04:21:46.129 DEBUG [src.node.docker_mananger] Container started with ID 3e563fe09f0f. Setting up logs at ./log/docker/node2_2025-12-19_04-21-44__96666537-7bf9-4a22-ab9e-69e73556897a__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:21:46.129 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37351
|
||||
2025-12-19 04:21:46.130 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:21:47.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37351/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:47.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:21:47.135 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:21:47.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37351/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:47.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.19.191/tcp/37352/p2p/16Uiu2HAmBaRx3KnRiFoDphPsQHUfXtX3e8Jh6fz4Qpp61mjLdfXx","/ip4/172.18.19.191/tcp/37353/ws/p2p/16Uiu2HAmBaRx3KnRiFoDphPsQHUfXtX3e8Jh6fz4Qpp61mjLdfXx"],"enrUri":"enr:-L24QKKK6hp5nf22dklO1PncnFN8P2jVtdQilpzof3NsLO-bYJxM4P2d1WJLf72zVugN_PPX6dE9QArneGDd8gw1DScCgmlkgnY0gmlwhKwSE7-KbXVsdGlhZGRyc5YACASsEhO_BpHoAAoErBITvwaR6d0DgnJzhQACAQAAiXNlY3AyNTZrMaEC7_lapVfTfAIBT_gSHt2-4nQu4lxjbmmVo0QV1G84bmuDdGNwgpHog3VkcIKR6oV3YWt1MgA"}'
|
||||
2025-12-19 04:21:47.137 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:21:47.138 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37351/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.75.103/tcp/51920/p2p/16Uiu2HAmBn1F3qYpr8JnVNJXhvWcYyWADiLD75hw3wgBZVEHGciW"]'
|
||||
2025-12-19 04:21:47.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:47.167 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51919/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"]'
|
||||
2025-12-19 04:21:47.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:47.180 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37351/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ef6dfa4e-bff5-4018-8d8c-463cc2ac8a0f", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
||||
2025-12-19 04:21:47.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ef6dfa4e-bff5-4018-8d8c-463cc2ac8a0f","statusDesc":"OK"}'
|
||||
2025-12-19 04:21:47.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37351/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e3f725d3-cf51-4331-afce-6d8bbad41c08", "contentFilters": ["/waku/2/content/test.js"], "pubsubTopic": "/waku/2/rs/2/1"}'
|
||||
2025-12-19 04:21:47.201 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"e3f725d3-cf51-4331-afce-6d8bbad41c08","statusDesc":"OK"}'
|
||||
2025-12-19 04:21:47.201 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37351/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "662a4586-5f37-412e-9431-ec549cbd96cc", "contentFilters": ["/app/22/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/2"}'
|
||||
2025-12-19 04:21:47.209 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"662a4586-5f37-412e-9431-ec549cbd96cc","statusDesc":"OK"}'
|
||||
2025-12-19 04:21:47.210 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37351/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "abbbeb04-c93d-4dbf-ada5-6146bb6990e7", "contentFilters": ["/toychat/2/huilong/proto"], "pubsubTopic": "/waku/2/rs/2/3"}'
|
||||
2025-12-19 04:21:47.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"abbbeb04-c93d-4dbf-ada5-6146bb6990e7","statusDesc":"OK"}'
|
||||
2025-12-19 04:21:47.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37351/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "a2426ff7-7ab4-49b7-9cf8-b6eb583de817", "contentFilters": ["/statusim/1/community/cbor"], "pubsubTopic": "/waku/2/rs/2/4"}'
|
||||
2025-12-19 04:21:47.227 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"a2426ff7-7ab4-49b7-9cf8-b6eb583de817","statusDesc":"OK"}'
|
||||
2025-12-19 04:21:47.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37351/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "59ebb0d2-0015-4142-a36f-620bcfa5df1e", "contentFilters": ["/app/27/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/5"}'
|
||||
2025-12-19 04:21:47.237 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"59ebb0d2-0015-4142-a36f-620bcfa5df1e","statusDesc":"OK"}'
|
||||
2025-12-19 04:21:47.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37351/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "85780d6a-8cea-49ee-8dcb-3f217d61c642", "contentFilters": ["/app/29/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/6"}'
|
||||
2025-12-19 04:21:47.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"85780d6a-8cea-49ee-8dcb-3f217d61c642","statusDesc":"OK"}'
|
||||
2025-12-19 04:21:47.247 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37351/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "4242eecb-3efa-4209-be10-76ac89a9931c", "contentFilters": ["/app/20/sometopic/someencoding"], "pubsubTopic": "/waku/2/rs/2/7"}'
|
||||
2025-12-19 04:21:47.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"4242eecb-3efa-4209-be10-76ac89a9931c","statusDesc":"OK"}'
|
||||
2025-12-19 04:21:47.257 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51919/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:47.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:47.265 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:47.366 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:47.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37351/filter/v2/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:47.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118107257609883,"ephemeral":false}]'
|
||||
2025-12-19 04:21:47.371 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51919/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:47.376 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:47.377 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:47.477 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:47.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37351/filter/v2/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:47.480 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":1766118107371134616,"ephemeral":false}]'
|
||||
2025-12-19 04:21:47.481 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51919/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:47.487 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:47.487 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:47.587 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:47.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37351/filter/v2/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:47.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766118107481481711,"ephemeral":false}]'
|
||||
2025-12-19 04:21:47.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51919/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:47.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:47.597 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:47.697 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:47.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37351/filter/v2/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:47.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766118107591996303,"ephemeral":false}]'
|
||||
2025-12-19 04:21:47.702 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51919/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:47.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:47.707 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:47.808 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:47.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37351/filter/v2/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:47.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766118107701949858,"ephemeral":false}]'
|
||||
2025-12-19 04:21:47.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51919/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:47.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:47.818 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:47.918 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:47.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37351/filter/v2/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:47.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766118107812176619,"ephemeral":false}]'
|
||||
2025-12-19 04:21:47.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51919/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:47.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:47.929 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:48.029 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:48.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37351/filter/v2/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:48.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766118107922988174,"ephemeral":false}]'
|
||||
2025-12-19 04:21:48.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51919/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:21:48.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:21:48.039 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:21:48.139 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:21:48.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37351/filter/v2/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:21:48.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766118108033570211,"ephemeral":false}]'
|
||||
2025-12-19 04:21:48.144 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:21:48.145 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:21:48.146 DEBUG [src.node.waku_node] Stopping container with id 4adf8a5ef601
|
||||
2025-12-19 04:21:48.696 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:21:48.697 DEBUG [src.node.waku_node] Stopping container with id 3e563fe09f0f
|
||||
2025-12-19 04:21:49.231 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:21:49.232 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:21:49.244 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:21:49.252 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2578
nim/1008/data/attachments/1c5c11599ee9a059.txt
Normal file
2578
nim/1008/data/attachments/1c5c11599ee9a059.txt
Normal file
File diff suppressed because it is too large
Load Diff
95
nim/1008/data/attachments/1cc13f8defda7350.txt
Normal file
95
nim/1008/data/attachments/1cc13f8defda7350.txt
Normal file
@ -0,0 +1,95 @@
|
||||
2025-12-19 04:29:05.270 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:29:05.270 DEBUG [tests.conftest] Running test: test_get_peers_for_blank_node with id: 2025-12-19_04-29-05__9ab12176-d7eb-4da5-804e-40e287ff9833
|
||||
2025-12-19 04:29:05.270 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:29:05.271 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:29:05.277 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:29:05.278 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-29-05__9ab12176-d7eb-4da5-804e-40e287ff9833__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:29:05.278 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:29:05.278 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:29:05.279 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:29:05.279 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.112.165
|
||||
2025-12-19 04:29:05.279 DEBUG [src.node.docker_mananger] Generated ports ['48836', '48837', '48838', '48839', '48840']
|
||||
2025-12-19 04:29:05.280 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:29:05.280 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:29:05.280 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:29:05.280 DEBUG [src.node.docker_mananger] docker run -i -t -p 48836:48836 -p 48837:48837 -p 48838:48838 -p 48839:48839 -p 48840:48840 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48838 --rest-port=48836 --tcp-port=48837 --discv5-udp-port=48839 --rest-address=0.0.0.0 --nat=extip:172.18.112.165 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4aaace34e8f77bafefc2c975cef8acc2bd15afcdd63d6cc8dee1449b61a8ebae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48840 --metrics-logging=true --relay=true --relay-peer-exchange=true
|
||||
2025-12-19 04:29:05.485 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.112.165 waku 2b13746ebed51c85149fed7533b4a79d575c210883d925e8f667b55f1142d04a
|
||||
2025-12-19 04:29:05.523 DEBUG [src.node.docker_mananger] Container started with ID 2b13746ebed5. Setting up logs at ./log/docker/node1_2025-12-19_04-29-05__9ab12176-d7eb-4da5-804e-40e287ff9833__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:29:05.524 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48836
|
||||
2025-12-19 04:29:05.524 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:29:06.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48836/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:29:06.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:29:06.528 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:29:06.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48836/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:29:06.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.165/tcp/48837/p2p/16Uiu2HAmN7bAtTCyKGCF177CY4FR6qBfMiKvJTtB3oXdr6DdAKv3","/ip4/172.18.112.165/tcp/48838/ws/p2p/16Uiu2HAmN7bAtTCyKGCF177CY4FR6qBfMiKvJTtB3oXdr6DdAKv3"],"enrUri":"enr:-L24QIXW5qtzkNoJmzUlfqlAWwx-HVA0oCFMCuwnKOyPs1BgZD5ktATpi2Mgmo4zGN4IpwOjeU3eHupBJDdHOThQM7kCgmlkgnY0gmlwhKwScKWKbXVsdGlhZGRyc5YACASsEnClBr7FAAoErBJwpQa-xt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjImnvB7kr7SkBWkirIT_XWC4OtUO9_mNIZSoxXKwN3SDdGNwgr7Fg3VkcIK-x4V3YWt1MgE"}'
|
||||
2025-12-19 04:29:06.531 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:29:06.537 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:29:06.537 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-29-05__9ab12176-d7eb-4da5-804e-40e287ff9833__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:29:06.537 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:29:06.537 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:29:06.539 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:29:06.539 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.6.165
|
||||
2025-12-19 04:29:06.539 DEBUG [src.node.docker_mananger] Generated ports ['34240', '34241', '34242', '34243', '34244']
|
||||
2025-12-19 04:29:06.539 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:29:06.539 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:29:06.539 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:29:06.539 DEBUG [src.node.docker_mananger] docker run -i -t -p 34240:34240 -p 34241:34241 -p 34242:34242 -p 34243:34243 -p 34244:34244 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34242 --rest-port=34240 --tcp-port=34241 --discv5-udp-port=34243 --rest-address=0.0.0.0 --nat=extip:172.18.6.165 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=643f4aaffae433de0b3e5dbbd77da472f2e0588ba8f0de7c0df6744cd9ebffa3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34244 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIXW5qtzkNoJmzUlfqlAWwx-HVA0oCFMCuwnKOyPs1BgZD5ktATpi2Mgmo4zGN4IpwOjeU3eHupBJDdHOThQM7kCgmlkgnY0gmlwhKwScKWKbXVsdGlhZGRyc5YACASsEnClBr7FAAoErBJwpQa-xt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjImnvB7kr7SkBWkirIT_XWC4OtUO9_mNIZSoxXKwN3SDdGNwgr7Fg3VkcIK-x4V3YWt1MgE
|
||||
2025-12-19 04:29:06.712 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.6.165 waku 8cf28f5dddca17ff86fd2b90da7125aed01c4a9db0f9ec155c388d3ab57933f9
|
||||
2025-12-19 04:29:06.744 DEBUG [src.node.docker_mananger] Container started with ID 8cf28f5dddca. Setting up logs at ./log/docker/node2_2025-12-19_04-29-05__9ab12176-d7eb-4da5-804e-40e287ff9833__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:29:06.744 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34240
|
||||
2025-12-19 04:29:06.745 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:29:07.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34240/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:29:07.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:29:07.757 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:29:07.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34240/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:29:07.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.6.165/tcp/34241/p2p/16Uiu2HAmQ1xzgWVZrP2UbH3oziubjGjQUGh1sYjN9J9b8xpquzUJ","/ip4/172.18.6.165/tcp/34242/ws/p2p/16Uiu2HAmQ1xzgWVZrP2UbH3oziubjGjQUGh1sYjN9J9b8xpquzUJ"],"enrUri":"enr:-L24QOjxmoTQB-2yq24joGwog_U86ZbIg2G64K-jaEM4HNS1fUQxd9SuGOR9ypsw55K6FWveeqlab4yf5ZX7sbhgHacCgmlkgnY0gmlwhKwSBqWKbXVsdGlhZGRyc5YACASsEgalBoXBAAoErBIGpQaFwt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqNA4gaodC2OaP9vZ-xqCKxPnqwke_KFE_wv3opj_lfODdGNwgoXBg3VkcIKFw4V3YWt1MgE"}'
|
||||
2025-12-19 04:29:07.761 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:29:07.762 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34240/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.112.165/tcp/48837/p2p/16Uiu2HAmN7bAtTCyKGCF177CY4FR6qBfMiKvJTtB3oXdr6DdAKv3"]'
|
||||
2025-12-19 04:29:07.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:29:07.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48836/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2025-12-19 04:29:07.772 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:29:07.773 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34240/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2025-12-19 04:29:07.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:29:07.781 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:29:08.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48836/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:29:08.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.6.165/tcp/55644/p2p/16Uiu2HAmQ1xzgWVZrP2UbH3oziubjGjQUGh1sYjN9J9b8xpquzUJ","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-121-g2d40cb","origin":"UnknownOrigin"}]'
|
||||
2025-12-19 04:29:08.790 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:29:08.790 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-29-05__9ab12176-d7eb-4da5-804e-40e287ff9833__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:29:08.791 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:29:08.791 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:29:08.792 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:29:08.792 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.145.177
|
||||
2025-12-19 04:29:08.792 DEBUG [src.node.docker_mananger] Generated ports ['24832', '24833', '24834', '24835', '24836']
|
||||
2025-12-19 04:29:08.792 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:29:08.792 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:29:08.793 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:29:08.793 DEBUG [src.node.docker_mananger] docker run -i -t -p 24832:24832 -p 24833:24833 -p 24834:24834 -p 24835:24835 -p 24836:24836 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24834 --rest-port=24832 --tcp-port=24833 --discv5-udp-port=24835 --rest-address=0.0.0.0 --nat=extip:172.18.145.177 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=1f5cdca78a9ddbc4bf51a42fefb263838dbe7bd418d1fcb57448468efcf16f07 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24836 --metrics-logging=true --relay=false --peer-exchange-node=/ip4/172.18.6.165/tcp/55644/p2p/16Uiu2HAmQ1xzgWVZrP2UbH3oziubjGjQUGh1sYjN9J9b8xpquzUJ
|
||||
2025-12-19 04:29:08.971 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.145.177 waku 9785f714d823084d3d86cb6c56eeb422d0cc133f7f7bd7443214ee4b95b34101
|
||||
2025-12-19 04:29:08.997 DEBUG [src.node.docker_mananger] Container started with ID 9785f714d823. Setting up logs at ./log/docker/node3_2025-12-19_04-29-05__9ab12176-d7eb-4da5-804e-40e287ff9833__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:29:08.998 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24832
|
||||
2025-12-19 04:29:08.998 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:29:09.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24832/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:29:10.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:29:10.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24832/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:29:10.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:29:10.106 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:29:10.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24832/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:29:10.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.177/tcp/24833/p2p/16Uiu2HAmRfDiACG3C4CGzi2isnoxqarxDsp9iv2fN7jETVx5Qifd","/ip4/172.18.145.177/tcp/24834/ws/p2p/16Uiu2HAmRfDiACG3C4CGzi2isnoxqarxDsp9iv2fN7jETVx5Qifd"],"enrUri":"enr:-La4QC2F40nL4Go5KEhm9erUwsymjFoi60xpPrmwYny6JKghVwWv2CKIipxo8bWuOXt0DLooC619ZyDRhdIYXkf9HNwCgmlkgnY0gmlwhKwSkbGKbXVsdGlhZGRyc5YACASsEpGxBmEBAAoErBKRsQZhAt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwTcJObzizSr4C_N0PP8jLtABEuj87LKPz3o5EZL7Z7yDdGNwgmEBhXdha3UyAA"}'
|
||||
2025-12-19 04:29:10.108 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:29:10.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24832/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.112.165/tcp/48837/p2p/16Uiu2HAmN7bAtTCyKGCF177CY4FR6qBfMiKvJTtB3oXdr6DdAKv3"]'
|
||||
2025-12-19 04:29:10.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:29:10.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24832/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:29:10.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.112.165/tcp/48837/p2p/16Uiu2HAmN7bAtTCyKGCF177CY4FR6qBfMiKvJTtB3oXdr6DdAKv3","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1000,9,1,25],"connected":"Connected","agent":"nwaku-v0.36.0-121-g2d40cb","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.6.165/tcp/55644/p2p/16Uiu2HAmQ1xzgWVZrP2UbH3oziubjGjQUGh1sYjN9J9b8xpquzUJ","protocols":[],"shards":[],"connected":"NotConnected","agent":"","origin":"UnknownOrigin"}]'
|
||||
2025-12-19 04:29:10.138 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:29:10.145 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:29:10.145 DEBUG [src.node.waku_node] Stopping container with id 2b13746ebed5
|
||||
2025-12-19 04:29:10.661 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:29:10.662 DEBUG [src.node.waku_node] Stopping container with id 8cf28f5dddca
|
||||
2025-12-19 04:29:11.165 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:29:11.167 DEBUG [src.node.waku_node] Stopping container with id 9785f714d823
|
||||
2025-12-19 04:29:11.509 ERROR [src.node.docker_mananger] Max retries reached for container 2b13746ebed5. Exiting log stream.
|
||||
2025-12-19 04:29:11.729 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:29:11.731 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:29:11.747 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:29:11.754 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:29:11.757 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
136
nim/1008/data/attachments/1cff8cc2948a22e8.txt
Normal file
136
nim/1008/data/attachments/1cff8cc2948a22e8.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: 2025-12-19_04-21-41__f198c6ab-6138-4212-867f-6f55952ac709
|
||||
[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_2025-12-19_04-21-41__f198c6ab-6138-4212-867f-6f55952ac709__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.200.255
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1493', '1494', '1495', '1496', '1497']
|
||||
[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 1493:1493 -p 1494:1494 -p 1495:1495 -p 1496:1496 -p 1497:1497 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1495 --rest-port=1493 --tcp-port=1494 --discv5-udp-port=1496 --rest-address=0.0.0.0 --nat=extip:172.18.200.255 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d85cc061629fb0cca1b84e4f023c396c44d8becdef7ceacaaccd0adcd3beaa3c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1497 --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.200.255 waku 332268a53b0ed1e9a6ec5146187acf800ece5f3b018370446b2ef41f2580acfd
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 332268a53b0e. Setting up logs at ./log/docker/node1_2025-12-19_04-21-41__f198c6ab-6138-4212-867f-6f55952ac709__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1493
|
||||
[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 78ba339c2aea. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4a16a1ba9bfa. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1493/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:1493/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.200.255/tcp/1494/p2p/16Uiu2HAmBWt3PEoowU9kCpRj13dy1ZjFUaoA21wK7qdsJhrM6akg","/ip4/172.18.200.255/tcp/1495/ws/p2p/16Uiu2HAmBWt3PEoowU9kCpRj13dy1ZjFUaoA21wK7qdsJhrM6akg"],"enrUri":"enr:-L24QHU0obxeMYuGQc1ia-t_ZWBdZ1r4wgM7cT_hVNGTzNJnYJcgRw0CCnQfY1_tUZpw_p6gBUZojDJNjbIGU-w6wWMCgmlkgnY0gmlwhKwSyP-KbXVsdGlhZGRyc5YACASsEsj_BgXWAAoErBLI_wYF190DgnJzhQACAQAAiXNlY3AyNTZrMaEC7xCIhw8-NIj4x-N3JFAiAo8Pfvo8c0pY7WaqPO2FXbGDdGNwggXWg3VkcIIF2IV3YWt1MgU"}'
|
||||
[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_2025-12-19_04-21-41__f198c6ab-6138-4212-867f-6f55952ac709__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.95.113
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10281', '10282', '10283', '10284', '10285']
|
||||
[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 10281:10281 -p 10282:10282 -p 10283:10283 -p 10284:10284 -p 10285:10285 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10283 --rest-port=10281 --tcp-port=10282 --discv5-udp-port=10284 --rest-address=0.0.0.0 --nat=extip:172.18.95.113 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=1dbd3cfc4baef55b42bdd4d8e37d8b0f0e074f1af1a0865581bdca7acd33ddcc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10285 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QHU0obxeMYuGQc1ia-t_ZWBdZ1r4wgM7cT_hVNGTzNJnYJcgRw0CCnQfY1_tUZpw_p6gBUZojDJNjbIGU-w6wWMCgmlkgnY0gmlwhKwSyP-KbXVsdGlhZGRyc5YACASsEsj_BgXWAAoErBLI_wYF190DgnJzhQACAQAAiXNlY3AyNTZrMaEC7xCIhw8-NIj4x-N3JFAiAo8Pfvo8c0pY7WaqPO2FXbGDdGNwggXWg3VkcIIF2IV3YWt1MgU --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.95.113 waku 595ba24d861275301bc4c82c88c7ab4263bad63b0f46fdcc4511152a70891034
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 595ba24d8612. Setting up logs at ./log/docker/node2_2025-12-19_04-21-41__f198c6ab-6138-4212-867f-6f55952ac709__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10281
|
||||
[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:10281/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:10281/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.95.113/tcp/10282/p2p/16Uiu2HAmPAD5hxgDiHbktje5ibcEQL89H5va83avgncfLckv2wtQ","/ip4/172.18.95.113/tcp/10283/ws/p2p/16Uiu2HAmPAD5hxgDiHbktje5ibcEQL89H5va83avgncfLckv2wtQ"],"enrUri":"enr:-L24QL-Q50-gk3wsbHdDUSaOGhQzxcU_PC4eN9bt1CpSg1c0EBrm8_qsH7DtUb8UGhDrWL5Cs3bLOghNyjOkRfihcVECgmlkgnY0gmlwhKwSX3GKbXVsdGlhZGRyc5YACASsEl9xBigqAAoErBJfcQYoK90DgnJzhQACAQAAiXNlY3AyNTZrMaEDnBEbq6AQW0n_HrUDKJaPX6N6JYuP5IkJ26AS9pyf89WDdGNwgigqg3VkcIIoLIV3YWt1MgE"}'
|
||||
[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:10281/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.200.255/tcp/1494/p2p/16Uiu2HAmBWt3PEoowU9kCpRj13dy1ZjFUaoA21wK7qdsJhrM6akg"]'
|
||||
[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:1493/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:10281/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:1493/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:1493/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":1766118104156426167,"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:10281/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":1766118104156426167,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1493/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:1493/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":1766118104270786957,"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:10281/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":1766118104270786957,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1493/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:1493/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":1766118104385536392,"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:10281/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":1766118104385536392,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1493/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:1493/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":1766118104499472572,"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:10281/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":1766118104499472572,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1493/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:1493/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":1766118104632885886,"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:10281/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":1766118104632885886,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1493/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:1493/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":1766118104747352461,"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:10281/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":1766118104747352461,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1493/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:1493/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":1766118104860886767,"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:10281/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":1766118104860886767,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1493/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:1493/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":1766118104975683306,"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:10281/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":1766118104975683306,"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 332268a53b0e
|
||||
[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 595ba24d8612
|
||||
[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.
|
||||
860
nim/1008/data/attachments/1d106fcbe71828fc.txt
Normal file
860
nim/1008/data/attachments/1d106fcbe71828fc.txt
Normal file
@ -0,0 +1,860 @@
|
||||
[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_invalid_pubsub_topics with id: 2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c
|
||||
[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_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__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.191.99
|
||||
[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.191.99 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dcce4eb5557c16cdbad2baf28dadbc9f0f95a79abceb0b3b72caac7a1f6ff68a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59285 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.191.99 waku 0c838b5dbaea7acae968ca7bbf52835548679f103568a3d9b363e08dbf1cc561
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f78730a27f85. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0c838b5dbaea. Setting up logs at ./log/docker/receiving_node1_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__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 0368458df9f6. 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_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: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.191.99/tcp/59282/p2p/16Uiu2HAm2cAjrrPVLYxZ4Tag8dty5rs3r2EeV8JrHmLCrkEvxzc5","/ip4/172.18.191.99/tcp/59283/ws/p2p/16Uiu2HAm2cAjrrPVLYxZ4Tag8dty5rs3r2EeV8JrHmLCrkEvxzc5"],"enrUri":"enr:-L24QEuBfIQ3cGZZSC_aBcLle0JhZOKU6zLonlBxMm00j0w1NaeT_rAUu-xM9Has0Mrp5nQxgl9s7kJJCG2vFYM73nsCgmlkgnY0gmlwhKwSv2OKbXVsdGlhZGRyc5YACASsEr9jBueSAAoErBK_Ywbnk90DgnJzhQADAQAAiXNlY3AyNTZrMaECarIipoqLtyYwioyK002L3W55X075XmOEEeIiuJ0saT6DdGNwgueSg3VkcILnlIV3YWt1Mgk"}'
|
||||
[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_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__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.151
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1561', '1562', '1563', '1564', '1565']
|
||||
[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 1561:1561 -p 1562:1562 -p 1563:1563 -p 1564:1564 -p 1565:1565 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1563 --rest-port=1561 --tcp-port=1562 --discv5-udp-port=1564 --rest-address=0.0.0.0 --nat=extip:172.18.141.151 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=320ceddb34cd51ffdeda9422bef6f4c5cdfa1bc5b6a1f7b0ec35dd8afe566a9c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1565 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.141.151 waku f5a9ea3f876237c92955ed91bdd3c6bd032d6495e0934b729c740eb73093c31e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f5a9ea3f8762. Setting up logs at ./log/docker/receiving_node2_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1561
|
||||
[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:1561/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:1561/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.151/tcp/1562/p2p/16Uiu2HAkxkMztFUZy5Uh28WmZNCER5VA6xwKxC4n3hmwkMUWX91U","/ip4/172.18.141.151/tcp/1563/ws/p2p/16Uiu2HAkxkMztFUZy5Uh28WmZNCER5VA6xwKxC4n3hmwkMUWX91U"],"enrUri":"enr:-L24QDZE4As95MMhdRCs9LBbKVi_q0Yon5zEzISr30iRwVTwbmEPTrZNXq0B9jI57SlcXc2FNi0QzxmABmPhDbgSyQcCgmlkgnY0gmlwhKwSjZeKbXVsdGlhZGRyc5YACASsEo2XBgYaAAoErBKNlwYGG90DgnJzhQADAQAAiXNlY3AyNTZrMaECMVzDxugJ8ig3LrF_yzCk3p8Ghkw2uOhb03LeLiR9axuDdGNwggYag3VkcIIGHIV3YWt1MgE"}'
|
||||
[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:1561/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.191.99/tcp/59282/p2p/16Uiu2HAm2cAjrrPVLYxZ4Tag8dty5rs3r2EeV8JrHmLCrkEvxzc5"]'
|
||||
[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_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__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.18.10
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4937', '4938', '4939', '4940', '4941']
|
||||
[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 4937:4937 -p 4938:4938 -p 4939:4939 -p 4940:4940 -p 4941:4941 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4939 --rest-port=4937 --tcp-port=4938 --discv5-udp-port=4940 --rest-address=0.0.0.0 --nat=extip:172.18.18.10 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=06078f50bf4b4fb4cf7d6cfbd7beb62f6cff02cf714f41affc372cdf7ccddc5a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4941 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEuBfIQ3cGZZSC_aBcLle0JhZOKU6zLonlBxMm00j0w1NaeT_rAUu-xM9Has0Mrp5nQxgl9s7kJJCG2vFYM73nsCgmlkgnY0gmlwhKwSv2OKbXVsdGlhZGRyc5YACASsEr9jBueSAAoErBK_Ywbnk90DgnJzhQADAQAAiXNlY3AyNTZrMaECarIipoqLtyYwioyK002L3W55X075XmOEEeIiuJ0saT6DdGNwgueSg3VkcILnlIV3YWt1Mgk --lightpushnode=/ip4/172.18.191.99/tcp/59282/p2p/16Uiu2HAm2cAjrrPVLYxZ4Tag8dty5rs3r2EeV8JrHmLCrkEvxzc5 --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.18.10 waku 0193202e499837439607219da5811ec3443a2eb78d3fe95c21922ecfab38f448
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0193202e4998. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4937
|
||||
[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:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0193202e4998. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4937/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=4937): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd0fbdc1520>: 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.176.246
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44261', '44262', '44263', '44264', '44265']
|
||||
[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 44261:44261 -p 44262:44262 -p 44263:44263 -p 44264:44264 -p 44265:44265 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44263 --rest-port=44261 --tcp-port=44262 --discv5-udp-port=44264 --rest-address=0.0.0.0 --nat=extip:172.18.176.246 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=af09ea1a1510d6a8949c28557d9f92afe76d2ffc4bfe093dd228edbab6c7257a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44265 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEuBfIQ3cGZZSC_aBcLle0JhZOKU6zLonlBxMm00j0w1NaeT_rAUu-xM9Has0Mrp5nQxgl9s7kJJCG2vFYM73nsCgmlkgnY0gmlwhKwSv2OKbXVsdGlhZGRyc5YACASsEr9jBueSAAoErBK_Ywbnk90DgnJzhQADAQAAiXNlY3AyNTZrMaECarIipoqLtyYwioyK002L3W55X075XmOEEeIiuJ0saT6DdGNwgueSg3VkcILnlIV3YWt1Mgk --lightpushnode=/ip4/172.18.191.99/tcp/59282/p2p/16Uiu2HAm2cAjrrPVLYxZ4Tag8dty5rs3r2EeV8JrHmLCrkEvxzc5 --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.176.246 waku 6f18bcd3f7f5b55ce822bc5e5e28c52e4e8873ed026b8794e9b016a5dbc46967
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6f18bcd3f7f5. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44261
|
||||
[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:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6f18bcd3f7f5. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44261/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=44261): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd0fbdc1e80>: 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.11.220
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47654', '47655', '47656', '47657', '47658']
|
||||
[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 47654:47654 -p 47655:47655 -p 47656:47656 -p 47657:47657 -p 47658:47658 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47656 --rest-port=47654 --tcp-port=47655 --discv5-udp-port=47657 --rest-address=0.0.0.0 --nat=extip:172.18.11.220 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=84fbd3c7caee2ad6eaf1bd8276d5b3fcd36c02badcd31bbe684ed2ecaaf0ff3f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47658 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEuBfIQ3cGZZSC_aBcLle0JhZOKU6zLonlBxMm00j0w1NaeT_rAUu-xM9Has0Mrp5nQxgl9s7kJJCG2vFYM73nsCgmlkgnY0gmlwhKwSv2OKbXVsdGlhZGRyc5YACASsEr9jBueSAAoErBK_Ywbnk90DgnJzhQADAQAAiXNlY3AyNTZrMaECarIipoqLtyYwioyK002L3W55X075XmOEEeIiuJ0saT6DdGNwgueSg3VkcILnlIV3YWt1Mgk --lightpushnode=/ip4/172.18.191.99/tcp/59282/p2p/16Uiu2HAm2cAjrrPVLYxZ4Tag8dty5rs3r2EeV8JrHmLCrkEvxzc5 --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.11.220 waku e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e1e3c965f620. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47654
|
||||
[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:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e1e3c965f620. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47654/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=47654): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd0fbdc1d00>: 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 0c838b5dbaea
|
||||
[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 f5a9ea3f8762
|
||||
[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 e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0c838b5dbaea. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f5a9ea3f8762. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[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/e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2/stop: Not Found ("No such container: e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[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/e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2/stop: Not Found ("No such container: e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id e1e3c965f620
|
||||
[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/e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2/stop: Not Found ("No such container: e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2")
|
||||
[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.
|
||||
76
nim/1008/data/attachments/1d240a0bff0bb7a9.txt
Normal file
76
nim/1008/data/attachments/1d240a0bff0bb7a9.txt
Normal file
@ -0,0 +1,76 @@
|
||||
2025-12-19 04:24:20.215 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:24:20.215 DEBUG [tests.conftest] Running test: test_store_sync_range_with_jitter_catches_old_messages with id: 2025-12-19_04-24-20__38d8902a-c1f4-4b7f-bdf9-dc2ce7a18114
|
||||
2025-12-19 04:24:20.216 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:24:20.225 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:24:20.226 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-24-20__38d8902a-c1f4-4b7f-bdf9-dc2ce7a18114__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:24:20.234 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:24:20.234 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-24-20__38d8902a-c1f4-4b7f-bdf9-dc2ce7a18114__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:24:20.243 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:24:20.243 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-24-20__38d8902a-c1f4-4b7f-bdf9-dc2ce7a18114__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:24:20.244 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:24:20.245 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:24:20.247 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:24:20.249 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:24:20.249 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.71.171
|
||||
2025-12-19 04:24:20.249 DEBUG [src.node.docker_mananger] Generated ports ['8768', '8769', '8770', '8771', '8772']
|
||||
2025-12-19 04:24:20.250 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:24:20.250 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:24:20.250 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:24:20.251 DEBUG [src.node.docker_mananger] docker run -i -t -p 8768:8768 -p 8769:8769 -p 8770:8770 -p 8771:8771 -p 8772:8772 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=8770 --rest-port=8768 --tcp-port=8769 --discv5-udp-port=8771 --rest-address=0.0.0.0 --nat=extip:172.18.71.171 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bca204d3c9bc86dd5aa2cb95cbeda6efebb49a7fbcdd392f3ba1da21eeac0b9b --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8772 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
2025-12-19 04:24:20.467 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.71.171 waku 850bf1e1aaefd3b31f6a9ab114b69bc2797c1ef1ffc4593d8596f4f07af9b1b6
|
||||
2025-12-19 04:24:20.504 DEBUG [src.node.docker_mananger] Container started with ID 850bf1e1aaef. Setting up logs at ./log/docker/node1_2025-12-19_04-24-20__38d8902a-c1f4-4b7f-bdf9-dc2ce7a18114__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:24:20.504 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8768
|
||||
2025-12-19 04:24:20.505 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:24:21.143 ERROR [src.node.docker_mananger] Max retries reached for container ae1e6b59eabe. Exiting log stream.
|
||||
2025-12-19 04:24:21.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:24:21.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:24:21.510 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:24:21.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8768/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:24:21.512 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.71.171/tcp/8769/p2p/16Uiu2HAkvXynD3z1p3GrKyZ8Xv3VHEXQPwdwsGg4i6vKTuBk3H93","/ip4/172.18.71.171/tcp/8770/ws/p2p/16Uiu2HAkvXynD3z1p3GrKyZ8Xv3VHEXQPwdwsGg4i6vKTuBk3H93"],"enrUri":"enr:-L24QDbZgSpcesIELjE3fG9c4odcnaFJyR0NJ7K62udcbuFRVofcFPlMgDX87YOTmlGTy5014YoTHyvIdJOucr3yRfECgmlkgnY0gmlwhKwSR6uKbXVsdGlhZGRyc5YACASsEkerBiJBAAoErBJHqwYiQt0DgnJzhQADAQAAiXNlY3AyNTZrMaECEHlMcPvz83moHnHFOBpwNuVs-gHLhKwZUQ9m25t6iFKDdGNwgiJBg3VkcIIiQ4V3YWt1MhM"}'
|
||||
2025-12-19 04:24:21.512 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:24:21.513 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8768/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:24:21.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:24:21.525 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:24:21.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8768/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:24:21.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:24:21.529 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:24:21.729 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:24:21.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8768/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:24:21.734 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:24:21.734 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:24:21.935 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:24:21.935 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8768/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:24:21.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:24:21.939 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:24:47.140 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:24:47.140 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:24:47.142 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:24:47.142 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.130.218
|
||||
2025-12-19 04:24:47.142 DEBUG [src.node.docker_mananger] Generated ports ['19924', '19925', '19926', '19927', '19928']
|
||||
2025-12-19 04:24:47.143 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:24:47.143 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:24:47.143 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:24:47.143 DEBUG [src.node.docker_mananger] docker run -i -t -p 19924:19924 -p 19925:19925 -p 19926:19926 -p 19927:19927 -p 19928:19928 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=19926 --rest-port=19924 --tcp-port=19925 --discv5-udp-port=19927 --rest-address=0.0.0.0 --nat=extip:172.18.130.218 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6ca8eb2e45c5de734f0ce8ab2bd2decd156ee2ab3152c4ec53cb156bcd96cd16 --store-sync=true --store=true --store-sync-range=20 --store-sync-interval=5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19928 --metrics-logging=true --store-sync-relay-jitter=25 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QDbZgSpcesIELjE3fG9c4odcnaFJyR0NJ7K62udcbuFRVofcFPlMgDX87YOTmlGTy5014YoTHyvIdJOucr3yRfECgmlkgnY0gmlwhKwSR6uKbXVsdGlhZGRyc5YACASsEkerBiJBAAoErBJHqwYiQt0DgnJzhQADAQAAiXNlY3AyNTZrMaECEHlMcPvz83moHnHFOBpwNuVs-gHLhKwZUQ9m25t6iFKDdGNwgiJBg3VkcIIiQ4V3YWt1MhM
|
||||
2025-12-19 04:24:47.346 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.130.218 waku 45d46048e1b3287a25f8750dbaa979f4e55fa2a64c0abcd0af4a201d8f8f13ee
|
||||
2025-12-19 04:24:47.379 DEBUG [src.node.docker_mananger] Container started with ID 45d46048e1b3. Setting up logs at ./log/docker/node2_2025-12-19_04-24-20__38d8902a-c1f4-4b7f-bdf9-dc2ce7a18114__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:24:47.380 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19924
|
||||
2025-12-19 04:24:47.381 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:24:48.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19924/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:24:48.385 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:24:48.386 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:24:48.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19924/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:24:48.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.130.218/tcp/19925/p2p/16Uiu2HAm9gztPMfzbkw9E7Tbcjy12qAyyx88dJFXbvw3UPymfYgr","/ip4/172.18.130.218/tcp/19926/ws/p2p/16Uiu2HAm9gztPMfzbkw9E7Tbcjy12qAyyx88dJFXbvw3UPymfYgr"],"enrUri":"enr:-L24QNcJQG65lR_eYhhb0ghBkeP_cQGdcmTGsAiQocRFGsVLRU6KpH-xj49yOIHxbcRzPv-fI5ZxInlnMV-zjDwbtBACgmlkgnY0gmlwhKwSgtqKbXVsdGlhZGRyc5YACASsEoLaBk3VAAoErBKC2gZN1t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC0_C1AeCwyH8PPDki50DbddeDZTm9Om2jNTGLDYcEoxODdGNwgk3Vg3VkcIJN14V3YWt1MhI"}'
|
||||
2025-12-19 04:24:48.388 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:24:48.388 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19924/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.71.171/tcp/8769/p2p/16Uiu2HAkvXynD3z1p3GrKyZ8Xv3VHEXQPwdwsGg4i6vKTuBk3H93"]'
|
||||
2025-12-19 04:24:48.420 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:24:58.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19924/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:24:58.427 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x0339669735380cb453753e8f760f3b05bd325400323d1ec8634586b3855bfa60"},{"messageHash":"0x9b3f4b22c0fa8e32706331dde55b280ee3c86f440c95898a2d763fe0b6e58302"},{"messageHash":"0xd0973b2dfce476258c45cd34bc91b5c3fd5c756c3009eaf28c97fee28ecee19a"}]}'
|
||||
2025-12-19 04:24:58.428 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:24:58.430 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:24:58.430 DEBUG [src.node.waku_node] Stopping container with id 850bf1e1aaef
|
||||
2025-12-19 04:24:59.001 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:24:59.001 DEBUG [src.node.waku_node] Stopping container with id 45d46048e1b3
|
||||
2025-12-19 04:24:59.552 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:24:59.552 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:24:59.563 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:24:59.572 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2578
nim/1008/data/attachments/1d46a7bd808e1451.txt
Normal file
2578
nim/1008/data/attachments/1d46a7bd808e1451.txt
Normal file
File diff suppressed because it is too large
Load Diff
95
nim/1008/data/attachments/1d5b63dc4fd4efb3.txt
Normal file
95
nim/1008/data/attachments/1d5b63dc4fd4efb3.txt
Normal file
@ -0,0 +1,95 @@
|
||||
2025-12-19 04:27:28.557 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:27:28.558 DEBUG [tests.conftest] Running test: test_time_filter_negative_end_time with id: 2025-12-19_04-27-28__0e82b6a6-07d5-4761-a7ff-66225d25c4fb
|
||||
2025-12-19 04:27:28.559 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:27:28.559 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:27:28.559 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-19 04:27:28.569 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:27:28.569 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-19_04-27-28__0e82b6a6-07d5-4761-a7ff-66225d25c4fb__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:27:28.569 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:27:28.570 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:27:28.573 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:27:28.573 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.112
|
||||
2025-12-19 04:27:28.573 DEBUG [src.node.docker_mananger] Generated ports ['62878', '62879', '62880', '62881', '62882']
|
||||
2025-12-19 04:27:28.574 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:27:28.574 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:27:28.574 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:27:28.574 DEBUG [src.node.docker_mananger] docker run -i -t -p 62878:62878 -p 62879:62879 -p 62880:62880 -p 62881:62881 -p 62882:62882 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62880 --rest-port=62878 --tcp-port=62879 --discv5-udp-port=62881 --rest-address=0.0.0.0 --nat=extip:172.18.54.112 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8be365fbed5f8be3f98272331c770a76bea293a7f6beea26ec668368df6f7f38 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62882 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-19 04:27:28.754 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.112 waku 84d31f36b7ede420f95cd4b9ea3d55308906d0266b324a4fa897c9396a7b553b
|
||||
2025-12-19 04:27:28.786 DEBUG [src.node.docker_mananger] Container started with ID 84d31f36b7ed. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-27-28__0e82b6a6-07d5-4761-a7ff-66225d25c4fb__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:27:28.787 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62878
|
||||
2025-12-19 04:27:28.788 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:27:28.820 ERROR [src.node.docker_mananger] Max retries reached for container 2cb220acb2bc. Exiting log stream.
|
||||
2025-12-19 04:27:29.384 ERROR [src.node.docker_mananger] Max retries reached for container 33e95693f3c8. Exiting log stream.
|
||||
2025-12-19 04:27:29.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62878/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:27:29.791 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:27:29.791 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:27:29.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62878/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:27:29.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.112/tcp/62879/p2p/16Uiu2HAmG7qWBSj1bPYmqpPzqAVzfR5YY317PjyoCUp5QQGcA3HG","/ip4/172.18.54.112/tcp/62880/ws/p2p/16Uiu2HAmG7qWBSj1bPYmqpPzqAVzfR5YY317PjyoCUp5QQGcA3HG"],"enrUri":"enr:-L24QH_EVNNmmRAUz1dYUUHQjxZlWjntNHer-n0BxPKxo_cYGpTi3NX91EjBKgDTJUPBGyAFszfoJ7gZXEIDPQ5tYQsCgmlkgnY0gmlwhKwSNnCKbXVsdGlhZGRyc5YACASsEjZwBvWfAAoErBI2cAb1oN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDM3O9V8iv6I3pDSSWdvqw3RmKmRl0O0ktTrxTp_rAxi-DdGNwgvWfg3VkcIL1oYV3YWt1MgM"}'
|
||||
2025-12-19 04:27:29.794 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:27:29.801 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:27:29.801 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-19_04-27-28__0e82b6a6-07d5-4761-a7ff-66225d25c4fb__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:27:29.801 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:27:29.801 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:27:29.802 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:27:29.802 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.75.185
|
||||
2025-12-19 04:27:29.803 DEBUG [src.node.docker_mananger] Generated ports ['17213', '17214', '17215', '17216', '17217']
|
||||
2025-12-19 04:27:29.803 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:27:29.803 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:27:29.803 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:27:29.803 DEBUG [src.node.docker_mananger] docker run -i -t -p 17213:17213 -p 17214:17214 -p 17215:17215 -p 17216:17216 -p 17217:17217 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17215 --rest-port=17213 --tcp-port=17214 --discv5-udp-port=17216 --rest-address=0.0.0.0 --nat=extip:172.18.75.185 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=91568ced4c01af34a82ed418de62cd8a3881eabbaef806a61f4f9bc11b5397b1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17217 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QH_EVNNmmRAUz1dYUUHQjxZlWjntNHer-n0BxPKxo_cYGpTi3NX91EjBKgDTJUPBGyAFszfoJ7gZXEIDPQ5tYQsCgmlkgnY0gmlwhKwSNnCKbXVsdGlhZGRyc5YACASsEjZwBvWfAAoErBI2cAb1oN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDM3O9V8iv6I3pDSSWdvqw3RmKmRl0O0ktTrxTp_rAxi-DdGNwgvWfg3VkcIL1oYV3YWt1MgM --storenode=/ip4/172.18.54.112/tcp/62879/p2p/16Uiu2HAmG7qWBSj1bPYmqpPzqAVzfR5YY317PjyoCUp5QQGcA3HG --store=true --relay=true
|
||||
2025-12-19 04:27:30.009 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.75.185 waku 5d7c6e12fbb66e73a74a879864f6a20dfdb72ad2343995fd140fb9a841c49446
|
||||
2025-12-19 04:27:30.044 DEBUG [src.node.docker_mananger] Container started with ID 5d7c6e12fbb6. Setting up logs at ./log/docker/store_node1_2025-12-19_04-27-28__0e82b6a6-07d5-4761-a7ff-66225d25c4fb__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:27:30.044 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 17213
|
||||
2025-12-19 04:27:30.044 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:27:31.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17213/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:27:31.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:27:31.050 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:27:31.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17213/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:27:31.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.75.185/tcp/17214/p2p/16Uiu2HAmEZjBF2547KsJTxXm8jpbqYbJieqqFFXLEyvh2xQGwNx1","/ip4/172.18.75.185/tcp/17215/ws/p2p/16Uiu2HAmEZjBF2547KsJTxXm8jpbqYbJieqqFFXLEyvh2xQGwNx1"],"enrUri":"enr:-L24QCLSUvex_LsAC8dRMApngIu4m0tpwtSd0XwHR7-c6Lg_E_Y97JXUnXLdojcPVk6coCEWLn6rkRmQuaIuT1zucs4CgmlkgnY0gmlwhKwSS7mKbXVsdGlhZGRyc5YACASsEku5BkM-AAoErBJLuQZDP90DgnJzhQADAQAAiXNlY3AyNTZrMaEDHF5QOb1fNYGaiNUNu5tvJ-harU0zHSI7FRKH-sqlfmqDdGNwgkM-g3VkcIJDQIV3YWt1MgM"}'
|
||||
2025-12-19 04:27:31.053 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:27:31.053 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17213/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.54.112/tcp/62879/p2p/16Uiu2HAmG7qWBSj1bPYmqpPzqAVzfR5YY317PjyoCUp5QQGcA3HG"]'
|
||||
2025-12-19 04:27:31.056 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:27:31.056 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62878/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:27:31.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:27:31.059 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:17213/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:27:31.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:27:31.062 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:27:31.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62878/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:27:31.067 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:27:31.068 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:27:31.268 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:27:31.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62878/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:27:31.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:27:31.274 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:27:31.475 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:27:31.475 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62878/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:27:31.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:27:31.481 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:27:31.681 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:27:31.682 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62878/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:27:31.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:27:31.688 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:27:31.888 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:27:31.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62878/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:27:31.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:27:31.894 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:27:32.094 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:27:32.095 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62878/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:27:32.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:27:32.101 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:27:32.302 DEBUG [tests.store.test_time_filter] inquering stored messages with end time -10000
|
||||
2025-12-19 04:27:32.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62878/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=-10000&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:27:32.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9f267088d143e717832003a8853dd2e92078ed489c48e7937c140c2f6db16096","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118448062380032,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x447ca97bc3a32f853a0d47131229a5e0e03a5230558b23d5559aafb41316a0ba","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118450062386944,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xe6881b9ef2e38e670420e5921fc0206564261693b2ec783cc2c6efd23196d222","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118450962388992,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xa4f93dc8e6942d024d1c7f7177be939a8663cfd508a09b92fa9fcdf1112294b0","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118451162391040,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x3d7663faff82f9057e7e73800f32c9cc21ed622f4262d1158fb3d14a5ba68ad1","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118453062392832,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x18d2cf69c089abf205d78b249ef94666f6249c01930e3e29e06c72a3e0b9de52","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118461062393856,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2025-12-19 04:27:32.305 DEBUG [tests.store.test_time_filter] number of messages stored for end time = -10000 is 6
|
||||
2025-12-19 04:27:32.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:17213/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=-10000&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:27:32.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9f267088d143e717832003a8853dd2e92078ed489c48e7937c140c2f6db16096","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118448062380032,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x447ca97bc3a32f853a0d47131229a5e0e03a5230558b23d5559aafb41316a0ba","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118450062386944,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xe6881b9ef2e38e670420e5921fc0206564261693b2ec783cc2c6efd23196d222","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118450962388992,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xa4f93dc8e6942d024d1c7f7177be939a8663cfd508a09b92fa9fcdf1112294b0","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118451162391040,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x3d7663faff82f9057e7e73800f32c9cc21ed622f4262d1158fb3d14a5ba68ad1","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118453062392832,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x18d2cf69c089abf205d78b249ef94666f6249c01930e3e29e06c72a3e0b9de52","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118461062393856,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2025-12-19 04:27:32.309 DEBUG [tests.store.test_time_filter] number of messages stored for end time = -10000 is 6
|
||||
2025-12-19 04:27:32.311 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:27:32.312 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:27:32.312 DEBUG [src.node.waku_node] Stopping container with id 84d31f36b7ed
|
||||
2025-12-19 04:27:32.839 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:27:32.839 DEBUG [src.node.waku_node] Stopping container with id 5d7c6e12fbb6
|
||||
2025-12-19 04:27:33.378 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:27:33.379 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:27:33.392 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:27:33.400 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1720
nim/1008/data/attachments/1d81a217d3d5720f.txt
Normal file
1720
nim/1008/data/attachments/1d81a217d3d5720f.txt
Normal file
File diff suppressed because it is too large
Load Diff
77
nim/1008/data/attachments/1d86b58b8252162c.txt
Normal file
77
nim/1008/data/attachments/1d86b58b8252162c.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_same_shard with id: 2025-12-19_04-30-39__32192195-60ee-45bf-be6d-fb7153730e4c
|
||||
[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_2025-12-19_04-30-39__32192195-60ee-45bf-be6d-fb7153730e4c__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.210.208
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29396', '29397', '29398', '29399', '29400']
|
||||
[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 29396:29396 -p 29397:29397 -p 29398:29398 -p 29399:29399 -p 29400:29400 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29398 --rest-port=29396 --tcp-port=29397 --discv5-udp-port=29399 --rest-address=0.0.0.0 --nat=extip:172.18.210.208 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=d4e43d2cbdf2fcadf953fc3438dbb72cf9adab46e565ddc1fc97b7fa2646ae99 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29400 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.210.208 waku 8863fcf87f18ac305ac74acc9ba2c3873b9dfe219109e1d358c333a75421c2c1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8863fcf87f18. Setting up logs at ./log/docker/node1_2025-12-19_04-30-39__32192195-60ee-45bf-be6d-fb7153730e4c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29396
|
||||
[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 236a0df6dd79. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2766347c2e81. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29396/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:29396/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.208/tcp/29397/p2p/16Uiu2HAkxsq6oBZD6R8WAFiVv8sKBmbX3xLfk5nq7Rm2vEXd48oQ","/ip4/172.18.210.208/tcp/29398/ws/p2p/16Uiu2HAkxsq6oBZD6R8WAFiVv8sKBmbX3xLfk5nq7Rm2vEXd48oQ"],"enrUri":"enr:-L24QIxA9IJNsIq-6yIdkoP4wHc9YteXpYlgAammfEtlyJKqX9nqDr7av-NbV_9vHJ8_yVekytYn1AVaZuBY6DXkFg8CgmlkgnY0gmlwhKwS0tCKbXVsdGlhZGRyc5YACASsEtLQBnLVAAoErBLS0AZy1t0DgnJzhQACAQAAiXNlY3AyNTZrMaECM0Z5hKypnXx-fpKFRvpL7-4PBYG2hBLG0dsgt5WzureDdGNwgnLVg3VkcIJy14V3YWt1MgU"}'
|
||||
[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_2025-12-19_04-30-39__32192195-60ee-45bf-be6d-fb7153730e4c__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.253.231
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14840', '14841', '14842', '14843', '14844']
|
||||
[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 14840:14840 -p 14841:14841 -p 14842:14842 -p 14843:14843 -p 14844:14844 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14842 --rest-port=14840 --tcp-port=14841 --discv5-udp-port=14843 --rest-address=0.0.0.0 --nat=extip:172.18.253.231 --peer-exchange=true --discv5-discovery=true --cluster-id=4 --nodekey=afdf11cd59c6fe1afade89a12fb18bcbb715a6dbbfa56fdcd91239f87f05979d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14844 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIxA9IJNsIq-6yIdkoP4wHc9YteXpYlgAammfEtlyJKqX9nqDr7av-NbV_9vHJ8_yVekytYn1AVaZuBY6DXkFg8CgmlkgnY0gmlwhKwS0tCKbXVsdGlhZGRyc5YACASsEtLQBnLVAAoErBLS0AZy1t0DgnJzhQACAQAAiXNlY3AyNTZrMaECM0Z5hKypnXx-fpKFRvpL7-4PBYG2hBLG0dsgt5WzureDdGNwgnLVg3VkcIJy14V3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.253.231 waku 2e6464fa0131d7388afe83a48af1a8d45415af8f31161da261d87c5f4a9444c5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2e6464fa0131. Setting up logs at ./log/docker/node2_2025-12-19_04-30-39__32192195-60ee-45bf-be6d-fb7153730e4c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14840
|
||||
[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:14840/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:14840/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.253.231/tcp/14841/p2p/16Uiu2HAm1hUgjgMzTj45g4s8ponbNxSWMWVdLBeA3jXg3UrA9dQb","/ip4/172.18.253.231/tcp/14842/ws/p2p/16Uiu2HAm1hUgjgMzTj45g4s8ponbNxSWMWVdLBeA3jXg3UrA9dQb"],"enrUri":"enr:-L24QChmMZXjh8RSfD97-PQ2nSxHLvMMei_FNcjAByf4dM5nW2MKxO0B4s00NNhdvF04Ocw1zkI0FAqsnQGb2GGCDRUCgmlkgnY0gmlwhKwS_eeKbXVsdGlhZGRyc5YACASsEv3nBjn5AAoErBL95wY5-t0DgnJzhQAEAQAAiXNlY3AyNTZrMaECXTKk7QuUf_ykLYv4Cd_s6uz7RhYjeTtih1R02_LaIZiDdGNwgjn5g3VkcII5-4V3YWt1MgE"}'
|
||||
[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:14840/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.210.208/tcp/29397/p2p/16Uiu2HAkxsq6oBZD6R8WAFiVv8sKBmbX3xLfk5nq7Rm2vEXd48oQ"]'
|
||||
[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:29396/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:14840/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/4/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:29396/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:29396/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":1766118642048764024,"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:14840/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
[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:14840/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 8863fcf87f18
|
||||
[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 2e6464fa0131
|
||||
[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.
|
||||
74
nim/1008/data/attachments/1de19a02d95e808d.txt
Normal file
74
nim/1008/data/attachments/1de19a02d95e808d.txt
Normal file
@ -0,0 +1,74 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_works_with_static_sharding with id: 2025-12-19_04-20-29__ea3d4ad1-e66f-4b95-b9a7-a37988d14086
|
||||
[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_2025-12-19_04-20-29__ea3d4ad1-e66f-4b95-b9a7-a37988d14086__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.190
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['37899', '37900', '37901', '37902', '37903']
|
||||
[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 37899:37899 -p 37900:37900 -p 37901:37901 -p 37902:37902 -p 37903:37903 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37901 --rest-port=37899 --tcp-port=37900 --discv5-udp-port=37902 --rest-address=0.0.0.0 --nat=extip:172.18.208.190 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=7f2af2c7414aedf2c8e9b8132e76b371dba0abe7a6a95db5ac1c4efb6bc6b8a2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37903 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.208.190 waku 454805f9617fdfeeec7a8263b521aea5407b5975691c71c4d8927409033757ac
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 454805f9617f. Setting up logs at ./log/docker/node1_2025-12-19_04-20-29__ea3d4ad1-e66f-4b95-b9a7-a37988d14086__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 37899
|
||||
[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 a676f965a102. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cc987202fdbc. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37899/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:37899/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.208.190/tcp/37900/p2p/16Uiu2HAmNCuotfJhBurvNzudp3KmSYrpM1NJW4u5ojtVYRSRTcyB","/ip4/172.18.208.190/tcp/37901/ws/p2p/16Uiu2HAmNCuotfJhBurvNzudp3KmSYrpM1NJW4u5ojtVYRSRTcyB"],"enrUri":"enr:-L24QFog-NgxAiXKIYxDK_SivMqq7ds4qeDxgUyPTwvg7195OGwbYBaDKNP-Lnj6Vp7zFdByJnU1cuus1SrzHaHCEu4CgmlkgnY0gmlwhKwS0L6KbXVsdGlhZGRyc5YACASsEtC-BpQMAAoErBLQvgaUDd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDjeaiIE_Oe5IQVfd-V5SzsenKhVwvLLx3lD_5utry9FaDdGNwgpQMg3VkcIKUDoV3YWt1MgU"}'
|
||||
[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_2025-12-19_04-20-29__ea3d4ad1-e66f-4b95-b9a7-a37988d14086__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.11.38
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1979', '1980', '1981', '1982', '1983']
|
||||
[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 1979:1979 -p 1980:1980 -p 1981:1981 -p 1982:1982 -p 1983:1983 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1981 --rest-port=1979 --tcp-port=1980 --discv5-udp-port=1982 --rest-address=0.0.0.0 --nat=extip:172.18.11.38 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=46fac5acbe38a4ab7ffdfd6dcc1eb8fbbcaa6eeafcdc56d95c7dec0e2bdb559e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1983 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFog-NgxAiXKIYxDK_SivMqq7ds4qeDxgUyPTwvg7195OGwbYBaDKNP-Lnj6Vp7zFdByJnU1cuus1SrzHaHCEu4CgmlkgnY0gmlwhKwS0L6KbXVsdGlhZGRyc5YACASsEtC-BpQMAAoErBLQvgaUDd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDjeaiIE_Oe5IQVfd-V5SzsenKhVwvLLx3lD_5utry9FaDdGNwgpQMg3VkcIKUDoV3YWt1MgU --filternode=/ip4/172.18.208.190/tcp/37900/p2p/16Uiu2HAmNCuotfJhBurvNzudp3KmSYrpM1NJW4u5ojtVYRSRTcyB
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.11.38 waku 60728549bc97d395d452726c00a23ca74e99476eb0b7b870ce15feaa16d102d0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 60728549bc97. Setting up logs at ./log/docker/node2_2025-12-19_04-20-29__ea3d4ad1-e66f-4b95-b9a7-a37988d14086__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1979
|
||||
[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:1979/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:1979/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.11.38/tcp/1980/p2p/16Uiu2HAmMHs2xVGQmuyLEjwxj2F7TojPpqX5H6afcoMe94TWyHfA","/ip4/172.18.11.38/tcp/1981/ws/p2p/16Uiu2HAmMHs2xVGQmuyLEjwxj2F7TojPpqX5H6afcoMe94TWyHfA"],"enrUri":"enr:-L24QGMEPjF-P2IwHzdaaWHdSCWNKzfU_Ojdgna9DoSaCeExFuYSvIke0ANu6HI3WuSDUtaGSlJTbpTNXrV-RE9PtO8CgmlkgnY0gmlwhKwSCyaKbXVsdGlhZGRyc5YACASsEgsmBge8AAoErBILJgYHvd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDgE-2iV7exKyBxU6fPGPM3Kn58kppKoO8rFWtPy6MZHWDdGNwgge8g3VkcIIHvoV3YWt1MgA"}'
|
||||
[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:1979/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.208.190/tcp/37900/p2p/16Uiu2HAmNCuotfJhBurvNzudp3KmSYrpM1NJW4u5ojtVYRSRTcyB"]'
|
||||
[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:37899/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:1979/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "02dfc7f0-a516-465b-911e-d13a913da795", "contentFilters": ["/myapp/1/latest/proto"], "pubsubTopic": "/waku/2/rs/2/0"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"02dfc7f0-a516-465b-911e-d13a913da795","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:37899/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:185 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:1979/filter/v2/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":1766118031561661881,"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 454805f9617f
|
||||
[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 60728549bc97
|
||||
[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/1008/data/attachments/1e3739ac6b5579c0.txt
Normal file
2582
nim/1008/data/attachments/1e3739ac6b5579c0.txt
Normal file
File diff suppressed because it is too large
Load Diff
112
nim/1008/data/attachments/1e50be22d317d40a.txt
Normal file
112
nim/1008/data/attachments/1e50be22d317d40a.txt
Normal file
@ -0,0 +1,112 @@
|
||||
2025-12-19 04:20:16.261 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:20:16.262 DEBUG [tests.conftest] Running test: test_passing_cursor_of_the_last_message_from_the_store with id: 2025-12-19_04-20-16__4782b206-83fd-478c-86f5-74a0a610bc13
|
||||
2025-12-19 04:20:16.262 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:20:16.262 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:20:16.262 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-19 04:20:16.269 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:20:16.269 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-19_04-20-16__4782b206-83fd-478c-86f5-74a0a610bc13__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:16.269 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:20:16.270 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:20:16.271 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:20:16.271 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.77.162
|
||||
2025-12-19 04:20:16.271 DEBUG [src.node.docker_mananger] Generated ports ['54409', '54410', '54411', '54412', '54413']
|
||||
2025-12-19 04:20:16.271 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:20:16.271 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:20:16.271 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:20:16.272 DEBUG [src.node.docker_mananger] docker run -i -t -p 54409:54409 -p 54410:54410 -p 54411:54411 -p 54412:54412 -p 54413:54413 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54411 --rest-port=54409 --tcp-port=54410 --discv5-udp-port=54412 --rest-address=0.0.0.0 --nat=extip:172.18.77.162 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0bc5cf18bde03da6971d6fdbf0c4c3adbefbbeece7acd0ce5aaafc2a81ff18f4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54413 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-19 04:20:16.457 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.77.162 waku 34c4146095085bea76b2c9b9757c1a9ff6cc668e9cf801cde6900d3e9e396b85
|
||||
2025-12-19 04:20:16.490 DEBUG [src.node.docker_mananger] Container started with ID 34c414609508. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-20-16__4782b206-83fd-478c-86f5-74a0a610bc13__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:16.490 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54409
|
||||
2025-12-19 04:20:16.490 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:20:16.514 ERROR [src.node.docker_mananger] Max retries reached for container bdbb3216cf3b. Exiting log stream.
|
||||
2025-12-19 04:20:17.061 ERROR [src.node.docker_mananger] Max retries reached for container d6ebff7868fa. Exiting log stream.
|
||||
2025-12-19 04:20:17.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54409/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:17.494 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:20:17.494 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:20:17.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54409/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:17.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.77.162/tcp/54410/p2p/16Uiu2HAkxPaDA7qJVCqvtnCMRGqxQB4XZVyevZ4eFaHxVBmRDJEG","/ip4/172.18.77.162/tcp/54411/ws/p2p/16Uiu2HAkxPaDA7qJVCqvtnCMRGqxQB4XZVyevZ4eFaHxVBmRDJEG"],"enrUri":"enr:-L24QLE7ynMt0UCloILHxscp0ieHH5RU9gIl9JziphD72SkQKlaG6y25VRZTbfCwNYaQdBPU9hH0fBiBSIDmrSYNeR0CgmlkgnY0gmlwhKwSTaKKbXVsdGlhZGRyc5YACASsEk2iBtSKAAoErBJNogbUi90DgnJzhQADAQAAiXNlY3AyNTZrMaECLAlgH2DCFsnFZJznstIGBA8B2M4L_FwChw0jmPnubMWDdGNwgtSKg3VkcILUjIV3YWt1MgM"}'
|
||||
2025-12-19 04:20:17.496 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:20:17.503 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:20:17.504 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-19_04-20-16__4782b206-83fd-478c-86f5-74a0a610bc13__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:17.504 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:20:17.504 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:20:17.505 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:20:17.505 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.177.0
|
||||
2025-12-19 04:20:17.505 DEBUG [src.node.docker_mananger] Generated ports ['18854', '18855', '18856', '18857', '18858']
|
||||
2025-12-19 04:20:17.506 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:20:17.506 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:20:17.506 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:20:17.506 DEBUG [src.node.docker_mananger] docker run -i -t -p 18854:18854 -p 18855:18855 -p 18856:18856 -p 18857:18857 -p 18858:18858 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18856 --rest-port=18854 --tcp-port=18855 --discv5-udp-port=18857 --rest-address=0.0.0.0 --nat=extip:172.18.177.0 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d34fcbf68e53791d13dfcce3ca3cc06445c5bdad9ce812a5cb1316dc1aec0a42 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18858 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLE7ynMt0UCloILHxscp0ieHH5RU9gIl9JziphD72SkQKlaG6y25VRZTbfCwNYaQdBPU9hH0fBiBSIDmrSYNeR0CgmlkgnY0gmlwhKwSTaKKbXVsdGlhZGRyc5YACASsEk2iBtSKAAoErBJNogbUi90DgnJzhQADAQAAiXNlY3AyNTZrMaECLAlgH2DCFsnFZJznstIGBA8B2M4L_FwChw0jmPnubMWDdGNwgtSKg3VkcILUjIV3YWt1MgM --storenode=/ip4/172.18.77.162/tcp/54410/p2p/16Uiu2HAkxPaDA7qJVCqvtnCMRGqxQB4XZVyevZ4eFaHxVBmRDJEG --store=true --relay=true
|
||||
2025-12-19 04:20:17.698 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.177.0 waku fb4f7cc3845ae0620c2860695753167d32dcbfc2c3342510c4259853b7d59475
|
||||
2025-12-19 04:20:17.729 DEBUG [src.node.docker_mananger] Container started with ID fb4f7cc3845a. Setting up logs at ./log/docker/store_node1_2025-12-19_04-20-16__4782b206-83fd-478c-86f5-74a0a610bc13__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:20:17.730 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18854
|
||||
2025-12-19 04:20:17.730 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:20:18.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18854/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:18.735 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:20:18.735 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:20:18.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18854/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:18.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.177.0/tcp/18855/p2p/16Uiu2HAmFazf3uvh3TYsCFoZbF2mRkjfpYHtrVPHqXtSRpEqpryj","/ip4/172.18.177.0/tcp/18856/ws/p2p/16Uiu2HAmFazf3uvh3TYsCFoZbF2mRkjfpYHtrVPHqXtSRpEqpryj"],"enrUri":"enr:-L24QGnIBzmPObz7QP3WJz22h_JNEiAyRFdGf-Hdmb7Aso_UKhItpq1latHnxYIbBOgkunUDCM7Ylu4qPjd3GPeLfmoCgmlkgnY0gmlwhKwSsQCKbXVsdGlhZGRyc5YACASsErEABkmnAAoErBKxAAZJqN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDK40Vc48Jadp_lhL-xgA1Lv9tS3jaTkhYu_GLijFxqvaDdGNwgkmng3VkcIJJqYV3YWt1MgM"}'
|
||||
2025-12-19 04:20:18.738 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:20:18.738 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18854/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.77.162/tcp/54410/p2p/16Uiu2HAkxPaDA7qJVCqvtnCMRGqxQB4XZVyevZ4eFaHxVBmRDJEG"]'
|
||||
2025-12-19 04:20:18.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:18.741 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54409/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:20:18.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:18.744 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18854/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:20:18.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:18.747 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:18.747 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54409/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:18.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:18.753 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:18.954 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:18.954 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54409/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:18.960 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:18.960 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:19.161 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:19.161 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54409/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:19.166 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:19.166 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:19.367 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:19.368 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54409/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:19.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:19.373 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:19.574 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:19.574 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54409/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:19.579 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:19.581 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:19.781 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:19.781 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54409/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:19.787 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:19.787 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:19.988 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:19.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54409/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:19.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:19.994 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:20.194 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:20.195 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54409/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:20.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:20.200 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:20.401 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:20.401 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54409/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:20.407 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:20.407 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:20.608 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:20:20.608 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:54409/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:20:20.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:20:20.613 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:20:20.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54409/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=10&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:20.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xd6f467d6ee87abccdd6a58096f924536f0c87507e75cb8afeda4d1ba5bc1eaf2"},{"messageHash":"0x8048e5c296e3953c19ea69d76d8e7ae9c6b9531ca5eb72625f415839354a7115"},{"messageHash":"0xb570145c2d25abe74445cd7e7bdc17d20593a24c6fe4bcced358043278b934f9"},{"messageHash":"0xeee7117821fd4f24eb8eb379f5ac041786685637c81470e6a919867d973ec505"},{"messageHash":"0xe5c48a077d57b397e8cdb5eed0b23f9b6bf96b57737e082ebf0ec6b59016cecc"},{"messageHash":"0x554e35650aacd5c1f405d3977d44d4fd30dd426e670c1ef4c741ee238cc3ac09"},{"messageHash":"0x7a48dbd62c7da966ad8ef5da581f23be7448c3c125abc29d3d394e55077dabe2"},{"messageHash":"0xdf0d94170eea6849da93ccb2aa9233a194a2c9630ccadc2a3368e27ffd259148"},{"messageHash":"0x69a521769ad396dc95fde64c0aa2559c5cc0030f181dec71bf2756855fa05640"},{"messageHash":"0x9d68b7aedc7d77f2c37ea12cd7ba11998351ba6e20b5dd82bcf4cb840d323b75"}]}'
|
||||
2025-12-19 04:20:20.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18854/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=10&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:20.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xd6f467d6ee87abccdd6a58096f924536f0c87507e75cb8afeda4d1ba5bc1eaf2"},{"messageHash":"0x8048e5c296e3953c19ea69d76d8e7ae9c6b9531ca5eb72625f415839354a7115"},{"messageHash":"0xb570145c2d25abe74445cd7e7bdc17d20593a24c6fe4bcced358043278b934f9"},{"messageHash":"0xeee7117821fd4f24eb8eb379f5ac041786685637c81470e6a919867d973ec505"},{"messageHash":"0xe5c48a077d57b397e8cdb5eed0b23f9b6bf96b57737e082ebf0ec6b59016cecc"},{"messageHash":"0x554e35650aacd5c1f405d3977d44d4fd30dd426e670c1ef4c741ee238cc3ac09"},{"messageHash":"0x7a48dbd62c7da966ad8ef5da581f23be7448c3c125abc29d3d394e55077dabe2"},{"messageHash":"0xdf0d94170eea6849da93ccb2aa9233a194a2c9630ccadc2a3368e27ffd259148"},{"messageHash":"0x69a521769ad396dc95fde64c0aa2559c5cc0030f181dec71bf2756855fa05640"},{"messageHash":"0x9d68b7aedc7d77f2c37ea12cd7ba11998351ba6e20b5dd82bcf4cb840d323b75"}]}'
|
||||
2025-12-19 04:20:20.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54409/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9d68b7aedc7d77f2c37ea12cd7ba11998351ba6e20b5dd82bcf4cb840d323b75&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:20.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2025-12-19 04:20:20.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18854/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x9d68b7aedc7d77f2c37ea12cd7ba11998351ba6e20b5dd82bcf4cb840d323b75&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:20:20.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2025-12-19 04:20:20.828 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:20:20.830 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:20:20.830 DEBUG [src.node.waku_node] Stopping container with id 34c414609508
|
||||
2025-12-19 04:20:21.388 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:20:21.388 DEBUG [src.node.waku_node] Stopping container with id fb4f7cc3845a
|
||||
2025-12-19 04:20:21.922 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:20:21.923 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:20:21.932 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:20:21.938 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1720
nim/1008/data/attachments/1e8fa18158a40d4.txt
Normal file
1720
nim/1008/data/attachments/1e8fa18158a40d4.txt
Normal file
File diff suppressed because it is too large
Load Diff
232
nim/1008/data/attachments/1ea34eb1860d1ea0.txt
Normal file
232
nim/1008/data/attachments/1ea34eb1860d1ea0.txt
Normal file
@ -0,0 +1,232 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_different_cursor_and_indexes[10-40] with id: 2025-12-19_04-19-50__9eacfb04-1721-4c0b-b426-0c0ef596d200
|
||||
[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_2025-12-19_04-19-50__9eacfb04-1721-4c0b-b426-0c0ef596d200__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.3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30115', '30116', '30117', '30118', '30119']
|
||||
[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 30115:30115 -p 30116:30116 -p 30117:30117 -p 30118:30118 -p 30119:30119 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30117 --rest-port=30115 --tcp-port=30116 --discv5-udp-port=30118 --rest-address=0.0.0.0 --nat=extip:172.18.59.3 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dc39356612eecdff99ef8cb6f5c5a8cbdbc96ada22ce4b8c9cf90af74fe14ec3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30119 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.59.3 waku 51863ad44db541a548ac4ce1d42fab55282f4288fc04aa5ea6b815f9e860ad4d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 51863ad44db5. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-19-50__9eacfb04-1721-4c0b-b426-0c0ef596d200__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30115
|
||||
[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 3581a978375a. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 87dcc6237155. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30115/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:30115/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.3/tcp/30116/p2p/16Uiu2HAmBELz7nZ9UT9a8TEsTsbXXSx6WErfP7jKKDzfAqrARVq6","/ip4/172.18.59.3/tcp/30117/ws/p2p/16Uiu2HAmBELz7nZ9UT9a8TEsTsbXXSx6WErfP7jKKDzfAqrARVq6"],"enrUri":"enr:-L24QAuLaOQkWB3P9rkDg-6QS96Z1TKPNauVDJhfEbS6jhzZYZvBsosf8NlXW8GVZLPILfliNt2RI9dCfac81Gtw9aQCgmlkgnY0gmlwhKwSOwOKbXVsdGlhZGRyc5YACASsEjsDBnWkAAoErBI7AwZ1pd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6tQf99QBHWA2o5hNXN2mI3xxSiqjEcbixWms4WaU4kWDdGNwgnWkg3VkcIJ1poV3YWt1MgM"}'
|
||||
[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_2025-12-19_04-19-50__9eacfb04-1721-4c0b-b426-0c0ef596d200__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.53.29
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47997', '47998', '47999', '48000', '48001']
|
||||
[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 47997:47997 -p 47998:47998 -p 47999:47999 -p 48000:48000 -p 48001:48001 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47999 --rest-port=47997 --tcp-port=47998 --discv5-udp-port=48000 --rest-address=0.0.0.0 --nat=extip:172.18.53.29 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=68bb73e302d0adaa32361a02fccc9d7eaa6c6bae33aefaaca0e95c63c50af41b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48001 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAuLaOQkWB3P9rkDg-6QS96Z1TKPNauVDJhfEbS6jhzZYZvBsosf8NlXW8GVZLPILfliNt2RI9dCfac81Gtw9aQCgmlkgnY0gmlwhKwSOwOKbXVsdGlhZGRyc5YACASsEjsDBnWkAAoErBI7AwZ1pd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6tQf99QBHWA2o5hNXN2mI3xxSiqjEcbixWms4WaU4kWDdGNwgnWkg3VkcIJ1poV3YWt1MgM --storenode=/ip4/172.18.59.3/tcp/30116/p2p/16Uiu2HAmBELz7nZ9UT9a8TEsTsbXXSx6WErfP7jKKDzfAqrARVq6 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.53.29 waku 32078016ba9a00460575836262611b735824e904311a566e9b981d09250d2b9b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 32078016ba9a. Setting up logs at ./log/docker/store_node1_2025-12-19_04-19-50__9eacfb04-1721-4c0b-b426-0c0ef596d200__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47997
|
||||
[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:47997/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:47997/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.53.29/tcp/47998/p2p/16Uiu2HAmEYFbpS5omdCVsEnCiLcnXPv1i6ExPzb7XVr18aVEas6X","/ip4/172.18.53.29/tcp/47999/ws/p2p/16Uiu2HAmEYFbpS5omdCVsEnCiLcnXPv1i6ExPzb7XVr18aVEas6X"],"enrUri":"enr:-L24QMlAfb0g07YA-u9QRzddYrpUDOtTgEjjFBWHeR_QRSDDXWm0cNV2APIb6fSnXC61kOqKxs0MBuWhszKzaM5g7fwCgmlkgnY0gmlwhKwSNR2KbXVsdGlhZGRyc5YACASsEjUdBrt-AAoErBI1HQa7f90DgnJzhQADAQAAiXNlY3AyNTZrMaEDG_2NToauWBAbgdHiwmzHDB5dl8KKYthlyaRWSzeo6oCDdGNwgrt-g3VkcIK7gIV3YWt1MgM"}'
|
||||
[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:47997/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.59.3/tcp/30116/p2p/16Uiu2HAmBELz7nZ9UT9a8TEsTsbXXSx6WErfP7jKKDzfAqrARVq6"]'
|
||||
[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:30115/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:47997/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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:30115/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
|
||||
[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:30115/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30115/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30115/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30115/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30115/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30115/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30115/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30115/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30115/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30115/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30115/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=10&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":"0x98a822f59fccc9721e26c917de2c13af1de27dd045a24f8874080b8744bb8509"},{"messageHash":"0x0d81f5c49c006aa52c5ae4d6f8ec31c27c7d46bf10dbba2bc0cc84c75cfad5ab"},{"messageHash":"0x4e53aef08447f3b5c5ec3aef421bcfd3e44a2a4d75a430570852211c3cb4a649"},{"messageHash":"0x09ca617f84a2db0b02575ca8fd9930823f71d2bd81991ed055f110ca4d05a301"},{"messageHash":"0x860009ef9d3649db33db356f62e1f0ed0a656753acc685404e66acd946f0ab46"},{"messageHash":"0xac09da1c9dde04fc0ecd2c1d8420c830d491d2c80285fe59dd58d6d88d00f2ce"},{"messageHash":"0xe9b97fb67a49c8be443d2a92dce1ae3a8930c5ae33658181c8c9eb2925835345"},{"messageHash":"0xc7e07c7000f2b6a03976686ea6bf0c71ac50671464e3265744f3206a169d98ce"},{"messageHash":"0x94657433bc81c4742152de91e5a232b783971c8c70951f7a05821132e6031e40"},{"messageHash":"0xfa20c78427971e9d609d4509409f5fc1d2012c85750e88d3451de82afa21255f"}],"paginationCursor":"0xfa20c78427971e9d609d4509409f5fc1d2012c85750e88d3451de82afa21255f"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47997/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=10&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":"0x98a822f59fccc9721e26c917de2c13af1de27dd045a24f8874080b8744bb8509"},{"messageHash":"0x0d81f5c49c006aa52c5ae4d6f8ec31c27c7d46bf10dbba2bc0cc84c75cfad5ab"},{"messageHash":"0x4e53aef08447f3b5c5ec3aef421bcfd3e44a2a4d75a430570852211c3cb4a649"},{"messageHash":"0x09ca617f84a2db0b02575ca8fd9930823f71d2bd81991ed055f110ca4d05a301"},{"messageHash":"0x860009ef9d3649db33db356f62e1f0ed0a656753acc685404e66acd946f0ab46"},{"messageHash":"0xac09da1c9dde04fc0ecd2c1d8420c830d491d2c80285fe59dd58d6d88d00f2ce"},{"messageHash":"0xe9b97fb67a49c8be443d2a92dce1ae3a8930c5ae33658181c8c9eb2925835345"},{"messageHash":"0xc7e07c7000f2b6a03976686ea6bf0c71ac50671464e3265744f3206a169d98ce"},{"messageHash":"0x94657433bc81c4742152de91e5a232b783971c8c70951f7a05821132e6031e40"},{"messageHash":"0xfa20c78427971e9d609d4509409f5fc1d2012c85750e88d3451de82afa21255f"}],"paginationCursor":"0xfa20c78427971e9d609d4509409f5fc1d2012c85750e88d3451de82afa21255f"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30115/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xfa20c78427971e9d609d4509409f5fc1d2012c85750e88d3451de82afa21255f&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":"0x9b96d9eba9bdf9bdb1d22206de5ae5675f005207d0a2ec808b184a595f33cc73"},{"messageHash":"0x7c69f69adcb03186168ed1b8b64abb8df78f3e1ca61138c779b8f36d3d2da9a7"},{"messageHash":"0x7a096b2231c5b60870740d1e18fa6a9b0aba2a0662f02410ed512cddc1b11268"},{"messageHash":"0xa9923537c179ce249facc35c7cfd922ebf1e6bf8c18a0572baa5419b13b4de8f"},{"messageHash":"0x408de50420539155584b416ad07f4b78ce7384b8ce08b1092c8a5382f1e12c5c"},{"messageHash":"0x33dd0fb78face62d1b5dbb3005a765d3de50407690794aca2d54b32be55b8838"},{"messageHash":"0x0bcf4c280a5fb9bd83d7089078427f69909a51c14a61d112473226ffef158d93"},{"messageHash":"0x8050dd181085ed96b81d652902ee4ed875d5184429f10c791b612cd208904884"},{"messageHash":"0x9ffc5921ee007c07e8b1590dd2f66c866b5cf2a56f7bf09a573aebce78e9a646"},{"messageHash":"0x9b98c19a7bcdd26208a1a037a1c26ddcf42fb1fbe309d3ce2098617281bfa8b7"},{"messageHash":"0xe375658fc4c05a40afa251de7ba9df47f4f39fe503321626a0d8ff32af54e7e6"},{"messageHash":"0x8ea052b5e9266564e5df50ea08e33ff7e11506c294b22d0679b604345fad9b58"},{"messageHash":"0xa455c97f2b309b8f05267a6bc2224cacb724e711d3953fc8f8c43886ca3fc905"},{"messageHash":"0x044913606642b5417c1951d07e94e27b84f60a29e064608565d20369c5d2ed44"},{"messageHash":"0x2a6666d472aae067cba6d9a5ed9707348a16eaeca632bd6e6e074d6dba7e4909"},{"messageHash":"0x67d2e2b49f7b2f92d7deb2ea73dfb765e7fbd7f16fa6debb8a4313479796f10d"},{"messageHash":"0xa12fb67f57af49dfdb1f192ed07f81260a9cce512e4817fbf3fea45ee5ac0148"},{"messageHash":"0xb7c2dcbce89f8884d5f8bd04984eadd517a44f30e4b784322375b8c66ae4b405"},{"messageHash":"0x399c46b19df62f4698e61f4b9bb34e9fdadade25e7e777dd20ba0580fe132301"},{"messageHash":"0xe80808adf655fe1fb02997eecf508a232094bb7f37d53b58890e9032a686dd94"},{"messageHash":"0xb1f66189d273387e89646984101ad4df2120b736b834263d9481a7de439993f6"},{"messageHash":"0x88b25f5be38d3e89fc682cabd315ccbf9d99acbe32dc705e12506fc905dfb9bf"},{"messageHash":"0xfcded1b5ab8f85a1654e6ccd6f19b45ec899b8c148d8da995d54e329346ac6e2"},{"messageHash":"0x5f69f1d5c5ed70ebc73bb705c2c67ff456b4914f382b88a852ddd289ee512819"},{"messageHash":"0x1865563e1f032fb1d4c01c02e9e131d80e48ed235749a97e11d57aa0dc383fe2"},{"messageHash":"0x9e7a09efff3214b5ea2eff3535ffb71506c009e0de937d2aa58206b5d7c423bd"},{"messageHash":"0x0f7595b5080480ec42eb046c1f324f3b1fc9bd2f60e3970d346f70f8161564ab"},{"messageHash":"0x7a767c5576d5353abaebf5c269a7f620bc33389b0a82024193fb86062abd47ce"},{"messageHash":"0x8dc9f31c5499884ae35ce9036fc5dff451d793f49711e9b29f6d76d240323163"},{"messageHash":"0x7c4bcc71887439d4bb3f3f6b68307f4d2ac6a6fc8b99ed222aedbf56857cf56e"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47997/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xfa20c78427971e9d609d4509409f5fc1d2012c85750e88d3451de82afa21255f&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":"0x9b96d9eba9bdf9bdb1d22206de5ae5675f005207d0a2ec808b184a595f33cc73"},{"messageHash":"0x7c69f69adcb03186168ed1b8b64abb8df78f3e1ca61138c779b8f36d3d2da9a7"},{"messageHash":"0x7a096b2231c5b60870740d1e18fa6a9b0aba2a0662f02410ed512cddc1b11268"},{"messageHash":"0xa9923537c179ce249facc35c7cfd922ebf1e6bf8c18a0572baa5419b13b4de8f"},{"messageHash":"0x408de50420539155584b416ad07f4b78ce7384b8ce08b1092c8a5382f1e12c5c"},{"messageHash":"0x33dd0fb78face62d1b5dbb3005a765d3de50407690794aca2d54b32be55b8838"},{"messageHash":"0x0bcf4c280a5fb9bd83d7089078427f69909a51c14a61d112473226ffef158d93"},{"messageHash":"0x8050dd181085ed96b81d652902ee4ed875d5184429f10c791b612cd208904884"},{"messageHash":"0x9ffc5921ee007c07e8b1590dd2f66c866b5cf2a56f7bf09a573aebce78e9a646"},{"messageHash":"0x9b98c19a7bcdd26208a1a037a1c26ddcf42fb1fbe309d3ce2098617281bfa8b7"},{"messageHash":"0xe375658fc4c05a40afa251de7ba9df47f4f39fe503321626a0d8ff32af54e7e6"},{"messageHash":"0x8ea052b5e9266564e5df50ea08e33ff7e11506c294b22d0679b604345fad9b58"},{"messageHash":"0xa455c97f2b309b8f05267a6bc2224cacb724e711d3953fc8f8c43886ca3fc905"},{"messageHash":"0x044913606642b5417c1951d07e94e27b84f60a29e064608565d20369c5d2ed44"},{"messageHash":"0x2a6666d472aae067cba6d9a5ed9707348a16eaeca632bd6e6e074d6dba7e4909"},{"messageHash":"0x67d2e2b49f7b2f92d7deb2ea73dfb765e7fbd7f16fa6debb8a4313479796f10d"},{"messageHash":"0xa12fb67f57af49dfdb1f192ed07f81260a9cce512e4817fbf3fea45ee5ac0148"},{"messageHash":"0xb7c2dcbce89f8884d5f8bd04984eadd517a44f30e4b784322375b8c66ae4b405"},{"messageHash":"0x399c46b19df62f4698e61f4b9bb34e9fdadade25e7e777dd20ba0580fe132301"},{"messageHash":"0xe80808adf655fe1fb02997eecf508a232094bb7f37d53b58890e9032a686dd94"},{"messageHash":"0xb1f66189d273387e89646984101ad4df2120b736b834263d9481a7de439993f6"},{"messageHash":"0x88b25f5be38d3e89fc682cabd315ccbf9d99acbe32dc705e12506fc905dfb9bf"},{"messageHash":"0xfcded1b5ab8f85a1654e6ccd6f19b45ec899b8c148d8da995d54e329346ac6e2"},{"messageHash":"0x5f69f1d5c5ed70ebc73bb705c2c67ff456b4914f382b88a852ddd289ee512819"},{"messageHash":"0x1865563e1f032fb1d4c01c02e9e131d80e48ed235749a97e11d57aa0dc383fe2"},{"messageHash":"0x9e7a09efff3214b5ea2eff3535ffb71506c009e0de937d2aa58206b5d7c423bd"},{"messageHash":"0x0f7595b5080480ec42eb046c1f324f3b1fc9bd2f60e3970d346f70f8161564ab"},{"messageHash":"0x7a767c5576d5353abaebf5c269a7f620bc33389b0a82024193fb86062abd47ce"},{"messageHash":"0x8dc9f31c5499884ae35ce9036fc5dff451d793f49711e9b29f6d76d240323163"},{"messageHash":"0x7c4bcc71887439d4bb3f3f6b68307f4d2ac6a6fc8b99ed222aedbf56857cf56e"}]}'
|
||||
[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 51863ad44db5
|
||||
[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 32078016ba9a
|
||||
[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.
|
||||
76
nim/1008/data/attachments/1f1708efa81d5b7a.txt
Normal file
76
nim/1008/data/attachments/1f1708efa81d5b7a.txt
Normal file
@ -0,0 +1,76 @@
|
||||
2025-12-19 04:17:35.292 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:17:35.293 DEBUG [tests.conftest] Running test: test_different_page_size[1] with id: 2025-12-19_04-17-35__20b8bff7-2a70-4320-83b9-ac77695a2de6
|
||||
2025-12-19 04:17:35.294 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:17:35.294 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:17:35.294 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-19 04:17:35.303 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:17:35.303 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-19_04-17-35__20b8bff7-2a70-4320-83b9-ac77695a2de6__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:35.303 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:17:35.303 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:17:35.306 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:17:35.306 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.213
|
||||
2025-12-19 04:17:35.307 DEBUG [src.node.docker_mananger] Generated ports ['33262', '33263', '33264', '33265', '33266']
|
||||
2025-12-19 04:17:35.307 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:17:35.307 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:17:35.307 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:17:35.308 DEBUG [src.node.docker_mananger] docker run -i -t -p 33262:33262 -p 33263:33263 -p 33264:33264 -p 33265:33265 -p 33266:33266 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=33264 --rest-port=33262 --tcp-port=33263 --discv5-udp-port=33265 --rest-address=0.0.0.0 --nat=extip:172.18.40.213 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a1b9ffeb94f4f2a3cebca1bdbcdcc2edbdcedcd5e8265daeefa7bf6aa52b061d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33266 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-19 04:17:35.490 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.213 waku f369598672714021d1b32509ed9581537eade2429a5a20827651af7e623ab86b
|
||||
2025-12-19 04:17:35.522 DEBUG [src.node.docker_mananger] Container started with ID f36959867271. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-17-35__20b8bff7-2a70-4320-83b9-ac77695a2de6__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:35.523 ERROR [src.node.docker_mananger] Max retries reached for container e0dac5086d8f. Exiting log stream.
|
||||
2025-12-19 04:17:35.523 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33262
|
||||
2025-12-19 04:17:35.523 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:17:36.123 ERROR [src.node.docker_mananger] Max retries reached for container cf373638c84e. Exiting log stream.
|
||||
2025-12-19 04:17:36.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33262/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:36.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:17:36.528 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:17:36.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33262/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:36.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.213/tcp/33263/p2p/16Uiu2HAmTuEkVXTY5XfxH3Wj9RdbKf5KM6t7jRVqbPc98xrjHwrE","/ip4/172.18.40.213/tcp/33264/ws/p2p/16Uiu2HAmTuEkVXTY5XfxH3Wj9RdbKf5KM6t7jRVqbPc98xrjHwrE"],"enrUri":"enr:-L24QGzTjKA0nWikc-JyO3iPH6oamlfs7gCjmzNCuN0K3GfALAJhM3GOg6AhoLP-Ptsre_6s9Tmx64qn7SXCHSgynywCgmlkgnY0gmlwhKwSKNWKbXVsdGlhZGRyc5YACASsEijVBoHvAAoErBIo1QaB8N0DgnJzhQADAQAAiXNlY3AyNTZrMaED4oW3qAuC9J55xgPgCsKQC4WBQvpPNjtbuNaOZ7Rnmr-DdGNwgoHvg3VkcIKB8YV3YWt1MgM"}'
|
||||
2025-12-19 04:17:36.531 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:17:36.538 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:17:36.538 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-19_04-17-35__20b8bff7-2a70-4320-83b9-ac77695a2de6__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:36.538 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:17:36.538 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:17:36.540 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:17:36.540 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.106.181
|
||||
2025-12-19 04:17:36.540 DEBUG [src.node.docker_mananger] Generated ports ['35934', '35935', '35936', '35937', '35938']
|
||||
2025-12-19 04:17:36.540 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:17:36.540 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:17:36.540 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:17:36.540 DEBUG [src.node.docker_mananger] docker run -i -t -p 35934:35934 -p 35935:35935 -p 35936:35936 -p 35937:35937 -p 35938:35938 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35936 --rest-port=35934 --tcp-port=35935 --discv5-udp-port=35937 --rest-address=0.0.0.0 --nat=extip:172.18.106.181 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a516bba3ab7ed2eced099c5ab2caacb73dfde2339cee0d5bb3ed1eb42f348fe3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35938 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGzTjKA0nWikc-JyO3iPH6oamlfs7gCjmzNCuN0K3GfALAJhM3GOg6AhoLP-Ptsre_6s9Tmx64qn7SXCHSgynywCgmlkgnY0gmlwhKwSKNWKbXVsdGlhZGRyc5YACASsEijVBoHvAAoErBIo1QaB8N0DgnJzhQADAQAAiXNlY3AyNTZrMaED4oW3qAuC9J55xgPgCsKQC4WBQvpPNjtbuNaOZ7Rnmr-DdGNwgoHvg3VkcIKB8YV3YWt1MgM --storenode=/ip4/172.18.40.213/tcp/33263/p2p/16Uiu2HAmTuEkVXTY5XfxH3Wj9RdbKf5KM6t7jRVqbPc98xrjHwrE --store=true --relay=true
|
||||
2025-12-19 04:17:36.718 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.106.181 waku 12d06906e4d4881778683ab493ae7c64f1e7ffe3c49ac42a2bf862ce112865e5
|
||||
2025-12-19 04:17:36.751 DEBUG [src.node.docker_mananger] Container started with ID 12d06906e4d4. Setting up logs at ./log/docker/store_node1_2025-12-19_04-17-35__20b8bff7-2a70-4320-83b9-ac77695a2de6__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:36.752 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35934
|
||||
2025-12-19 04:17:36.752 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:17:37.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35934/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:37.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:17:37.757 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:17:37.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35934/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:37.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.106.181/tcp/35935/p2p/16Uiu2HAmULnUS3quvtM87PytEjTrBjziAHVW7ML3sMFJm3uNfuHm","/ip4/172.18.106.181/tcp/35936/ws/p2p/16Uiu2HAmULnUS3quvtM87PytEjTrBjziAHVW7ML3sMFJm3uNfuHm"],"enrUri":"enr:-L24QEXwYTDNxmr6Tt2TAt-aOqeSDGtUUvnfG2vBVC_C8ZrWNJFOqsmXYfDNv4TR_OzGmE9QGpv0vN-eflyRWr2ZvFACgmlkgnY0gmlwhKwSarWKbXVsdGlhZGRyc5YACASsEmq1BoxfAAoErBJqtQaMYN0DgnJzhQADAQAAiXNlY3AyNTZrMaED6REbaIPMeaPp5O_yfZi58gdVmEQONuMSDeXXno1af1yDdGNwgoxfg3VkcIKMYYV3YWt1MgM"}'
|
||||
2025-12-19 04:17:37.760 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:17:37.760 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35934/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.40.213/tcp/33263/p2p/16Uiu2HAmTuEkVXTY5XfxH3Wj9RdbKf5KM6t7jRVqbPc98xrjHwrE"]'
|
||||
2025-12-19 04:17:37.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:37.763 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33262/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:17:37.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:37.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35934/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:17:37.768 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:37.769 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:17:37.769 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33262/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:37.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:37.774 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:17:37.975 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:17:37.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33262/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:37.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:37.980 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:17:38.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33262/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=1&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:38.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x6f4d74987ae2d161ec08c8fd6de2fc9a1df6a6af35592745e9c0f9d56a358dca"}],"paginationCursor":"0x6f4d74987ae2d161ec08c8fd6de2fc9a1df6a6af35592745e9c0f9d56a358dca"}'
|
||||
2025-12-19 04:17:38.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35934/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=1&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:38.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x6f4d74987ae2d161ec08c8fd6de2fc9a1df6a6af35592745e9c0f9d56a358dca"}],"paginationCursor":"0x6f4d74987ae2d161ec08c8fd6de2fc9a1df6a6af35592745e9c0f9d56a358dca"}'
|
||||
2025-12-19 04:17:38.189 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:17:38.190 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:17:38.191 DEBUG [src.node.waku_node] Stopping container with id f36959867271
|
||||
2025-12-19 04:17:38.713 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:38.713 DEBUG [src.node.waku_node] Stopping container with id 12d06906e4d4
|
||||
2025-12-19 04:17:39.249 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:39.251 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:17:39.257 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:39.262 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
203
nim/1008/data/attachments/208b51aabc33e381.txt
Normal file
203
nim/1008/data/attachments/208b51aabc33e381.txt
Normal file
@ -0,0 +1,203 @@
|
||||
2025-12-19 04:17:29.595 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:17:29.596 DEBUG [tests.conftest] Running test: test_unsubscribe_from_some_content_topics[content_topic_list1] with id: 2025-12-19_04-17-29__685c946d-5876-4169-8e0c-b223631a2361
|
||||
2025-12-19 04:17:29.596 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:17:29.596 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:17:29.597 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-19 04:17:29.604 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:17:29.604 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-17-29__685c946d-5876-4169-8e0c-b223631a2361__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:29.605 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:17:29.605 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:17:29.606 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:17:29.606 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.203.185
|
||||
2025-12-19 04:17:29.606 DEBUG [src.node.docker_mananger] Generated ports ['11830', '11831', '11832', '11833', '11834']
|
||||
2025-12-19 04:17:29.607 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:17:29.607 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:17:29.607 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:17:29.607 DEBUG [src.node.docker_mananger] docker run -i -t -p 11830:11830 -p 11831:11831 -p 11832:11832 -p 11833:11833 -p 11834:11834 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11832 --rest-port=11830 --tcp-port=11831 --discv5-udp-port=11833 --rest-address=0.0.0.0 --nat=extip:172.18.203.185 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c46fcbb468de9fede0cd6c7cf884d33608caf74e92633a124afc6dadd203cd2b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11834 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-19 04:17:29.789 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.203.185 waku 759f43a09aacfbf692d1fed05f1b4946c88210374eff23b3193b0ecdf6e5c415
|
||||
2025-12-19 04:17:29.819 DEBUG [src.node.docker_mananger] Container started with ID 759f43a09aac. Setting up logs at ./log/docker/node1_2025-12-19_04-17-29__685c946d-5876-4169-8e0c-b223631a2361__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:29.820 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11830
|
||||
2025-12-19 04:17:29.820 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:17:29.852 ERROR [src.node.docker_mananger] Max retries reached for container 333b1d42a29d. Exiting log stream.
|
||||
2025-12-19 04:17:30.400 ERROR [src.node.docker_mananger] Max retries reached for container a374a01984ec. Exiting log stream.
|
||||
2025-12-19 04:17:30.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:30.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_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:17:30.825 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:17:30.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:30.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.203.185/tcp/11831/p2p/16Uiu2HAmP5DgPHXMYaWZYB656x2ijjPebHQNrXnLqwnDergxRDLr","/ip4/172.18.203.185/tcp/11832/ws/p2p/16Uiu2HAmP5DgPHXMYaWZYB656x2ijjPebHQNrXnLqwnDergxRDLr"],"enrUri":"enr:-L24QCq9FzTC9uwZ1nRAdlasbgyRkMXQ00wQyv0A7SZf248deHk0nBvEz5BEOz9MGnUkaId1QpHsp0OAuYoVDFt8dt4CgmlkgnY0gmlwhKwSy7mKbXVsdGlhZGRyc5YACASsEsu5Bi43AAoErBLLuQYuON0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmsnhTVWFZM4HyaNb5vRaBBCMxVWAQdwrN7yU31BhzH-DdGNwgi43g3VkcIIuOYV3YWt1MgU"}'
|
||||
2025-12-19 04:17:30.827 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:17:30.834 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:17:30.834 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-17-29__685c946d-5876-4169-8e0c-b223631a2361__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:30.834 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:17:30.834 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:17:30.836 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:17:30.836 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.157.116
|
||||
2025-12-19 04:17:30.836 DEBUG [src.node.docker_mananger] Generated ports ['58534', '58535', '58536', '58537', '58538']
|
||||
2025-12-19 04:17:30.836 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:17:30.836 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:17:30.836 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:17:30.836 DEBUG [src.node.docker_mananger] docker run -i -t -p 58534:58534 -p 58535:58535 -p 58536:58536 -p 58537:58537 -p 58538:58538 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58536 --rest-port=58534 --tcp-port=58535 --discv5-udp-port=58537 --rest-address=0.0.0.0 --nat=extip:172.18.157.116 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=f0ea137baf8d4ac41f0fbd6bbcbcaa7ce2bb67a45bfd756387ac4a61dbfaf2f9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58538 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCq9FzTC9uwZ1nRAdlasbgyRkMXQ00wQyv0A7SZf248deHk0nBvEz5BEOz9MGnUkaId1QpHsp0OAuYoVDFt8dt4CgmlkgnY0gmlwhKwSy7mKbXVsdGlhZGRyc5YACASsEsu5Bi43AAoErBLLuQYuON0DgnJzhQACAQAAiXNlY3AyNTZrMaEDmsnhTVWFZM4HyaNb5vRaBBCMxVWAQdwrN7yU31BhzH-DdGNwgi43g3VkcIIuOYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2025-12-19 04:17:31.022 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.157.116 waku cd133fc0ff2d76f972462d830b9b063ff8c3059509c23d7d2fdc3b4f4f411f43
|
||||
2025-12-19 04:17:31.057 DEBUG [src.node.docker_mananger] Container started with ID cd133fc0ff2d. Setting up logs at ./log/docker/node2_2025-12-19_04-17-29__685c946d-5876-4169-8e0c-b223631a2361__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:31.057 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 58534
|
||||
2025-12-19 04:17:31.057 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:17:32.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:17:32.073 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:17:32.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.157.116/tcp/58535/p2p/16Uiu2HAmTDV62jQput5apCsXUaVLhKqMtvQ4G9BKdPLJH8Euki6T","/ip4/172.18.157.116/tcp/58536/ws/p2p/16Uiu2HAmTDV62jQput5apCsXUaVLhKqMtvQ4G9BKdPLJH8Euki6T"],"enrUri":"enr:-L24QJHoKb_ZqLGVlJlPJZeAbB3aHfBdxNDW2cuy2MtIs_yKHh_exiEVPzGlKFQT7eaopTcPy2rQsdsHjHq8dI158LwCgmlkgnY0gmlwhKwSnXSKbXVsdGlhZGRyc5YACASsEp10BuSnAAoErBKddAbkqN0DgnJzhQACAQAAiXNlY3AyNTZrMaED2FayHxy_d47TgbmPA0m2r72-XH5oQ_3Q36xSJq8sC9iDdGNwguSng3VkcILkqYV3YWt1MgE"}'
|
||||
2025-12-19 04:17:32.080 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:17:32.081 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58534/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.203.185/tcp/11831/p2p/16Uiu2HAmP5DgPHXMYaWZYB656x2ijjPebHQNrXnLqwnDergxRDLr"]'
|
||||
2025-12-19 04:17:32.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:32.084 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/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"]'
|
||||
2025-12-19 04:17:32.093 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:32.093 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:58534/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"]'
|
||||
2025-12-19 04:17:32.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:32.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:32.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:32.120 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:32.221 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.224 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117852109774664,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.226 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117852109774664,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.230 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:32.234 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:32.234 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:32.335 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.338 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":1766117852230087226,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.339 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.342 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":1766117852230087226,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.344 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:32.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:32.349 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:32.450 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766117852344326968,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.454 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1766117852344326968,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.459 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:32.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:32.463 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:32.564 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766117852458956214,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.568 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.571 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766117852458956214,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.572 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:32.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:32.577 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:32.677 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.678 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766117852572616830,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.682 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766117852572616830,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.686 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:32.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:32.691 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:32.791 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766117852686262690,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.796 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.799 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766117852686262690,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:32.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:32.807 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:32.907 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.910 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766117852802132804,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.912 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:32.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:32.914 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766117852802132804,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:32.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:32.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:32.920 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:33.021 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766117852916237482,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:33.026 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.028 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766117852916237482,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:33.030 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:11830/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding"]'
|
||||
2025-12-19 04:17:33.038 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:33.039 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:58534/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding"]'
|
||||
2025-12-19 04:17:33.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:33.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:33.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:33.051 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:33.152 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.155 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:11830/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto. Response content: b'/myapp/1/latest/proto'
|
||||
2025-12-19 04:17:33.156 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:33.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:33.159 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:33.260 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.263 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:11830/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js. Response content: b'/waku/2/content/test.js'
|
||||
2025-12-19 04:17:33.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:33.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:33.267 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:33.367 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.370 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:11830/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding. Response content: b'/app/22/sometopic/someencoding'
|
||||
2025-12-19 04:17:33.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:33.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:33.377 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:33.477 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766117853372090002,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:33.482 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.485 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1766117853372090002,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:33.486 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:33.490 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:33.490 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:33.591 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766117853486434120,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:33.596 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.598 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1766117853486434120,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:33.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:33.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:33.605 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:33.705 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766117853600400446,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:33.710 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1766117853600400446,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:33.714 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:33.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:33.719 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:33.820 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766117853714577786,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:33.825 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1766117853714577786,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:33.829 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11830/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:33.834 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:33.835 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:33.935 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11830/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766117853829776988,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:33.940 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:33.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:58534/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:33.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1766117853829776988,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:33.945 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:17:33.946 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:17:33.947 DEBUG [src.node.waku_node] Stopping container with id 759f43a09aac
|
||||
2025-12-19 04:17:34.487 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:34.487 DEBUG [src.node.waku_node] Stopping container with id cd133fc0ff2d
|
||||
2025-12-19 04:17:35.007 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:35.009 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:17:35.020 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:35.030 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
228
nim/1008/data/attachments/20c6774282305869.txt
Normal file
228
nim/1008/data/attachments/20c6774282305869.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_different_page_size[39] with id: 2025-12-19_04-17-39__7485f73b-62c2-4ef7-934f-f498fa30590a
|
||||
[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_2025-12-19_04-17-39__7485f73b-62c2-4ef7-934f-f498fa30590a__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.142.78
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['62642', '62643', '62644', '62645', '62646']
|
||||
[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 62642:62642 -p 62643:62643 -p 62644:62644 -p 62645:62645 -p 62646:62646 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62644 --rest-port=62642 --tcp-port=62643 --discv5-udp-port=62645 --rest-address=0.0.0.0 --nat=extip:172.18.142.78 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=06de768b2ae398cfede885991eb59b89b062bdc8c3bc78dae1358fcc4d0f0f42 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62646 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.142.78 waku e82f37f76f9c73ca1e638eaa027616c45e35fda155faa54a4c76f7e8d95c789d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e82f37f76f9c. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-17-39__7485f73b-62c2-4ef7-934f-f498fa30590a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 62642
|
||||
[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 f36959867271. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 12d06906e4d4. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:62642/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:62642/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.142.78/tcp/62643/p2p/16Uiu2HAmPpHZzuhaHpWFzb4kevehMA5WW6eLvwtn4bygxfkQpnok","/ip4/172.18.142.78/tcp/62644/ws/p2p/16Uiu2HAmPpHZzuhaHpWFzb4kevehMA5WW6eLvwtn4bygxfkQpnok"],"enrUri":"enr:-L24QMo_sqHQ9rNHynH6RFrToL5AMgBtx1QZtrsSM2txmt8pE7NcVUaxvW8Ejr-DSH7GmlGNsfVlmTA8Fa98T_QN3AYCgmlkgnY0gmlwhKwSjk6KbXVsdGlhZGRyc5YACASsEo5OBvSzAAoErBKOTgb0tN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDpdJA0b9peBksu6tP07yqlpDTpoQ9qcvMQyO1OMKMS5ODdGNwgvSzg3VkcIL0tYV3YWt1MgM"}'
|
||||
[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_2025-12-19_04-17-39__7485f73b-62c2-4ef7-934f-f498fa30590a__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.79.25
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42689', '42690', '42691', '42692', '42693']
|
||||
[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 42689:42689 -p 42690:42690 -p 42691:42691 -p 42692:42692 -p 42693:42693 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42691 --rest-port=42689 --tcp-port=42690 --discv5-udp-port=42692 --rest-address=0.0.0.0 --nat=extip:172.18.79.25 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=837b256edf9b386f8b2dab99db77df2c7a12dec5c234b90a79fec5cbd78f08cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42693 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMo_sqHQ9rNHynH6RFrToL5AMgBtx1QZtrsSM2txmt8pE7NcVUaxvW8Ejr-DSH7GmlGNsfVlmTA8Fa98T_QN3AYCgmlkgnY0gmlwhKwSjk6KbXVsdGlhZGRyc5YACASsEo5OBvSzAAoErBKOTgb0tN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDpdJA0b9peBksu6tP07yqlpDTpoQ9qcvMQyO1OMKMS5ODdGNwgvSzg3VkcIL0tYV3YWt1MgM --storenode=/ip4/172.18.142.78/tcp/62643/p2p/16Uiu2HAmPpHZzuhaHpWFzb4kevehMA5WW6eLvwtn4bygxfkQpnok --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.79.25 waku 49bb4be8fc01d8ea67dca70888d6a5e4239413a2fb2b650c20371479f9819a02
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 49bb4be8fc01. Setting up logs at ./log/docker/store_node1_2025-12-19_04-17-39__7485f73b-62c2-4ef7-934f-f498fa30590a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42689
|
||||
[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:42689/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:42689/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.79.25/tcp/42690/p2p/16Uiu2HAm5huj2LhEc3Dkvqkxz2LarN5GprzxJpokwFxqsghQxECS","/ip4/172.18.79.25/tcp/42691/ws/p2p/16Uiu2HAm5huj2LhEc3Dkvqkxz2LarN5GprzxJpokwFxqsghQxECS"],"enrUri":"enr:-L24QLshZwLf8LLTXPrb2pzrg8XHlSZM0OClhWqqzlmtRpw8MvJJ9-aLOJt6rvj9Rc1emPculzJBDoHgngYkD8fOvFACgmlkgnY0gmlwhKwSTxmKbXVsdGlhZGRyc5YACASsEk8ZBqbCAAoErBJPGQamw90DgnJzhQADAQAAiXNlY3AyNTZrMaECmL20QbD6AWfpQ9y5qKZfr9AO8-5CpNhLf-TNgS3i-DODdGNwgqbCg3VkcIKmxIV3YWt1MgM"}'
|
||||
[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:42689/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.142.78/tcp/62643/p2p/16Uiu2HAmPpHZzuhaHpWFzb4kevehMA5WW6eLvwtn4bygxfkQpnok"]'
|
||||
[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:62642/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:42689/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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:62642/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
|
||||
[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:62642/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:62642/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:62642/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:62642/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:62642/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:62642/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:62642/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:62642/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:62642/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:62642/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8zOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:62642/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=39&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":"0xceb352151f136dfa3678802013dd50784bd16b273779bbaad9be8e695c36612b"},{"messageHash":"0x0d7c13c7f0a896c6799650eb9ccc7096ac389d476fae3aa57e25cfc656d7f2a6"},{"messageHash":"0x8d19d5dadcbb52dec0541115780d3744504109e1aacb18dbbf7efc6ed0088c0d"},{"messageHash":"0x4d2daee2f6cc2b280dceaf7f2eb7ff7eb7c75d47754ed7022bcb3d5c72f431e8"},{"messageHash":"0x21275837c1f3edd00c9e855fa602348942fbbdd6158aecd59944db746816bfb6"},{"messageHash":"0x0dd69723d6e8837964f173654cf2c45588ed2087c3bd6599a767d2431e5b328f"},{"messageHash":"0xa13a93cb4d7580021189d54620870bf79e0252e31814b0ea744d1037fb0d8762"},{"messageHash":"0xd743dbedc02523c4f4ed3b3139bf6638df86ce5427cae72c6baa7104c216eb1a"},{"messageHash":"0x476ae932ea45c59be83b57c02fcb66bce2f9fd442abcc3087602ab8da409e53f"},{"messageHash":"0x14f5835714119282806fffb813cc55fb6ce83bded9d044518a947cb46a38f0c1"},{"messageHash":"0xb1cff46b50858c5c9857351de7a3c9391de4261d538a7559cea88e25f6e4f673"},{"messageHash":"0xbde06f3336fbf5914170e6b977c743db68a35db6f2d53f2fef150f9a38481df7"},{"messageHash":"0xa071569591898d4e58cb70d27d9f225561d1153c5cf8be5a1a31bccbc9de7b78"},{"messageHash":"0xcadcf695a1fa98e49fc0728e5b117cd3134fccddfd3fd197acb3fb1359f8b948"},{"messageHash":"0x26750160c378a18a14e6fa88a862d2129f982d329511155d080970d6d94e2d4e"},{"messageHash":"0x7fd03fcfd0fd8260246aef82607d5e5c7b9c7007d40a299db75fe9fed61ee005"},{"messageHash":"0xf7c478b70bf9bdf7db942afc69a302e8d1e3d52cab3113c20ebfaa0147772651"},{"messageHash":"0x2011868db141c1495178173c390efedf4afc7c4fc75bd81007325ee9204eac6a"},{"messageHash":"0x23e0cfa2bb53203317c42e80de5c919870f98702d7f1884342e49e18de10cd61"},{"messageHash":"0x2899dbf31d5df1ef10d3b04b72b560b46d1a4a32631a136e742d4d202c84a7df"},{"messageHash":"0xe8a75098a15ce40852b0fec05a6060b60818a7b237e6fad01064ffeede1194b9"},{"messageHash":"0x41048e12a4b5c1de071514ce98a1a656efab8e63a4aefaf04974441230ee810f"},{"messageHash":"0x87909bb56bbd33a04e763defa0ccd5af68221100a306ba174c0e665edf1339e7"},{"messageHash":"0xea55408c55c041afd26e5902c12c41b479c08149bb11d85c3b669ee505bf976e"},{"messageHash":"0x6f4a74f22adcc9daf7080c9d7512d678c93a8a4a293ee3d0e6d38e3055a2ea6a"},{"messageHash":"0x5a0db8fd68faa48975890ae1e6f3e84cf2323abbdbe06f842f827ccd7b654198"},{"messageHash":"0x8223f660b27c0b3b2a006c94b27b810a365b6d4544088402b3eb8e46ea2b20a0"},{"messageHash":"0x533234f4eb5560ffcd758bf18c0d175798d58364cb6835e9447f8f064a1f696b"},{"messageHash":"0x9fb642fd8febff09d83b9c9630e32d6e3e94eb448977f94ee3b1dba80b7cabd5"},{"messageHash":"0xcebacf046e5211b0ebd4c633df3147c0a7566668233e65cdf83eb83e15294f98"},{"messageHash":"0xd5b5cef653510040f642ae5f22deaeadd2633af30a76be4c3c84e6f15dae0594"},{"messageHash":"0xa41dd025253ce3764bbc96d36c67eeac2e50b9886b3476caed1402c72262abd3"},{"messageHash":"0x893f8161cc3565c5ea285922d218105570e02b64086f3a24d49a586614132dd5"},{"messageHash":"0x9b18914158b47d18df86d072bd209187ba495a889c974eb52e48374cd56113cc"},{"messageHash":"0x1923e4b5ba5c9d380edf0201ad2d3514ee5ee266c1e1c34023cafe9c91e6d29f"},{"messageHash":"0xd394d6c17cab1bfd3465678d1eedd3df2e6d3e55cbf2b7edf7714562d0fc9a8f"},{"messageHash":"0xb0d672c95132b3599c3b7b9930deb0056322355206bd2325dd5f122344bd3c48"},{"messageHash":"0x0987e14c1cb59e89f8273107e7b9e81ce6efb3b757608f0475a007d1302d3e54"},{"messageHash":"0x15c005fcabe6e334b4986940b8def764219413f66b432b853f4bd806df255480"}],"paginationCursor":"0x15c005fcabe6e334b4986940b8def764219413f66b432b853f4bd806df255480"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42689/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=39&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":"0xceb352151f136dfa3678802013dd50784bd16b273779bbaad9be8e695c36612b"},{"messageHash":"0x0d7c13c7f0a896c6799650eb9ccc7096ac389d476fae3aa57e25cfc656d7f2a6"},{"messageHash":"0x8d19d5dadcbb52dec0541115780d3744504109e1aacb18dbbf7efc6ed0088c0d"},{"messageHash":"0x4d2daee2f6cc2b280dceaf7f2eb7ff7eb7c75d47754ed7022bcb3d5c72f431e8"},{"messageHash":"0x21275837c1f3edd00c9e855fa602348942fbbdd6158aecd59944db746816bfb6"},{"messageHash":"0x0dd69723d6e8837964f173654cf2c45588ed2087c3bd6599a767d2431e5b328f"},{"messageHash":"0xa13a93cb4d7580021189d54620870bf79e0252e31814b0ea744d1037fb0d8762"},{"messageHash":"0xd743dbedc02523c4f4ed3b3139bf6638df86ce5427cae72c6baa7104c216eb1a"},{"messageHash":"0x476ae932ea45c59be83b57c02fcb66bce2f9fd442abcc3087602ab8da409e53f"},{"messageHash":"0x14f5835714119282806fffb813cc55fb6ce83bded9d044518a947cb46a38f0c1"},{"messageHash":"0xb1cff46b50858c5c9857351de7a3c9391de4261d538a7559cea88e25f6e4f673"},{"messageHash":"0xbde06f3336fbf5914170e6b977c743db68a35db6f2d53f2fef150f9a38481df7"},{"messageHash":"0xa071569591898d4e58cb70d27d9f225561d1153c5cf8be5a1a31bccbc9de7b78"},{"messageHash":"0xcadcf695a1fa98e49fc0728e5b117cd3134fccddfd3fd197acb3fb1359f8b948"},{"messageHash":"0x26750160c378a18a14e6fa88a862d2129f982d329511155d080970d6d94e2d4e"},{"messageHash":"0x7fd03fcfd0fd8260246aef82607d5e5c7b9c7007d40a299db75fe9fed61ee005"},{"messageHash":"0xf7c478b70bf9bdf7db942afc69a302e8d1e3d52cab3113c20ebfaa0147772651"},{"messageHash":"0x2011868db141c1495178173c390efedf4afc7c4fc75bd81007325ee9204eac6a"},{"messageHash":"0x23e0cfa2bb53203317c42e80de5c919870f98702d7f1884342e49e18de10cd61"},{"messageHash":"0x2899dbf31d5df1ef10d3b04b72b560b46d1a4a32631a136e742d4d202c84a7df"},{"messageHash":"0xe8a75098a15ce40852b0fec05a6060b60818a7b237e6fad01064ffeede1194b9"},{"messageHash":"0x41048e12a4b5c1de071514ce98a1a656efab8e63a4aefaf04974441230ee810f"},{"messageHash":"0x87909bb56bbd33a04e763defa0ccd5af68221100a306ba174c0e665edf1339e7"},{"messageHash":"0xea55408c55c041afd26e5902c12c41b479c08149bb11d85c3b669ee505bf976e"},{"messageHash":"0x6f4a74f22adcc9daf7080c9d7512d678c93a8a4a293ee3d0e6d38e3055a2ea6a"},{"messageHash":"0x5a0db8fd68faa48975890ae1e6f3e84cf2323abbdbe06f842f827ccd7b654198"},{"messageHash":"0x8223f660b27c0b3b2a006c94b27b810a365b6d4544088402b3eb8e46ea2b20a0"},{"messageHash":"0x533234f4eb5560ffcd758bf18c0d175798d58364cb6835e9447f8f064a1f696b"},{"messageHash":"0x9fb642fd8febff09d83b9c9630e32d6e3e94eb448977f94ee3b1dba80b7cabd5"},{"messageHash":"0xcebacf046e5211b0ebd4c633df3147c0a7566668233e65cdf83eb83e15294f98"},{"messageHash":"0xd5b5cef653510040f642ae5f22deaeadd2633af30a76be4c3c84e6f15dae0594"},{"messageHash":"0xa41dd025253ce3764bbc96d36c67eeac2e50b9886b3476caed1402c72262abd3"},{"messageHash":"0x893f8161cc3565c5ea285922d218105570e02b64086f3a24d49a586614132dd5"},{"messageHash":"0x9b18914158b47d18df86d072bd209187ba495a889c974eb52e48374cd56113cc"},{"messageHash":"0x1923e4b5ba5c9d380edf0201ad2d3514ee5ee266c1e1c34023cafe9c91e6d29f"},{"messageHash":"0xd394d6c17cab1bfd3465678d1eedd3df2e6d3e55cbf2b7edf7714562d0fc9a8f"},{"messageHash":"0xb0d672c95132b3599c3b7b9930deb0056322355206bd2325dd5f122344bd3c48"},{"messageHash":"0x0987e14c1cb59e89f8273107e7b9e81ce6efb3b757608f0475a007d1302d3e54"},{"messageHash":"0x15c005fcabe6e334b4986940b8def764219413f66b432b853f4bd806df255480"}],"paginationCursor":"0x15c005fcabe6e334b4986940b8def764219413f66b432b853f4bd806df255480"}'
|
||||
[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 e82f37f76f9c
|
||||
[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 49bb4be8fc01
|
||||
[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/1008/data/attachments/20cb7bd3264b413c.txt
Normal file
68
nim/1008/data/attachments/20cb7bd3264b413c.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_publish_on_not_subscribed_content_topic_works with id: 2025-12-19_04-29-23__dd65fcbe-dc3c-4a59-9021-05113f27f393
|
||||
[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_2025-12-19_04-29-23__dd65fcbe-dc3c-4a59-9021-05113f27f393__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.97.255
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2126', '2127', '2128', '2129', '2130']
|
||||
[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 2126:2126 -p 2127:2127 -p 2128:2128 -p 2129:2129 -p 2130:2130 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2128 --rest-port=2126 --tcp-port=2127 --discv5-udp-port=2129 --rest-address=0.0.0.0 --nat=extip:172.18.97.255 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b95d4f0ffde3c7f94e56da52fab43bf43bbdc7b1bcfebcabb53ecdc89b0bb669 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2130 --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.97.255 waku 453201fe0f6e7f968ab04658b2ad9d68c6450b3112737a8863f5834e32ff12f2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 453201fe0f6e. Setting up logs at ./log/docker/node1_2025-12-19_04-29-23__dd65fcbe-dc3c-4a59-9021-05113f27f393__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2126
|
||||
[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 b5b5e2cc2563. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3f968f0c62bb. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:2126/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:2126/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.97.255/tcp/2127/p2p/16Uiu2HAmRP21KxriJsL1Tx821ZJjnteHPaqWCVMKQLgU3MHQvfR9","/ip4/172.18.97.255/tcp/2128/ws/p2p/16Uiu2HAmRP21KxriJsL1Tx821ZJjnteHPaqWCVMKQLgU3MHQvfR9"],"enrUri":"enr:-L24QPRfEeECu7uaA6js0JYv3EwMC560IKrmlnZ2_Bpc11gOX-xrkKGrsOtp3841F8kGygZFC4Q5h1ACciL-SzmVrKECgmlkgnY0gmlwhKwSYf-KbXVsdGlhZGRyc5YACASsEmH_BghPAAoErBJh_wYIUN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDvRCCZHaYYVL6biPYcn_J8ijQdhrCEUcTsHF29wMRcIiDdGNwgghPg3VkcIIIUYV3YWt1MgU"}'
|
||||
[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_2025-12-19_04-29-23__dd65fcbe-dc3c-4a59-9021-05113f27f393__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.228.156
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58943', '58944', '58945', '58946', '58947']
|
||||
[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 58943:58943 -p 58944:58944 -p 58945:58945 -p 58946:58946 -p 58947:58947 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58945 --rest-port=58943 --tcp-port=58944 --discv5-udp-port=58946 --rest-address=0.0.0.0 --nat=extip:172.18.228.156 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a6d260d1abcdcbf94ecb4cc5f2cdaf4aeee32195f6cd06c7e8f25fcb16cefb45 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58947 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPRfEeECu7uaA6js0JYv3EwMC560IKrmlnZ2_Bpc11gOX-xrkKGrsOtp3841F8kGygZFC4Q5h1ACciL-SzmVrKECgmlkgnY0gmlwhKwSYf-KbXVsdGlhZGRyc5YACASsEmH_BghPAAoErBJh_wYIUN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDvRCCZHaYYVL6biPYcn_J8ijQdhrCEUcTsHF29wMRcIiDdGNwgghPg3VkcIIIUYV3YWt1MgU --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.228.156 waku 0f7823e47276970ea17788bbe7c4264edae33580ef28cf327c6ca8134f15925a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0f7823e47276. Setting up logs at ./log/docker/node2_2025-12-19_04-29-23__dd65fcbe-dc3c-4a59-9021-05113f27f393__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 58943
|
||||
[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:58943/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:58943/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.228.156/tcp/58944/p2p/16Uiu2HAmQSNeofmXrGAp4ofxbKjLpVV3gXY8EYz9JQzQt7ur7eks","/ip4/172.18.228.156/tcp/58945/ws/p2p/16Uiu2HAmQSNeofmXrGAp4ofxbKjLpVV3gXY8EYz9JQzQt7ur7eks"],"enrUri":"enr:-L24QIl2bpBifzElhtZ7sUhfuU7BI9HH8L5QJtfdjjNiXLeBbyQq-K4dTya4JbijSvs6JMJKJItaTuC1NFlDvfUYeroCgmlkgnY0gmlwhKwS5JyKbXVsdGlhZGRyc5YACASsEuScBuZAAAoErBLknAbmQd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDrxDo17hUI1JYuNO1nDNf_9NerxqJ6lGN2F3gs5zUE6SDdGNwguZAg3VkcILmQoV3YWt1MgE"}'
|
||||
[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:58943/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.97.255/tcp/2127/p2p/16Uiu2HAmRP21KxriJsL1Tx821ZJjnteHPaqWCVMKQLgU3MHQvfR9"]'
|
||||
[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:2126/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:58943/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:2126/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'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:58943/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 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 453201fe0f6e
|
||||
[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 0f7823e47276
|
||||
[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.
|
||||
188
nim/1008/data/attachments/20d39030570d5a2f.txt
Normal file
188
nim/1008/data/attachments/20d39030570d5a2f.txt
Normal file
@ -0,0 +1,188 @@
|
||||
2025-12-19 04:23:11.492 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:23:11.492 DEBUG [tests.conftest] Running test: test_default_page_size with id: 2025-12-19_04-23-11__4829f881-cde4-425a-b908-ee7c586ea582
|
||||
2025-12-19 04:23:11.492 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:23:11.493 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:23:11.493 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-19 04:23:11.499 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:23:11.499 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-19_04-23-11__4829f881-cde4-425a-b908-ee7c586ea582__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:23:11.500 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:23:11.500 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:23:11.501 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:23:11.501 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.38.170
|
||||
2025-12-19 04:23:11.501 DEBUG [src.node.docker_mananger] Generated ports ['2363', '2364', '2365', '2366', '2367']
|
||||
2025-12-19 04:23:11.501 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:23:11.501 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:23:11.502 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:23:11.502 DEBUG [src.node.docker_mananger] docker run -i -t -p 2363:2363 -p 2364:2364 -p 2365:2365 -p 2366:2366 -p 2367:2367 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2365 --rest-port=2363 --tcp-port=2364 --discv5-udp-port=2366 --rest-address=0.0.0.0 --nat=extip:172.18.38.170 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7d2dbab5ea07affab75aabe2bd52267de4d11da15dfca3d43e0819bc48d07bac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2367 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-19 04:23:11.688 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.38.170 waku e7ed4dd057960b4726880cc6924ecd0c619932a6012e1f3f554c51059b9a415d
|
||||
2025-12-19 04:23:11.716 DEBUG [src.node.docker_mananger] Container started with ID e7ed4dd05796. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-23-11__4829f881-cde4-425a-b908-ee7c586ea582__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:23:11.716 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 2363
|
||||
2025-12-19 04:23:11.717 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:23:11.747 ERROR [src.node.docker_mananger] Max retries reached for container 63ec905665e7. Exiting log stream.
|
||||
2025-12-19 04:23:12.295 ERROR [src.node.docker_mananger] Max retries reached for container 12ddb203357f. Exiting log stream.
|
||||
2025-12-19 04:23:12.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2363/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:12.720 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:23:12.721 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:23:12.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2363/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:12.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.38.170/tcp/2364/p2p/16Uiu2HAmL5u1CnsMG1JaM7ae3vo3HE1i3cuKHSrbfwxmBLzCgSBh","/ip4/172.18.38.170/tcp/2365/ws/p2p/16Uiu2HAmL5u1CnsMG1JaM7ae3vo3HE1i3cuKHSrbfwxmBLzCgSBh"],"enrUri":"enr:-L24QNHdJayrdHjTPUNyWl0vLttObTBQuO6zoEpOF988mzEVadU360hS3TJHpeAUBD4llOzBH09QhisY4UdIlloz0LUCgmlkgnY0gmlwhKwSJqqKbXVsdGlhZGRyc5YACASsEiaqBgk8AAoErBImqgYJPd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbmNIm4wCsWC1r8nb-PARgw_wS67Kov7bOIB7JeYPsRiDdGNwggk8g3VkcIIJPoV3YWt1MgM"}'
|
||||
2025-12-19 04:23:12.723 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:23:12.731 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:23:12.731 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-19_04-23-11__4829f881-cde4-425a-b908-ee7c586ea582__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:23:12.732 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:23:12.732 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:23:12.733 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:23:12.733 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.210.193
|
||||
2025-12-19 04:23:12.733 DEBUG [src.node.docker_mananger] Generated ports ['30681', '30682', '30683', '30684', '30685']
|
||||
2025-12-19 04:23:12.733 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:23:12.734 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:23:12.734 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:23:12.734 DEBUG [src.node.docker_mananger] docker run -i -t -p 30681:30681 -p 30682:30682 -p 30683:30683 -p 30684:30684 -p 30685:30685 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30683 --rest-port=30681 --tcp-port=30682 --discv5-udp-port=30684 --rest-address=0.0.0.0 --nat=extip:172.18.210.193 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e1bff0ddee7eead56eeecadccd3b730cf13a8518c3a5c52c1ed67ee375da5dce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30685 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QNHdJayrdHjTPUNyWl0vLttObTBQuO6zoEpOF988mzEVadU360hS3TJHpeAUBD4llOzBH09QhisY4UdIlloz0LUCgmlkgnY0gmlwhKwSJqqKbXVsdGlhZGRyc5YACASsEiaqBgk8AAoErBImqgYJPd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbmNIm4wCsWC1r8nb-PARgw_wS67Kov7bOIB7JeYPsRiDdGNwggk8g3VkcIIJPoV3YWt1MgM --storenode=/ip4/172.18.38.170/tcp/2364/p2p/16Uiu2HAmL5u1CnsMG1JaM7ae3vo3HE1i3cuKHSrbfwxmBLzCgSBh --store=true --relay=true
|
||||
2025-12-19 04:23:12.921 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.210.193 waku dd10d5300d9e50a99986598fc2d335f15c6c666beb7c8301a158567772d7b70d
|
||||
2025-12-19 04:23:12.959 DEBUG [src.node.docker_mananger] Container started with ID dd10d5300d9e. Setting up logs at ./log/docker/store_node1_2025-12-19_04-23-11__4829f881-cde4-425a-b908-ee7c586ea582__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:23:12.960 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30681
|
||||
2025-12-19 04:23:12.961 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:23:13.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30681/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:13.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:23:13.966 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:23:13.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30681/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:13.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.210.193/tcp/30682/p2p/16Uiu2HAky7ANkEnumks5hFZbWpukAvAwkW9Rf82pgX1VdSRFUyYx","/ip4/172.18.210.193/tcp/30683/ws/p2p/16Uiu2HAky7ANkEnumks5hFZbWpukAvAwkW9Rf82pgX1VdSRFUyYx"],"enrUri":"enr:-L24QIslnm9ARORBKI6vVbrqMd0mC7cu_1va5dYDUl9C1jhQAe-13uPw03MyRlfeVw8xHg_XNwqIMGsrn3FCvvvcqRcCgmlkgnY0gmlwhKwS0sGKbXVsdGlhZGRyc5YACASsEtLBBnfaAAoErBLSwQZ3290DgnJzhQADAQAAiXNlY3AyNTZrMaECNrDRynoRJDPlHDAM584CpfJ_komjvZBlBwqkeeRtuXWDdGNwgnfag3VkcIJ33IV3YWt1MgM"}'
|
||||
2025-12-19 04:23:13.968 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:23:13.969 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30681/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.38.170/tcp/2364/p2p/16Uiu2HAmL5u1CnsMG1JaM7ae3vo3HE1i3cuKHSrbfwxmBLzCgSBh"]'
|
||||
2025-12-19 04:23:13.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:13.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:23:13.974 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:13.975 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30681/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:23:13.977 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:13.978 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:13.978 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:13.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:13.984 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:14.185 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:14.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:14.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:14.191 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:14.392 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:14.392 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:14.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:14.398 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:14.600 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:14.600 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:14.605 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:14.606 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:14.806 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:14.807 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:14.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:14.814 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:15.014 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:15.015 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:15.020 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:15.021 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:15.222 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:15.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:15.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:15.228 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:15.429 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:15.429 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:15.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:15.435 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:15.636 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:15.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:15.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:15.642 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:15.843 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:15.844 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:15.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:15.850 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:16.051 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:16.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:16.057 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:16.057 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:16.258 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:16.258 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:16.264 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:16.264 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:16.466 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:16.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:16.471 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:16.472 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:16.672 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:16.673 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:16.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:16.679 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:16.879 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:16.880 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:16.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:16.885 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:17.086 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:17.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:17.092 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:17.093 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:17.294 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:17.294 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:17.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:17.300 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:17.501 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:17.501 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:17.506 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:17.507 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:17.708 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:17.708 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:17.713 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:17.714 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:17.914 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:17.915 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8xOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:17.920 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:17.921 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:18.122 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:18.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:18.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:18.128 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:18.329 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:18.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:18.334 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:18.335 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:18.535 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:18.536 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:18.541 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:18.542 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:18.743 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:18.743 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:18.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:18.749 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:18.949 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:18.950 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:18.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:18.956 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:19.157 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:19.157 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:19.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:19.163 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:19.364 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:19.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:19.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:19.370 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:19.571 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:19.571 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yNw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:19.576 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:19.577 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:19.777 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:19.778 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:19.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:19.784 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:19.985 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:19.985 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:2363/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8yOQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:23:19.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:19.993 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:23:20.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:2363/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:20.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x882fcd4b0479e6c3b8d112886dd901f86d25ac478f739d9ae865a9749e61a75a"},{"messageHash":"0xd3b14b1c64afd3ce8be03f2245595f077e471d8c582227edfe8294b88736def2"},{"messageHash":"0x62fa9e433a24571d22b9f70ca895a30e1d8c002010037457f7dab26baf519c44"},{"messageHash":"0xb59b8415a65622318007d4580504c3a8e7f78c04bb63f4b4f15eea789b859f01"},{"messageHash":"0x20225cf3ca3d1b4b90bcf05e5807199cdee9e803b310afc3d092e9bd67b42067"},{"messageHash":"0xee747acbc129a6b28575b27f98b5c6b260ef4db88a744c0eed734f667d31c8f3"},{"messageHash":"0x02dd02c3b47e904b2d192bce6bec8170143704bd6017bbab566edf4c17163c06"},{"messageHash":"0x4bb1799ea33651796681eb27c194a7f4c700f4cbe6f838beb016326772c7ab9e"},{"messageHash":"0x774cea90e024be68bd2a0f1317f2f51e089d47f4809749111a17efb1767f2db2"},{"messageHash":"0x47266a970cfd55c5a87b3498b98dd63a74a1a7143160ac503ab4b311f2610e8d"},{"messageHash":"0xa9db2ba55a74c5ac920cfbf55bd0f582764ad3887ba4271acbf27fa05bbbade9"},{"messageHash":"0x369ba0c86189cdafd87fb5d9a02f1defb76de733e9f7f06a09390911f4903dc5"},{"messageHash":"0xb648e3f304b9802f02c950c2fa0fab9807618dbba213ad64ad6395625909e14d"},{"messageHash":"0x3df96cdcf61b0a02d469ad0cd28023cfc72fd09bac72afcb4a3b6706116ad30c"},{"messageHash":"0x03db0a53c1c0c8cec2879bf719c5acfc9acd2a7af13a8a93c0050d82e23065f1"},{"messageHash":"0xdb229c7c0b845c87fa0d751ef25e64c732c459b9d54b82250cd167fdca40d497"},{"messageHash":"0x30e53ab1e2094046c6085fc36d419852919bc51edf359ea858d04bf35e4be1ae"},{"messageHash":"0x3772d060204fe5377c42f155a0382284f41895fd434ab2baf5a521f3356ba5ed"},{"messageHash":"0x3bb0d27a221ed1f375dd365b3e53e2da8a094b7523b33328ef139d76c7e73a26"},{"messageHash":"0x8b7017f61107c7bfe092f59865a408a057c1f118cc7c2c38f825f62c0be2d948"}],"paginationCursor":"0x8b7017f61107c7bfe092f59865a408a057c1f118cc7c2c38f825f62c0be2d948"}'
|
||||
2025-12-19 04:23:20.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30681/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:20.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x882fcd4b0479e6c3b8d112886dd901f86d25ac478f739d9ae865a9749e61a75a"},{"messageHash":"0xd3b14b1c64afd3ce8be03f2245595f077e471d8c582227edfe8294b88736def2"},{"messageHash":"0x62fa9e433a24571d22b9f70ca895a30e1d8c002010037457f7dab26baf519c44"},{"messageHash":"0xb59b8415a65622318007d4580504c3a8e7f78c04bb63f4b4f15eea789b859f01"},{"messageHash":"0x20225cf3ca3d1b4b90bcf05e5807199cdee9e803b310afc3d092e9bd67b42067"},{"messageHash":"0xee747acbc129a6b28575b27f98b5c6b260ef4db88a744c0eed734f667d31c8f3"},{"messageHash":"0x02dd02c3b47e904b2d192bce6bec8170143704bd6017bbab566edf4c17163c06"},{"messageHash":"0x4bb1799ea33651796681eb27c194a7f4c700f4cbe6f838beb016326772c7ab9e"},{"messageHash":"0x774cea90e024be68bd2a0f1317f2f51e089d47f4809749111a17efb1767f2db2"},{"messageHash":"0x47266a970cfd55c5a87b3498b98dd63a74a1a7143160ac503ab4b311f2610e8d"},{"messageHash":"0xa9db2ba55a74c5ac920cfbf55bd0f582764ad3887ba4271acbf27fa05bbbade9"},{"messageHash":"0x369ba0c86189cdafd87fb5d9a02f1defb76de733e9f7f06a09390911f4903dc5"},{"messageHash":"0xb648e3f304b9802f02c950c2fa0fab9807618dbba213ad64ad6395625909e14d"},{"messageHash":"0x3df96cdcf61b0a02d469ad0cd28023cfc72fd09bac72afcb4a3b6706116ad30c"},{"messageHash":"0x03db0a53c1c0c8cec2879bf719c5acfc9acd2a7af13a8a93c0050d82e23065f1"},{"messageHash":"0xdb229c7c0b845c87fa0d751ef25e64c732c459b9d54b82250cd167fdca40d497"},{"messageHash":"0x30e53ab1e2094046c6085fc36d419852919bc51edf359ea858d04bf35e4be1ae"},{"messageHash":"0x3772d060204fe5377c42f155a0382284f41895fd434ab2baf5a521f3356ba5ed"},{"messageHash":"0x3bb0d27a221ed1f375dd365b3e53e2da8a094b7523b33328ef139d76c7e73a26"},{"messageHash":"0x8b7017f61107c7bfe092f59865a408a057c1f118cc7c2c38f825f62c0be2d948"}],"paginationCursor":"0x8b7017f61107c7bfe092f59865a408a057c1f118cc7c2c38f825f62c0be2d948"}'
|
||||
2025-12-19 04:23:20.202 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:23:20.204 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:23:20.204 DEBUG [src.node.waku_node] Stopping container with id e7ed4dd05796
|
||||
2025-12-19 04:23:20.720 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:23:20.720 DEBUG [src.node.waku_node] Stopping container with id dd10d5300d9e
|
||||
2025-12-19 04:23:21.246 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:23:21.249 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:23:21.261 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:23:21.272 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
101
nim/1008/data/attachments/20f924245528a7c0.txt
Normal file
101
nim/1008/data/attachments/20f924245528a7c0.txt
Normal file
@ -0,0 +1,101 @@
|
||||
2025-12-19 04:12:07.367 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:12:07.368 DEBUG [tests.conftest] Running test: test_filter_node_not_connected_directly_to_lightpushing_node with id: 2025-12-19_04-12-07__3eb4d105-5656-442d-9c4f-e90ab9f46d70
|
||||
2025-12-19 04:12:07.368 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:12:07.368 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:12:07.369 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-19 04:12:07.380 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:07.381 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-12-07__3eb4d105-5656-442d-9c4f-e90ab9f46d70__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:07.387 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:07.388 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-12-07__3eb4d105-5656-442d-9c4f-e90ab9f46d70__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:07.394 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:07.394 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-12-07__3eb4d105-5656-442d-9c4f-e90ab9f46d70__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:07.395 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:12:07.395 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:12:07.396 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:07.396 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:07.438 DEBUG [src.node.docker_mananger] Network waku created
|
||||
2025-12-19 04:12:07.438 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.214.179
|
||||
2025-12-19 04:12:07.438 DEBUG [src.node.docker_mananger] Generated ports ['63025', '63026', '63027', '63028', '63029']
|
||||
2025-12-19 04:12:07.438 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:07.438 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:07.439 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:07.439 DEBUG [src.node.docker_mananger] docker run -i -t -p 63025:63025 -p 63026:63026 -p 63027:63027 -p 63028:63028 -p 63029:63029 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63027 --rest-port=63025 --tcp-port=63026 --discv5-udp-port=63028 --rest-address=0.0.0.0 --nat=extip:172.18.214.179 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1e4b20efce34c309a3b9ecaa1c6b1dfbd6de7dd12bba8e3eafdb3a1ca4ffe549 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63029 --metrics-logging=true --lightpush=true
|
||||
2025-12-19 04:12:09.524 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.214.179 waku 9868a4e46b2d35695948d18df7f1b646aa535a8c35281cc7aa54f2499f162544
|
||||
2025-12-19 04:12:09.558 DEBUG [src.node.docker_mananger] Container started with ID 9868a4e46b2d. Setting up logs at ./log/docker/node1_2025-12-19_04-12-07__3eb4d105-5656-442d-9c4f-e90ab9f46d70__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:09.560 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63025
|
||||
2025-12-19 04:12:09.560 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:10.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63025/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:10.564 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:12:10.565 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:10.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63025/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:10.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.214.179/tcp/63026/p2p/16Uiu2HAkzHLi6kYKNoZQsuh9NxE2mVqZf5BjksWKJkZPnN9hgpZt","/ip4/172.18.214.179/tcp/63027/ws/p2p/16Uiu2HAkzHLi6kYKNoZQsuh9NxE2mVqZf5BjksWKJkZPnN9hgpZt"],"enrUri":"enr:-L24QP5Px0DVpRKpOHkGY8JJOprOL4bFZ1RD5mPluRapy2I4K2ZJj9IaYfRwWoOSHpkiwETIrrwKPJZMWzmEikTDHZgCgmlkgnY0gmlwhKwS1rOKbXVsdGlhZGRyc5YACASsEtazBvYyAAoErBLWswb2M90DgnJzhQADAQAAiXNlY3AyNTZrMaECSCf_tGmjhCV6M0YnlqQOolFtkDjFRGr8wYzwShEN6meDdGNwgvYyg3VkcIL2NIV3YWt1Mgk"}'
|
||||
2025-12-19 04:12:10.568 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:10.568 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:10.568 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:10.569 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:10.570 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.112.160
|
||||
2025-12-19 04:12:10.570 DEBUG [src.node.docker_mananger] Generated ports ['56914', '56915', '56916', '56917', '56918']
|
||||
2025-12-19 04:12:10.570 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:10.570 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:10.570 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:10.570 DEBUG [src.node.docker_mananger] docker run -i -t -p 56914:56914 -p 56915:56915 -p 56916:56916 -p 56917:56917 -p 56918:56918 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56916 --rest-port=56914 --tcp-port=56915 --discv5-udp-port=56917 --rest-address=0.0.0.0 --nat=extip:172.18.112.160 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2cb4b7f988eeaa93b2faecd8e82bcd192ac0848c2731ddfd6c894b3edbd272a1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56918 --metrics-logging=true --lightpush=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QP5Px0DVpRKpOHkGY8JJOprOL4bFZ1RD5mPluRapy2I4K2ZJj9IaYfRwWoOSHpkiwETIrrwKPJZMWzmEikTDHZgCgmlkgnY0gmlwhKwS1rOKbXVsdGlhZGRyc5YACASsEtazBvYyAAoErBLWswb2M90DgnJzhQADAQAAiXNlY3AyNTZrMaECSCf_tGmjhCV6M0YnlqQOolFtkDjFRGr8wYzwShEN6meDdGNwgvYyg3VkcIL2NIV3YWt1Mgk --lightpushnode=/ip4/172.18.214.179/tcp/63026/p2p/16Uiu2HAkzHLi6kYKNoZQsuh9NxE2mVqZf5BjksWKJkZPnN9hgpZt
|
||||
2025-12-19 04:12:10.759 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.112.160 waku 564400a76912c90187c41cdf47c507b7cef258498a862a9720f8f92b533e8f5c
|
||||
2025-12-19 04:12:10.792 DEBUG [src.node.docker_mananger] Container started with ID 564400a76912. Setting up logs at ./log/docker/node2_2025-12-19_04-12-07__3eb4d105-5656-442d-9c4f-e90ab9f46d70__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:10.792 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56914
|
||||
2025-12-19 04:12:10.792 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:11.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56914/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:11.797 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:12:11.797 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:11.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56914/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:11.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.160/tcp/56915/p2p/16Uiu2HAm8gw58FercsUqME9gDpHNKbgjYqYxsqppdVkX2tLvWC7g","/ip4/172.18.112.160/tcp/56916/ws/p2p/16Uiu2HAm8gw58FercsUqME9gDpHNKbgjYqYxsqppdVkX2tLvWC7g"],"enrUri":"enr:-L24QMaxe2flFwTTOOpUZLr55Yz9lW6Q9oMs3PSgyvwcUSU2b643idagSO2xZSH2MAybnS-_hVfUv91FQMBKNQ61G_QCgmlkgnY0gmlwhKwScKCKbXVsdGlhZGRyc5YACASsEnCgBt5TAAoErBJwoAbeVN0DgnJzhQADAQAAiXNlY3AyNTZrMaECxRC06WPfgGczk8PnHHZMoijI0AAuGFMzAlwLlS0zPQeDdGNwgt5Tg3VkcILeVYV3YWt1Mg0"}'
|
||||
2025-12-19 04:12:11.805 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:11.805 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:11.805 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:11.809 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:11.811 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.254.4
|
||||
2025-12-19 04:12:11.811 DEBUG [src.node.docker_mananger] Generated ports ['37455', '37456', '37457', '37458', '37459']
|
||||
2025-12-19 04:12:11.811 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:11.811 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:11.811 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:11.811 DEBUG [src.node.docker_mananger] docker run -i -t -p 37455:37455 -p 37456:37456 -p 37457:37457 -p 37458:37458 -p 37459:37459 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37457 --rest-port=37455 --tcp-port=37456 --discv5-udp-port=37458 --rest-address=0.0.0.0 --nat=extip:172.18.254.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=383fd210bf64e03cd3a5f4b6842b8cf4c0af64a553763ae7ca54812ba2d840be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37459 --metrics-logging=true --relay=false --filternode=/ip4/172.18.112.160/tcp/56915/p2p/16Uiu2HAm8gw58FercsUqME9gDpHNKbgjYqYxsqppdVkX2tLvWC7g --discv5-bootstrap-node=enr:-L24QMaxe2flFwTTOOpUZLr55Yz9lW6Q9oMs3PSgyvwcUSU2b643idagSO2xZSH2MAybnS-_hVfUv91FQMBKNQ61G_QCgmlkgnY0gmlwhKwScKCKbXVsdGlhZGRyc5YACASsEnCgBt5TAAoErBJwoAbeVN0DgnJzhQADAQAAiXNlY3AyNTZrMaECxRC06WPfgGczk8PnHHZMoijI0AAuGFMzAlwLlS0zPQeDdGNwgt5Tg3VkcILeVYV3YWt1Mg0
|
||||
2025-12-19 04:12:12.015 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.254.4 waku c35a51ba2f70f5189bdf7c5cfd5dc5a63fdaf1fe32a9b801a44b81d491af6091
|
||||
2025-12-19 04:12:12.046 DEBUG [src.node.docker_mananger] Container started with ID c35a51ba2f70. Setting up logs at ./log/docker/node3_2025-12-19_04-12-07__3eb4d105-5656-442d-9c4f-e90ab9f46d70__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:12.046 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37455
|
||||
2025-12-19 04:12:12.047 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:13.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37455/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:13.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"READY"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:12:13.052 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:13.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37455/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:13.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.254.4/tcp/37456/p2p/16Uiu2HAm6izz1xjJGgf3okx8T9YTcGPeJoUuX2t8gLiNCzUR8uyq","/ip4/172.18.254.4/tcp/37457/ws/p2p/16Uiu2HAm6izz1xjJGgf3okx8T9YTcGPeJoUuX2t8gLiNCzUR8uyq"],"enrUri":"enr:-L24QOqvKfdS1DQhVK9MnlzgcXaX746QjhKhHEFOpjk_4BIPffPP7dwMVt_A4JBGNe2ckD8EdkhquZSjX5MLEf4y97MCgmlkgnY0gmlwhKwS_gSKbXVsdGlhZGRyc5YACASsEv4EBpJQAAoErBL-BAaSUd0DgnJzhQADAQAAiXNlY3AyNTZrMaECp-Dq7N87hGCuxtlXU_X4TrBeGw7PvkaMSVlcK2OO22iDdGNwgpJQg3VkcIKSUoV3YWt1MgA"}'
|
||||
2025-12-19 04:12:13.055 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:13.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63025/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:12:13.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:13.059 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56914/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:12:13.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:13.065 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37455/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:12:13.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2025-12-19 04:12:13.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63025/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:13.110 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.17.0.3/tcp/37242/p2p/16Uiu2HAm8gw58FercsUqME9gDpHNKbgjYqYxsqppdVkX2tLvWC7g","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-121-g2d40cb","origin":"UnknownOrigin"}]'
|
||||
2025-12-19 04:12:13.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56914/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:13.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.214.179/tcp/63026/p2p/16Uiu2HAkzHLi6kYKNoZQsuh9NxE2mVqZf5BjksWKJkZPnN9hgpZt","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-121-g2d40cb","origin":"Discv5"},{"multiaddr":"/ip4/172.18.254.4/tcp/41098/p2p/16Uiu2HAm6izz1xjJGgf3okx8T9YTcGPeJoUuX2t8gLiNCzUR8uyq","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[],"connected":"Connected","agent":"nwaku-v0.36.0-121-g2d40cb","origin":"UnknownOrigin"}]'
|
||||
2025-12-19 04:12:13.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37455/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:13.119 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.112.160/tcp/56915/p2p/16Uiu2HAm8gw58FercsUqME9gDpHNKbgjYqYxsqppdVkX2tLvWC7g","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-subscribe/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0,1],"connected":"Connected","agent":"nwaku-v0.36.0-121-g2d40cb","origin":"Discv5"}]'
|
||||
2025-12-19 04:12:13.119 DEBUG [src.libs.common] Sleeping for 30 seconds
|
||||
2025-12-19 04:12:43.120 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63025/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/1", "message": {"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": 1766117563120435474}}'
|
||||
2025-12-19 04:12:43.135 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:43.135 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:44.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37455/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:44.138 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":1766117563120435474,"ephemeral":false}]'
|
||||
2025-12-19 04:12:44.140 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:12:44.141 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:12:44.141 DEBUG [src.node.waku_node] Stopping container with id 9868a4e46b2d
|
||||
2025-12-19 04:12:44.717 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:44.717 DEBUG [src.node.waku_node] Stopping container with id 564400a76912
|
||||
2025-12-19 04:12:45.256 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:45.256 DEBUG [src.node.waku_node] Stopping container with id c35a51ba2f70
|
||||
2025-12-19 04:12:45.534 ERROR [src.node.docker_mananger] Max retries reached for container 9868a4e46b2d. Exiting log stream.
|
||||
2025-12-19 04:12:45.821 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:45.823 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:12:45.839 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:12:45.863 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:12:45.875 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
67
nim/1008/data/attachments/2139a67e191e91c3.txt
Normal file
67
nim/1008/data/attachments/2139a67e191e91c3.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_relay_peers_on_shard_schema with id: 2025-12-19_04-29-48__ab84d05b-69ee-4601-b6b9-47d693d6bbad
|
||||
[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_2025-12-19_04-29-48__ab84d05b-69ee-4601-b6b9-47d693d6bbad__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_2025-12-19_04-29-48__ab84d05b-69ee-4601-b6b9-47d693d6bbad__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_2025-12-19_04-29-48__ab84d05b-69ee-4601-b6b9-47d693d6bbad__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_2025-12-19_04-29-48__ab84d05b-69ee-4601-b6b9-47d693d6bbad__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.79.84
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29166', '29167', '29168', '29169', '29170']
|
||||
[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 29166:29166 -p 29167:29167 -p 29168:29168 -p 29169:29169 -p 29170:29170 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29168 --rest-port=29166 --tcp-port=29167 --discv5-udp-port=29169 --rest-address=0.0.0.0 --nat=extip:172.18.79.84 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=90dfae1af6bd8e8dac4c7cdb3e9a6c0501f2abb61e326c4d0bff57aee8ca5cd7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29170 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.79.84 waku c73164cc39a3f49921b3b993bd955dc2afac8aef90183938e947891c770ade19
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c73164cc39a3. Setting up logs at ./log/docker/node1_2025-12-19_04-29-48__ab84d05b-69ee-4601-b6b9-47d693d6bbad__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29166
|
||||
[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 967187edd4a5. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 59c50421413f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:29166/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:29166/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.79.84/tcp/29167/p2p/16Uiu2HAmA7shxqLaGPLZDcnsnJakkLx1qqedYZUdHT3aomovwC5H","/ip4/172.18.79.84/tcp/29168/ws/p2p/16Uiu2HAmA7shxqLaGPLZDcnsnJakkLx1qqedYZUdHT3aomovwC5H"],"enrUri":"enr:-La4QBPuHmMs8OR49UTP035AEgvD_yjCCZggF4cu5CXJ5-wyAD_ffRt_g85fJJCHKtvuTFYVB_F7cgqK7BqiEc6_mqUCgmlkgnY0gmlwhKwST1SKbXVsdGlhZGRyc5YACASsEk9UBnHvAAoErBJPVAZx8N0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2lAb8pCwM3URAbbH22UM_O8oQ8NKUJj41ZusBzsMgASDdGNwgnHvhXdha3UyAQ"}'
|
||||
[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.117.214
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53066', '53067', '53068', '53069', '53070']
|
||||
[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 53066:53066 -p 53067:53067 -p 53068:53068 -p 53069:53069 -p 53070:53070 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53068 --rest-port=53066 --tcp-port=53067 --discv5-udp-port=53069 --rest-address=0.0.0.0 --nat=extip:172.18.117.214 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=5cffbfbddefc3dde0e22dd856dc6f854f74cb7b6eb7a5187fa92e662da00f275 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53070 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QBPuHmMs8OR49UTP035AEgvD_yjCCZggF4cu5CXJ5-wyAD_ffRt_g85fJJCHKtvuTFYVB_F7cgqK7BqiEc6_mqUCgmlkgnY0gmlwhKwST1SKbXVsdGlhZGRyc5YACASsEk9UBnHvAAoErBJPVAZx8N0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2lAb8pCwM3URAbbH22UM_O8oQ8NKUJj41ZusBzsMgASDdGNwgnHvhXdha3UyAQ
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.117.214 waku 6f5dd985bc6ee8698934defd360526f03b7c5777e41bedb3a4798820f981125c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6f5dd985bc6e. Setting up logs at ./log/docker/node2_2025-12-19_04-29-48__ab84d05b-69ee-4601-b6b9-47d693d6bbad__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53066
|
||||
[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:53066/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:53066/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.117.214/tcp/53067/p2p/16Uiu2HAmPjiUbUBrca5JUvjeU92GwDh1Wc9ttzwJYVU1HxNW5TL6","/ip4/172.18.117.214/tcp/53068/ws/p2p/16Uiu2HAmPjiUbUBrca5JUvjeU92GwDh1Wc9ttzwJYVU1HxNW5TL6"],"enrUri":"enr:-La4QMw3y3zoQ0ab6nCBOCe-krbwdEiH49nEzx5ayXVvBo91FSe_IImyXTcu0NhFOh6s3NTsJFrdYMYCi1D8u9eW1jsCgmlkgnY0gmlwhKwSddaKbXVsdGlhZGRyc5YACASsEnXWBs9LAAoErBJ11gbPTN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDpKaC6pmSxDVazFokCfF2LPOHqi69vaLYD_cZeNq8WUuDdGNwgs9LhXdha3UyAQ"}'
|
||||
[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:29166/admin/v1/peers/relay/on/0" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"shard":0,"peers":[]}'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:334 relay peers on shard=0 (schema): {'shard': 0, 'peers': []}
|
||||
[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 c73164cc39a3
|
||||
[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 6f5dd985bc6e
|
||||
[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.
|
||||
131
nim/1008/data/attachments/21a0bddcc8abacd1.txt
Normal file
131
nim/1008/data/attachments/21a0bddcc8abacd1.txt
Normal file
@ -0,0 +1,131 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publish_after_node1_restarts with id: 2025-12-19_04-21-14__6c3bb077-fd29-40d5-a6c8-893f2e72c728
|
||||
[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_2025-12-19_04-21-14__6c3bb077-fd29-40d5-a6c8-893f2e72c728__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.83
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['46574', '46575', '46576', '46577', '46578']
|
||||
[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 46574:46574 -p 46575:46575 -p 46576:46576 -p 46577:46577 -p 46578:46578 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46576 --rest-port=46574 --tcp-port=46575 --discv5-udp-port=46577 --rest-address=0.0.0.0 --nat=extip:172.18.145.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9f96e1abcefe78b002ef2554d1a0aabe32f33ef017e68addd9c13f4cded7c2cc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46578 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.145.83 waku 1ec0aae8b3095496b9460ab0ff331c367e8f5ddc295fb2dbb3ad5a8f8d857adb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1ec0aae8b309. Setting up logs at ./log/docker/node1_2025-12-19_04-21-14__6c3bb077-fd29-40d5-a6c8-893f2e72c728__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 46574
|
||||
[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 c99ae1bea97a. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ceb8dd8f9fc7. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46574/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:46574/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.83/tcp/46575/p2p/16Uiu2HAkyKi71CPM3TVpJT8zEw4kfRkTuT2mcmyXUYi25QHBjuBT","/ip4/172.18.145.83/tcp/46576/ws/p2p/16Uiu2HAkyKi71CPM3TVpJT8zEw4kfRkTuT2mcmyXUYi25QHBjuBT"],"enrUri":"enr:-L24QE351jarmpmqUWPbiGC-BhT79OWJo-SyDN-cGoPL671eSeuYDSgAUW2BgzCy2m2B78nRDCdUY7SB7B9AoTJDZ7gCgmlkgnY0gmlwhKwSkVOKbXVsdGlhZGRyc5YACASsEpFTBrXvAAoErBKRUwa18N0DgnJzhQADAQAAiXNlY3AyNTZrMaECOeeqMka4LkvHJBKpbIkhdOrjr8rL7UbiJuthbVuFjZ6DdGNwgrXvg3VkcIK18YV3YWt1MgE"}'
|
||||
[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_2025-12-19_04-21-14__6c3bb077-fd29-40d5-a6c8-893f2e72c728__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.235.158
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50534', '50535', '50536', '50537', '50538']
|
||||
[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 50534:50534 -p 50535:50535 -p 50536:50536 -p 50537:50537 -p 50538:50538 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50536 --rest-port=50534 --tcp-port=50535 --discv5-udp-port=50537 --rest-address=0.0.0.0 --nat=extip:172.18.235.158 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ecc37c6aaaca35684fcb7e88ebfda7960bdac8dd94fc9ea9b57bc4e2fcd3f26a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50538 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QE351jarmpmqUWPbiGC-BhT79OWJo-SyDN-cGoPL671eSeuYDSgAUW2BgzCy2m2B78nRDCdUY7SB7B9AoTJDZ7gCgmlkgnY0gmlwhKwSkVOKbXVsdGlhZGRyc5YACASsEpFTBrXvAAoErBKRUwa18N0DgnJzhQADAQAAiXNlY3AyNTZrMaECOeeqMka4LkvHJBKpbIkhdOrjr8rL7UbiJuthbVuFjZ6DdGNwgrXvg3VkcIK18YV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.235.158 waku fc043708f55c6638a1f4f4ae38f436bad1db2d3748e866baf0ae8e7fb68bcaa8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID fc043708f55c. Setting up logs at ./log/docker/node2_2025-12-19_04-21-14__6c3bb077-fd29-40d5-a6c8-893f2e72c728__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50534
|
||||
[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:50534/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:50534/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.235.158/tcp/50535/p2p/16Uiu2HAm16riRRnWa8zXUNu4wbZTHGuZBYxJ8eGKXb2Jtgt8XGBd","/ip4/172.18.235.158/tcp/50536/ws/p2p/16Uiu2HAm16riRRnWa8zXUNu4wbZTHGuZBYxJ8eGKXb2Jtgt8XGBd"],"enrUri":"enr:-L24QJTDYB0aUJU2lZ4wxgDuZOlp4e3f_uvUh3uIgYLra8wrfdr5EGHp4ZoFawUxsQUNr_zGYmrK35HwjfBf8ft7z90CgmlkgnY0gmlwhKwS656KbXVsdGlhZGRyc5YACASsEuueBsVnAAoErBLrngbFaN0DgnJzhQADAQAAiXNlY3AyNTZrMaECVFQ5aQdrAWKx4uYR20HmQwoPOKw6JwXYP8sohBpDMMSDdGNwgsVng3VkcILFaYV3YWt1MgE"}'
|
||||
[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:50534/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.145.83/tcp/46575/p2p/16Uiu2HAkyKi71CPM3TVpJT8zEw4kfRkTuT2mcmyXUYi25QHBjuBT"]'
|
||||
[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:46574/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:50534/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:46574/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:46574/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":1766118076549377024,"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:50534/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":1766118076549377024,"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:46574/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:46574/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":1766118076666451915,"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:50534/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":1766118076666451915,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:257 Restarting container with id 1ec0aae8b309
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46574/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:46574/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:46574/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.83/tcp/46575/p2p/16Uiu2HAkyKi71CPM3TVpJT8zEw4kfRkTuT2mcmyXUYi25QHBjuBT","/ip4/172.18.145.83/tcp/46576/ws/p2p/16Uiu2HAkyKi71CPM3TVpJT8zEw4kfRkTuT2mcmyXUYi25QHBjuBT"],"enrUri":"enr:-L24QE351jarmpmqUWPbiGC-BhT79OWJo-SyDN-cGoPL671eSeuYDSgAUW2BgzCy2m2B78nRDCdUY7SB7B9AoTJDZ7gCgmlkgnY0gmlwhKwSkVOKbXVsdGlhZGRyc5YACASsEpFTBrXvAAoErBKRUwa18N0DgnJzhQADAQAAiXNlY3AyNTZrMaECOeeqMka4LkvHJBKpbIkhdOrjr8rL7UbiJuthbVuFjZ6DdGNwgrXvg3VkcIK18YV3YWt1MgE"}'
|
||||
[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:46574/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:50534/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:46574/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:46574/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":1766118077635706239,"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:50534/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'[]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46574/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:50534/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:46574/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:46574/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":1766118078752189913,"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:50534/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'[]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:46574/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:50534/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:46574/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:46574/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":1766118079869330299,"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:50534/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":1766118079869330299,"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 1ec0aae8b309
|
||||
[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 fc043708f55c
|
||||
[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.
|
||||
6183
nim/1008/data/attachments/21d5da3e3a4f165d.txt
Normal file
6183
nim/1008/data/attachments/21d5da3e3a4f165d.txt
Normal file
File diff suppressed because it is too large
Load Diff
8112
nim/1008/data/attachments/22028a5b15b536cb.txt
Normal file
8112
nim/1008/data/attachments/22028a5b15b536cb.txt
Normal file
File diff suppressed because it is too large
Load Diff
160
nim/1008/data/attachments/2218f3084fd0f6e8.txt
Normal file
160
nim/1008/data/attachments/2218f3084fd0f6e8.txt
Normal file
@ -0,0 +1,160 @@
|
||||
2025-12-19 04:16:35.604 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:16:35.605 DEBUG [tests.conftest] Running test: test_optional_nodes_not_subscribed_to_same_pubsub_topic with id: 2025-12-19_04-16-35__07c24b5d-b4e2-4633-9b23-4fdefcd3a660
|
||||
2025-12-19 04:16:35.605 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:16:35.605 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:16:35.606 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2025-12-19 04:16:35.612 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:35.613 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-16-35__07c24b5d-b4e2-4633-9b23-4fdefcd3a660__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:35.613 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:35.613 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:35.614 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:35.614 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.12.76
|
||||
2025-12-19 04:16:35.614 DEBUG [src.node.docker_mananger] Generated ports ['25499', '25500', '25501', '25502', '25503']
|
||||
2025-12-19 04:16:35.615 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:35.615 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:35.615 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:35.615 DEBUG [src.node.docker_mananger] docker run -i -t -p 25499:25499 -p 25500:25500 -p 25501:25501 -p 25502:25502 -p 25503:25503 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25501 --rest-port=25499 --tcp-port=25500 --discv5-udp-port=25502 --rest-address=0.0.0.0 --nat=extip:172.18.12.76 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5b74caba18a815f4d45cfbc46f37ffcef0c32a6b5a16c1c0d9ceadcba0775a97 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25503 --metrics-logging=true --relay=true
|
||||
2025-12-19 04:16:35.815 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.12.76 waku df42199be2dece89c72b1301099f0cd32c8b09f1bedfcf176bc69d02459cffd2
|
||||
2025-12-19 04:16:35.853 DEBUG [src.node.docker_mananger] Container started with ID df42199be2de. Setting up logs at ./log/docker/node1_2025-12-19_04-16-35__07c24b5d-b4e2-4633-9b23-4fdefcd3a660__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:35.854 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25499
|
||||
2025-12-19 04:16:35.856 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:16:36.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:36.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":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:16:36.860 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:16:36.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25499/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:36.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.12.76/tcp/25500/p2p/16Uiu2HAmJ3YxWHioRSu88aWgSU6AJBaM2si2jzMJ5eDQ5Ud6YfR8","/ip4/172.18.12.76/tcp/25501/ws/p2p/16Uiu2HAmJ3YxWHioRSu88aWgSU6AJBaM2si2jzMJ5eDQ5Ud6YfR8"],"enrUri":"enr:-L24QEhodiPf2QV09Rmi5oLwnAHsLv-LU6QQhWRGkDEB8AwZGhbncGebTm-uahXIhjacpfBj_gF1o3n32KAK1IjGJzwCgmlkgnY0gmlwhKwSDEyKbXVsdGlhZGRyc5YACASsEgxMBmOcAAoErBIMTAZjnd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUBIU265KU63aHCvtvC-oo3AF8RmsK9ODKsWt7jmYNTeDdGNwgmOcg3VkcIJjnoV3YWt1MgE"}'
|
||||
2025-12-19 04:16:36.863 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:16:36.869 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:36.869 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-16-35__07c24b5d-b4e2-4633-9b23-4fdefcd3a660__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:36.869 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:36.869 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:36.871 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:36.871 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.102.99
|
||||
2025-12-19 04:16:36.871 DEBUG [src.node.docker_mananger] Generated ports ['8119', '8120', '8121', '8122', '8123']
|
||||
2025-12-19 04:16:36.871 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:36.871 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:36.872 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:36.872 DEBUG [src.node.docker_mananger] docker run -i -t -p 8119:8119 -p 8120:8120 -p 8121:8121 -p 8122:8122 -p 8123:8123 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=8121 --rest-port=8119 --tcp-port=8120 --discv5-udp-port=8122 --rest-address=0.0.0.0 --nat=extip:172.18.102.99 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fbc6442cffa82edc0e45995aaeb6f88fb9efe034fa8ff67b3d53c9ff90b9be4b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8123 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEhodiPf2QV09Rmi5oLwnAHsLv-LU6QQhWRGkDEB8AwZGhbncGebTm-uahXIhjacpfBj_gF1o3n32KAK1IjGJzwCgmlkgnY0gmlwhKwSDEyKbXVsdGlhZGRyc5YACASsEgxMBmOcAAoErBIMTAZjnd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUBIU265KU63aHCvtvC-oo3AF8RmsK9ODKsWt7jmYNTeDdGNwgmOcg3VkcIJjnoV3YWt1MgE
|
||||
2025-12-19 04:16:37.094 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.102.99 waku ec51516bfcdd3f5a46545217bdb0e54b0a85d2e085e144da65f9d3338d066b1a
|
||||
2025-12-19 04:16:37.130 DEBUG [src.node.docker_mananger] Container started with ID ec51516bfcdd. Setting up logs at ./log/docker/node2_2025-12-19_04-16-35__07c24b5d-b4e2-4633-9b23-4fdefcd3a660__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:37.132 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8119
|
||||
2025-12-19 04:16:37.132 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:16:38.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8119/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:38.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:16:38.141 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:16:38.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8119/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:38.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.102.99/tcp/8120/p2p/16Uiu2HAmRK3PLJaFoMmnpmV6eJLgprC38NgK7miggs7B2xButbec","/ip4/172.18.102.99/tcp/8121/ws/p2p/16Uiu2HAmRK3PLJaFoMmnpmV6eJLgprC38NgK7miggs7B2xButbec"],"enrUri":"enr:-L24QKak9nGIKWko9oE-qT64U27kByD2LFtHWVt_QYRlVPXfToA34WxxC34qg3mQTLC87f7sKifV2B0ez-5JxhwZ9lwCgmlkgnY0gmlwhKwSZmOKbXVsdGlhZGRyc5YACASsEmZjBh-4AAoErBJmYwYfud0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvAu-7bRkbCgOaf6Lpt4_fqFw1ILar1mccGU5j4uCFQWDdGNwgh-4g3VkcIIfuoV3YWt1MgE"}'
|
||||
2025-12-19 04:16:38.144 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:16:38.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8119/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.12.76/tcp/25500/p2p/16Uiu2HAmJ3YxWHioRSu88aWgSU6AJBaM2si2jzMJ5eDQ5Ud6YfR8"]'
|
||||
2025-12-19 04:16:38.148 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:38.148 DEBUG [src.steps.relay] Running fixture setup: setup_optional_relay_nodes
|
||||
2025-12-19 04:16:38.154 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:38.154 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-16-35__07c24b5d-b4e2-4633-9b23-4fdefcd3a660__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:38.155 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:38.155 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:38.156 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:38.156 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.161.238
|
||||
2025-12-19 04:16:38.156 DEBUG [src.node.docker_mananger] Generated ports ['55647', '55648', '55649', '55650', '55651']
|
||||
2025-12-19 04:16:38.156 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:38.157 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:38.157 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:38.157 DEBUG [src.node.docker_mananger] docker run -i -t -p 55647:55647 -p 55648:55648 -p 55649:55649 -p 55650:55650 -p 55651:55651 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=55649 --rest-port=55647 --tcp-port=55648 --discv5-udp-port=55650 --rest-address=0.0.0.0 --nat=extip:172.18.161.238 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dd4bca1c2022cdecde56fcdabdbaaee51fe5572267b502c66fc953c6c1e8f9b2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55651 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEhodiPf2QV09Rmi5oLwnAHsLv-LU6QQhWRGkDEB8AwZGhbncGebTm-uahXIhjacpfBj_gF1o3n32KAK1IjGJzwCgmlkgnY0gmlwhKwSDEyKbXVsdGlhZGRyc5YACASsEgxMBmOcAAoErBIMTAZjnd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUBIU265KU63aHCvtvC-oo3AF8RmsK9ODKsWt7jmYNTeDdGNwgmOcg3VkcIJjnoV3YWt1MgE
|
||||
2025-12-19 04:16:38.347 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.161.238 waku 0d59f4241a56f143afc631cfcdfc81e72f1d3525844b3e0abaaa6e849b23db1f
|
||||
2025-12-19 04:16:38.376 DEBUG [src.node.docker_mananger] Container started with ID 0d59f4241a56. Setting up logs at ./log/docker/node3_2025-12-19_04-16-35__07c24b5d-b4e2-4633-9b23-4fdefcd3a660__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:38.377 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55647
|
||||
2025-12-19 04:16:38.377 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:16:39.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55647/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:39.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:16:39.391 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:16:39.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55647/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:39.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.161.238/tcp/55648/p2p/16Uiu2HAm6yn7jCzR1VrN1s8KL59Gt4iABNQvU8QY5xSxQJUZH72S","/ip4/172.18.161.238/tcp/55649/ws/p2p/16Uiu2HAm6yn7jCzR1VrN1s8KL59Gt4iABNQvU8QY5xSxQJUZH72S"],"enrUri":"enr:-L24QMYhEVgUDBoUzeb9kKgtrnou6Eica-WXOgpcGfGiLNUeCIGFOwcx_g2xyVuqcjjRYVAncSiPnMwQCLJUG35mWnMCgmlkgnY0gmlwhKwSoe6KbXVsdGlhZGRyc5YACASsEqHuBtlgAAoErBKh7gbZYd0DgnJzhQADAQAAiXNlY3AyNTZrMaECq6oUvAPmlSX_px-NVHObA9VSj2zsYflVM6LEEPqsBEuDdGNwgtlgg3VkcILZYoV3YWt1MgE"}'
|
||||
2025-12-19 04:16:39.395 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:16:39.396 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55647/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.12.76/tcp/25500/p2p/16Uiu2HAmJ3YxWHioRSu88aWgSU6AJBaM2si2jzMJ5eDQ5Ud6YfR8"]'
|
||||
2025-12-19 04:16:39.399 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:39.406 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:39.406 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-19_04-16-35__07c24b5d-b4e2-4633-9b23-4fdefcd3a660__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:39.406 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:39.406 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:39.407 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:39.408 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.238.72
|
||||
2025-12-19 04:16:39.408 DEBUG [src.node.docker_mananger] Generated ports ['65492', '65493', '65494', '65495', '65496']
|
||||
2025-12-19 04:16:39.408 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:39.408 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:39.408 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:39.408 DEBUG [src.node.docker_mananger] docker run -i -t -p 65492:65492 -p 65493:65493 -p 65494:65494 -p 65495:65495 -p 65496:65496 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=65494 --rest-port=65492 --tcp-port=65493 --discv5-udp-port=65495 --rest-address=0.0.0.0 --nat=extip:172.18.238.72 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=40479397d3b7d30e87acdc2c5640973fe459ebda12fcda871c8fdafceeac8ede --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65496 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEhodiPf2QV09Rmi5oLwnAHsLv-LU6QQhWRGkDEB8AwZGhbncGebTm-uahXIhjacpfBj_gF1o3n32KAK1IjGJzwCgmlkgnY0gmlwhKwSDEyKbXVsdGlhZGRyc5YACASsEgxMBmOcAAoErBIMTAZjnd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUBIU265KU63aHCvtvC-oo3AF8RmsK9ODKsWt7jmYNTeDdGNwgmOcg3VkcIJjnoV3YWt1MgE
|
||||
2025-12-19 04:16:39.600 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.238.72 waku e17346e51b903fd0ab03632b3d99380a54d546bb2ca813189c58b8a6bf9e6428
|
||||
2025-12-19 04:16:39.630 DEBUG [src.node.docker_mananger] Container started with ID e17346e51b90. Setting up logs at ./log/docker/node4_2025-12-19_04-16-35__07c24b5d-b4e2-4633-9b23-4fdefcd3a660__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:39.631 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65492
|
||||
2025-12-19 04:16:39.631 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:16:40.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65492/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:40.641 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:16:40.643 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:16:40.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65492/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:40.649 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.238.72/tcp/65493/p2p/16Uiu2HAkvziVDhyc2Nux7EUJDFcotTgYj9nVQ45xK3zP75ZvUsrK","/ip4/172.18.238.72/tcp/65494/ws/p2p/16Uiu2HAkvziVDhyc2Nux7EUJDFcotTgYj9nVQ45xK3zP75ZvUsrK"],"enrUri":"enr:-L24QC17aNA6VykKP52CU48Dh2hKF0ppjknbb2kwiDvLepI3P2jEML2MFbWVuJXfqGV_072SuxBZ1RD11ehVuwNRnCICgmlkgnY0gmlwhKwS7kiKbXVsdGlhZGRyc5YACASsEu5IBv_VAAoErBLuSAb_1t0DgnJzhQADAQAAiXNlY3AyNTZrMaECF1KwTnJuVu37IrpsSkka1iIt5gjcHGKUrlklEe5AZryDdGNwgv_Vg3VkcIL_14V3YWt1MgE"}'
|
||||
2025-12-19 04:16:40.649 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:16:40.650 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:65492/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.12.76/tcp/25500/p2p/16Uiu2HAmJ3YxWHioRSu88aWgSU6AJBaM2si2jzMJ5eDQ5Ud6YfR8"]'
|
||||
2025-12-19 04:16:40.653 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:40.659 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:40.659 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node5_2025-12-19_04-16-35__07c24b5d-b4e2-4633-9b23-4fdefcd3a660__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:40.659 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:40.659 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:40.661 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:40.661 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.78.60
|
||||
2025-12-19 04:16:40.661 DEBUG [src.node.docker_mananger] Generated ports ['62807', '62808', '62809', '62810', '62811']
|
||||
2025-12-19 04:16:40.661 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:40.661 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:40.661 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:40.661 DEBUG [src.node.docker_mananger] docker run -i -t -p 62807:62807 -p 62808:62808 -p 62809:62809 -p 62810:62810 -p 62811:62811 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=62809 --rest-port=62807 --tcp-port=62808 --discv5-udp-port=62810 --rest-address=0.0.0.0 --nat=extip:172.18.78.60 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5a330f99a5f3a99111af76543bfaa39ceb5dcbda55fc60354c3cfc732befea82 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=62811 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEhodiPf2QV09Rmi5oLwnAHsLv-LU6QQhWRGkDEB8AwZGhbncGebTm-uahXIhjacpfBj_gF1o3n32KAK1IjGJzwCgmlkgnY0gmlwhKwSDEyKbXVsdGlhZGRyc5YACASsEgxMBmOcAAoErBIMTAZjnd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUBIU265KU63aHCvtvC-oo3AF8RmsK9ODKsWt7jmYNTeDdGNwgmOcg3VkcIJjnoV3YWt1MgE
|
||||
2025-12-19 04:16:40.850 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.78.60 waku 9241218ed46dc9f98499bf2348952c13bff1a9977e8c28731a53f754f85b362b
|
||||
2025-12-19 04:16:40.881 DEBUG [src.node.docker_mananger] Container started with ID 9241218ed46d. Setting up logs at ./log/docker/node5_2025-12-19_04-16-35__07c24b5d-b4e2-4633-9b23-4fdefcd3a660__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:40.881 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 62807
|
||||
2025-12-19 04:16:40.882 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:16:41.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62807/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:41.893 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:16:41.894 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:16:41.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:62807/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:41.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.60/tcp/62808/p2p/16Uiu2HAkxjegD7Ys2sz6BJBHyaC3uKznWzSaZH3ymaqcRS2j53bP","/ip4/172.18.78.60/tcp/62809/ws/p2p/16Uiu2HAkxjegD7Ys2sz6BJBHyaC3uKznWzSaZH3ymaqcRS2j53bP"],"enrUri":"enr:-L24QK4kWV-lM61QDiqCKtOBhrXDX6aZjmwMzAYtOzlKfiAoGmYdtPl72Q6wHnflMbo0be5vV1ZwRflMJqO8bBdZIRwCgmlkgnY0gmlwhKwSTjyKbXVsdGlhZGRyc5YACASsEk48BvVYAAoErBJOPAb1Wd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMS4KtkCJIg3d-AEW3D8YUmOzs9YL-ytSh6WZ0TmRBDKDdGNwgvVYg3VkcIL1WoV3YWt1MgE"}'
|
||||
2025-12-19 04:16:41.900 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:16:41.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:62807/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.12.76/tcp/25500/p2p/16Uiu2HAmJ3YxWHioRSu88aWgSU6AJBaM2si2jzMJ5eDQ5Ud6YfR8"]'
|
||||
2025-12-19 04:16:41.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:41.903 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2025-12-19 04:16:41.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25499/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:16:41.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:41.910 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8119/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:16:41.916 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:41.918 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25499/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:16:41.922 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:41.923 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:16:42.023 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:16:42.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25499/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:42.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":1766117801918558976,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:16:42.028 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:16:42.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8119/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:42.030 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":1766117801918558976,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:16:42.032 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25499/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:16:42.036 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:42.036 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:16:42.137 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:16:42.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:42.139 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:55647/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b''
|
||||
2025-12-19 04:16:42.142 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:16:42.143 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:16:42.143 DEBUG [src.node.waku_node] Stopping container with id df42199be2de
|
||||
2025-12-19 04:16:42.700 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:42.700 DEBUG [src.node.waku_node] Stopping container with id ec51516bfcdd
|
||||
2025-12-19 04:16:43.234 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:43.235 DEBUG [src.node.waku_node] Stopping container with id 0d59f4241a56
|
||||
2025-12-19 04:16:43.513 ERROR [src.node.docker_mananger] Max retries reached for container df42199be2de. Exiting log stream.
|
||||
2025-12-19 04:16:43.782 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:43.782 DEBUG [src.node.waku_node] Stopping container with id e17346e51b90
|
||||
2025-12-19 04:16:44.069 ERROR [src.node.docker_mananger] Max retries reached for container ec51516bfcdd. Exiting log stream.
|
||||
2025-12-19 04:16:44.337 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:44.338 DEBUG [src.node.waku_node] Stopping container with id 9241218ed46d
|
||||
2025-12-19 04:16:44.594 ERROR [src.node.docker_mananger] Max retries reached for container 0d59f4241a56. Exiting log stream.
|
||||
2025-12-19 04:16:44.836 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:44.839 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:16:44.852 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:16:44.864 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:16:44.870 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:16:44.875 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:16:44.881 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
73
nim/1008/data/attachments/222caf2cbf887ffa.txt
Normal file
73
nim/1008/data/attachments/222caf2cbf887ffa.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_filter_update_subscription_refresh_existing with id: 2025-12-19_04-13-54__cccaef36-685a-400e-8698-ebdd039dfa9d
|
||||
[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_2025-12-19_04-13-54__cccaef36-685a-400e-8698-ebdd039dfa9d__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.161
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1668', '1669', '1670', '1671', '1672']
|
||||
[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 1668:1668 -p 1669:1669 -p 1670:1670 -p 1671:1671 -p 1672:1672 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1670 --rest-port=1668 --tcp-port=1669 --discv5-udp-port=1671 --rest-address=0.0.0.0 --nat=extip:172.18.180.161 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2e954f0faffb6e365202eba3ac2d2c4ff5dceab4da00c7a27329cac6ccd745ad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1672 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.180.161 waku 3edde49dc3b200934604dd7b37bdd7d5c13127c7c07610d9136699a0a541f5fe
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3edde49dc3b2. Setting up logs at ./log/docker/node1_2025-12-19_04-13-54__cccaef36-685a-400e-8698-ebdd039dfa9d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1668
|
||||
[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 5437b7626cd0. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cc74a882aa16. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1668/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:1668/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.161/tcp/1669/p2p/16Uiu2HAmAB97YqFDGkUUkKp9TgEQXCtF3dBKp5JAsDad3Nrt5pNq","/ip4/172.18.180.161/tcp/1670/ws/p2p/16Uiu2HAmAB97YqFDGkUUkKp9TgEQXCtF3dBKp5JAsDad3Nrt5pNq"],"enrUri":"enr:-L24QBNhw5SL5tTqNhdkunngTYfFTcHczdcR-EzCHAHKV6F6Dv8fuMCZ5g4efj-0QBvHCl_RkmHTnkwPC3S5_JjYTNsCgmlkgnY0gmlwhKwStKGKbXVsdGlhZGRyc5YACASsErShBgaFAAoErBK0oQYGht0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2yZFn0DgAflHjRqkNrNMY1-LD8HxrNlhDXNi4BNMGz6DdGNwggaFg3VkcIIGh4V3YWt1MgU"}'
|
||||
[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_2025-12-19_04-13-54__cccaef36-685a-400e-8698-ebdd039dfa9d__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.252.225
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28652', '28653', '28654', '28655', '28656']
|
||||
[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 28652:28652 -p 28653:28653 -p 28654:28654 -p 28655:28655 -p 28656:28656 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28654 --rest-port=28652 --tcp-port=28653 --discv5-udp-port=28655 --rest-address=0.0.0.0 --nat=extip:172.18.252.225 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5b38aaa355cdc3c9cd82d381cc8e7b8ed5ff69a0ecdb0fffcfe1d73c81e56e1c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28656 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QBNhw5SL5tTqNhdkunngTYfFTcHczdcR-EzCHAHKV6F6Dv8fuMCZ5g4efj-0QBvHCl_RkmHTnkwPC3S5_JjYTNsCgmlkgnY0gmlwhKwStKGKbXVsdGlhZGRyc5YACASsErShBgaFAAoErBK0oQYGht0DgnJzhQADAQAAiXNlY3AyNTZrMaEC2yZFn0DgAflHjRqkNrNMY1-LD8HxrNlhDXNi4BNMGz6DdGNwggaFg3VkcIIGh4V3YWt1MgU --filternode=/ip4/172.18.180.161/tcp/1669/p2p/16Uiu2HAmAB97YqFDGkUUkKp9TgEQXCtF3dBKp5JAsDad3Nrt5pNq
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.252.225 waku 2037715cf6bb1c708a3b610ca0efc4b2e6ed45f7fa4a1ffd12c8f7eac7c1c07a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2037715cf6bb. Setting up logs at ./log/docker/node2_2025-12-19_04-13-54__cccaef36-685a-400e-8698-ebdd039dfa9d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28652
|
||||
[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:28652/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:28652/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.252.225/tcp/28653/p2p/16Uiu2HAm3t3SWywvcGWPGVkjexCJ7K12FV5wWip9M1WsV4AgtMF5","/ip4/172.18.252.225/tcp/28654/ws/p2p/16Uiu2HAm3t3SWywvcGWPGVkjexCJ7K12FV5wWip9M1WsV4AgtMF5"],"enrUri":"enr:-L24QN4MSIlvMauWFt5EOjKBWFH9y991V5Tp4dxkNtyZacsxOalslCQcOLI8WU_iZHCTf7A8Lsi1hcxnPx7SfJWw42kCgmlkgnY0gmlwhKwS_OGKbXVsdGlhZGRyc5YACASsEvzhBm_tAAoErBL84QZv7t0DgnJzhQADAQAAiXNlY3AyNTZrMaECfZ7cua-ZAGGxtxh4Y0Eih9saWRVUyO0fNMCfC34VPMiDdGNwgm_tg3VkcIJv74V3YWt1MgA"}'
|
||||
[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:28652/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.180.161/tcp/1669/p2p/16Uiu2HAmAB97YqFDGkUUkKp9TgEQXCtF3dBKp5JAsDad3Nrt5pNq"]'
|
||||
[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:1668/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:28652/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "cc551f27-c9d7-40b8-bd82-8f4cffbe6d36", "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":"cc551f27-c9d7-40b8-bd82-8f4cffbe6d36","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X PUT "http://127.0.0.1:28652/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "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":"1","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1668/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:28652/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":1766117637379511665,"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 3edde49dc3b2
|
||||
[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 2037715cf6bb
|
||||
[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.
|
||||
71
nim/1008/data/attachments/2236d2f19d81b122.txt
Normal file
71
nim/1008/data/attachments/2236d2f19d81b122.txt
Normal file
@ -0,0 +1,71 @@
|
||||
2025-12-19 04:16:57.751 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:16:57.751 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_single_topics with id: 2025-12-19_04-16-57__0399979b-9c77-4014-8665-753f10eb18f6
|
||||
2025-12-19 04:16:57.752 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:16:57.752 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:16:57.752 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-19 04:16:57.758 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:57.758 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-16-57__0399979b-9c77-4014-8665-753f10eb18f6__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:57.759 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:57.759 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:57.760 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:57.760 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.206.181
|
||||
2025-12-19 04:16:57.760 DEBUG [src.node.docker_mananger] Generated ports ['63942', '63943', '63944', '63945', '63946']
|
||||
2025-12-19 04:16:57.761 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:57.761 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:57.761 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:57.761 DEBUG [src.node.docker_mananger] docker run -i -t -p 63942:63942 -p 63943:63943 -p 63944:63944 -p 63945:63945 -p 63946:63946 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63944 --rest-port=63942 --tcp-port=63943 --discv5-udp-port=63945 --rest-address=0.0.0.0 --nat=extip:172.18.206.181 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=28ca9a16cfea62485d5bab8c6acadf5fa1bdf5bbe4b91b28cb02bceb98ffbb78 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63946 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-19 04:16:57.952 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.206.181 waku e2f9ae0280d5c89844064038f7487e26dbbd56b1723b65b244e346906bce6ca7
|
||||
2025-12-19 04:16:57.981 DEBUG [src.node.docker_mananger] Container started with ID e2f9ae0280d5. Setting up logs at ./log/docker/node1_2025-12-19_04-16-57__0399979b-9c77-4014-8665-753f10eb18f6__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:57.981 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 63942
|
||||
2025-12-19 04:16:57.981 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:16:58.044 ERROR [src.node.docker_mananger] Max retries reached for container f375b296bbcb. Exiting log stream.
|
||||
2025-12-19 04:16:58.550 ERROR [src.node.docker_mananger] Max retries reached for container 754bde3c146c. Exiting log stream.
|
||||
2025-12-19 04:16:58.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63942/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.985 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:16:58.985 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:16:58.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:63942/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.206.181/tcp/63943/p2p/16Uiu2HAm2txkC3errkZwhL2osTZ1HBKxqkSi4gUZpZnmjMDxnW13","/ip4/172.18.206.181/tcp/63944/ws/p2p/16Uiu2HAm2txkC3errkZwhL2osTZ1HBKxqkSi4gUZpZnmjMDxnW13"],"enrUri":"enr:-L24QI00uZ-yzmosrKV23vTJX3vJHyX-hQTnfZC5vv4L09Q9SfvApvQIXMoE0FATxDqsgyO8w2ZBQ-WIIIncCel8a5MCgmlkgnY0gmlwhKwSzrWKbXVsdGlhZGRyc5YACASsEs61BvnHAAoErBLOtQb5yN0DgnJzhQADAQAAiXNlY3AyNTZrMaECbv9ydjZTj_Du0u7QURpbYeoEuiYYbSjG2UOU6ChoNA6DdGNwgvnHg3VkcIL5yYV3YWt1MgU"}'
|
||||
2025-12-19 04:16:58.987 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:16:58.988 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-19 04:16:58.994 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:58.994 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-16-57__0399979b-9c77-4014-8665-753f10eb18f6__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:58.995 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:58.995 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:58.996 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:58.996 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.114.1
|
||||
2025-12-19 04:16:58.996 DEBUG [src.node.docker_mananger] Generated ports ['6159', '6160', '6161', '6162', '6163']
|
||||
2025-12-19 04:16:58.996 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:58.997 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:58.997 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:58.997 DEBUG [src.node.docker_mananger] docker run -i -t -p 6159:6159 -p 6160:6160 -p 6161:6161 -p 6162:6162 -p 6163:6163 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6161 --rest-port=6159 --tcp-port=6160 --discv5-udp-port=6162 --rest-address=0.0.0.0 --nat=extip:172.18.114.1 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7fdac3cc4b8aa5ece2fc6401fadec9ff7a147d4955f9b63e89967acac2fd372d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6163 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QI00uZ-yzmosrKV23vTJX3vJHyX-hQTnfZC5vv4L09Q9SfvApvQIXMoE0FATxDqsgyO8w2ZBQ-WIIIncCel8a5MCgmlkgnY0gmlwhKwSzrWKbXVsdGlhZGRyc5YACASsEs61BvnHAAoErBLOtQb5yN0DgnJzhQADAQAAiXNlY3AyNTZrMaECbv9ydjZTj_Du0u7QURpbYeoEuiYYbSjG2UOU6ChoNA6DdGNwgvnHg3VkcIL5yYV3YWt1MgU --filternode=/ip4/172.18.206.181/tcp/63943/p2p/16Uiu2HAm2txkC3errkZwhL2osTZ1HBKxqkSi4gUZpZnmjMDxnW13
|
||||
2025-12-19 04:16:59.183 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.114.1 waku bdc2acd45ef6ef1dc5eb175bb269647fb47af9e61d5d3849685642591ebb2363
|
||||
2025-12-19 04:16:59.213 DEBUG [src.node.docker_mananger] Container started with ID bdc2acd45ef6. Setting up logs at ./log/docker/node2_2025-12-19_04-16-57__0399979b-9c77-4014-8665-753f10eb18f6__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:59.214 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6159
|
||||
2025-12-19 04:16:59.214 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:17:00.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6159/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:00.218 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:17:00.218 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:17:00.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6159/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:00.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.114.1/tcp/6160/p2p/16Uiu2HAmEcJrwbRDXTuu1s3NhN7vjYaKqtZ5ZxJsRigyZUL3JgyL","/ip4/172.18.114.1/tcp/6161/ws/p2p/16Uiu2HAmEcJrwbRDXTuu1s3NhN7vjYaKqtZ5ZxJsRigyZUL3JgyL"],"enrUri":"enr:-L24QLkGMX59hZCpalzu0eTrLzGJIxKV7eZVYVN9zcSNRNsDPV8PZwZvqPjiALbRorF1ueCme-tW14OKKcOHz4dXlrYCgmlkgnY0gmlwhKwScgGKbXVsdGlhZGRyc5YACASsEnIBBhgQAAoErBJyAQYYEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHQeP6YLphKZa1oYVlgKUTZFK5QaKpAaCD8AJFa6xqaeDdGNwghgQg3VkcIIYEoV3YWt1MgA"}'
|
||||
2025-12-19 04:17:00.221 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:17:00.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6159/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.206.181/tcp/63943/p2p/16Uiu2HAm2txkC3errkZwhL2osTZ1HBKxqkSi4gUZpZnmjMDxnW13"]'
|
||||
2025-12-19 04:17:00.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:00.253 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63942/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:17:00.269 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:00.269 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6159/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7f9e84c7-fc8b-4045-9567-acb94e92eb05", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:17:00.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7f9e84c7-fc8b-4045-9567-acb94e92eb05","statusDesc":"OK"}'
|
||||
2025-12-19 04:17:00.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:63942/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:00.291 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:00.292 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:00.392 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:00.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6159/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:00.395 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":1766117820284496482,"ephemeral":false}]'
|
||||
2025-12-19 04:17:00.398 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:17:00.398 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:17:00.399 DEBUG [src.node.waku_node] Stopping container with id e2f9ae0280d5
|
||||
2025-12-19 04:17:00.907 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:00.907 DEBUG [src.node.waku_node] Stopping container with id bdc2acd45ef6
|
||||
2025-12-19 04:17:01.422 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:01.424 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:17:01.429 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:01.433 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
128
nim/1008/data/attachments/22432a0b72413001.txt
Normal file
128
nim/1008/data/attachments/22432a0b72413001.txt
Normal file
@ -0,0 +1,128 @@
|
||||
2025-12-19 04:22:35.204 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:22:35.204 DEBUG [tests.conftest] Running test: test_store_with_both_pubsub_topic_and_content_topic with id: 2025-12-19_04-22-35__aeb355d1-d3d5-4d23-852b-3640376ece38
|
||||
2025-12-19 04:22:35.205 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:22:35.205 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:22:35.205 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-19 04:22:35.213 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:22:35.213 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-19_04-22-35__aeb355d1-d3d5-4d23-852b-3640376ece38__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:22:35.213 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:22:35.213 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:22:35.215 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:22:35.215 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.105.253
|
||||
2025-12-19 04:22:35.215 DEBUG [src.node.docker_mananger] Generated ports ['13796', '13797', '13798', '13799', '13800']
|
||||
2025-12-19 04:22:35.215 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:22:35.215 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:22:35.215 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:22:35.215 DEBUG [src.node.docker_mananger] docker run -i -t -p 13796:13796 -p 13797:13797 -p 13798:13798 -p 13799:13799 -p 13800:13800 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13798 --rest-port=13796 --tcp-port=13797 --discv5-udp-port=13799 --rest-address=0.0.0.0 --nat=extip:172.18.105.253 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fd92ec7a707aeab5f686f4b5eeccf837daea06100afa1dcc4f1ebeefe6431e3d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13800 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-19 04:22:35.401 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.105.253 waku 9624ab3d2774b2df9a8813a881a14f8968962cbb17add327ab4cb7f2b20effc0
|
||||
2025-12-19 04:22:35.432 DEBUG [src.node.docker_mananger] Container started with ID 9624ab3d2774. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-22-35__aeb355d1-d3d5-4d23-852b-3640376ece38__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:22:35.432 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13796
|
||||
2025-12-19 04:22:35.433 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:22:35.471 ERROR [src.node.docker_mananger] Max retries reached for container 95f8d8799009. Exiting log stream.
|
||||
2025-12-19 04:22:36.006 ERROR [src.node.docker_mananger] Max retries reached for container ea4b541bb373. Exiting log stream.
|
||||
2025-12-19 04:22:36.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13796/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:36.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_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:22:36.437 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:22:36.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13796/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:36.439 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.105.253/tcp/13797/p2p/16Uiu2HAkxHygsX6FeragFKwWDQE1RkAoeQdEAwgRqRuqwP8YXGHQ","/ip4/172.18.105.253/tcp/13798/ws/p2p/16Uiu2HAkxHygsX6FeragFKwWDQE1RkAoeQdEAwgRqRuqwP8YXGHQ"],"enrUri":"enr:-L24QGc8GFC5O87NeojoKdYw7mhjqg7QNMoNdgZJVa30E4l1B9ZZDe8Z_dhtp9twZcoCqMaly-IL1PUfhG8mkKvqUdUCgmlkgnY0gmlwhKwSaf2KbXVsdGlhZGRyc5YACASsEmn9BjXlAAoErBJp_QY15t0DgnJzhQADAQAAiXNlY3AyNTZrMaECKppv5MwuklrT2jPRjtwVsCJnKLQzeVH8iuKhbgr4flODdGNwgjXlg3VkcII154V3YWt1MgM"}'
|
||||
2025-12-19 04:22:36.440 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:22:36.447 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:22:36.447 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-19_04-22-35__aeb355d1-d3d5-4d23-852b-3640376ece38__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:22:36.447 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:22:36.447 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:22:36.448 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:22:36.449 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.159.251
|
||||
2025-12-19 04:22:36.449 DEBUG [src.node.docker_mananger] Generated ports ['24555', '24556', '24557', '24558', '24559']
|
||||
2025-12-19 04:22:36.449 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:22:36.449 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:22:36.449 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:22:36.450 DEBUG [src.node.docker_mananger] docker run -i -t -p 24555:24555 -p 24556:24556 -p 24557:24557 -p 24558:24558 -p 24559:24559 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24557 --rest-port=24555 --tcp-port=24556 --discv5-udp-port=24558 --rest-address=0.0.0.0 --nat=extip:172.18.159.251 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0c93f8c529cfcaeebd246aa24ebe04e577d9aa6e6ca478374bdc660b4db06edc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24559 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGc8GFC5O87NeojoKdYw7mhjqg7QNMoNdgZJVa30E4l1B9ZZDe8Z_dhtp9twZcoCqMaly-IL1PUfhG8mkKvqUdUCgmlkgnY0gmlwhKwSaf2KbXVsdGlhZGRyc5YACASsEmn9BjXlAAoErBJp_QY15t0DgnJzhQADAQAAiXNlY3AyNTZrMaECKppv5MwuklrT2jPRjtwVsCJnKLQzeVH8iuKhbgr4flODdGNwgjXlg3VkcII154V3YWt1MgM --storenode=/ip4/172.18.105.253/tcp/13797/p2p/16Uiu2HAkxHygsX6FeragFKwWDQE1RkAoeQdEAwgRqRuqwP8YXGHQ --store=true --relay=true
|
||||
2025-12-19 04:22:36.637 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.159.251 waku d9753135c8f80fad6e3cabc575e762e6b8c50d1794d21a0ef795d8c0e7407736
|
||||
2025-12-19 04:22:36.670 DEBUG [src.node.docker_mananger] Container started with ID d9753135c8f8. Setting up logs at ./log/docker/store_node1_2025-12-19_04-22-35__aeb355d1-d3d5-4d23-852b-3640376ece38__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:22:36.670 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24555
|
||||
2025-12-19 04:22:36.670 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:22:37.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24555/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:37.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:22:37.675 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:22:37.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24555/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:37.677 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.159.251/tcp/24556/p2p/16Uiu2HAmQASKqZoPTXD5s6LRjiLteYuWYfmDQqVAr1eCgVZsNKFQ","/ip4/172.18.159.251/tcp/24557/ws/p2p/16Uiu2HAmQASKqZoPTXD5s6LRjiLteYuWYfmDQqVAr1eCgVZsNKFQ"],"enrUri":"enr:-L24QD7UaQDiZPNwZjZdBeC9ewjwqpBFIHkZzMh4Cs2RJ2HpTHpkChsZB9xDG5ES-mayp3NMdwas3gro8Up98scY31gCgmlkgnY0gmlwhKwSn_uKbXVsdGlhZGRyc5YACASsEp_7Bl_sAAoErBKf-wZf7d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqvvFB35Wf1sHu7jcx1btw07teEivhTBuETv4eVI147ODdGNwgl_sg3VkcIJf7oV3YWt1MgM"}'
|
||||
2025-12-19 04:22:37.678 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:22:37.678 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24555/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.105.253/tcp/13797/p2p/16Uiu2HAkxHygsX6FeragFKwWDQE1RkAoeQdEAwgRqRuqwP8YXGHQ"]'
|
||||
2025-12-19 04:22:37.680 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:22:37.681 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13796/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:22:37.683 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:22:37.684 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24555/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:22:37.686 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:22:37.687 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:22:37.687 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:22:37.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:22:37.693 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:22:37.894 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:22:37.894 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:22:37.900 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:22:37.900 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:22:38.101 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:22:38.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:22:38.107 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:22:38.108 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:22:38.309 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:22:38.309 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:22:38.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:22:38.314 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:22:38.515 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:22:38.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:22:38.521 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:22:38.521 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:22:38.722 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:22:38.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:22:38.728 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:22:38.728 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:22:38.929 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:22:38.929 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:22:38.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:22:38.935 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:22:39.135 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:22:39.135 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13796/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:22:39.141 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:22:39.141 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:22:39.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe06f2b1f0e883dba9dc14078e94520c2aa67eb7f002d159e496fe90022881662"}]}'
|
||||
2025-12-19 04:22:39.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fwaku%2F2%2Fcontent%2Ftest.js&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2a85d2193f1f88613a431ab08a5624722898616d4b156be53c7f0eca1c25c4bb"}]}'
|
||||
2025-12-19 04:22:39.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F22%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x78f8f57c9c4a77e60f03fb66f74ca8acc2a6ce84cf851eefbfa2390cccf3eea6"}]}'
|
||||
2025-12-19 04:22:39.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Ftoychat%2F2%2Fhuilong%2Fproto&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xb2aca431193c2222d86611539234f53f5cad7c76aa11a7c7f3abad8948ea3455"}]}'
|
||||
2025-12-19 04:22:39.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fstatusim%2F1%2Fcommunity%2Fcbor&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1afc18afbbc14e2087446c56c127cc6fbc62995e7ddb874ca3292663f41d426c"}]}'
|
||||
2025-12-19 04:22:39.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F27%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x6227d0bc50e8089b55fe6bb9cc7daa7e6b2f2d03e0beae7bbd1fb66531ae76a0"}]}'
|
||||
2025-12-19 04:22:39.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F29%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x01bf0706ccaa719155ae327abfb890a6356d37bd2e814901e44e5f26e218df54"}]}'
|
||||
2025-12-19 04:22:39.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13796/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F20%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.364 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x34ae89b01fea4f4bf40361bfe964d925150f6f7966cbeb96a31c4b8aaa8cdf19"}]}'
|
||||
2025-12-19 04:22:39.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24555/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xe06f2b1f0e883dba9dc14078e94520c2aa67eb7f002d159e496fe90022881662"}]}'
|
||||
2025-12-19 04:22:39.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24555/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fwaku%2F2%2Fcontent%2Ftest.js&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x2a85d2193f1f88613a431ab08a5624722898616d4b156be53c7f0eca1c25c4bb"}]}'
|
||||
2025-12-19 04:22:39.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24555/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F22%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x78f8f57c9c4a77e60f03fb66f74ca8acc2a6ce84cf851eefbfa2390cccf3eea6"}]}'
|
||||
2025-12-19 04:22:39.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24555/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Ftoychat%2F2%2Fhuilong%2Fproto&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xb2aca431193c2222d86611539234f53f5cad7c76aa11a7c7f3abad8948ea3455"}]}'
|
||||
2025-12-19 04:22:39.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24555/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fstatusim%2F1%2Fcommunity%2Fcbor&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1afc18afbbc14e2087446c56c127cc6fbc62995e7ddb874ca3292663f41d426c"}]}'
|
||||
2025-12-19 04:22:39.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24555/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F27%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.381 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x6227d0bc50e8089b55fe6bb9cc7daa7e6b2f2d03e0beae7bbd1fb66531ae76a0"}]}'
|
||||
2025-12-19 04:22:39.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24555/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F29%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x01bf0706ccaa719155ae327abfb890a6356d37bd2e814901e44e5f26e218df54"}]}'
|
||||
2025-12-19 04:22:39.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24555/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&contentTopics=%2Fapp%2F20%2Fsometopic%2Fsomeencoding&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:22:39.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x34ae89b01fea4f4bf40361bfe964d925150f6f7966cbeb96a31c4b8aaa8cdf19"}]}'
|
||||
2025-12-19 04:22:39.389 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:22:39.390 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:22:39.390 DEBUG [src.node.waku_node] Stopping container with id 9624ab3d2774
|
||||
2025-12-19 04:22:39.936 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:22:39.936 DEBUG [src.node.waku_node] Stopping container with id d9753135c8f8
|
||||
2025-12-19 04:22:40.518 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:22:40.520 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:22:40.527 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:22:40.534 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1008/data/attachments/227594dff8fce7e5.txt
Normal file
68
nim/1008/data/attachments/227594dff8fce7e5.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2025-12-19 04:12:40.733 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:12:40.734 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_all_with_invalid_request_id with id: 2025-12-19_04-12-40__1606fc55-b7f1-4e9d-b086-4b3a831da46e
|
||||
2025-12-19 04:12:40.735 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:12:40.735 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:12:40.735 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2025-12-19 04:12:40.744 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:40.745 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-12-40__1606fc55-b7f1-4e9d-b086-4b3a831da46e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:40.745 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:40.745 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:40.747 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:40.747 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.142.163
|
||||
2025-12-19 04:12:40.747 DEBUG [src.node.docker_mananger] Generated ports ['35312', '35313', '35314', '35315', '35316']
|
||||
2025-12-19 04:12:40.747 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:40.747 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:40.747 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:40.748 DEBUG [src.node.docker_mananger] docker run -i -t -p 35312:35312 -p 35313:35313 -p 35314:35314 -p 35315:35315 -p 35316:35316 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35314 --rest-port=35312 --tcp-port=35313 --discv5-udp-port=35315 --rest-address=0.0.0.0 --nat=extip:172.18.142.163 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e01c9a6ec781dd5fcd48fc69ec4e3d8c99cad14ac9ec9fbc04d17db7e87941be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35316 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-19 04:12:40.927 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.142.163 waku b9950a638cc1c4d051e48595dda4a36a3e3e2618c39b7c1db1b87344819a8234
|
||||
2025-12-19 04:12:40.960 DEBUG [src.node.docker_mananger] Container started with ID b9950a638cc1. Setting up logs at ./log/docker/node1_2025-12-19_04-12-40__1606fc55-b7f1-4e9d-b086-4b3a831da46e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:40.960 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35312
|
||||
2025-12-19 04:12:40.960 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:41.005 ERROR [src.node.docker_mananger] Max retries reached for container 132d688f5761. Exiting log stream.
|
||||
2025-12-19 04:12:41.555 ERROR [src.node.docker_mananger] Max retries reached for container 72d4a578866a. Exiting log stream.
|
||||
2025-12-19 04:12:41.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35312/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:41.965 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:12:41.965 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:41.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35312/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:41.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.142.163/tcp/35313/p2p/16Uiu2HAkz87UQD8Rj7YUArexTFJNCbMHyhc1pfwDLGKTYYRbqfUi","/ip4/172.18.142.163/tcp/35314/ws/p2p/16Uiu2HAkz87UQD8Rj7YUArexTFJNCbMHyhc1pfwDLGKTYYRbqfUi"],"enrUri":"enr:-L24QMgOMI063hbmP5o10BPbEWprzxoN5lcKzgJoFGggmb3uPXHMSX3KluieaAZZGBonMaJX8NGa1iZKcB2-q6JoAqQCgmlkgnY0gmlwhKwSjqOKbXVsdGlhZGRyc5YACASsEo6jBonxAAoErBKOowaJ8t0DgnJzhQADAQAAiXNlY3AyNTZrMaECRcrOK-y0tUrjXo1fDzPkbJPjrJMJadVBjkHfmeu9LX-DdGNwgonxg3VkcIKJ84V3YWt1MgU"}'
|
||||
2025-12-19 04:12:41.967 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:41.968 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2025-12-19 04:12:41.974 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:41.974 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-12-40__1606fc55-b7f1-4e9d-b086-4b3a831da46e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:41.974 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:41.974 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:41.975 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:41.976 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.64.81
|
||||
2025-12-19 04:12:41.976 DEBUG [src.node.docker_mananger] Generated ports ['41686', '41687', '41688', '41689', '41690']
|
||||
2025-12-19 04:12:41.976 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:41.976 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:41.976 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:41.976 DEBUG [src.node.docker_mananger] docker run -i -t -p 41686:41686 -p 41687:41687 -p 41688:41688 -p 41689:41689 -p 41690:41690 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41688 --rest-port=41686 --tcp-port=41687 --discv5-udp-port=41689 --rest-address=0.0.0.0 --nat=extip:172.18.64.81 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=39dacbdaa5be99baefc60ca2d7ab8fbe1e30269a2d3a05bdecb6edf5fa1b4db9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41690 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QMgOMI063hbmP5o10BPbEWprzxoN5lcKzgJoFGggmb3uPXHMSX3KluieaAZZGBonMaJX8NGa1iZKcB2-q6JoAqQCgmlkgnY0gmlwhKwSjqOKbXVsdGlhZGRyc5YACASsEo6jBonxAAoErBKOowaJ8t0DgnJzhQADAQAAiXNlY3AyNTZrMaECRcrOK-y0tUrjXo1fDzPkbJPjrJMJadVBjkHfmeu9LX-DdGNwgonxg3VkcIKJ84V3YWt1MgU --filternode=/ip4/172.18.142.163/tcp/35313/p2p/16Uiu2HAkz87UQD8Rj7YUArexTFJNCbMHyhc1pfwDLGKTYYRbqfUi
|
||||
2025-12-19 04:12:42.151 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.64.81 waku ecb5b785de398e7b7db666eb93f39aa85df4f497357ba42c04e654170fbea607
|
||||
2025-12-19 04:12:42.180 DEBUG [src.node.docker_mananger] Container started with ID ecb5b785de39. Setting up logs at ./log/docker/node2_2025-12-19_04-12-40__1606fc55-b7f1-4e9d-b086-4b3a831da46e__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:42.180 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41686
|
||||
2025-12-19 04:12:42.180 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:43.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41686/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:43.184 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:12:43.185 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:43.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41686/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:43.187 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.64.81/tcp/41687/p2p/16Uiu2HAmBTcGCYk5D4bHKsgyvBud9PQQMNFTKpQYu1HNENemzzXY","/ip4/172.18.64.81/tcp/41688/ws/p2p/16Uiu2HAmBTcGCYk5D4bHKsgyvBud9PQQMNFTKpQYu1HNENemzzXY"],"enrUri":"enr:-L24QEK0vG0X0DBgwOW3ARoZqxFsH4JrJZm0Hz-mfwbvpDZpN-VpEsGa86EC-gBWSfrnmre0lo8ew3EOq0JTYp4rlhICgmlkgnY0gmlwhKwSQFGKbXVsdGlhZGRyc5YACASsEkBRBqLXAAoErBJAUQai2N0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7jnzEDaSWpXp9oks8UrUyzXgrXLnZX7p6iA58kVa9neDdGNwgqLXg3VkcIKi2YV3YWt1MgA"}'
|
||||
2025-12-19 04:12:43.187 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:43.188 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41686/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.142.163/tcp/35313/p2p/16Uiu2HAkz87UQD8Rj7YUArexTFJNCbMHyhc1pfwDLGKTYYRbqfUi"]'
|
||||
2025-12-19 04:12:43.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:43.219 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2025-12-19 04:12:43.220 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35312/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:12:43.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:43.234 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41686/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "57a7c42d-7d28-4415-8f64-ab1e8c482e9b", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2025-12-19 04:12:43.246 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"57a7c42d-7d28-4415-8f64-ab1e8c482e9b","statusDesc":"OK"}'
|
||||
2025-12-19 04:12:43.247 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:41686/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": 1}'
|
||||
2025-12-19 04:12:43.250 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:41686/filter/v2/subscriptions/all. Response content: b'{"requestId":"unknown","statusDesc":"BAD_REQUEST: Failed to decode request: (status: 400 Bad Request, headers: , kind: Error, errobj: (status: 400 Bad Request, message: \\"Invalid content body, could not decode. Unable to deserialize data: \\", contentType: \\"text/plain\\"))"}'
|
||||
2025-12-19 04:12:43.252 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:12:43.253 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:12:43.253 DEBUG [src.node.waku_node] Stopping container with id b9950a638cc1
|
||||
2025-12-19 04:12:43.764 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:43.765 DEBUG [src.node.waku_node] Stopping container with id ecb5b785de39
|
||||
2025-12-19 04:12:44.287 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:44.289 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:12:44.293 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:12:44.297 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2584
nim/1008/data/attachments/230e4267f4f962bc.txt
Normal file
2584
nim/1008/data/attachments/230e4267f4f962bc.txt
Normal file
File diff suppressed because it is too large
Load Diff
867
nim/1008/data/attachments/23385abef5a955c0.txt
Normal file
867
nim/1008/data/attachments/23385abef5a955c0.txt
Normal file
@ -0,0 +1,867 @@
|
||||
2025-12-19 04:18:33.771 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:18:33.771 DEBUG [tests.conftest] Running test: test_metrics_after_light_push with id: 2025-12-19_04-18-33__fb3e37d2-a191-4d1e-a9d6-81667d3281e5
|
||||
2025-12-19 04:18:33.772 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:18:33.772 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:18:33.772 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-19 04:18:33.772 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:18:33.772 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:18:33.780 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:18:33.780 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-19_04-18-33__fb3e37d2-a191-4d1e-a9d6-81667d3281e5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:33.781 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:18:33.781 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:18:33.782 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:18:33.782 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.197
|
||||
2025-12-19 04:18:33.782 DEBUG [src.node.docker_mananger] Generated ports ['11931', '11932', '11933', '11934', '11935']
|
||||
2025-12-19 04:18:33.783 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:18:33.783 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:18:33.783 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:18:33.783 DEBUG [src.node.docker_mananger] docker run -i -t -p 11931:11931 -p 11932:11932 -p 11933:11933 -p 11934:11934 -p 11935:11935 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11933 --rest-port=11931 --tcp-port=11932 --discv5-udp-port=11934 --rest-address=0.0.0.0 --nat=extip:172.18.191.197 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f53adb0e3ff09d168a10909bb37b54ac415ccb8abdca37bf17d3eb93e1bc0113 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11935 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-19 04:18:33.993 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.197 waku 16dc343a7f41394d034061870c88091a50b7b62fbf880cfa36b2fc30ec8187f2
|
||||
2025-12-19 04:18:34.032 DEBUG [src.node.docker_mananger] Container started with ID 16dc343a7f41. Setting up logs at ./log/docker/receiving_node1_2025-12-19_04-18-33__fb3e37d2-a191-4d1e-a9d6-81667d3281e5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:34.032 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11931
|
||||
2025-12-19 04:18:34.032 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:18:35.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11931/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:35.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:18:35.038 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:18:35.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11931/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:35.040 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.197/tcp/11932/p2p/16Uiu2HAm4H9M523pqQPXJa9XrT3NUboEzyungAZXTx4cBmz7y2YF","/ip4/172.18.191.197/tcp/11933/ws/p2p/16Uiu2HAm4H9M523pqQPXJa9XrT3NUboEzyungAZXTx4cBmz7y2YF"],"enrUri":"enr:-L24QMCU1xj9gOdbH4BELKVnG5TJciBUlytVKJduA1WBRtmlDyeMPCOklSc7bSdxl0f72bqWc9xGG6Fmw-V6zGa-73kCgmlkgnY0gmlwhKwSv8WKbXVsdGlhZGRyc5YACASsEr_FBi6cAAoErBK_xQYund0DgnJzhQADAQAAiXNlY3AyNTZrMaECg4nmGjQxeKHm7p3D3RHI1QAjXiXoIdtqurb_J9vFZPiDdGNwgi6cg3VkcIIunoV3YWt1Mgk"}'
|
||||
2025-12-19 04:18:35.041 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:18:35.049 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:18:35.049 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-19_04-18-33__fb3e37d2-a191-4d1e-a9d6-81667d3281e5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:35.049 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:18:35.049 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:18:35.051 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:18:35.051 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.78.200
|
||||
2025-12-19 04:18:35.051 DEBUG [src.node.docker_mananger] Generated ports ['23346', '23347', '23348', '23349', '23350']
|
||||
2025-12-19 04:18:35.051 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:18:35.051 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:18:35.051 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:18:35.052 DEBUG [src.node.docker_mananger] docker run -i -t -p 23346:23346 -p 23347:23347 -p 23348:23348 -p 23349:23349 -p 23350:23350 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23348 --rest-port=23346 --tcp-port=23347 --discv5-udp-port=23349 --rest-address=0.0.0.0 --nat=extip:172.18.78.200 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=022f663cbda2da02e57a180cf902f227e18489513afcae0f0bff3e6e968a5b1b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23350 --metrics-logging=true --lightpush=false --relay=true
|
||||
2025-12-19 04:18:35.268 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.78.200 waku c4f1b4b4a112ff45f5f41bc341a5f28723f31d5a04679129628a7550d0288479
|
||||
2025-12-19 04:18:35.301 DEBUG [src.node.docker_mananger] Container started with ID c4f1b4b4a112. Setting up logs at ./log/docker/receiving_node2_2025-12-19_04-18-33__fb3e37d2-a191-4d1e-a9d6-81667d3281e5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:35.301 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23346
|
||||
2025-12-19 04:18:35.302 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:18:36.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23346/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:36.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:18:36.315 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:18:36.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23346/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:36.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.200/tcp/23347/p2p/16Uiu2HAm94jd6hS8Rt8dAZ5wBhv8rzYe8sMqpBoj61zj3osEqLxP","/ip4/172.18.78.200/tcp/23348/ws/p2p/16Uiu2HAm94jd6hS8Rt8dAZ5wBhv8rzYe8sMqpBoj61zj3osEqLxP"],"enrUri":"enr:-L24QM6jRuTJ_ZC8W70jVybiQBpBE0LeK-ufdivaCUd4M3RiNHTwMUQEz04saZNIh4bit1VPeNKhxbSyg5MMqV3ZWaYCgmlkgnY0gmlwhKwSTsiKbXVsdGlhZGRyc5YACASsEk7IBlszAAoErBJOyAZbNN0DgnJzhQADAQAAiXNlY3AyNTZrMaECyqaKE0DT2FwMDT0Q0Rhu_luRTg1l9LDXa5UgdhyCIUiDdGNwglszg3VkcIJbNYV3YWt1MgE"}'
|
||||
2025-12-19 04:18:36.318 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:18:36.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23346/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.191.197/tcp/11932/p2p/16Uiu2HAm4H9M523pqQPXJa9XrT3NUboEzyungAZXTx4cBmz7y2YF"]'
|
||||
2025-12-19 04:18:36.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:36.362 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:18:36.362 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-19_04-18-33__fb3e37d2-a191-4d1e-a9d6-81667d3281e5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:36.363 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:18:36.364 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:18:36.369 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:18:36.370 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.207.8
|
||||
2025-12-19 04:18:36.370 DEBUG [src.node.docker_mananger] Generated ports ['47975', '47976', '47977', '47978', '47979']
|
||||
2025-12-19 04:18:36.370 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:18:36.370 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:18:36.370 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:18:36.370 DEBUG [src.node.docker_mananger] docker run -i -t -p 47975:47975 -p 47976:47976 -p 47977:47977 -p 47978:47978 -p 47979:47979 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47977 --rest-port=47975 --tcp-port=47976 --discv5-udp-port=47978 --rest-address=0.0.0.0 --nat=extip:172.18.207.8 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d82302bd0445beeb02f6caafe6cf8ec3165ace4b08b0ba5acee0bdf49abd0e93 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47979 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMCU1xj9gOdbH4BELKVnG5TJciBUlytVKJduA1WBRtmlDyeMPCOklSc7bSdxl0f72bqWc9xGG6Fmw-V6zGa-73kCgmlkgnY0gmlwhKwSv8WKbXVsdGlhZGRyc5YACASsEr_FBi6cAAoErBK_xQYund0DgnJzhQADAQAAiXNlY3AyNTZrMaECg4nmGjQxeKHm7p3D3RHI1QAjXiXoIdtqurb_J9vFZPiDdGNwgi6cg3VkcIIunoV3YWt1Mgk --lightpushnode=/ip4/172.18.191.197/tcp/11932/p2p/16Uiu2HAm4H9M523pqQPXJa9XrT3NUboEzyungAZXTx4cBmz7y2YF --lightpush=true --relay=false
|
||||
2025-12-19 04:18:36.556 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.207.8 waku b29019764460356872c68572f74b19bb2798626946714b2b60be967fcb5cc632
|
||||
2025-12-19 04:18:36.588 DEBUG [src.node.docker_mananger] Container started with ID b29019764460. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-18-33__fb3e37d2-a191-4d1e-a9d6-81667d3281e5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:36.589 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47975
|
||||
2025-12-19 04:18:36.590 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:18:37.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:37.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:37.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:37.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:37.943 ERROR [src.node.docker_mananger] Max retries reached for container b29019764460. Exiting log stream.
|
||||
2025-12-19 04:18:37.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:38.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:38.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:38.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:38.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:38.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:38.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:38.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:38.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:38.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:39.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:39.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:39.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:39.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:39.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:39.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:39.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:39.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:39.824 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:39.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:40.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:40.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:40.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:40.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:40.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:40.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:40.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:40.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:40.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:40.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:41.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:41.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:41.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:41.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:41.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:41.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:41.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:41.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:41.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:41.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:42.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:42.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:42.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:42.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:42.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:42.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:42.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:42.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:42.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:42.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:43.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:43.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:43.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:43.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:43.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:43.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:43.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:43.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:43.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:43.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:44.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:44.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:44.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:44.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:44.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:44.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:44.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:44.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:44.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:45.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:45.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:45.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:45.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:45.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:45.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:45.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:45.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:45.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:45.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:46.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:46.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:46.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:46.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:46.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:46.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:46.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:46.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:46.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:46.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:47.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:47.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:47.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:47.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:47.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:47.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:47.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:47.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:47.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:47.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:48.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:48.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:48.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:48.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:48.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:48.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:48.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:48.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:48.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:48.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:49.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:49.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:49.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:49.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:49.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:49.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:49.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:49.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:49.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:49.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:50.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:50.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:50.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:50.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:50.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:50.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:50.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:50.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:50.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:50.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:51.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:51.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:51.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:51.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:51.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:51.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:51.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:51.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:51.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:52.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:52.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:52.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:52.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:52.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:52.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:52.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:52.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:52.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:52.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:53.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:53.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:53.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:53.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:53.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:53.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:53.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:53.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:53.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:53.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:54.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:54.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:54.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:54.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:54.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:54.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:54.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:54.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:54.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:54.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:55.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:55.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:55.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:55.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:55.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:55.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:55.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:55.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:55.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:55.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:56.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:56.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:56.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:56.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:56.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:56.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:56.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:56.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:56.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:56.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:57.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:57.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:57.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:57.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:57.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:57.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47975/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:57.597 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=47975): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa6319d1ac0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-19 04:18:57.697 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:18:57.698 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:18:57.700 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:18:57.700 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.252.235
|
||||
2025-12-19 04:18:57.700 DEBUG [src.node.docker_mananger] Generated ports ['4965', '4966', '4967', '4968', '4969']
|
||||
2025-12-19 04:18:57.700 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:18:57.700 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:18:57.700 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:18:57.701 DEBUG [src.node.docker_mananger] docker run -i -t -p 4965:4965 -p 4966:4966 -p 4967:4967 -p 4968:4968 -p 4969:4969 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4967 --rest-port=4965 --tcp-port=4966 --discv5-udp-port=4968 --rest-address=0.0.0.0 --nat=extip:172.18.252.235 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ebcae6ed08aefb0e7e26ebeeb6485b86b9edb0baadf3daf8dafe4203adcf82ce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4969 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMCU1xj9gOdbH4BELKVnG5TJciBUlytVKJduA1WBRtmlDyeMPCOklSc7bSdxl0f72bqWc9xGG6Fmw-V6zGa-73kCgmlkgnY0gmlwhKwSv8WKbXVsdGlhZGRyc5YACASsEr_FBi6cAAoErBK_xQYund0DgnJzhQADAQAAiXNlY3AyNTZrMaECg4nmGjQxeKHm7p3D3RHI1QAjXiXoIdtqurb_J9vFZPiDdGNwgi6cg3VkcIIunoV3YWt1Mgk --lightpushnode=/ip4/172.18.191.197/tcp/11932/p2p/16Uiu2HAm4H9M523pqQPXJa9XrT3NUboEzyungAZXTx4cBmz7y2YF --lightpush=true --relay=false
|
||||
2025-12-19 04:18:57.892 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.252.235 waku 434c7aa9b30b40ddbbdf2fce9a2556776d61f31116328766513854ef802fbafd
|
||||
2025-12-19 04:18:57.921 DEBUG [src.node.docker_mananger] Container started with ID 434c7aa9b30b. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-18-33__fb3e37d2-a191-4d1e-a9d6-81667d3281e5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:57.921 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4965
|
||||
2025-12-19 04:18:57.921 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:18:58.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:59.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:59.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:59.226 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:59.273 ERROR [src.node.docker_mananger] Max retries reached for container 434c7aa9b30b. Exiting log stream.
|
||||
2025-12-19 04:18:59.328 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:59.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:59.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:59.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:59.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:59.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:59.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:00.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:00.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:00.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:00.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:00.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:00.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:00.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:00.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:00.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:00.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:01.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:01.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:01.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:01.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:01.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:01.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:01.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:01.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:01.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:01.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:02.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:02.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:02.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:02.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:02.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:02.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:02.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:02.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:02.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:02.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:03.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:03.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:03.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:03.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:03.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:03.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:03.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:03.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:03.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:03.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:04.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:04.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:04.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:04.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:04.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:04.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:04.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:04.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:04.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:05.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:05.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:05.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:05.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:05.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:05.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:05.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:05.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:05.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:05.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:06.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:06.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:06.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:06.332 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:06.434 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:06.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:06.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:06.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:06.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:06.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:07.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:07.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:07.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:07.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:07.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:07.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:07.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:07.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:07.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:07.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:08.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:08.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:08.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:08.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:08.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:08.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:08.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:08.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:08.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:08.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:09.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:09.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:09.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:09.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:09.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:09.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:09.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:09.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:09.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:09.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:10.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:10.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:10.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:10.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:10.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:10.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:10.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:10.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:10.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:11.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:11.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:11.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:11.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:11.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:11.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:11.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:11.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:11.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:11.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:12.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:12.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:12.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:12.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:12.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:12.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:12.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:12.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:12.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:12.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:13.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:13.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:13.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:13.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:13.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:13.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:13.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:13.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:13.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:13.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:14.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:14.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:14.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:14.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:14.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:14.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:14.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:14.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:14.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:14.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:15.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:15.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:15.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:15.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:15.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:15.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:15.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:15.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:15.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:15.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:16.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:16.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:16.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:16.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:16.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:16.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:16.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:16.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:16.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:16.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:17.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:17.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:17.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:17.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:17.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:17.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:17.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:17.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:17.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:18.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:18.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:18.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:18.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:18.418 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:18.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:18.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:18.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:18.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:18.926 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4965/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:18.928 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=4965): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa631b04d10>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-19 04:19:19.028 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:19:19.028 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:19:19.030 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:19:19.030 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.106.83
|
||||
2025-12-19 04:19:19.030 DEBUG [src.node.docker_mananger] Generated ports ['24352', '24353', '24354', '24355', '24356']
|
||||
2025-12-19 04:19:19.030 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:19:19.031 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:19:19.031 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:19:19.031 DEBUG [src.node.docker_mananger] docker run -i -t -p 24352:24352 -p 24353:24353 -p 24354:24354 -p 24355:24355 -p 24356:24356 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24354 --rest-port=24352 --tcp-port=24353 --discv5-udp-port=24355 --rest-address=0.0.0.0 --nat=extip:172.18.106.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e0ba26fbc8dde29e5a6aed9c4339bb26fcd86f64caf11149bda2d1bd8db6bba2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24356 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMCU1xj9gOdbH4BELKVnG5TJciBUlytVKJduA1WBRtmlDyeMPCOklSc7bSdxl0f72bqWc9xGG6Fmw-V6zGa-73kCgmlkgnY0gmlwhKwSv8WKbXVsdGlhZGRyc5YACASsEr_FBi6cAAoErBK_xQYund0DgnJzhQADAQAAiXNlY3AyNTZrMaECg4nmGjQxeKHm7p3D3RHI1QAjXiXoIdtqurb_J9vFZPiDdGNwgi6cg3VkcIIunoV3YWt1Mgk --lightpushnode=/ip4/172.18.191.197/tcp/11932/p2p/16Uiu2HAm4H9M523pqQPXJa9XrT3NUboEzyungAZXTx4cBmz7y2YF --lightpush=true --relay=false
|
||||
2025-12-19 04:19:19.219 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.106.83 waku d1ade47c9976d0712e7095bf23ccb06830ab68e2ce750e5e0738bc1486ead7c0
|
||||
2025-12-19 04:19:19.258 DEBUG [src.node.docker_mananger] Container started with ID d1ade47c9976. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-18-33__fb3e37d2-a191-4d1e-a9d6-81667d3281e5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:19:19.258 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24352
|
||||
2025-12-19 04:19:19.258 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:19:20.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:20.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:20.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:20.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:20.599 ERROR [src.node.docker_mananger] Max retries reached for container d1ade47c9976. Exiting log stream.
|
||||
2025-12-19 04:19:20.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:20.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:20.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:20.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:21.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:21.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:21.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:21.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:21.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:21.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:21.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:21.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:21.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:21.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:22.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:22.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:22.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:22.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:22.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:22.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:22.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:22.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:22.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:22.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:23.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:23.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:23.304 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:23.405 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:23.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:23.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:23.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:23.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:23.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:24.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:24.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:24.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:24.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:24.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:24.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:24.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:24.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:24.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:24.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:25.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:25.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:25.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:25.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:25.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:25.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:25.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:25.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:25.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:25.943 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:26.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:26.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:26.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:26.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:26.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:26.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:26.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:26.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:26.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:26.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:27.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:27.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:27.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:27.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:27.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:27.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:27.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:27.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:27.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:27.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:28.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:28.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:28.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:28.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:28.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:28.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:28.683 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:28.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:28.886 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:28.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:29.089 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:29.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:29.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:29.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:29.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:29.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:29.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:29.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:29.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:30.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:30.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:30.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:30.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:30.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:30.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:30.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:30.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:30.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:30.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:31.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:31.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:31.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:31.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:31.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:31.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:31.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:31.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:31.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:31.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:32.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:32.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:32.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:32.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:32.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:32.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:32.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:32.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:32.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:32.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:33.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:33.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:33.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:33.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:33.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:33.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:33.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:33.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:33.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:33.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:34.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:34.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:34.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:34.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:34.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:34.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:34.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:34.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:34.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:34.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:35.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:35.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:35.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:35.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:35.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:35.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:35.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:35.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:35.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:36.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:36.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:36.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:36.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:36.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:36.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:36.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:36.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:36.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:36.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:37.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:37.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:37.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:37.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:37.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:37.532 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:37.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:37.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:37.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:37.938 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:38.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:38.141 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:38.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:38.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:38.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:38.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:38.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:38.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:38.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:38.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:39.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:39.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:39.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:39.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:39.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:39.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:39.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:39.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:39.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:39.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:40.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:40.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:40.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24352/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:19:40.275 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=24352): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa631b04b90>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-19 04:19:40.459 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:19:40.460 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:19:40.460 DEBUG [src.node.waku_node] Stopping container with id 16dc343a7f41
|
||||
2025-12-19 04:19:41.018 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:19:41.018 DEBUG [src.node.waku_node] Stopping container with id c4f1b4b4a112
|
||||
2025-12-19 04:19:41.544 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:19:41.544 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:41.648 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:41.749 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:41.831 ERROR [src.node.docker_mananger] Max retries reached for container 16dc343a7f41. Exiting log stream.
|
||||
2025-12-19 04:19:41.851 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:41.953 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:42.054 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:42.156 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:42.257 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:42.357 ERROR [src.node.docker_mananger] Max retries reached for container c4f1b4b4a112. Exiting log stream.
|
||||
2025-12-19 04:19:42.359 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:42.460 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:42.562 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:42.664 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:42.765 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:42.867 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:42.969 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:43.071 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:43.172 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:43.274 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:43.376 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:43.478 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:43.580 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:43.682 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:43.783 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:43.885 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:43.987 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:44.089 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:44.191 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:44.293 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:44.395 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:44.497 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:44.599 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:44.701 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:44.802 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:44.904 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:45.006 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:45.108 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:45.210 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:45.312 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:45.414 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:45.516 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:45.618 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:45.720 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:45.822 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:45.924 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:46.025 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:46.127 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:46.229 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:46.331 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:46.433 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:46.535 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:46.637 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:46.638 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/d1ade47c9976d0712e7095bf23ccb06830ab68e2ce750e5e0738bc1486ead7c0/stop: Not Found ("No such container: d1ade47c9976d0712e7095bf23ccb06830ab68e2ce750e5e0738bc1486ead7c0")
|
||||
2025-12-19 04:19:46.639 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:46.740 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:46.842 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:46.944 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:47.046 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:47.147 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:47.249 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:47.351 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:47.453 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:47.555 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:47.657 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:47.759 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:47.861 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:47.963 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:48.064 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:48.166 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:48.268 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:48.370 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:48.472 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:48.574 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:48.675 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:48.777 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:48.879 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:48.981 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:49.083 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:49.184 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:49.286 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:49.388 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:49.490 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:49.592 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:49.693 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:49.795 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:49.897 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:49.999 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:50.101 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:50.203 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:50.304 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:50.406 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:50.508 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:50.610 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:50.712 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:50.813 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:50.915 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:51.017 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:51.119 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:51.220 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:51.322 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:51.424 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:51.526 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:51.628 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:51.729 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:51.731 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/d1ade47c9976d0712e7095bf23ccb06830ab68e2ce750e5e0738bc1486ead7c0/stop: Not Found ("No such container: d1ade47c9976d0712e7095bf23ccb06830ab68e2ce750e5e0738bc1486ead7c0")
|
||||
2025-12-19 04:19:51.731 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:51.832 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:51.934 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:52.036 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:52.137 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:52.239 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:52.341 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:52.443 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:52.545 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:52.646 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:52.748 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:52.850 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:52.952 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:53.054 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:53.155 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:53.257 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:53.359 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:53.461 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:53.563 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:53.665 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:53.766 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:53.868 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:53.970 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:54.071 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:54.173 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:54.275 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:54.377 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:54.479 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:54.580 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:54.682 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:54.784 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:54.886 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:54.988 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:55.090 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:55.192 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:55.294 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:55.395 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:55.497 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:55.599 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:55.701 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:55.805 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:55.907 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:56.008 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:56.110 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:56.212 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:56.314 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:56.416 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:56.518 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:56.619 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:56.721 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:56.823 DEBUG [src.node.waku_node] Stopping container with id d1ade47c9976
|
||||
2025-12-19 04:19:56.824 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/d1ade47c9976d0712e7095bf23ccb06830ab68e2ce750e5e0738bc1486ead7c0/stop: Not Found ("No such container: d1ade47c9976d0712e7095bf23ccb06830ab68e2ce750e5e0738bc1486ead7c0")
|
||||
2025-12-19 04:19:56.825 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:19:56.849 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:19:56.873 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:19:56.873 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:19:56.874 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:19:56.874 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:19:56.874 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2025-12-19 04:19:56.875 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2025-12-19 04:19:56.875 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node1_2025-12-19_04-18-33__fb3e37d2-a191-4d1e-a9d6-81667d3281e5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:19:56.876 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node2_2025-12-19_04-18-33__fb3e37d2-a191-4d1e-a9d6-81667d3281e5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:19:56.877 DEBUG [src.libs.common] Attaching file ./log/docker/lightpush_node1_2025-12-19_04-18-33__fb3e37d2-a191-4d1e-a9d6-81667d3281e5__wakuorg_nwaku:latest.log
|
||||
864
nim/1008/data/attachments/23d38a7e7e3f78aa.txt
Normal file
864
nim/1008/data/attachments/23d38a7e7e3f78aa.txt
Normal file
@ -0,0 +1,864 @@
|
||||
2025-12-19 04:12:42.821 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:12:42.821 DEBUG [tests.conftest] Running test: test_message_light_pushed_on_different_pubsub_topic_is_not_retrieved with id: 2025-12-19_04-12-42__8273a5fc-8ada-4b6e-bef1-c264260a28a5
|
||||
2025-12-19 04:12:42.822 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:12:42.822 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-19 04:12:42.831 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:42.831 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-19_04-12-42__8273a5fc-8ada-4b6e-bef1-c264260a28a5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:42.831 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:42.831 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:42.833 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:42.833 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.54.236
|
||||
2025-12-19 04:12:42.833 DEBUG [src.node.docker_mananger] Generated ports ['15499', '15500', '15501', '15502', '15503']
|
||||
2025-12-19 04:12:42.833 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:42.833 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:42.833 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:42.834 DEBUG [src.node.docker_mananger] docker run -i -t -p 15499:15499 -p 15500:15500 -p 15501:15501 -p 15502:15502 -p 15503:15503 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15501 --rest-port=15499 --tcp-port=15500 --discv5-udp-port=15502 --rest-address=0.0.0.0 --nat=extip:172.18.54.236 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f9fa2bda925e64ed06b6fd4b6c27d97e981e8ebcacb47bcfa6d3043609c7068f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15503 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-19 04:12:43.007 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.54.236 waku bfd6b898117e39d36f3a292a7a0e7743017d5ed2ecc42f9218758b0c292d4b35
|
||||
2025-12-19 04:12:43.038 DEBUG [src.node.docker_mananger] Container started with ID bfd6b898117e. Setting up logs at ./log/docker/receiving_node1_2025-12-19_04-12-42__8273a5fc-8ada-4b6e-bef1-c264260a28a5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:43.038 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15499
|
||||
2025-12-19 04:12:43.039 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:43.113 ERROR [src.node.docker_mananger] Max retries reached for container 925ad5707867. Exiting log stream.
|
||||
2025-12-19 04:12:43.640 ERROR [src.node.docker_mananger] Max retries reached for container 75df59546d1d. Exiting log stream.
|
||||
2025-12-19 04:12:44.039 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15499/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:44.043 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:12:44.043 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:44.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15499/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:44.046 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.54.236/tcp/15500/p2p/16Uiu2HAmFT9VXKDCeh9dTXR2h8Q2XiPuCgSeb3n7K6fjxDm4nT7U","/ip4/172.18.54.236/tcp/15501/ws/p2p/16Uiu2HAmFT9VXKDCeh9dTXR2h8Q2XiPuCgSeb3n7K6fjxDm4nT7U"],"enrUri":"enr:-L24QMjAJys7vK25fx3OPhSaTaVnTLF5A30SAlqD17LMLexYGCItr4pwlXNavTXoGtOMFgVfc9CfZrJA23049i4fBgUCgmlkgnY0gmlwhKwSNuyKbXVsdGlhZGRyc5YACASsEjbsBjyMAAoErBI27AY8jd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKYpti-Dmp4jlFKhBu0QRWddbgMkB5flGZ-fiGrKYhVeDdGNwgjyMg3VkcII8joV3YWt1Mgk"}'
|
||||
2025-12-19 04:12:44.046 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:44.053 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:44.053 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-19_04-12-42__8273a5fc-8ada-4b6e-bef1-c264260a28a5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:44.053 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:44.053 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:44.055 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:44.055 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.250.145
|
||||
2025-12-19 04:12:44.055 DEBUG [src.node.docker_mananger] Generated ports ['35786', '35787', '35788', '35789', '35790']
|
||||
2025-12-19 04:12:44.055 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:44.055 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:44.055 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:44.055 DEBUG [src.node.docker_mananger] docker run -i -t -p 35786:35786 -p 35787:35787 -p 35788:35788 -p 35789:35789 -p 35790:35790 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35788 --rest-port=35786 --tcp-port=35787 --discv5-udp-port=35789 --rest-address=0.0.0.0 --nat=extip:172.18.250.145 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ed0893cbcf9cd70fdb139b2fcacca03d6a6e7bbf9fec1fcfefeefc9ecada74be --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35790 --metrics-logging=true --lightpush=false --relay=true
|
||||
2025-12-19 04:12:44.251 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.250.145 waku 091785e2f534ee5f6eac4223bcd15b1633f1c042a46f53d912999ad65db3685a
|
||||
2025-12-19 04:12:44.280 DEBUG [src.node.docker_mananger] Container started with ID 091785e2f534. Setting up logs at ./log/docker/receiving_node2_2025-12-19_04-12-42__8273a5fc-8ada-4b6e-bef1-c264260a28a5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:44.280 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35786
|
||||
2025-12-19 04:12:44.281 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:45.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35786/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:45.285 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:12:45.285 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:45.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35786/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:45.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.250.145/tcp/35787/p2p/16Uiu2HAmBqpgCBEd2cJUViHHpwEVRuBCHGRMiDvxEA2xdBEV7rqq","/ip4/172.18.250.145/tcp/35788/ws/p2p/16Uiu2HAmBqpgCBEd2cJUViHHpwEVRuBCHGRMiDvxEA2xdBEV7rqq"],"enrUri":"enr:-L24QDhvSCOwTwhMS1Nh9F3IfghOz62v1oVZIsSO87wLWtOMZv3YBuiAscfYCMJqr85A4gMXkqN9SBSU5OiEiT-ri5sCgmlkgnY0gmlwhKwS-pGKbXVsdGlhZGRyc5YACASsEvqRBovLAAoErBL6kQaLzN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC8-rDcjrsEKGaKqLiQ_ORkLu4AXWKFmPtY8uL-FzNeESDdGNwgovLg3VkcIKLzYV3YWt1MgE"}'
|
||||
2025-12-19 04:12:45.287 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:45.288 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35786/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.54.236/tcp/15500/p2p/16Uiu2HAmFT9VXKDCeh9dTXR2h8Q2XiPuCgSeb3n7K6fjxDm4nT7U"]'
|
||||
2025-12-19 04:12:45.318 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:45.330 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:45.330 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-19_04-12-42__8273a5fc-8ada-4b6e-bef1-c264260a28a5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:45.332 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:45.332 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:45.334 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:45.334 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.232.249
|
||||
2025-12-19 04:12:45.335 DEBUG [src.node.docker_mananger] Generated ports ['45019', '45020', '45021', '45022', '45023']
|
||||
2025-12-19 04:12:45.335 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:45.335 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:45.335 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:45.337 DEBUG [src.node.docker_mananger] docker run -i -t -p 45019:45019 -p 45020:45020 -p 45021:45021 -p 45022:45022 -p 45023:45023 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45021 --rest-port=45019 --tcp-port=45020 --discv5-udp-port=45022 --rest-address=0.0.0.0 --nat=extip:172.18.232.249 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fe8c6ae21981d24b7ccf917af07d7a8e27e88b5dfd12d664af2efb0fe2e5c712 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45023 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMjAJys7vK25fx3OPhSaTaVnTLF5A30SAlqD17LMLexYGCItr4pwlXNavTXoGtOMFgVfc9CfZrJA23049i4fBgUCgmlkgnY0gmlwhKwSNuyKbXVsdGlhZGRyc5YACASsEjbsBjyMAAoErBI27AY8jd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKYpti-Dmp4jlFKhBu0QRWddbgMkB5flGZ-fiGrKYhVeDdGNwgjyMg3VkcII8joV3YWt1Mgk --lightpushnode=/ip4/172.18.54.236/tcp/15500/p2p/16Uiu2HAmFT9VXKDCeh9dTXR2h8Q2XiPuCgSeb3n7K6fjxDm4nT7U --lightpush=true --relay=false
|
||||
2025-12-19 04:12:45.517 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.232.249 waku 8a8e4a15cf02928a1205ae086916c5f3d48aa3165c9ab3e75cdf15e6dca12d0a
|
||||
2025-12-19 04:12:45.549 DEBUG [src.node.docker_mananger] Container started with ID 8a8e4a15cf02. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-12-42__8273a5fc-8ada-4b6e-bef1-c264260a28a5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:45.551 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45019
|
||||
2025-12-19 04:12:45.551 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:46.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:46.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:46.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:46.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:46.910 ERROR [src.node.docker_mananger] Max retries reached for container 8a8e4a15cf02. Exiting log stream.
|
||||
2025-12-19 04:12:46.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:47.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:47.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:47.263 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:47.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:47.466 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:47.567 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:47.669 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:47.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:47.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:47.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:48.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:48.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:48.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:48.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:48.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:48.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:48.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:48.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:48.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:48.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:49.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:49.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:49.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:49.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:49.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:49.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:49.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:49.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:49.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:50.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:50.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:50.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:50.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:50.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:50.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:50.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:50.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:50.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:50.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:51.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:51.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:51.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:51.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:51.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:51.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:51.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:51.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:51.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:51.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:52.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:52.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:52.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:52.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:52.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:52.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:52.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:52.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:52.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:52.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:53.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:53.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:53.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:53.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:53.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:53.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:53.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:53.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:53.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:53.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:54.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:54.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:54.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:54.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:54.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:54.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:54.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:54.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:54.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:54.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:55.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:55.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:55.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:55.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:55.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:55.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:55.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:55.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:55.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:55.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:56.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:56.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:56.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:56.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:56.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:56.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:56.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:56.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:56.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:57.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:57.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:57.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:57.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:57.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:57.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:57.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:57.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:57.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:57.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:58.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:58.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:58.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:58.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:58.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:58.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:58.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:58.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:58.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:58.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:59.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:59.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:59.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:59.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:59.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:59.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:59.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:59.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:59.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:59.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:00.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:00.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:00.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:00.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:00.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:00.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:00.662 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:00.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:00.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:00.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:01.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:01.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:01.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:01.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:01.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:01.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:01.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:01.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:01.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:01.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:02.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:02.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:02.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:02.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:02.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:02.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:02.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:02.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:02.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:02.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:03.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:03.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:03.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:03.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:03.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:03.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:03.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:03.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:03.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:04.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:04.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:04.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:04.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:04.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:04.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:04.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:04.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:04.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:04.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:05.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:05.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:05.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:05.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:05.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:05.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:05.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:05.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:05.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:05.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:06.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:06.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:06.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:06.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:06.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:06.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:06.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:06.651 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=45019): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcab9eca510>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-19 04:13:06.751 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:06.751 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:06.753 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:06.753 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.123.141
|
||||
2025-12-19 04:13:06.753 DEBUG [src.node.docker_mananger] Generated ports ['65451', '65452', '65453', '65454', '65455']
|
||||
2025-12-19 04:13:06.753 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:06.753 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:06.753 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:06.753 DEBUG [src.node.docker_mananger] docker run -i -t -p 65451:65451 -p 65452:65452 -p 65453:65453 -p 65454:65454 -p 65455:65455 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=65453 --rest-port=65451 --tcp-port=65452 --discv5-udp-port=65454 --rest-address=0.0.0.0 --nat=extip:172.18.123.141 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e02d1ffa7daa9e156fe6bbdd20ef954dca733971770b66e9cd6acbea31bad747 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65455 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMjAJys7vK25fx3OPhSaTaVnTLF5A30SAlqD17LMLexYGCItr4pwlXNavTXoGtOMFgVfc9CfZrJA23049i4fBgUCgmlkgnY0gmlwhKwSNuyKbXVsdGlhZGRyc5YACASsEjbsBjyMAAoErBI27AY8jd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKYpti-Dmp4jlFKhBu0QRWddbgMkB5flGZ-fiGrKYhVeDdGNwgjyMg3VkcII8joV3YWt1Mgk --lightpushnode=/ip4/172.18.54.236/tcp/15500/p2p/16Uiu2HAmFT9VXKDCeh9dTXR2h8Q2XiPuCgSeb3n7K6fjxDm4nT7U --lightpush=true --relay=false
|
||||
2025-12-19 04:13:06.934 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.123.141 waku d1272eb6e8452d43bf8cf591c9b2348cb732e86e898470e2360b6fad24e4db76
|
||||
2025-12-19 04:13:06.963 DEBUG [src.node.docker_mananger] Container started with ID d1272eb6e845. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-12-42__8273a5fc-8ada-4b6e-bef1-c264260a28a5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:06.964 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 65451
|
||||
2025-12-19 04:13:06.965 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:07.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:08.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:08.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:08.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:08.299 ERROR [src.node.docker_mananger] Max retries reached for container d1272eb6e845. Exiting log stream.
|
||||
2025-12-19 04:13:08.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:08.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:08.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:08.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:08.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:08.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:08.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:09.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:09.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:09.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:09.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:09.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:09.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:09.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:09.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:09.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:09.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:10.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:10.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:10.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:10.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:10.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:10.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:10.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:10.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:10.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:11.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:11.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:11.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:11.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:11.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:11.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:11.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:11.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:11.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:11.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:12.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:12.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:12.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:12.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:12.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:12.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:12.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:12.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:12.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:12.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:13.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:13.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:13.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:13.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:13.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:13.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:13.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:13.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:13.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:13.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:14.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:14.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:14.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:14.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:14.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:14.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:14.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:14.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:14.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:14.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:15.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:15.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:15.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:15.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:15.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:15.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:15.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:15.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:15.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:15.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:16.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:16.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:16.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:16.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:16.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:16.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:16.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:16.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:16.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:16.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:17.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:17.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:17.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:17.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:17.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:17.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:17.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:17.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:17.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:18.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:18.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:18.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:18.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:18.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:18.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:18.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:18.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:18.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:18.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:19.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:19.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:19.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:19.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:19.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:19.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:19.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:19.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:19.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:19.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:20.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:20.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:20.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:20.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:20.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:20.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:20.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:20.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:20.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:20.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:21.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:21.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:21.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:21.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:21.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:21.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:21.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:21.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:21.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:21.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:22.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:22.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:22.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:22.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:22.482 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:22.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:22.685 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:22.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:22.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:22.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:23.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:23.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:23.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:23.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:23.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:23.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:23.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:23.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:23.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:24.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:24.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:24.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:24.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:24.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:24.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:24.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:24.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:24.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:24.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:25.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:25.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:25.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:25.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:25.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:25.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:25.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:25.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:25.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:25.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:26.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:26.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:26.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:26.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:26.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:26.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:26.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:26.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:26.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:26.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:27.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:27.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:27.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:27.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:27.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:27.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:27.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:27.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:27.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:27.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:28.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:65451/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:28.066 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=65451): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcab9f8e990>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-19 04:13:28.167 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:28.167 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:28.169 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:28.169 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.200.229
|
||||
2025-12-19 04:13:28.169 DEBUG [src.node.docker_mananger] Generated ports ['59472', '59473', '59474', '59475', '59476']
|
||||
2025-12-19 04:13:28.169 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:28.169 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:28.169 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:28.170 DEBUG [src.node.docker_mananger] docker run -i -t -p 59472:59472 -p 59473:59473 -p 59474:59474 -p 59475:59475 -p 59476:59476 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59474 --rest-port=59472 --tcp-port=59473 --discv5-udp-port=59475 --rest-address=0.0.0.0 --nat=extip:172.18.200.229 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eefdfbfc285e4b0fb8feb6f7d2648f89faaf69f22ca5aecaede7cf2e8288bdda --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59476 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMjAJys7vK25fx3OPhSaTaVnTLF5A30SAlqD17LMLexYGCItr4pwlXNavTXoGtOMFgVfc9CfZrJA23049i4fBgUCgmlkgnY0gmlwhKwSNuyKbXVsdGlhZGRyc5YACASsEjbsBjyMAAoErBI27AY8jd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDKYpti-Dmp4jlFKhBu0QRWddbgMkB5flGZ-fiGrKYhVeDdGNwgjyMg3VkcII8joV3YWt1Mgk --lightpushnode=/ip4/172.18.54.236/tcp/15500/p2p/16Uiu2HAmFT9VXKDCeh9dTXR2h8Q2XiPuCgSeb3n7K6fjxDm4nT7U --lightpush=true --relay=false
|
||||
2025-12-19 04:13:28.356 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.200.229 waku 56588fe1d2ee69d4c266cbeb18b6fce05ab38cea2455aae8e6b82557959b53dc
|
||||
2025-12-19 04:13:28.385 DEBUG [src.node.docker_mananger] Container started with ID 56588fe1d2ee. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-12-42__8273a5fc-8ada-4b6e-bef1-c264260a28a5__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:28.385 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59472
|
||||
2025-12-19 04:13:28.385 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:29.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:29.487 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:29.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:29.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:29.749 ERROR [src.node.docker_mananger] Max retries reached for container 56588fe1d2ee. Exiting log stream.
|
||||
2025-12-19 04:13:29.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:29.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:29.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:30.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:30.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:30.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:30.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:30.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:30.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:30.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:30.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:30.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:31.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:31.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:31.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:31.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:31.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:31.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:31.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:31.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:31.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:31.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:32.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:32.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:32.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:32.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:32.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:32.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:32.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:32.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:32.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:32.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:33.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:33.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:33.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:33.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:33.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:33.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:33.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:33.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:33.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:33.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:34.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:34.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:34.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:34.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:34.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:34.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:34.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:34.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:34.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:34.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:35.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:35.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:35.269 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:35.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:35.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:35.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:35.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:35.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:35.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:35.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:36.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:36.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:36.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:36.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:36.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:36.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:36.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:36.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:36.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:36.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:37.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:37.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:37.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:37.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:37.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:37.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:37.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:37.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:37.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:38.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:38.114 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:38.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:38.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:38.419 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:38.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:38.622 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:38.723 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:38.825 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:38.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:39.028 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:39.130 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:39.231 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:39.333 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:39.435 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:39.536 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:39.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:39.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:39.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:39.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:40.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:40.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:40.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:40.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:40.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:40.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:40.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:40.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:40.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:40.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:41.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:41.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:41.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:41.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:41.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:41.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:41.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:41.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:41.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:41.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:42.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:42.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:42.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:42.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:42.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:42.580 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:42.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:42.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:42.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:42.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:43.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:43.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:43.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:43.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:43.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:43.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:43.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:43.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:43.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:43.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:44.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:44.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:44.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:44.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:44.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:44.607 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:44.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:44.810 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:44.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:45.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:45.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:45.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:45.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:45.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:45.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:45.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:45.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:45.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:45.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:46.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:46.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:46.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:46.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:46.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:46.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:46.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:46.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:46.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:46.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:47.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:47.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:47.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:47.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:47.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:47.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:47.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:47.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:47.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:47.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:48.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:48.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:48.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:48.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:48.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:48.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:48.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:48.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:48.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:48.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:49.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:49.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:49.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:49.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:49.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59472/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:49.479 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=59472): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fcab9f13bc0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-19 04:13:49.733 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:13:49.734 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:13:49.734 DEBUG [src.node.waku_node] Stopping container with id bfd6b898117e
|
||||
2025-12-19 04:13:50.273 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:13:50.273 DEBUG [src.node.waku_node] Stopping container with id 091785e2f534
|
||||
2025-12-19 04:13:50.806 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:13:50.806 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:50.909 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:51.011 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:51.086 ERROR [src.node.docker_mananger] Max retries reached for container bfd6b898117e. Exiting log stream.
|
||||
2025-12-19 04:13:51.112 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:51.214 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:51.316 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:51.417 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:51.519 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:51.620 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:51.689 ERROR [src.node.docker_mananger] Max retries reached for container 091785e2f534. Exiting log stream.
|
||||
2025-12-19 04:13:51.722 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:51.823 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:51.925 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:52.027 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:52.128 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:52.230 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:52.332 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:52.434 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:52.536 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:52.638 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:52.740 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:52.842 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:52.944 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:53.045 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:53.147 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:53.249 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:53.351 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:53.453 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:53.554 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:53.656 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:53.758 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:53.859 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:53.961 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:54.063 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:54.164 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:54.267 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:54.368 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:54.470 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:54.571 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:54.673 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:54.774 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:54.876 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:54.978 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:55.080 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:55.181 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:55.283 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:55.385 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:55.487 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:55.589 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:55.690 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:55.792 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:55.894 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:55.896 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/56588fe1d2ee69d4c266cbeb18b6fce05ab38cea2455aae8e6b82557959b53dc/stop: Not Found ("No such container: 56588fe1d2ee69d4c266cbeb18b6fce05ab38cea2455aae8e6b82557959b53dc")
|
||||
2025-12-19 04:13:55.896 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:55.997 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:56.099 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:56.201 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:56.303 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:56.405 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:56.506 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:56.608 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:56.710 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:56.812 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:56.914 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:57.015 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:57.117 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:57.219 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:57.321 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:57.423 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:57.525 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:57.627 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:57.729 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:57.831 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:57.932 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:58.034 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:58.136 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:58.238 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:58.340 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:58.442 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:58.543 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:58.645 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:58.747 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:58.848 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:58.950 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:59.051 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:59.153 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:59.255 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:59.357 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:59.459 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:59.560 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:59.662 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:59.764 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:59.865 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:13:59.967 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:00.069 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:00.171 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:00.273 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:00.375 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:00.476 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:00.578 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:00.680 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:00.782 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:00.883 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:00.985 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:00.987 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/56588fe1d2ee69d4c266cbeb18b6fce05ab38cea2455aae8e6b82557959b53dc/stop: Not Found ("No such container: 56588fe1d2ee69d4c266cbeb18b6fce05ab38cea2455aae8e6b82557959b53dc")
|
||||
2025-12-19 04:14:00.987 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:01.088 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:01.190 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:01.292 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:01.394 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:01.496 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:01.598 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:01.700 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:01.802 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:01.904 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:02.006 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:02.108 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:02.210 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:02.312 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:02.414 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:02.516 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:02.618 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:02.720 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:02.822 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:02.923 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:03.025 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:03.127 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:03.229 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:03.331 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:03.433 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:03.535 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:03.637 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:03.738 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:03.840 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:03.942 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:04.043 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:04.145 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:04.247 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:04.349 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:04.451 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:04.553 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:04.654 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:04.756 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:04.858 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:04.960 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:05.062 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:05.164 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:05.266 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:05.368 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:05.470 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:05.572 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:05.674 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:05.776 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:05.878 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:05.980 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:06.081 DEBUG [src.node.waku_node] Stopping container with id 56588fe1d2ee
|
||||
2025-12-19 04:14:06.083 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/56588fe1d2ee69d4c266cbeb18b6fce05ab38cea2455aae8e6b82557959b53dc/stop: Not Found ("No such container: 56588fe1d2ee69d4c266cbeb18b6fce05ab38cea2455aae8e6b82557959b53dc")
|
||||
2025-12-19 04:14:06.085 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:14:06.109 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:14:06.157 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:14:06.157 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:14:06.158 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:14:06.158 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
72
nim/1008/data/attachments/24390218246e936e.txt
Normal file
72
nim/1008/data/attachments/24390218246e936e.txt
Normal file
@ -0,0 +1,72 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_main_node_full__peer_full with id: 2025-12-19_04-20-15__03c5644b-12d3-4f87-b9cc-483c5dd3d146
|
||||
[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_2025-12-19_04-20-15__03c5644b-12d3-4f87-b9cc-483c5dd3d146__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.39.226
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['65119', '65120', '65121', '65122', '65123']
|
||||
[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 65119:65119 -p 65120:65120 -p 65121:65121 -p 65122:65122 -p 65123:65123 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=65121 --rest-port=65119 --tcp-port=65120 --discv5-udp-port=65122 --rest-address=0.0.0.0 --nat=extip:172.18.39.226 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cf52d83ab6d9cc3a2fedebaff6fa438dda1a414fcfc56d0f724f7c2ff00ccf3a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65123 --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.39.226 waku 785a2a6329b9cf4a8e940e03e2871440ee4b8145bc606b9746d12d31aa32a985
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 785a2a6329b9. Setting up logs at ./log/docker/receiving_node1_2025-12-19_04-20-15__03c5644b-12d3-4f87-b9cc-483c5dd3d146__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 65119
|
||||
[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:65119/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:65119/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.39.226/tcp/65120/p2p/16Uiu2HAm8UX8D1j6bCYjkcBdKcCgy2kGLDBVmC74XgJodPQnCNos","/ip4/172.18.39.226/tcp/65121/ws/p2p/16Uiu2HAm8UX8D1j6bCYjkcBdKcCgy2kGLDBVmC74XgJodPQnCNos"],"enrUri":"enr:-L24QCWIsGWcUl5DbNUDmKroe27g7TUzsA57L5lBbmWjIbxXK71ot-9bGrAmhtmu_liKrSH6QH463jILjk_0k-UyDr8CgmlkgnY0gmlwhKwSJ-KKbXVsdGlhZGRyc5YACASsEifiBv5gAAoErBIn4gb-Yd0DgnJzhQADAQAAiXNlY3AyNTZrMaECweKpAUEi4x5wlQLEcnsnI6ySb9Cp8asVqhZ4mMpQwvqDdGNwgv5gg3VkcIL-YoV3YWt1Mg0"}'
|
||||
[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_2025-12-19_04-20-15__03c5644b-12d3-4f87-b9cc-483c5dd3d146__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.235.130
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42495', '42496', '42497', '42498', '42499']
|
||||
[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 42495:42495 -p 42496:42496 -p 42497:42497 -p 42498:42498 -p 42499:42499 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42497 --rest-port=42495 --tcp-port=42496 --discv5-udp-port=42498 --rest-address=0.0.0.0 --nat=extip:172.18.235.130 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6f024f39baeabe5342af4cdadc0af5ddf87fd5cf1eef81ecffc543d48d5ae8d4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42499 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCWIsGWcUl5DbNUDmKroe27g7TUzsA57L5lBbmWjIbxXK71ot-9bGrAmhtmu_liKrSH6QH463jILjk_0k-UyDr8CgmlkgnY0gmlwhKwSJ-KKbXVsdGlhZGRyc5YACASsEifiBv5gAAoErBIn4gb-Yd0DgnJzhQADAQAAiXNlY3AyNTZrMaECweKpAUEi4x5wlQLEcnsnI6ySb9Cp8asVqhZ4mMpQwvqDdGNwgv5gg3VkcIL-YoV3YWt1Mg0 --lightpushnode=/ip4/172.18.39.226/tcp/65120/p2p/16Uiu2HAm8UX8D1j6bCYjkcBdKcCgy2kGLDBVmC74XgJodPQnCNos --lightpush=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.235.130 waku a762d9fd98bfec80a048e710a00c8cdcf21ce3d404813aaecbfd30833dd8c6ea
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a762d9fd98bf. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-20-15__03c5644b-12d3-4f87-b9cc-483c5dd3d146__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42495
|
||||
[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:42495/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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"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:42495/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.235.130/tcp/42496/p2p/16Uiu2HAmGeEbv2uJZcycnB5prFKB9XK2qwFAcb1koheSx9YhLTV8","/ip4/172.18.235.130/tcp/42497/ws/p2p/16Uiu2HAmGeEbv2uJZcycnB5prFKB9XK2qwFAcb1koheSx9YhLTV8"],"enrUri":"enr:-L24QMznD_1r97D9jcjdWmgT5tdA5C3g8xqHxpQp_Mx5sB-xG_bVqiyjT2_P_7RUkDAmwWqdbgVHQF5EH79TRYCVRWkCgmlkgnY0gmlwhKwS64KKbXVsdGlhZGRyc5YACASsEuuCBqYAAAoErBLrggamAd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOz1IKFSAIPckLZvBuxyxTstte_NY2Z5StFU9oIp5JF-DdGNwgqYAg3VkcIKmAoV3YWt1Mg0"}'
|
||||
[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:42495/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.39.226/tcp/65120/p2p/16Uiu2HAm8UX8D1j6bCYjkcBdKcCgy2kGLDBVmC74XgJodPQnCNos"]'
|
||||
[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:65119/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:42495/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.libs.common:common.py:47 Sleeping for 0.5 seconds
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:121 Lightpushing message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:42495/lightpush/v1/message" -H "Content-Type: application/json" -d '{"pubsubTopic": "/waku/2/rs/3/0", "message": {"payload": "TGlnaHQgcHVzaCB3b3JrcyEh", "contentTopic": "/myapp/1/latest/proto", "timestamp": 1766118018578669935}}'
|
||||
[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.light_push:light_push.py:125 Checking that peer NODE_1:wakuorg/nwaku:latest can find the lightpushed message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65119/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%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":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118018578669935,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:125 Checking that peer NODE_2:wakuorg/nwaku:latest can find the lightpushed message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:42495/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%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":"TGlnaHQgcHVzaCB3b3JrcyEh","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766118018578669935,"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 785a2a6329b9
|
||||
[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 a762d9fd98bf
|
||||
[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/1008/data/attachments/244d26214ce45f09.txt
Normal file
862
nim/1008/data/attachments/244d26214ce45f09.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_timestamps with id: 2025-12-19_04-21-17__0ea55f2e-3f86-4af0-9898-fc0fb61c2a7a
|
||||
[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_2025-12-19_04-21-17__0ea55f2e-3f86-4af0-9898-fc0fb61c2a7a__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.99.95
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3926', '3927', '3928', '3929', '3930']
|
||||
[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 3926:3926 -p 3927:3927 -p 3928:3928 -p 3929:3929 -p 3930:3930 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=3928 --rest-port=3926 --tcp-port=3927 --discv5-udp-port=3929 --rest-address=0.0.0.0 --nat=extip:172.18.99.95 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2ca1b26f37ae5e2c467bba1be8c256eac41d37688f8bd66dbbe5c8ed6eeb02ed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3930 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.99.95 waku 8c21654c8858ae324fce2f208f85fffbb4ffabe000eadfefbb406911b0b81087
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8c21654c8858. Setting up logs at ./log/docker/receiving_node1_2025-12-19_04-21-17__0ea55f2e-3f86-4af0-9898-fc0fb61c2a7a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3926
|
||||
[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:3926/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:3926/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.99.95/tcp/3927/p2p/16Uiu2HAmVPFc4hYv7iDdYHN1HPgiBHUqSyoRdwTfU9gmizU7Dct4","/ip4/172.18.99.95/tcp/3928/ws/p2p/16Uiu2HAmVPFc4hYv7iDdYHN1HPgiBHUqSyoRdwTfU9gmizU7Dct4"],"enrUri":"enr:-L24QEVd2iDsjFxf-PkQsghiXc263KWSSBK6TxQpuM6qJfCQPox8ei9vV2vbBOoGBUkqUouA6Mdc6ghuQVUDgFowXu8CgmlkgnY0gmlwhKwSY1-KbXVsdGlhZGRyc5YACASsEmNfBg9XAAoErBJjXwYPWN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-I6iJb2JNtiIHKPhIRoal7Eca5WF1TToMQuT0d3k1F2DdGNwgg9Xg3VkcIIPWYV3YWt1Mgk"}'
|
||||
[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_2025-12-19_04-21-17__0ea55f2e-3f86-4af0-9898-fc0fb61c2a7a__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.121.43
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26411', '26412', '26413', '26414', '26415']
|
||||
[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 26411:26411 -p 26412:26412 -p 26413:26413 -p 26414:26414 -p 26415:26415 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26413 --rest-port=26411 --tcp-port=26412 --discv5-udp-port=26414 --rest-address=0.0.0.0 --nat=extip:172.18.121.43 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bc3ce1613d7d2907d7a1fac4c1feafdf39bbce01253ea2ddb276dd7a1bb8420f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26415 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.121.43 waku 0c89cce239b6579afbc0df5d34530587f7675ea675e9b57a0087d1b80b9be478
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0c89cce239b6. Setting up logs at ./log/docker/receiving_node2_2025-12-19_04-21-17__0ea55f2e-3f86-4af0-9898-fc0fb61c2a7a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26411
|
||||
[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:26411/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:26411/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.121.43/tcp/26412/p2p/16Uiu2HAmRMh6XvnmVRz4Gv5NLsfhHQMva29Xp7CAXtVrnrvqsNti","/ip4/172.18.121.43/tcp/26413/ws/p2p/16Uiu2HAmRMh6XvnmVRz4Gv5NLsfhHQMva29Xp7CAXtVrnrvqsNti"],"enrUri":"enr:-L24QA1dnLv75_-GARkhYbF7FHzu5mKdJObVZVrPDp4Q6sdJTY8HBgrp2iAuXSLjv6mnlwNWSsIbuKSMWTZqoMnytusCgmlkgnY0gmlwhKwSeSuKbXVsdGlhZGRyc5YACASsEnkrBmcsAAoErBJ5KwZnLd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvLmL8igvvDmHcy8-64rP0ynFL1LQzrw6SOHLo1MAyFuDdGNwgmcsg3VkcIJnLoV3YWt1MgE"}'
|
||||
[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:26411/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.99.95/tcp/3927/p2p/16Uiu2HAmVPFc4hYv7iDdYHN1HPgiBHUqSyoRdwTfU9gmizU7Dct4"]'
|
||||
[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_2025-12-19_04-21-17__0ea55f2e-3f86-4af0-9898-fc0fb61c2a7a__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.210.196
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38422', '38423', '38424', '38425', '38426']
|
||||
[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 38422:38422 -p 38423:38423 -p 38424:38424 -p 38425:38425 -p 38426:38426 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38424 --rest-port=38422 --tcp-port=38423 --discv5-udp-port=38425 --rest-address=0.0.0.0 --nat=extip:172.18.210.196 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bcb4a7fe96ddffb3fd417ada8e9fae4feaeb59a6bd81fb0a4306ddbd432bab3e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38426 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEVd2iDsjFxf-PkQsghiXc263KWSSBK6TxQpuM6qJfCQPox8ei9vV2vbBOoGBUkqUouA6Mdc6ghuQVUDgFowXu8CgmlkgnY0gmlwhKwSY1-KbXVsdGlhZGRyc5YACASsEmNfBg9XAAoErBJjXwYPWN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-I6iJb2JNtiIHKPhIRoal7Eca5WF1TToMQuT0d3k1F2DdGNwgg9Xg3VkcIIPWYV3YWt1Mgk --lightpushnode=/ip4/172.18.99.95/tcp/3927/p2p/16Uiu2HAmVPFc4hYv7iDdYHN1HPgiBHUqSyoRdwTfU9gmizU7Dct4 --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.210.196 waku 30a51dfe863f76daf0168674bc09ee4d63bf101dd655d2fadc3cb5871e20dff9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 30a51dfe863f. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-21-17__0ea55f2e-3f86-4af0-9898-fc0fb61c2a7a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38422
|
||||
[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:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 30a51dfe863f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38422/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=38422): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f854917b650>: 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.234.173
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40563', '40564', '40565', '40566', '40567']
|
||||
[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 40563:40563 -p 40564:40564 -p 40565:40565 -p 40566:40566 -p 40567:40567 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40565 --rest-port=40563 --tcp-port=40564 --discv5-udp-port=40566 --rest-address=0.0.0.0 --nat=extip:172.18.234.173 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b7a70ecddadabc2c2c844a97ed6b68c98afbfb46fbad32df5d110ebf0dedff58 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40567 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEVd2iDsjFxf-PkQsghiXc263KWSSBK6TxQpuM6qJfCQPox8ei9vV2vbBOoGBUkqUouA6Mdc6ghuQVUDgFowXu8CgmlkgnY0gmlwhKwSY1-KbXVsdGlhZGRyc5YACASsEmNfBg9XAAoErBJjXwYPWN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-I6iJb2JNtiIHKPhIRoal7Eca5WF1TToMQuT0d3k1F2DdGNwgg9Xg3VkcIIPWYV3YWt1Mgk --lightpushnode=/ip4/172.18.99.95/tcp/3927/p2p/16Uiu2HAmVPFc4hYv7iDdYHN1HPgiBHUqSyoRdwTfU9gmizU7Dct4 --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.234.173 waku 979588c5ae1d56a9a5b051f224d5bb20e37c0656b704840d11c920c0baaebc88
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 979588c5ae1d. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-21-17__0ea55f2e-3f86-4af0-9898-fc0fb61c2a7a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40563
|
||||
[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:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 979588c5ae1d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40563/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=40563): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8549102cf0>: 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.186.28
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16819', '16820', '16821', '16822', '16823']
|
||||
[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 16819:16819 -p 16820:16820 -p 16821:16821 -p 16822:16822 -p 16823:16823 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16821 --rest-port=16819 --tcp-port=16820 --discv5-udp-port=16822 --rest-address=0.0.0.0 --nat=extip:172.18.186.28 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=22e5fe955e69e205c8ebc10fd1969daf9ac22bbe9f4209b7cd18f7c0042ea46e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16823 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEVd2iDsjFxf-PkQsghiXc263KWSSBK6TxQpuM6qJfCQPox8ei9vV2vbBOoGBUkqUouA6Mdc6ghuQVUDgFowXu8CgmlkgnY0gmlwhKwSY1-KbXVsdGlhZGRyc5YACASsEmNfBg9XAAoErBJjXwYPWN0DgnJzhQADAQAAiXNlY3AyNTZrMaED-I6iJb2JNtiIHKPhIRoal7Eca5WF1TToMQuT0d3k1F2DdGNwgg9Xg3VkcIIPWYV3YWt1Mgk --lightpushnode=/ip4/172.18.99.95/tcp/3927/p2p/16Uiu2HAmVPFc4hYv7iDdYHN1HPgiBHUqSyoRdwTfU9gmizU7Dct4 --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.186.28 waku 7bee4775d2b4bff002b3c0d72c7f676417ed5e9bc6abcff90f1ca8ca8de9a125
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7bee4775d2b4. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-21-17__0ea55f2e-3f86-4af0-9898-fc0fb61c2a7a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16819
|
||||
[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:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7bee4775d2b4. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16819/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=16819): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8549114950>: 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 8c21654c8858
|
||||
[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 0c89cce239b6
|
||||
[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 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8c21654c8858. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0c89cce239b6. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[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/7bee4775d2b4bff002b3c0d72c7f676417ed5e9bc6abcff90f1ca8ca8de9a125/stop: Not Found ("No such container: 7bee4775d2b4bff002b3c0d72c7f676417ed5e9bc6abcff90f1ca8ca8de9a125")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[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/7bee4775d2b4bff002b3c0d72c7f676417ed5e9bc6abcff90f1ca8ca8de9a125/stop: Not Found ("No such container: 7bee4775d2b4bff002b3c0d72c7f676417ed5e9bc6abcff90f1ca8ca8de9a125")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 7bee4775d2b4
|
||||
[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/7bee4775d2b4bff002b3c0d72c7f676417ed5e9bc6abcff90f1ca8ca8de9a125/stop: Not Found ("No such container: 7bee4775d2b4bff002b3c0d72c7f676417ed5e9bc6abcff90f1ca8ca8de9a125")
|
||||
[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.
|
||||
112
nim/1008/data/attachments/245ec1422b75c77c.txt
Normal file
112
nim/1008/data/attachments/245ec1422b75c77c.txt
Normal file
@ -0,0 +1,112 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_cursor_near_end with id: 2025-12-19_04-31-20__4d973275-295d-4478-b601-f3c485e38cea
|
||||
[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_2025-12-19_04-31-20__4d973275-295d-4478-b601-f3c485e38cea__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.186.113
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64401', '64402', '64403', '64404', '64405']
|
||||
[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 64401:64401 -p 64402:64402 -p 64403:64403 -p 64404:64404 -p 64405:64405 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64403 --rest-port=64401 --tcp-port=64402 --discv5-udp-port=64404 --rest-address=0.0.0.0 --nat=extip:172.18.186.113 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=328b9dbe2009aec8551e193d18f1dcf8476ac2fc18c0edc43bfa11eec3f8ee5f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64405 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.186.113 waku 3daf2b83dae5d3b765c523546e6d3972b432fdfc27fc58322deb15b47ec4be72
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3daf2b83dae5. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-31-20__4d973275-295d-4478-b601-f3c485e38cea__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64401
|
||||
[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 512ca083b19d. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2c725d86d08b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64401/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:64401/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.186.113/tcp/64402/p2p/16Uiu2HAkxd6ozemY85RQZmzRj6oUpLe1ekq3EUgJE8aLZYRccr8B","/ip4/172.18.186.113/tcp/64403/ws/p2p/16Uiu2HAkxd6ozemY85RQZmzRj6oUpLe1ekq3EUgJE8aLZYRccr8B"],"enrUri":"enr:-L24QOpGMYh4Yzw-pa3xe67QbVZ2OQTQK8UMYWzQ1gRo5ujmPj82Y8roEphTONAiU1Kzj1riOe2_f4oZC0SlFZjYCfoCgmlkgnY0gmlwhKwSunGKbXVsdGlhZGRyc5YACASsErpxBvuSAAoErBK6cQb7k90DgnJzhQADAQAAiXNlY3AyNTZrMaECL4CGt--A5rl4p4K7Q3N_eEMewjuBBUCt9PKkvwIqO-yDdGNwgvuSg3VkcIL7lIV3YWt1MgM"}'
|
||||
[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_2025-12-19_04-31-20__4d973275-295d-4478-b601-f3c485e38cea__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.79.109
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25051', '25052', '25053', '25054', '25055']
|
||||
[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 25051:25051 -p 25052:25052 -p 25053:25053 -p 25054:25054 -p 25055:25055 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25053 --rest-port=25051 --tcp-port=25052 --discv5-udp-port=25054 --rest-address=0.0.0.0 --nat=extip:172.18.79.109 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eb6fd5ecee89df2a9b6a7c2cfe51654f3dfd9a6421377d53bc82451b64de50b0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25055 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOpGMYh4Yzw-pa3xe67QbVZ2OQTQK8UMYWzQ1gRo5ujmPj82Y8roEphTONAiU1Kzj1riOe2_f4oZC0SlFZjYCfoCgmlkgnY0gmlwhKwSunGKbXVsdGlhZGRyc5YACASsErpxBvuSAAoErBK6cQb7k90DgnJzhQADAQAAiXNlY3AyNTZrMaECL4CGt--A5rl4p4K7Q3N_eEMewjuBBUCt9PKkvwIqO-yDdGNwgvuSg3VkcIL7lIV3YWt1MgM --storenode=/ip4/172.18.186.113/tcp/64402/p2p/16Uiu2HAkxd6ozemY85RQZmzRj6oUpLe1ekq3EUgJE8aLZYRccr8B --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.79.109 waku fe2cbd21790bd896d039a6d97967bcdabd89516d8d99808b978c4908a7bcf611
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID fe2cbd21790b. Setting up logs at ./log/docker/store_node1_2025-12-19_04-31-20__4d973275-295d-4478-b601-f3c485e38cea__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25051
|
||||
[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:25051/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:25051/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.79.109/tcp/25052/p2p/16Uiu2HAm1jpqvTerUocyqDkMYDXaBue7izkzqtbdbH2t4BeP8gHT","/ip4/172.18.79.109/tcp/25053/ws/p2p/16Uiu2HAm1jpqvTerUocyqDkMYDXaBue7izkzqtbdbH2t4BeP8gHT"],"enrUri":"enr:-L24QAaZI5L7PNXxUYIn8u1FeEwH7X_k2umLuplWCtqNOGJBfVWS_1zHkHwe2OSZsDEiTX-rThvilksdYxncEj6uk-UCgmlkgnY0gmlwhKwST22KbXVsdGlhZGRyc5YACASsEk9tBmHcAAoErBJPbQZh3d0DgnJzhQADAQAAiXNlY3AyNTZrMaECXcyZWLb8uJFPW8o-i5bLXW--UkJsLf5v6eIHLjhjVc6DdGNwgmHcg3VkcIJh3oV3YWt1MgM"}'
|
||||
[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:25051/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.186.113/tcp/64402/p2p/16Uiu2HAkxd6ozemY85RQZmzRj6oUpLe1ekq3EUgJE8aLZYRccr8B"]'
|
||||
[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:64401/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:25051/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:64401/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:64401/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:64401/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:64401/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:64401/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:64401/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:64401/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:64401/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:64401/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:64401/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:64401/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":"0x2ba80c1c6ec41834f8074f582d5e2ee28874eb5a4e7992c0338a6870a6c4eb6d"},{"messageHash":"0x848c98f9b35d172509a5d35cabb607e703175ff8449ed10a2ca1146443d93134"},{"messageHash":"0xaf49ed095cc397ae0a44405d5df92b06bbedd013177070f24fbc7f208056b833"},{"messageHash":"0x434657222672cbc5d79fd0d5e2d71bb173aa4d93395f15032d156a4612bc8ee7"},{"messageHash":"0x221793fd3a543c7a9e679f15c9c7bf3d2510516a169f4161495f214b8a3133ee"}],"paginationCursor":"0x221793fd3a543c7a9e679f15c9c7bf3d2510516a169f4161495f214b8a3133ee"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64401/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x221793fd3a543c7a9e679f15c9c7bf3d2510516a169f4161495f214b8a3133ee&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":"0xb7bebb8ef28884fd8c53895101dc0ef0c0f9f278a418ebd41ab86a68d2e44aff"},{"messageHash":"0xaa1915fb40bc83bc8c3abe5a9210726431a9b1432091f5bd3c4a3e3004dd8c6d"},{"messageHash":"0x944494865e56a1ae98265996857c8880e0432df91d74e683d9e1efcfe538efae"},{"messageHash":"0x079b981a5ed31b92d1bb47ff2ae42b9d64d0429111db914b354c264d4d3000fd"},{"messageHash":"0xb5187fc49b53ef8c217445ed417eb8a228f0db4b83a86ff6ebbee53e0933c8c6"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25051/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":"0x2ba80c1c6ec41834f8074f582d5e2ee28874eb5a4e7992c0338a6870a6c4eb6d"},{"messageHash":"0x848c98f9b35d172509a5d35cabb607e703175ff8449ed10a2ca1146443d93134"},{"messageHash":"0xaf49ed095cc397ae0a44405d5df92b06bbedd013177070f24fbc7f208056b833"},{"messageHash":"0x434657222672cbc5d79fd0d5e2d71bb173aa4d93395f15032d156a4612bc8ee7"},{"messageHash":"0x221793fd3a543c7a9e679f15c9c7bf3d2510516a169f4161495f214b8a3133ee"}],"paginationCursor":"0x221793fd3a543c7a9e679f15c9c7bf3d2510516a169f4161495f214b8a3133ee"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:25051/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x221793fd3a543c7a9e679f15c9c7bf3d2510516a169f4161495f214b8a3133ee&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":"0xb7bebb8ef28884fd8c53895101dc0ef0c0f9f278a418ebd41ab86a68d2e44aff"},{"messageHash":"0xaa1915fb40bc83bc8c3abe5a9210726431a9b1432091f5bd3c4a3e3004dd8c6d"},{"messageHash":"0x944494865e56a1ae98265996857c8880e0432df91d74e683d9e1efcfe538efae"},{"messageHash":"0x079b981a5ed31b92d1bb47ff2ae42b9d64d0429111db914b354c264d4d3000fd"},{"messageHash":"0xb5187fc49b53ef8c217445ed417eb8a228f0db4b83a86ff6ebbee53e0933c8c6"}]}'
|
||||
[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 3daf2b83dae5
|
||||
[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 fe2cbd21790b
|
||||
[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.
|
||||
84
nim/1008/data/attachments/2473b01f155cc0d7.txt
Normal file
84
nim/1008/data/attachments/2473b01f155cc0d7.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_publish_with_valid_version with id: 2025-12-19_04-29-11__849820c2-b3c9-4670-9459-c3dcc224d766
|
||||
[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_2025-12-19_04-29-11__849820c2-b3c9-4670-9459-c3dcc224d766__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.253
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59383', '59384', '59385', '59386', '59387']
|
||||
[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 59383:59383 -p 59384:59384 -p 59385:59385 -p 59386:59386 -p 59387:59387 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59385 --rest-port=59383 --tcp-port=59384 --discv5-udp-port=59386 --rest-address=0.0.0.0 --nat=extip:172.18.78.253 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=20aabe1bdb4bdd3bb054df55bf793b0dc1a06d45eadb603c8cd320a37ceacc6c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59387 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.78.253 waku 63fdf24d1d0505af45bc8814ee813acbed921258167c08bd9cced23f7d6e9596
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 63fdf24d1d05. Setting up logs at ./log/docker/node1_2025-12-19_04-29-11__849820c2-b3c9-4670-9459-c3dcc224d766__wakuorg_nwaku:latest.log
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8cf28f5dddca. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59383
|
||||
[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 9785f714d823. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59383/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:59383/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.253/tcp/59384/p2p/16Uiu2HAm34n36VvZowyurt2AHNofNaM5HFG1KkevDKNHw65zmPFF","/ip4/172.18.78.253/tcp/59385/ws/p2p/16Uiu2HAm34n36VvZowyurt2AHNofNaM5HFG1KkevDKNHw65zmPFF"],"enrUri":"enr:-L24QFyFnXlsinVIeOiUQkU781ZSEXmWQDttWIBXSdYbyrO-KNiHPqvDNEV6JZnN36oojPq1Q6Rsl-jtWvLtOQ4v2LMCgmlkgnY0gmlwhKwSTv2KbXVsdGlhZGRyc5YACASsEk79Buf4AAoErBJO_Qbn-d0DgnJzhQADAQAAiXNlY3AyNTZrMaECcYMloteuqDrxK1iBXcS6PnuALRObIRvF1Upi1A9v4oKDdGNwguf4g3VkcILn-oV3YWt1MgE"}'
|
||||
[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_2025-12-19_04-29-11__849820c2-b3c9-4670-9459-c3dcc224d766__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.218.56
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13433', '13434', '13435', '13436', '13437']
|
||||
[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 13433:13433 -p 13434:13434 -p 13435:13435 -p 13436:13436 -p 13437:13437 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13435 --rest-port=13433 --tcp-port=13434 --discv5-udp-port=13436 --rest-address=0.0.0.0 --nat=extip:172.18.218.56 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e4c0c37cb63efd2581fcb1ea25d2f34a9c7283977ed700de400eb2cabfdbc73b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13437 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFyFnXlsinVIeOiUQkU781ZSEXmWQDttWIBXSdYbyrO-KNiHPqvDNEV6JZnN36oojPq1Q6Rsl-jtWvLtOQ4v2LMCgmlkgnY0gmlwhKwSTv2KbXVsdGlhZGRyc5YACASsEk79Buf4AAoErBJO_Qbn-d0DgnJzhQADAQAAiXNlY3AyNTZrMaECcYMloteuqDrxK1iBXcS6PnuALRObIRvF1Upi1A9v4oKDdGNwguf4g3VkcILn-oV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.218.56 waku 407e44e3b38641353cc9abe1d910fd698d69950209777f22a222bf42236b4500
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 407e44e3b386. Setting up logs at ./log/docker/node2_2025-12-19_04-29-11__849820c2-b3c9-4670-9459-c3dcc224d766__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13433
|
||||
[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:13433/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:13433/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.218.56/tcp/13434/p2p/16Uiu2HAmCxJSyCX9XXjXFpVe2PWeaNbpyCBEjBFwf8LA6dTY9xi9","/ip4/172.18.218.56/tcp/13435/ws/p2p/16Uiu2HAmCxJSyCX9XXjXFpVe2PWeaNbpyCBEjBFwf8LA6dTY9xi9"],"enrUri":"enr:-L24QJTGPOfNd6C6N2IFKh_L8mWrlNcgRH7jF0q7JkD9_rHsFMcT5oQjnSG_BA_suxVBbMWWk1NvEtJQgrAy_0Xped0CgmlkgnY0gmlwhKwS2jiKbXVsdGlhZGRyc5YACASsEto4BjR6AAoErBLaOAY0e90DgnJzhQADAQAAiXNlY3AyNTZrMaEDBG9WT1IM2ReaA3Ivq-tzOvYBWYi_wIs_-ehdObtqjP6DdGNwgjR6g3VkcII0fIV3YWt1MgE"}'
|
||||
[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:13433/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.78.253/tcp/59384/p2p/16Uiu2HAm34n36VvZowyurt2AHNofNaM5HFG1KkevDKNHw65zmPFF"]'
|
||||
[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:59383/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:13433/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:59383/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:59383/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":1766118554239112960,"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:13433/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":1766118554239112960,"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:59383/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)', "version": 10}'
|
||||
[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:59383/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":10,"timestamp":1766118554353396494,"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:13433/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":10,"timestamp":1766118554353396494,"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 63fdf24d1d05
|
||||
[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 407e44e3b386
|
||||
[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.
|
||||
73
nim/1008/data/attachments/248dbb6d01f07d2b.txt
Normal file
73
nim/1008/data/attachments/248dbb6d01f07d2b.txt
Normal file
@ -0,0 +1,73 @@
|
||||
2025-12-19 04:17:35.037 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:17:35.037 DEBUG [tests.conftest] Running test: test_retrieve_messages_without_subscribing_via_api with id: 2025-12-19_04-17-35__291037a0-119d-4758-b8fd-c978a0f3501d
|
||||
2025-12-19 04:17:35.038 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:17:35.038 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:17:35.038 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2025-12-19 04:17:35.045 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:17:35.046 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-17-35__291037a0-119d-4758-b8fd-c978a0f3501d__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:35.046 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:17:35.046 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:17:35.047 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:17:35.047 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.164.11
|
||||
2025-12-19 04:17:35.047 DEBUG [src.node.docker_mananger] Generated ports ['13224', '13225', '13226', '13227', '13228']
|
||||
2025-12-19 04:17:35.048 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-19 04:17:35.048 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-19 04:17:35.048 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:17:35.048 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:17:35.048 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:17:35.048 DEBUG [src.node.docker_mananger] docker run -i -t -p 13224:13224 -p 13225:13225 -p 13226:13226 -p 13227:13227 -p 13228:13228 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13226 --rest-port=13224 --tcp-port=13225 --discv5-udp-port=13227 --rest-address=0.0.0.0 --nat=extip:172.18.164.11 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=980a5d9e371f3fb75a1f5ecdc1b1cd3b0c06998dd51c254e55b149a5fb2a0cdd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13228 --metrics-logging=true --relay=true --filter=true
|
||||
2025-12-19 04:17:35.229 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.164.11 waku b0ad533a4f7f405ccab8b0c7c4154fa72757194145a437556005ee7746fac078
|
||||
2025-12-19 04:17:35.262 DEBUG [src.node.docker_mananger] Container started with ID b0ad533a4f7f. Setting up logs at ./log/docker/node1_2025-12-19_04-17-35__291037a0-119d-4758-b8fd-c978a0f3501d__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:35.263 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13224
|
||||
2025-12-19 04:17:35.263 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:17:35.301 ERROR [src.node.docker_mananger] Max retries reached for container 759f43a09aac. Exiting log stream.
|
||||
2025-12-19 04:17:35.819 ERROR [src.node.docker_mananger] Max retries reached for container cd133fc0ff2d. Exiting log stream.
|
||||
2025-12-19 04:17:36.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13224/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:36.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:17:36.268 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:17:36.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13224/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:36.271 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.164.11/tcp/13225/p2p/16Uiu2HAm6eiCH4CprAuUoktNUpp772aoqhE8AoXeLBQspa5HtKar","/ip4/172.18.164.11/tcp/13226/ws/p2p/16Uiu2HAm6eiCH4CprAuUoktNUpp772aoqhE8AoXeLBQspa5HtKar"],"enrUri":"enr:-L24QIk1iieNmblnJrDy3gGXBeSbpts9jr_OfWk7NOE1WnUrXgYZyxWTnYJR80gcZ7ZXc4IRIcDAwRQyKYopf_lpU3YCgmlkgnY0gmlwhKwSpAuKbXVsdGlhZGRyc5YACASsEqQLBjOpAAoErBKkCwYzqt0DgnJzhQACAQAAiXNlY3AyNTZrMaECpsecirS1en9oBXdkwDeA2WEb-e4yyKZwxh2NAq-OhWuDdGNwgjOpg3VkcIIzq4V3YWt1MgU"}'
|
||||
2025-12-19 04:17:36.271 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:17:36.278 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:17:36.278 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-17-35__291037a0-119d-4758-b8fd-c978a0f3501d__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:36.278 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:17:36.278 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:17:36.279 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:17:36.279 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.76.36
|
||||
2025-12-19 04:17:36.280 DEBUG [src.node.docker_mananger] Generated ports ['9984', '9985', '9986', '9987', '9988']
|
||||
2025-12-19 04:17:36.280 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2025-12-19 04:17:36.280 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2025-12-19 04:17:36.280 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:17:36.280 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:17:36.280 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:17:36.280 DEBUG [src.node.docker_mananger] docker run -i -t -p 9984:9984 -p 9985:9985 -p 9986:9986 -p 9987:9987 -p 9988:9988 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9986 --rest-port=9984 --tcp-port=9985 --discv5-udp-port=9987 --rest-address=0.0.0.0 --nat=extip:172.18.76.36 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=2bfa0bdb5bed7942e5addf00f5bcb3107d35eb2a2f697f5e391effb9bdcb5cbe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9988 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIk1iieNmblnJrDy3gGXBeSbpts9jr_OfWk7NOE1WnUrXgYZyxWTnYJR80gcZ7ZXc4IRIcDAwRQyKYopf_lpU3YCgmlkgnY0gmlwhKwSpAuKbXVsdGlhZGRyc5YACASsEqQLBjOpAAoErBKkCwYzqt0DgnJzhQACAQAAiXNlY3AyNTZrMaECpsecirS1en9oBXdkwDeA2WEb-e4yyKZwxh2NAq-OhWuDdGNwgjOpg3VkcIIzq4V3YWt1MgU
|
||||
2025-12-19 04:17:36.468 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.76.36 waku abab8a2606233156906138580b3174f6ccc05b6f442d422554f9c3da5bf61f22
|
||||
2025-12-19 04:17:36.502 DEBUG [src.node.docker_mananger] Container started with ID abab8a260623. Setting up logs at ./log/docker/node2_2025-12-19_04-17-35__291037a0-119d-4758-b8fd-c978a0f3501d__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:17:36.502 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 9984
|
||||
2025-12-19 04:17:36.503 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:17:37.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9984/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:37.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2025-12-19 04:17:37.521 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:17:37.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9984/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:37.525 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.76.36/tcp/9985/p2p/16Uiu2HAm3C8EkGvUsF8MfGm2yJtou52Kva2WronvcpPVJF3oBpVs","/ip4/172.18.76.36/tcp/9986/ws/p2p/16Uiu2HAm3C8EkGvUsF8MfGm2yJtou52Kva2WronvcpPVJF3oBpVs"],"enrUri":"enr:-L24QH-1QBGBnWTGvRqB2mbN0EazR6-zJNz-tfMNf9qv-T00J9OM7LA41Klh1ug4gTt5BysQlxUgKDzxJcAUT6_DjhQCgmlkgnY0gmlwhKwSTCSKbXVsdGlhZGRyc5YACASsEkwkBicBAAoErBJMJAYnAt0DgnJzhQACAQAAiXNlY3AyNTZrMaECc2UNy-fg3GMX_nOHOoHXKGR2ggD54j_aw93e6Ii9P9aDdGNwgicBg3VkcIInA4V3YWt1MgE"}'
|
||||
2025-12-19 04:17:37.526 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:17:37.526 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:9984/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.164.11/tcp/13225/p2p/16Uiu2HAm6eiCH4CprAuUoktNUpp772aoqhE8AoXeLBQspa5HtKar"]'
|
||||
2025-12-19 04:17:37.530 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:37.531 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13224/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:17:37.536 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:17:37.536 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:17:37.636 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:37.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13224/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:37.640 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117857531713804,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:37.641 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:17:37.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:9984/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:17:37.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1766117857531713804,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:17:37.647 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:17:37.648 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:17:37.648 DEBUG [src.node.waku_node] Stopping container with id b0ad533a4f7f
|
||||
2025-12-19 04:17:38.209 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:38.210 DEBUG [src.node.waku_node] Stopping container with id abab8a260623
|
||||
2025-12-19 04:17:38.786 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:17:38.787 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:17:38.794 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:17:38.799 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2579
nim/1008/data/attachments/24c0deccc1eeeacb.txt
Normal file
2579
nim/1008/data/attachments/24c0deccc1eeeacb.txt
Normal file
File diff suppressed because it is too large
Load Diff
862
nim/1008/data/attachments/250d6dd3fa503933.txt
Normal file
862
nim/1008/data/attachments/250d6dd3fa503933.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_on_multiple_pubsub_topics with id: 2025-12-19_04-17-08__c03505cb-810f-411f-987c-9da57600e56f
|
||||
[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_2025-12-19_04-17-08__c03505cb-810f-411f-987c-9da57600e56f__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.220.200
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['31268', '31269', '31270', '31271', '31272']
|
||||
[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 31268:31268 -p 31269:31269 -p 31270:31270 -p 31271:31271 -p 31272:31272 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31270 --rest-port=31268 --tcp-port=31269 --discv5-udp-port=31271 --rest-address=0.0.0.0 --nat=extip:172.18.220.200 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7f75e8bd1cb792e6fa1d2afbdfdc59c826f4bf7a0c129736c4fd60ff35db0c94 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31272 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.220.200 waku 4c2995702c6a933fc5e68736a08e4303bf40c3f3e821376853e7b63c935833c1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4c2995702c6a. Setting up logs at ./log/docker/receiving_node1_2025-12-19_04-17-08__c03505cb-810f-411f-987c-9da57600e56f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 31268
|
||||
[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 c7fdf71ce82b. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1fb45a29a69b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31268/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:31268/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.220.200/tcp/31269/p2p/16Uiu2HAkxWuhcfYvmqCLoDa8gCDSdNsWqZYapXQaopHjkGpYm9NA","/ip4/172.18.220.200/tcp/31270/ws/p2p/16Uiu2HAkxWuhcfYvmqCLoDa8gCDSdNsWqZYapXQaopHjkGpYm9NA"],"enrUri":"enr:-L24QHeB9rn1TIpxW-FUjb2Owk-V9GuIAmM2fxMGz30xLFFWHyiXuIELY-O7T_35P2SXL15rTPjhOIUkPT473-g0W1UCgmlkgnY0gmlwhKwS3MiKbXVsdGlhZGRyc5YACASsEtzIBnolAAoErBLcyAZ6Jt0DgnJzhQADAQAAiXNlY3AyNTZrMaECLep6ssostVeearyQ8_FEa9Aep__PEBeYv78faFXA4VuDdGNwgnolg3VkcIJ6J4V3YWt1Mgk"}'
|
||||
[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_2025-12-19_04-17-08__c03505cb-810f-411f-987c-9da57600e56f__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.254.88
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['63982', '63983', '63984', '63985', '63986']
|
||||
[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 63982:63982 -p 63983:63983 -p 63984:63984 -p 63985:63985 -p 63986:63986 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63984 --rest-port=63982 --tcp-port=63983 --discv5-udp-port=63985 --rest-address=0.0.0.0 --nat=extip:172.18.254.88 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eb3f8da3b0cb8eae1db8a5ee9efcceec20d2a794103348aa38aeaa656317bf9c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63986 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.254.88 waku 46fb82019fb210963d490268317805db3cf668188d659c790b62a1bd6fa68db0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 46fb82019fb2. Setting up logs at ./log/docker/receiving_node2_2025-12-19_04-17-08__c03505cb-810f-411f-987c-9da57600e56f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 63982
|
||||
[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:63982/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:63982/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.254.88/tcp/63983/p2p/16Uiu2HAmK6G3rwv1emhLBsriQnR1L2huXpLg9P6EeLi8LqybHaYa","/ip4/172.18.254.88/tcp/63984/ws/p2p/16Uiu2HAmK6G3rwv1emhLBsriQnR1L2huXpLg9P6EeLi8LqybHaYa"],"enrUri":"enr:-L24QMK3dR5HKnScBv4pTfm_mnYtcvyfNv5hFrEt08n3fQQwJsB0-2QLvQoOGcOpZVvW7XUFo-KBdIVoJzQv0igueiICgmlkgnY0gmlwhKwS_liKbXVsdGlhZGRyc5YACASsEv5YBvnvAAoErBL-WAb58N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDX59krn2uv8u8NR7d-YN9rpubnMCw9MW-wfyFwJ8SOuuDdGNwgvnvg3VkcIL58YV3YWt1MgE"}'
|
||||
[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:63982/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.220.200/tcp/31269/p2p/16Uiu2HAkxWuhcfYvmqCLoDa8gCDSdNsWqZYapXQaopHjkGpYm9NA"]'
|
||||
[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_2025-12-19_04-17-08__c03505cb-810f-411f-987c-9da57600e56f__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.102.105
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52974', '52975', '52976', '52977', '52978']
|
||||
[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 52974:52974 -p 52975:52975 -p 52976:52976 -p 52977:52977 -p 52978:52978 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52976 --rest-port=52974 --tcp-port=52975 --discv5-udp-port=52977 --rest-address=0.0.0.0 --nat=extip:172.18.102.105 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=df8f05cd8dfef1de9de95bb75e70a9dcb1cd6baf65be69ebfe37a88cdf15ee7c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52978 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHeB9rn1TIpxW-FUjb2Owk-V9GuIAmM2fxMGz30xLFFWHyiXuIELY-O7T_35P2SXL15rTPjhOIUkPT473-g0W1UCgmlkgnY0gmlwhKwS3MiKbXVsdGlhZGRyc5YACASsEtzIBnolAAoErBLcyAZ6Jt0DgnJzhQADAQAAiXNlY3AyNTZrMaECLep6ssostVeearyQ8_FEa9Aep__PEBeYv78faFXA4VuDdGNwgnolg3VkcIJ6J4V3YWt1Mgk --lightpushnode=/ip4/172.18.220.200/tcp/31269/p2p/16Uiu2HAkxWuhcfYvmqCLoDa8gCDSdNsWqZYapXQaopHjkGpYm9NA --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.102.105 waku 339cf61cbb488c203e69eaca11de47e50bfd4f1b616c70b737d33cf9cd825498
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 339cf61cbb48. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-17-08__c03505cb-810f-411f-987c-9da57600e56f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52974
|
||||
[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:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 339cf61cbb48. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:52974/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=52974): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8548f89b20>: 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.199.96
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5334', '5335', '5336', '5337', '5338']
|
||||
[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 5334:5334 -p 5335:5335 -p 5336:5336 -p 5337:5337 -p 5338:5338 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5336 --rest-port=5334 --tcp-port=5335 --discv5-udp-port=5337 --rest-address=0.0.0.0 --nat=extip:172.18.199.96 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=71cbbc81b2dbcfab78e129742c445535d1436d8fdefa3d1aeb4da5fbe264fa9a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5338 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHeB9rn1TIpxW-FUjb2Owk-V9GuIAmM2fxMGz30xLFFWHyiXuIELY-O7T_35P2SXL15rTPjhOIUkPT473-g0W1UCgmlkgnY0gmlwhKwS3MiKbXVsdGlhZGRyc5YACASsEtzIBnolAAoErBLcyAZ6Jt0DgnJzhQADAQAAiXNlY3AyNTZrMaECLep6ssostVeearyQ8_FEa9Aep__PEBeYv78faFXA4VuDdGNwgnolg3VkcIJ6J4V3YWt1Mgk --lightpushnode=/ip4/172.18.220.200/tcp/31269/p2p/16Uiu2HAkxWuhcfYvmqCLoDa8gCDSdNsWqZYapXQaopHjkGpYm9NA --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.199.96 waku 7ccf2c7505292a7cd4782188cbe163dcf8383f796c16aad4b7794041667a0996
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7ccf2c750529. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-17-08__c03505cb-810f-411f-987c-9da57600e56f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5334
|
||||
[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:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7ccf2c750529. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5334/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=5334): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8548ee41a0>: 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.228.73
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17466', '17467', '17468', '17469', '17470']
|
||||
[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 17466:17466 -p 17467:17467 -p 17468:17468 -p 17469:17469 -p 17470:17470 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17468 --rest-port=17466 --tcp-port=17467 --discv5-udp-port=17469 --rest-address=0.0.0.0 --nat=extip:172.18.228.73 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d3a3e708f659be0e3f0c41bc6ceddd4abc66a6cdf5e9e4bedb3efac0f6b797fa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17470 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QHeB9rn1TIpxW-FUjb2Owk-V9GuIAmM2fxMGz30xLFFWHyiXuIELY-O7T_35P2SXL15rTPjhOIUkPT473-g0W1UCgmlkgnY0gmlwhKwS3MiKbXVsdGlhZGRyc5YACASsEtzIBnolAAoErBLcyAZ6Jt0DgnJzhQADAQAAiXNlY3AyNTZrMaECLep6ssostVeearyQ8_FEa9Aep__PEBeYv78faFXA4VuDdGNwgnolg3VkcIJ6J4V3YWt1Mgk --lightpushnode=/ip4/172.18.220.200/tcp/31269/p2p/16Uiu2HAkxWuhcfYvmqCLoDa8gCDSdNsWqZYapXQaopHjkGpYm9NA --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.228.73 waku 722c3994e45bceac5b888c6c0f2ae07d0394624e02ff47c5179dda6f402d07bf
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 722c3994e45b. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-17-08__c03505cb-810f-411f-987c-9da57600e56f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17466
|
||||
[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:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 722c3994e45b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17466/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=17466): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8548f899a0>: 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 4c2995702c6a
|
||||
[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 46fb82019fb2
|
||||
[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 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4c2995702c6a. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 46fb82019fb2. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[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/722c3994e45bceac5b888c6c0f2ae07d0394624e02ff47c5179dda6f402d07bf/stop: Not Found ("No such container: 722c3994e45bceac5b888c6c0f2ae07d0394624e02ff47c5179dda6f402d07bf")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[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/722c3994e45bceac5b888c6c0f2ae07d0394624e02ff47c5179dda6f402d07bf/stop: Not Found ("No such container: 722c3994e45bceac5b888c6c0f2ae07d0394624e02ff47c5179dda6f402d07bf")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 722c3994e45b
|
||||
[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/722c3994e45bceac5b888c6c0f2ae07d0394624e02ff47c5179dda6f402d07bf/stop: Not Found ("No such container: 722c3994e45bceac5b888c6c0f2ae07d0394624e02ff47c5179dda6f402d07bf")
|
||||
[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.
|
||||
71
nim/1008/data/attachments/25532cbbf780fbcf.txt
Normal file
71
nim/1008/data/attachments/25532cbbf780fbcf.txt
Normal file
@ -0,0 +1,71 @@
|
||||
2025-12-19 04:12:07.015 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:12:07.015 DEBUG [tests.conftest] Running test: test_relay with id: 2025-12-19_04-12-07__48fe6672-21d5-4843-8619-1c0c65b4f994
|
||||
2025-12-19 04:12:07.015 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:12:07.015 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:12:07.016 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-19 04:12:07.016 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:12:07.016 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:12:07.026 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:07.026 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-12-07__48fe6672-21d5-4843-8619-1c0c65b4f994__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:07.026 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:07.026 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:07.067 DEBUG [src.node.docker_mananger] Network waku created
|
||||
2025-12-19 04:12:07.067 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.107
|
||||
2025-12-19 04:12:07.067 DEBUG [src.node.docker_mananger] Generated ports ['60450', '60451', '60452', '60453', '60454']
|
||||
2025-12-19 04:12:07.067 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:07.068 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:07.068 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:07.068 DEBUG [src.node.docker_mananger] docker run -i -t -p 60450:60450 -p 60451:60451 -p 60452:60452 -p 60453:60453 -p 60454:60454 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60452 --rest-port=60450 --tcp-port=60451 --discv5-udp-port=60453 --rest-address=0.0.0.0 --nat=extip:172.18.138.107 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b45aa6a6ff921e26f3caef604c2dcf34cb8bf4b13b002f8ffb96cbfc93c4ebca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60454 --metrics-logging=true --relay=true
|
||||
2025-12-19 04:12:08.965 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.107 waku 483342eb50061b9a90717c41faf7b88edbe3154f53e28d9b711423c891be99bf
|
||||
2025-12-19 04:12:08.999 DEBUG [src.node.docker_mananger] Container started with ID 483342eb5006. Setting up logs at ./log/docker/node1_2025-12-19_04-12-07__48fe6672-21d5-4843-8619-1c0c65b4f994__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:08.999 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60450
|
||||
2025-12-19 04:12:09.000 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:10.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60450/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:10.005 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:12:10.005 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:10.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60450/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:10.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.107/tcp/60451/p2p/16Uiu2HAmKs6oXNzuoFMsTx86EbAmyN7gTNBUCHpd11bzDhpZHXL1","/ip4/172.18.138.107/tcp/60452/ws/p2p/16Uiu2HAmKs6oXNzuoFMsTx86EbAmyN7gTNBUCHpd11bzDhpZHXL1"],"enrUri":"enr:-L24QFg0o4bPu8nnbB9LlS2Y7L2gSCHBfKLyS8TfR8pW9L9TVc0bdet9bWTPKppNv4wElANVGP8DFO0FX2oa6dR_aHgCgmlkgnY0gmlwhKwSimuKbXVsdGlhZGRyc5YACASsEoprBuwjAAoErBKKawbsJN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDaxwS6Ft3k9H7LZxAwkq32Waux8wDHLTwZgKMr_1e0GaDdGNwguwjg3VkcILsJYV3YWt1MgE"}'
|
||||
2025-12-19 04:12:10.007 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:10.013 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:12:10.014 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-12-07__48fe6672-21d5-4843-8619-1c0c65b4f994__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:10.014 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:12:10.014 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:12:10.015 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:12:10.015 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.0.107
|
||||
2025-12-19 04:12:10.016 DEBUG [src.node.docker_mananger] Generated ports ['45797', '45798', '45799', '45800', '45801']
|
||||
2025-12-19 04:12:10.016 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:12:10.016 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:12:10.016 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:12:10.016 DEBUG [src.node.docker_mananger] docker run -i -t -p 45797:45797 -p 45798:45798 -p 45799:45799 -p 45800:45800 -p 45801:45801 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45799 --rest-port=45797 --tcp-port=45798 --discv5-udp-port=45800 --rest-address=0.0.0.0 --nat=extip:172.18.0.107 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=23ffee0ab7fe5ca6fbbd3ae5d287adaf65b380decfc7e1abd05edc712826e641 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45801 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFg0o4bPu8nnbB9LlS2Y7L2gSCHBfKLyS8TfR8pW9L9TVc0bdet9bWTPKppNv4wElANVGP8DFO0FX2oa6dR_aHgCgmlkgnY0gmlwhKwSimuKbXVsdGlhZGRyc5YACASsEoprBuwjAAoErBKKawbsJN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDaxwS6Ft3k9H7LZxAwkq32Waux8wDHLTwZgKMr_1e0GaDdGNwguwjg3VkcILsJYV3YWt1MgE
|
||||
2025-12-19 04:12:10.210 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.0.107 waku 493237b84f68602e3a97f42e7e6b5ee47ca11f095e76d93b90597e0d550a81a0
|
||||
2025-12-19 04:12:10.241 DEBUG [src.node.docker_mananger] Container started with ID 493237b84f68. Setting up logs at ./log/docker/node1_2025-12-19_04-12-07__48fe6672-21d5-4843-8619-1c0c65b4f994__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:12:10.242 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45797
|
||||
2025-12-19 04:12:10.242 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:12:11.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45797/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:11.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:12:11.256 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:12:11.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45797/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:11.263 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.0.107/tcp/45798/p2p/16Uiu2HAm7cdKU68JvaXRHbgsrTMqcZ6XeEph8ZbuqC5ygdeGdGWP","/ip4/172.18.0.107/tcp/45799/ws/p2p/16Uiu2HAm7cdKU68JvaXRHbgsrTMqcZ6XeEph8ZbuqC5ygdeGdGWP"],"enrUri":"enr:-L24QOLQ3MIh0vGFkK3ApUBkIoY6usKNOwJ9eGI0tqsjV8L8UokqrJXVU7IvTBPbGhINqPKVvkAQIvMe25BPkYbjj84CgmlkgnY0gmlwhKwSAGuKbXVsdGlhZGRyc5YACASsEgBrBrLmAAoErBIAaway590DgnJzhQADAQAAiXNlY3AyNTZrMaECtRqfmrQRv8fpuDjcaNqM3vnGe5Q8ow-RcSmgNfv24_SDdGNwgrLmg3VkcIKy6IV3YWt1MgE"}'
|
||||
2025-12-19 04:12:11.263 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:12:11.264 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60450/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:12:11.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:11.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45797/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:12:11.273 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:11.274 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60450/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:12:11.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:12:11.279 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:12:11.379 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:11.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60450/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:11.382 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":1766117531274008576,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:12:11.383 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:12:11.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45797/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:12:11.386 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":1766117531274008576,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:12:11.389 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:12:11.390 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:12:11.390 DEBUG [src.node.waku_node] Stopping container with id 483342eb5006
|
||||
2025-12-19 04:12:11.941 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:11.941 DEBUG [src.node.waku_node] Stopping container with id 493237b84f68
|
||||
2025-12-19 04:12:12.467 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:12:12.469 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:12:12.474 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:12:12.479 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
34
nim/1008/data/attachments/25789618ab621569.txt
Normal file
34
nim/1008/data/attachments/25789618ab621569.txt
Normal file
@ -0,0 +1,34 @@
|
||||
WRN 2025-12-19 04:29:46.908+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2025-12-19 04:29:46.908+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2025-12-19 04:29:46.908+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
|
||||
INF 2025-12-19 04:29:46.908+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2025-12-19 04:29:46.908+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
INF 2025-12-19 04:29:46.908+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QPLTRy7QYpY6AS1ViYZrS2si5TImvEEP8KhWqrxcoUIuISp4H37Qh85bH9iEBZucltH3VSaQZPjWxxTtmb-DBCECgmlkgnY0gmlwhKwSei6KbXVsdGlhZGRyc5YACASsEnouBvNzAAoErBJ6LgbzdN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrT7cKe-2KAm-y1HeQ-F7IaVK-aoKvWbvD6D-4vAGlZ6DdGNwgvNzg3VkcILzdYV3YWt1Mgk
|
||||
NTC 2025-12-19 04:29:46.909+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:58340
|
||||
INF 2025-12-19 04:29:46.909+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:58340/
|
||||
INF 2025-12-19 04:29:46.909+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2025-12-19 04:29:46.909+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2025-12-19 04:29:46.910+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2025-12-19 04:29:46.910+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2025-12-19 04:29:46.910+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2025-12-19 04:29:46.910+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2025-12-19 04:29:46.910+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.214.195/tcp/58341, /ip4/172.18.214.195/tcp/58342/ws]"
|
||||
INF 2025-12-19 04:29:46.910+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2025-12-19 04:29:46.910+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2025-12-19 04:29:46.911+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2025-12-19 04:29:46.911+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2025-12-19 04:29:46.911+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2025-12-19 04:29:46.911+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
|
||||
INF 2025-12-19 04:29:46.911+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
|
||||
INF 2025-12-19 04:29:46.911+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
|
||||
INF 2025-12-19 04:29:46.911+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*bg7LHd, seqNo: 1766118586, addresses: [/ip4/172.18.214.195/tcp/58341, /ip4/172.18.214.195/tcp/58342/ws], mixKey: )"
|
||||
TRC 2025-12-19 04:29:46.911+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2025-12-19 04:29:46.911+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
|
||||
INF 2025-12-19 04:29:46.911+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
||||
INF 2025-12-19 04:29:46.911+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2025-12-19 04:29:46.911+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2025-12-19 04:29:46.911+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
|
||||
ERR 2025-12-19 04:29:46.911+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-19 04:29:46.911+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2025-12-19 04:29:46.911+00:00 Waku initialization failed topics="wakunode main" tid=1 file=wakunode2.nim:56 error="Failed setting up node: Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
100
nim/1008/data/attachments/2645c1748a4193f3.txt
Normal file
100
nim/1008/data/attachments/2645c1748a4193f3.txt
Normal file
@ -0,0 +1,100 @@
|
||||
2025-12-19 04:35:39.542 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:35:39.542 DEBUG [tests.conftest] Running test: test_store_with_unknown_pubsub_topic_but_known_content_topic with id: 2025-12-19_04-35-39__67c0beb0-266f-4701-b248-935f22a8840c
|
||||
2025-12-19 04:35:39.542 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:35:39.542 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:35:39.543 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2025-12-19 04:35:39.549 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:35:39.549 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2025-12-19_04-35-39__67c0beb0-266f-4701-b248-935f22a8840c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:35:39.550 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:35:39.550 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:35:39.551 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:35:39.551 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.117.135
|
||||
2025-12-19 04:35:39.551 DEBUG [src.node.docker_mananger] Generated ports ['39018', '39019', '39020', '39021', '39022']
|
||||
2025-12-19 04:35:39.551 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:35:39.552 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:35:39.552 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:35:39.552 DEBUG [src.node.docker_mananger] docker run -i -t -p 39018:39018 -p 39019:39019 -p 39020:39020 -p 39021:39021 -p 39022:39022 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=39020 --rest-port=39018 --tcp-port=39019 --discv5-udp-port=39021 --rest-address=0.0.0.0 --nat=extip:172.18.117.135 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d2a3e1155aef4eca17eed091ea069fb8deaaa3d2f660d44268addfc31c2eab9f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39022 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-19 04:35:39.743 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.117.135 waku e73c50c9050eeae06b08b02b8ccf9bfba5c19f2fa88da1afd43621539bb38995
|
||||
2025-12-19 04:35:39.776 DEBUG [src.node.docker_mananger] Container started with ID e73c50c9050e. Setting up logs at ./log/docker/publishing_node1_2025-12-19_04-35-39__67c0beb0-266f-4701-b248-935f22a8840c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:35:39.776 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39018
|
||||
2025-12-19 04:35:39.777 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:35:39.809 ERROR [src.node.docker_mananger] Max retries reached for container f71f00093018. Exiting log stream.
|
||||
2025-12-19 04:35:40.350 ERROR [src.node.docker_mananger] Max retries reached for container 55ef7de3334e. Exiting log stream.
|
||||
2025-12-19 04:35:40.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39018/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:35:40.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:35:40.782 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:35:40.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39018/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:35:40.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.117.135/tcp/39019/p2p/16Uiu2HAmTuBdovKuDHXSwNueFjV5yoqxsKWCAah2r4FbZanoiBu9","/ip4/172.18.117.135/tcp/39020/ws/p2p/16Uiu2HAmTuBdovKuDHXSwNueFjV5yoqxsKWCAah2r4FbZanoiBu9"],"enrUri":"enr:-L24QEuEQ9XGV-55f4RHCtLW3xDWJtf3pVIsHQ9aq8_Y3LuEKnKMWbGTbzuRyue18ETbHYtFnRJDGeOykka-9AiIsfcCgmlkgnY0gmlwhKwSdYeKbXVsdGlhZGRyc5YACASsEnWHBphrAAoErBJ1hwaYbN0DgnJzhQADAQAAiXNlY3AyNTZrMaED4oIx7Im9D7afsxpaAqydyrIGPfdumLL2CtmG8Ocx1eCDdGNwgphrg3VkcIKYbYV3YWt1MgM"}'
|
||||
2025-12-19 04:35:40.785 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:35:40.792 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:35:40.792 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2025-12-19_04-35-39__67c0beb0-266f-4701-b248-935f22a8840c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:35:40.793 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:35:40.793 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:35:40.794 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:35:40.794 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.118.58
|
||||
2025-12-19 04:35:40.794 DEBUG [src.node.docker_mananger] Generated ports ['48322', '48323', '48324', '48325', '48326']
|
||||
2025-12-19 04:35:40.795 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:35:40.795 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:35:40.795 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:35:40.795 DEBUG [src.node.docker_mananger] docker run -i -t -p 48322:48322 -p 48323:48323 -p 48324:48324 -p 48325:48325 -p 48326:48326 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48324 --rest-port=48322 --tcp-port=48323 --discv5-udp-port=48325 --rest-address=0.0.0.0 --nat=extip:172.18.118.58 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=738a25af511bc1f186ceddeaa380dc5217e5baa8976dec9d52d4fdfeecfe2f81 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48326 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEuEQ9XGV-55f4RHCtLW3xDWJtf3pVIsHQ9aq8_Y3LuEKnKMWbGTbzuRyue18ETbHYtFnRJDGeOykka-9AiIsfcCgmlkgnY0gmlwhKwSdYeKbXVsdGlhZGRyc5YACASsEnWHBphrAAoErBJ1hwaYbN0DgnJzhQADAQAAiXNlY3AyNTZrMaED4oIx7Im9D7afsxpaAqydyrIGPfdumLL2CtmG8Ocx1eCDdGNwgphrg3VkcIKYbYV3YWt1MgM --storenode=/ip4/172.18.117.135/tcp/39019/p2p/16Uiu2HAmTuBdovKuDHXSwNueFjV5yoqxsKWCAah2r4FbZanoiBu9 --store=true --relay=true
|
||||
2025-12-19 04:35:41.001 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.118.58 waku 2c0f236d0e37b931213864d6cef2e95d6b4a7ee56c2d8e9941c076cc01654271
|
||||
2025-12-19 04:35:41.033 DEBUG [src.node.docker_mananger] Container started with ID 2c0f236d0e37. Setting up logs at ./log/docker/store_node1_2025-12-19_04-35-39__67c0beb0-266f-4701-b248-935f22a8840c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:35:41.034 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48322
|
||||
2025-12-19 04:35:41.035 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:35:42.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48322/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:35:42.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:35:42.041 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:35:42.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48322/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:35:42.044 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.118.58/tcp/48323/p2p/16Uiu2HAkygkN6Wfn6Xm4Kicdb8aAMAhUfEq8o8ZuJ4NLpJU2nHic","/ip4/172.18.118.58/tcp/48324/ws/p2p/16Uiu2HAkygkN6Wfn6Xm4Kicdb8aAMAhUfEq8o8ZuJ4NLpJU2nHic"],"enrUri":"enr:-L24QFnrw3tCKgcaXKZzlpxn9y94pDXmG-tw93g4PK14XHmfcJ6vAGDM8-zJjzvGKbD2Cy58msBOM8HTUIjCKme3CN0CgmlkgnY0gmlwhKwSdjqKbXVsdGlhZGRyc5YACASsEnY6BrzDAAoErBJ2Oga8xN0DgnJzhQADAQAAiXNlY3AyNTZrMaECP0tq3SxUBssgBRGMD6v0bcyEN6qrg6PO1yHKGVojimWDdGNwgrzDg3VkcIK8xYV3YWt1MgM"}'
|
||||
2025-12-19 04:35:42.044 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:35:42.045 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48322/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.117.135/tcp/39019/p2p/16Uiu2HAmTuBdovKuDHXSwNueFjV5yoqxsKWCAah2r4FbZanoiBu9"]'
|
||||
2025-12-19 04:35:42.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:35:42.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39018/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:35:42.050 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:35:42.051 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48322/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:35:42.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:35:42.053 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:35:42.054 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:35:42.058 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:35:42.059 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:35:42.260 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:35:42.260 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:35:42.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:35:42.266 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:35:42.467 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:35:42.468 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:35:42.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:35:42.475 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:35:42.676 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:35:42.676 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:35:42.682 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:35:42.683 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:35:42.884 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:35:42.884 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:35:42.891 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:35:42.891 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:35:43.092 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:35:43.092 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:35:43.098 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:35:43.099 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:35:43.299 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:35:43.300 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:35:43.305 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:35:43.306 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:35:43.507 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:35:43.507 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39018/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:35:43.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:35:43.513 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2025-12-19 04:35:43.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39018/store/v3/messages?pubsubTopic=test&contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:35:43.718 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2025-12-19 04:35:43.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48322/store/v3/messages?pubsubTopic=test&contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:35:43.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2025-12-19 04:35:43.724 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:35:43.725 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:35:43.725 DEBUG [src.node.waku_node] Stopping container with id e73c50c9050e
|
||||
2025-12-19 04:35:44.284 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:35:44.286 DEBUG [src.node.waku_node] Stopping container with id 2c0f236d0e37
|
||||
2025-12-19 04:35:44.825 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:35:44.826 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:35:44.839 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:35:44.846 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
63
nim/1008/data/attachments/2665f7816a86639a.txt
Normal file
63
nim/1008/data/attachments/2665f7816a86639a.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: 2025-12-19_04-13-07__9d83fbe1-d4a4-49dc-920a-ddb598cdf4e2
|
||||
[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_2025-12-19_04-13-07__9d83fbe1-d4a4-49dc-920a-ddb598cdf4e2__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.99.11
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35290', '35291', '35292', '35293', '35294']
|
||||
[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 35290:35290 -p 35291:35291 -p 35292:35292 -p 35293:35293 -p 35294:35294 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35292 --rest-port=35290 --tcp-port=35291 --discv5-udp-port=35293 --rest-address=0.0.0.0 --nat=extip:172.18.99.11 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eeae0b342c63861cf03cfcda4be0002de296ffdf0f0cebd8257e53adedad8b69 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35294 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.99.11 waku a1f2852f6a4434290c34ced35bd486379684cf25a36b084f730470c33585a97b
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container fcc112632145. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a1f2852f6a44. Setting up logs at ./log/docker/node1_2025-12-19_04-13-07__9d83fbe1-d4a4-49dc-920a-ddb598cdf4e2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35290
|
||||
[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 1a2b4cddf90e. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35290/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:35290/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.99.11/tcp/35291/p2p/16Uiu2HAm3pyFAKDizv3aqnadUvLrBhvAvSwpC5hG6WD1HJHwTEhG","/ip4/172.18.99.11/tcp/35292/ws/p2p/16Uiu2HAm3pyFAKDizv3aqnadUvLrBhvAvSwpC5hG6WD1HJHwTEhG"],"enrUri":"enr:-L24QAXgV34XFny5Cud4elEUHkFucbZqB4Qq_Cg-1xceTF1YV5OhBRjkfD5VTv892hvzsJDDyLDWqFdAAaQP9uFiuZsCgmlkgnY0gmlwhKwSYwuKbXVsdGlhZGRyc5YACASsEmMLBonbAAoErBJjCwaJ3N0DgnJzhQADAQAAiXNlY3AyNTZrMaECfNVgJcFoZCSOHyyHL0vpcBP0Xyh5TYUOVu-K872iraODdGNwgonbg3VkcIKJ3YV3YWt1MgU"}'
|
||||
[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_2025-12-19_04-13-07__9d83fbe1-d4a4-49dc-920a-ddb598cdf4e2__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.95.136
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['25120', '25121', '25122', '25123', '25124']
|
||||
[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 25120:25120 -p 25121:25121 -p 25122:25122 -p 25123:25123 -p 25124:25124 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25122 --rest-port=25120 --tcp-port=25121 --discv5-udp-port=25123 --rest-address=0.0.0.0 --nat=extip:172.18.95.136 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ade568b4e8af3bcb562ce5dcbcea3cec8eaaacabddc5dcdac28d9aabff702fca --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25124 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAXgV34XFny5Cud4elEUHkFucbZqB4Qq_Cg-1xceTF1YV5OhBRjkfD5VTv892hvzsJDDyLDWqFdAAaQP9uFiuZsCgmlkgnY0gmlwhKwSYwuKbXVsdGlhZGRyc5YACASsEmMLBonbAAoErBJjCwaJ3N0DgnJzhQADAQAAiXNlY3AyNTZrMaECfNVgJcFoZCSOHyyHL0vpcBP0Xyh5TYUOVu-K872iraODdGNwgonbg3VkcIKJ3YV3YWt1MgU --filternode=/ip4/172.18.99.11/tcp/35291/p2p/16Uiu2HAm3pyFAKDizv3aqnadUvLrBhvAvSwpC5hG6WD1HJHwTEhG
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.95.136 waku c8b838a131fc53cb333d1f950dbb70a3ada832b3c6410de6c5b8f1e6aa00bb66
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c8b838a131fc. Setting up logs at ./log/docker/node2_2025-12-19_04-13-07__9d83fbe1-d4a4-49dc-920a-ddb598cdf4e2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 25120
|
||||
[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:25120/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:25120/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.95.136/tcp/25121/p2p/16Uiu2HAmQhX8BJV4H1Xno3FrQW5eACi1Rk1v3J5g8HHsjEA7qzrP","/ip4/172.18.95.136/tcp/25122/ws/p2p/16Uiu2HAmQhX8BJV4H1Xno3FrQW5eACi1Rk1v3J5g8HHsjEA7qzrP"],"enrUri":"enr:-L24QFDvLP3ZKEMmzlXAzFAgU01Iqv6xt_K7CjRdZ8dyWKN9CQLtZ3V-t54FlHpx0ghrg9A7L8sgqyCGmAXcUsjJRj4CgmlkgnY0gmlwhKwSX4iKbXVsdGlhZGRyc5YACASsEl-IBmIhAAoErBJfiAZiIt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDsvIzcMvNajgN7qggnf5j_QL0q3X5-d1lW4DZm2u8VPSDdGNwgmIhg3VkcIJiI4V3YWt1MgA"}'
|
||||
[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:25120/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.99.11/tcp/35291/p2p/16Uiu2HAm3pyFAKDizv3aqnadUvLrBhvAvSwpC5hG6WD1HJHwTEhG"]'
|
||||
[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:25120/filter/v2/subscriptions/ed51cc6a-9865-41e6-8aa4-8367bf3d5346" -H "Content-Type: application/json" -d 'None'
|
||||
[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:25120/filter/v2/subscriptions/ed51cc6a-9865-41e6-8aa4-8367bf3d5346. Response content: b'{"requestId":"ed51cc6a-9865-41e6-8aa4-8367bf3d5346","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 a1f2852f6a44
|
||||
[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 c8b838a131fc
|
||||
[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.
|
||||
86
nim/1008/data/attachments/2668056627404726.txt
Normal file
86
nim/1008/data/attachments/2668056627404726.txt
Normal file
@ -0,0 +1,86 @@
|
||||
2025-12-19 04:25:40.248 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:25:40.249 DEBUG [tests.conftest] Running test: test_relay_subscribe_to_already_existing_pubsub_topic with id: 2025-12-19_04-25-40__e7f2af6c-9f73-44d4-bddb-e1a70d0c7512
|
||||
2025-12-19 04:25:40.249 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:25:40.249 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:25:40.250 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2025-12-19 04:25:40.256 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:25:40.256 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-25-40__e7f2af6c-9f73-44d4-bddb-e1a70d0c7512__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:25:40.257 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:25:40.257 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:25:40.258 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:25:40.258 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.7.122
|
||||
2025-12-19 04:25:40.258 DEBUG [src.node.docker_mananger] Generated ports ['23752', '23753', '23754', '23755', '23756']
|
||||
2025-12-19 04:25:40.259 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:25:40.259 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:25:40.259 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:25:40.259 DEBUG [src.node.docker_mananger] docker run -i -t -p 23752:23752 -p 23753:23753 -p 23754:23754 -p 23755:23755 -p 23756:23756 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23754 --rest-port=23752 --tcp-port=23753 --discv5-udp-port=23755 --rest-address=0.0.0.0 --nat=extip:172.18.7.122 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0fa092cdca7823cae8863a6b95f4ebb8efbec7dc0f72bad58abfa9b5eb0d57ef --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23756 --metrics-logging=true --relay=true
|
||||
2025-12-19 04:25:40.439 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.7.122 waku 8844dcf616a7e19f7e1e201e5fdb49b94d57917b704d08c4353e79b9ebb8d718
|
||||
2025-12-19 04:25:40.472 DEBUG [src.node.docker_mananger] Container started with ID 8844dcf616a7. Setting up logs at ./log/docker/node1_2025-12-19_04-25-40__e7f2af6c-9f73-44d4-bddb-e1a70d0c7512__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:25:40.473 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23752
|
||||
2025-12-19 04:25:40.473 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:25:40.526 ERROR [src.node.docker_mananger] Max retries reached for container b3e423589945. Exiting log stream.
|
||||
2025-12-19 04:25:41.027 ERROR [src.node.docker_mananger] Max retries reached for container 980fcb1d33ea. Exiting log stream.
|
||||
2025-12-19 04:25:41.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23752/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:25:41.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:25:41.478 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:25:41.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23752/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:25:41.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.7.122/tcp/23753/p2p/16Uiu2HAmRtQh4VpRxrB6eZrdwE5iELkeuAHT5PSVe1VWDX2iGYg4","/ip4/172.18.7.122/tcp/23754/ws/p2p/16Uiu2HAmRtQh4VpRxrB6eZrdwE5iELkeuAHT5PSVe1VWDX2iGYg4"],"enrUri":"enr:-L24QPL3nYPMcy3LjpTRZlP6w39sttSUtWZfskK6sCKyCmT3UdH2zAlTK5z-4OY1B8D9_ymsdXRVw2ZBUuJ9eUlPsvsCgmlkgnY0gmlwhKwSB3qKbXVsdGlhZGRyc5YACASsEgd6BlzJAAoErBIHegZcyt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxJgAvRLrWoBQ_pjU47eKRc7YDH1tq10nmjy9LCif7D2DdGNwglzJg3VkcIJcy4V3YWt1MgE"}'
|
||||
2025-12-19 04:25:41.481 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:25:41.487 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:25:41.488 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-25-40__e7f2af6c-9f73-44d4-bddb-e1a70d0c7512__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:25:41.488 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:25:41.488 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:25:41.489 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:25:41.489 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.80.114
|
||||
2025-12-19 04:25:41.489 DEBUG [src.node.docker_mananger] Generated ports ['39425', '39426', '39427', '39428', '39429']
|
||||
2025-12-19 04:25:41.490 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:25:41.490 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:25:41.490 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:25:41.490 DEBUG [src.node.docker_mananger] docker run -i -t -p 39425:39425 -p 39426:39426 -p 39427:39427 -p 39428:39428 -p 39429:39429 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=39427 --rest-port=39425 --tcp-port=39426 --discv5-udp-port=39428 --rest-address=0.0.0.0 --nat=extip:172.18.80.114 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=efede6e329fb9a3addaadc4bf353b3cedb2c2724d7a2ffc5131dce5f0b2e8cc9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39429 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPL3nYPMcy3LjpTRZlP6w39sttSUtWZfskK6sCKyCmT3UdH2zAlTK5z-4OY1B8D9_ymsdXRVw2ZBUuJ9eUlPsvsCgmlkgnY0gmlwhKwSB3qKbXVsdGlhZGRyc5YACASsEgd6BlzJAAoErBIHegZcyt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxJgAvRLrWoBQ_pjU47eKRc7YDH1tq10nmjy9LCif7D2DdGNwglzJg3VkcIJcy4V3YWt1MgE
|
||||
2025-12-19 04:25:41.672 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.80.114 waku 2f0f7130928b43cf04ca590e71984b4c01cb7144fdc2d5cff64583f1f7af02a0
|
||||
2025-12-19 04:25:41.704 DEBUG [src.node.docker_mananger] Container started with ID 2f0f7130928b. Setting up logs at ./log/docker/node2_2025-12-19_04-25-40__e7f2af6c-9f73-44d4-bddb-e1a70d0c7512__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:25:41.706 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 39425
|
||||
2025-12-19 04:25:41.706 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:25:42.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39425/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:25:42.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:25:42.716 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:25:42.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39425/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:25:42.722 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.80.114/tcp/39426/p2p/16Uiu2HAmBU8EJamn3KR554TPCEPDmRqxwmfE9UyNbQm13UonS451","/ip4/172.18.80.114/tcp/39427/ws/p2p/16Uiu2HAmBU8EJamn3KR554TPCEPDmRqxwmfE9UyNbQm13UonS451"],"enrUri":"enr:-L24QOHFCvLjyuFKY8TB55C8hsecQTH_4qCf45o48maXHFuFI7ggFOqhi8PcrwCJGg0yGtGVvCAYtsWd4Q8c08jEXgICgmlkgnY0gmlwhKwSUHKKbXVsdGlhZGRyc5YACASsElByBpoCAAoErBJQcgaaA90DgnJzhQADAQAAiXNlY3AyNTZrMaEC7lvVZ6kELq75_4E4opDbbYevEnVzG76X2liLAdItFoyDdGNwgpoCg3VkcIKaBIV3YWt1MgE"}'
|
||||
2025-12-19 04:25:42.722 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:25:42.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39425/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.7.122/tcp/23753/p2p/16Uiu2HAmRtQh4VpRxrB6eZrdwE5iELkeuAHT5PSVe1VWDX2iGYg4"]'
|
||||
2025-12-19 04:25:42.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:25:42.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23752/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:25:42.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:25:42.732 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39425/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:25:42.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:25:42.738 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:25:42.744 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:25:42.744 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:25:42.845 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:25:42.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:25:42.847 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":1766118342738833152,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:25:42.849 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:25:42.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39425/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:25:42.851 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":1766118342738833152,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:25:42.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23752/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:25:42.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:25:42.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:39425/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:25:42.858 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:25:42.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:25:42.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:25:42.863 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:25:42.964 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:25:42.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:25:42.967 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":1766118342858765837,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:25:42.968 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:25:42.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:39425/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:25:42.970 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":1766118342858765837,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:25:42.973 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:25:42.974 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:25:42.974 DEBUG [src.node.waku_node] Stopping container with id 8844dcf616a7
|
||||
2025-12-19 04:25:43.506 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:25:43.507 DEBUG [src.node.waku_node] Stopping container with id 2f0f7130928b
|
||||
2025-12-19 04:25:44.023 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:25:44.024 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:25:44.035 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:25:44.041 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
860
nim/1008/data/attachments/26b89a3a607e7df8.txt
Normal file
860
nim/1008/data/attachments/26b89a3a607e7df8.txt
Normal file
@ -0,0 +1,860 @@
|
||||
2025-12-19 04:13:51.786 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:13:51.786 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_pubsub_topics with id: 2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c
|
||||
2025-12-19 04:13:51.786 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:13:51.787 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-19 04:13:51.794 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:51.795 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:51.795 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:51.796 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:51.798 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:51.798 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.99
|
||||
2025-12-19 04:13:51.798 DEBUG [src.node.docker_mananger] Generated ports ['59281', '59282', '59283', '59284', '59285']
|
||||
2025-12-19 04:13:51.798 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:51.798 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:51.799 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:51.799 DEBUG [src.node.docker_mananger] 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.191.99 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dcce4eb5557c16cdbad2baf28dadbc9f0f95a79abceb0b3b72caac7a1f6ff68a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59285 --metrics-logging=true --lightpush=true --relay=true
|
||||
2025-12-19 04:13:51.986 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.99 waku 0c838b5dbaea7acae968ca7bbf52835548679f103568a3d9b363e08dbf1cc561
|
||||
2025-12-19 04:13:52.001 ERROR [src.node.docker_mananger] Max retries reached for container f78730a27f85. Exiting log stream.
|
||||
2025-12-19 04:13:52.018 DEBUG [src.node.docker_mananger] Container started with ID 0c838b5dbaea. Setting up logs at ./log/docker/receiving_node1_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:52.020 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59281
|
||||
2025-12-19 04:13:52.020 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:52.587 ERROR [src.node.docker_mananger] Max retries reached for container 0368458df9f6. Exiting log stream.
|
||||
2025-12-19 04:13:53.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59281/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:53.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:13:53.024 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:13:53.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59281/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:53.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.191.99/tcp/59282/p2p/16Uiu2HAm2cAjrrPVLYxZ4Tag8dty5rs3r2EeV8JrHmLCrkEvxzc5","/ip4/172.18.191.99/tcp/59283/ws/p2p/16Uiu2HAm2cAjrrPVLYxZ4Tag8dty5rs3r2EeV8JrHmLCrkEvxzc5"],"enrUri":"enr:-L24QEuBfIQ3cGZZSC_aBcLle0JhZOKU6zLonlBxMm00j0w1NaeT_rAUu-xM9Has0Mrp5nQxgl9s7kJJCG2vFYM73nsCgmlkgnY0gmlwhKwSv2OKbXVsdGlhZGRyc5YACASsEr9jBueSAAoErBK_Ywbnk90DgnJzhQADAQAAiXNlY3AyNTZrMaECarIipoqLtyYwioyK002L3W55X075XmOEEeIiuJ0saT6DdGNwgueSg3VkcILnlIV3YWt1Mgk"}'
|
||||
2025-12-19 04:13:53.027 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:13:53.034 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:53.034 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:53.034 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:53.034 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:53.036 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:53.036 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.141.151
|
||||
2025-12-19 04:13:53.036 DEBUG [src.node.docker_mananger] Generated ports ['1561', '1562', '1563', '1564', '1565']
|
||||
2025-12-19 04:13:53.036 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:53.036 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:53.037 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:53.037 DEBUG [src.node.docker_mananger] docker run -i -t -p 1561:1561 -p 1562:1562 -p 1563:1563 -p 1564:1564 -p 1565:1565 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1563 --rest-port=1561 --tcp-port=1562 --discv5-udp-port=1564 --rest-address=0.0.0.0 --nat=extip:172.18.141.151 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=320ceddb34cd51ffdeda9422bef6f4c5cdfa1bc5b6a1f7b0ec35dd8afe566a9c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1565 --metrics-logging=true --lightpush=false --relay=true
|
||||
2025-12-19 04:13:53.232 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.141.151 waku f5a9ea3f876237c92955ed91bdd3c6bd032d6495e0934b729c740eb73093c31e
|
||||
2025-12-19 04:13:53.263 DEBUG [src.node.docker_mananger] Container started with ID f5a9ea3f8762. Setting up logs at ./log/docker/receiving_node2_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:53.263 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 1561
|
||||
2025-12-19 04:13:53.263 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:54.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1561/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:54.267 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:13:54.268 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:13:54.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:1561/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:54.270 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.141.151/tcp/1562/p2p/16Uiu2HAkxkMztFUZy5Uh28WmZNCER5VA6xwKxC4n3hmwkMUWX91U","/ip4/172.18.141.151/tcp/1563/ws/p2p/16Uiu2HAkxkMztFUZy5Uh28WmZNCER5VA6xwKxC4n3hmwkMUWX91U"],"enrUri":"enr:-L24QDZE4As95MMhdRCs9LBbKVi_q0Yon5zEzISr30iRwVTwbmEPTrZNXq0B9jI57SlcXc2FNi0QzxmABmPhDbgSyQcCgmlkgnY0gmlwhKwSjZeKbXVsdGlhZGRyc5YACASsEo2XBgYaAAoErBKNlwYGG90DgnJzhQADAQAAiXNlY3AyNTZrMaECMVzDxugJ8ig3LrF_yzCk3p8Ghkw2uOhb03LeLiR9axuDdGNwggYag3VkcIIGHIV3YWt1MgE"}'
|
||||
2025-12-19 04:13:54.270 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:13:54.271 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:1561/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.191.99/tcp/59282/p2p/16Uiu2HAm2cAjrrPVLYxZ4Tag8dty5rs3r2EeV8JrHmLCrkEvxzc5"]'
|
||||
2025-12-19 04:13:54.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:13:54.317 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:13:54.321 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:54.321 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:13:54.322 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:13:54.326 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:13:54.326 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.18.10
|
||||
2025-12-19 04:13:54.326 DEBUG [src.node.docker_mananger] Generated ports ['4937', '4938', '4939', '4940', '4941']
|
||||
2025-12-19 04:13:54.326 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:13:54.326 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:13:54.326 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:13:54.326 DEBUG [src.node.docker_mananger] docker run -i -t -p 4937:4937 -p 4938:4938 -p 4939:4939 -p 4940:4940 -p 4941:4941 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4939 --rest-port=4937 --tcp-port=4938 --discv5-udp-port=4940 --rest-address=0.0.0.0 --nat=extip:172.18.18.10 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=06078f50bf4b4fb4cf7d6cfbd7beb62f6cff02cf714f41affc372cdf7ccddc5a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4941 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEuBfIQ3cGZZSC_aBcLle0JhZOKU6zLonlBxMm00j0w1NaeT_rAUu-xM9Has0Mrp5nQxgl9s7kJJCG2vFYM73nsCgmlkgnY0gmlwhKwSv2OKbXVsdGlhZGRyc5YACASsEr9jBueSAAoErBK_Ywbnk90DgnJzhQADAQAAiXNlY3AyNTZrMaECarIipoqLtyYwioyK002L3W55X075XmOEEeIiuJ0saT6DdGNwgueSg3VkcILnlIV3YWt1Mgk --lightpushnode=/ip4/172.18.191.99/tcp/59282/p2p/16Uiu2HAm2cAjrrPVLYxZ4Tag8dty5rs3r2EeV8JrHmLCrkEvxzc5 --lightpush=true --relay=false
|
||||
2025-12-19 04:13:54.512 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.18.10 waku 0193202e499837439607219da5811ec3443a2eb78d3fe95c21922ecfab38f448
|
||||
2025-12-19 04:13:54.542 DEBUG [src.node.docker_mananger] Container started with ID 0193202e4998. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:13:54.542 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4937
|
||||
2025-12-19 04:13:54.543 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:13:55.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:55.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:55.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:55.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:55.891 ERROR [src.node.docker_mananger] Max retries reached for container 0193202e4998. Exiting log stream.
|
||||
2025-12-19 04:13:55.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:56.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:56.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:56.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:56.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:56.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:56.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:56.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:56.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:56.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:56.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:57.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:57.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:57.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:57.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:57.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:57.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:57.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:57.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:57.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:57.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:58.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:58.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:58.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:58.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:58.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:58.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:58.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:58.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:58.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:59.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:59.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:59.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:59.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:59.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:59.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:59.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:59.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:59.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:13:59.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:00.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:00.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:00.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:00.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:00.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:00.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:00.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:00.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:00.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:00.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:01.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:01.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:01.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:01.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:01.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:01.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:01.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:01.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:01.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:01.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:02.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:02.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:02.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:02.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:02.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:02.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:02.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:02.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:02.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:02.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:03.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:03.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:03.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:03.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:03.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:03.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:03.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:03.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:03.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:03.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:04.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:04.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:04.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:04.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:04.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:04.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:04.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:04.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:04.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:05.003 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:05.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:05.206 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:05.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:05.410 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:05.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:05.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:05.715 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:05.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:05.918 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:06.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:06.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:06.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:06.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:06.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:06.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:06.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:06.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:06.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:06.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:07.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:07.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:07.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:07.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:07.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:07.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:07.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:07.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:07.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:07.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:08.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:08.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:08.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:08.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:08.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:08.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:08.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:08.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:08.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:08.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:09.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:09.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:09.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:09.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:09.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:09.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:09.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:09.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:09.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:09.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:10.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:10.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:10.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:10.393 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:10.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:10.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:10.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:10.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:10.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:11.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:11.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:11.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:11.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:11.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:11.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:11.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:11.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:11.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:11.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:12.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:12.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:12.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:12.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:12.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:12.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:12.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:12.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:12.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:12.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:13.036 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:13.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:13.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:13.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:13.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:13.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:13.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:13.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:13.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:13.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:14.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:15.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:15.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:15.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:15.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:15.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:15.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4937/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:15.580 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=4937): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd0fbdc1520>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-19 04:14:15.681 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:14:15.681 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:14:15.683 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:14:15.683 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.176.246
|
||||
2025-12-19 04:14:15.683 DEBUG [src.node.docker_mananger] Generated ports ['44261', '44262', '44263', '44264', '44265']
|
||||
2025-12-19 04:14:15.683 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:14:15.683 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:14:15.683 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:14:15.683 DEBUG [src.node.docker_mananger] docker run -i -t -p 44261:44261 -p 44262:44262 -p 44263:44263 -p 44264:44264 -p 44265:44265 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44263 --rest-port=44261 --tcp-port=44262 --discv5-udp-port=44264 --rest-address=0.0.0.0 --nat=extip:172.18.176.246 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=af09ea1a1510d6a8949c28557d9f92afe76d2ffc4bfe093dd228edbab6c7257a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44265 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEuBfIQ3cGZZSC_aBcLle0JhZOKU6zLonlBxMm00j0w1NaeT_rAUu-xM9Has0Mrp5nQxgl9s7kJJCG2vFYM73nsCgmlkgnY0gmlwhKwSv2OKbXVsdGlhZGRyc5YACASsEr9jBueSAAoErBK_Ywbnk90DgnJzhQADAQAAiXNlY3AyNTZrMaECarIipoqLtyYwioyK002L3W55X075XmOEEeIiuJ0saT6DdGNwgueSg3VkcILnlIV3YWt1Mgk --lightpushnode=/ip4/172.18.191.99/tcp/59282/p2p/16Uiu2HAm2cAjrrPVLYxZ4Tag8dty5rs3r2EeV8JrHmLCrkEvxzc5 --lightpush=true --relay=false
|
||||
2025-12-19 04:14:15.881 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.176.246 waku 6f18bcd3f7f5b55ce822bc5e5e28c52e4e8873ed026b8794e9b016a5dbc46967
|
||||
2025-12-19 04:14:15.910 DEBUG [src.node.docker_mananger] Container started with ID 6f18bcd3f7f5. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:15.910 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44261
|
||||
2025-12-19 04:14:15.911 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:16.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:17.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:17.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:17.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:17.274 ERROR [src.node.docker_mananger] Max retries reached for container 6f18bcd3f7f5. Exiting log stream.
|
||||
2025-12-19 04:14:17.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:17.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:17.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:17.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:17.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:17.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:17.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:18.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:18.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:18.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:18.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:18.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:18.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:18.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:18.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:18.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:18.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:19.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:19.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:19.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:19.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:19.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:19.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:19.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:19.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:19.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:19.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:20.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:20.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:20.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:20.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:20.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:20.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:20.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:20.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:20.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:20.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:21.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:21.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:21.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:21.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:21.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:21.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:21.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:21.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:21.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:21.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:22.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:22.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:22.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:22.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:22.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:22.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:22.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:22.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:22.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:23.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:23.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:23.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:23.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:23.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:23.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:23.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:23.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:23.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:23.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:24.027 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:24.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:24.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:24.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:24.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:24.535 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:24.637 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:24.738 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:24.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:24.941 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:25.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:25.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:25.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:25.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:25.449 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:25.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:25.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:25.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:25.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:25.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:26.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:26.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:26.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:26.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:26.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:26.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:26.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:26.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:26.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:26.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:27.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:27.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:27.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:27.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:27.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:27.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:27.708 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:27.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:27.911 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:28.013 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:28.115 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:28.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:28.318 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:28.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:28.521 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:28.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:28.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:28.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:28.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:29.029 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:29.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:29.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:29.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:29.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:29.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:29.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:29.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:29.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:29.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:30.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:30.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:30.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:30.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:30.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:30.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:30.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:30.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:30.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:30.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:31.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:31.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:31.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:31.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:31.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:31.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:31.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:31.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:31.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:31.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:32.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:32.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:32.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:32.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:32.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:32.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:32.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:32.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:32.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:32.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:33.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:33.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:33.297 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:33.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:33.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:33.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:33.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:33.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:33.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:34.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:34.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:34.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:34.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:34.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:34.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:34.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:34.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:34.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:34.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:35.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:35.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:35.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:35.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:35.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:35.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:35.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:35.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:35.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:35.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:36.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:36.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:36.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:36.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:36.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:36.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:36.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:36.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:36.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:36.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44261/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:36.957 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=44261): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd0fbdc1e80>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-19 04:14:37.058 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:14:37.058 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:14:37.060 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:14:37.060 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.11.220
|
||||
2025-12-19 04:14:37.060 DEBUG [src.node.docker_mananger] Generated ports ['47654', '47655', '47656', '47657', '47658']
|
||||
2025-12-19 04:14:37.060 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:14:37.060 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:14:37.060 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:14:37.060 DEBUG [src.node.docker_mananger] docker run -i -t -p 47654:47654 -p 47655:47655 -p 47656:47656 -p 47657:47657 -p 47658:47658 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47656 --rest-port=47654 --tcp-port=47655 --discv5-udp-port=47657 --rest-address=0.0.0.0 --nat=extip:172.18.11.220 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=84fbd3c7caee2ad6eaf1bd8276d5b3fcd36c02badcd31bbe684ed2ecaaf0ff3f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47658 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEuBfIQ3cGZZSC_aBcLle0JhZOKU6zLonlBxMm00j0w1NaeT_rAUu-xM9Has0Mrp5nQxgl9s7kJJCG2vFYM73nsCgmlkgnY0gmlwhKwSv2OKbXVsdGlhZGRyc5YACASsEr9jBueSAAoErBK_Ywbnk90DgnJzhQADAQAAiXNlY3AyNTZrMaECarIipoqLtyYwioyK002L3W55X075XmOEEeIiuJ0saT6DdGNwgueSg3VkcILnlIV3YWt1Mgk --lightpushnode=/ip4/172.18.191.99/tcp/59282/p2p/16Uiu2HAm2cAjrrPVLYxZ4Tag8dty5rs3r2EeV8JrHmLCrkEvxzc5 --lightpush=true --relay=false
|
||||
2025-12-19 04:14:37.260 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.11.220 waku e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2
|
||||
2025-12-19 04:14:37.291 DEBUG [src.node.docker_mananger] Container started with ID e1e3c965f620. Setting up logs at ./log/docker/lightpush_node1_2025-12-19_04-13-51__2076c9db-ff68-450f-bb6c-8192d530125c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:14:37.292 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 47654
|
||||
2025-12-19 04:14:37.293 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:14:38.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:38.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:38.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:38.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:38.672 ERROR [src.node.docker_mananger] Max retries reached for container e1e3c965f620. Exiting log stream.
|
||||
2025-12-19 04:14:38.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:38.801 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:38.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:39.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:39.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:39.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:39.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:39.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:39.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:39.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:39.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:39.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:39.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:40.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:40.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:40.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:40.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:40.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:40.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:40.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:40.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:40.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:40.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:41.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:41.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:41.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:41.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:41.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:41.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:41.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:41.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:41.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:41.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:42.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:42.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:42.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:42.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:42.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:42.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:42.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:42.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:42.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:42.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:43.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:43.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:43.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:43.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:43.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:43.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:43.681 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:43.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:43.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:43.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:44.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:44.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:44.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:44.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:44.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:44.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:44.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:44.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:44.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:45.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:45.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:45.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:45.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:45.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:45.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:45.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:45.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:45.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:45.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:46.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:46.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:46.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:46.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:46.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:46.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:46.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:46.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:46.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:46.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:47.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:47.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:47.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:47.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:47.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:47.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:47.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:47.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:47.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:47.950 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:48.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:48.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:48.254 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:48.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:48.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:48.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:48.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:48.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:48.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:48.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:49.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:49.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:49.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:49.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:49.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:49.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:49.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:49.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:49.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:49.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:50.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:50.185 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:50.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:50.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:50.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:50.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:50.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:50.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:50.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:50.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:51.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:51.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:51.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:51.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:51.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:51.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:51.709 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:51.811 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:51.912 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:52.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:52.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:52.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:52.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:52.420 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:52.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:52.623 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:52.725 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:52.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:52.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:53.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:53.131 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:53.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:53.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:53.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:53.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:53.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:53.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:53.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:53.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:54.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:54.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:54.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:54.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:54.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:54.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:54.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:54.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:54.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:54.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:55.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:55.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:55.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:55.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:55.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:55.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:55.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:55.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:55.875 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:55.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:56.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:56.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:56.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:56.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:56.485 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:56.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:56.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:56.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:56.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:56.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:57.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:57.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:57.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:57.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:57.501 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:57.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:57.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:57.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:57.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:58.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:58.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:58.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:58.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:47654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:14:58.315 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=47654): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fd0fbdc1d00>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2025-12-19 04:14:58.583 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:14:58.584 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:14:58.585 DEBUG [src.node.waku_node] Stopping container with id 0c838b5dbaea
|
||||
2025-12-19 04:14:59.135 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:14:59.138 DEBUG [src.node.waku_node] Stopping container with id f5a9ea3f8762
|
||||
2025-12-19 04:14:59.704 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:14:59.706 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:14:59.811 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:14:59.913 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:14:59.950 ERROR [src.node.docker_mananger] Max retries reached for container 0c838b5dbaea. Exiting log stream.
|
||||
2025-12-19 04:15:00.014 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:00.116 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:00.218 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:00.320 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:00.421 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:00.519 ERROR [src.node.docker_mananger] Max retries reached for container f5a9ea3f8762. Exiting log stream.
|
||||
2025-12-19 04:15:00.523 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:00.625 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:00.727 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:00.829 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:00.931 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:01.033 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:01.135 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:01.237 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:01.339 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:01.441 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:01.543 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:01.645 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:01.747 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:01.848 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:01.951 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:02.053 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:02.154 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:02.256 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:02.358 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:02.461 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:02.562 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:02.664 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:02.766 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:02.868 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:02.970 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:03.073 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:03.174 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:03.277 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:03.378 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:03.480 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:03.583 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:03.685 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:03.787 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:03.889 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:03.991 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:04.093 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:04.195 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:04.297 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:04.399 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:04.501 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:04.603 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:04.705 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:04.706 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2/stop: Not Found ("No such container: e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2")
|
||||
2025-12-19 04:15:04.707 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:04.808 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:04.910 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:05.012 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:05.114 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:05.216 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:05.318 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:05.420 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:05.522 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:05.624 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:05.726 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:05.828 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:05.930 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:06.032 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:06.134 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:06.236 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:06.338 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:06.440 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:06.542 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:06.644 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:06.746 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:06.848 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:06.950 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:07.051 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:07.153 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:07.255 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:07.357 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:07.459 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:07.561 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:07.663 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:07.765 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:07.867 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:07.969 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:08.071 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:08.173 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:08.275 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:08.377 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:08.479 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:08.581 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:08.683 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:08.785 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:08.887 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:08.989 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:09.091 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:09.193 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:09.295 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:09.396 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:09.498 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:09.601 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:09.703 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:09.805 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:09.806 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2/stop: Not Found ("No such container: e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2")
|
||||
2025-12-19 04:15:09.807 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:09.908 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:10.010 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:10.112 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:10.214 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:10.316 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:10.418 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:10.520 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:10.622 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:10.724 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:10.826 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:10.928 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:11.030 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:11.132 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:11.234 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:11.336 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:11.438 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:11.540 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:11.642 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:11.744 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:11.846 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:11.948 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:12.050 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:12.152 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:12.254 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:12.356 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:12.458 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:12.560 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:12.662 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:12.763 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:12.865 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:12.967 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:13.069 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:13.171 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:13.273 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:13.375 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:13.477 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:13.579 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:13.681 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:13.783 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:13.885 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:13.987 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:14.089 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:14.191 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:14.293 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:14.395 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:14.497 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:14.599 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:14.701 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:14.803 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:14.905 DEBUG [src.node.waku_node] Stopping container with id e1e3c965f620
|
||||
2025-12-19 04:15:14.907 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2/stop: Not Found ("No such container: e1e3c965f620838625a7d98a0a9595012701bbe944201b504af06280b51d19f2")
|
||||
2025-12-19 04:15:14.908 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:15:14.933 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:15:14.957 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:15:14.958 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:15:14.958 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:15:14.959 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
225
nim/1008/data/attachments/26c882e5d6a542c9.txt
Normal file
225
nim/1008/data/attachments/26c882e5d6a542c9.txt
Normal file
@ -0,0 +1,225 @@
|
||||
2025-12-19 04:23:26.347 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:23:26.349 DEBUG [tests.conftest] Running test: test_large_message_payload_sync with id: 2025-12-19_04-23-26__d43ddbf8-28a7-4c6f-b988-b120e096acf7
|
||||
2025-12-19 04:23:26.349 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:23:26.359 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:23:26.359 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-23-26__d43ddbf8-28a7-4c6f-b988-b120e096acf7__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:23:26.367 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:23:26.367 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-23-26__d43ddbf8-28a7-4c6f-b988-b120e096acf7__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:23:26.375 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:23:26.375 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-23-26__d43ddbf8-28a7-4c6f-b988-b120e096acf7__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:23:26.375 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:23:26.376 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:23:26.376 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:23:26.377 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:23:26.378 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.115.112
|
||||
2025-12-19 04:23:26.378 DEBUG [src.node.docker_mananger] Generated ports ['44347', '44348', '44349', '44350', '44351']
|
||||
2025-12-19 04:23:26.378 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:23:26.378 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:23:26.378 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:23:26.378 DEBUG [src.node.docker_mananger] docker run -i -t -p 44347:44347 -p 44348:44348 -p 44349:44349 -p 44350:44350 -p 44351:44351 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44349 --rest-port=44347 --tcp-port=44348 --discv5-udp-port=44350 --rest-address=0.0.0.0 --nat=extip:172.18.115.112 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5f8eb85b03ee3fa1eed2bc97bbc04ad7b9950bf9a1f96de8f2d9f2fcdf46d3a7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44351 --metrics-logging=true --store=true --relay=true
|
||||
2025-12-19 04:23:26.575 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.115.112 waku ac2df3bd252a779ea18cd0617abea258de4e1e8d581806b8a11af9489344d84f
|
||||
2025-12-19 04:23:26.601 ERROR [src.node.docker_mananger] Max retries reached for container 67a21a74f9b3. Exiting log stream.
|
||||
2025-12-19 04:23:26.607 DEBUG [src.node.docker_mananger] Container started with ID ac2df3bd252a. Setting up logs at ./log/docker/node1_2025-12-19_04-23-26__d43ddbf8-28a7-4c6f-b988-b120e096acf7__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:23:26.607 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44347
|
||||
2025-12-19 04:23:26.607 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:23:27.183 ERROR [src.node.docker_mananger] Max retries reached for container 57fbb3844a25. Exiting log stream.
|
||||
2025-12-19 04:23:27.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44347/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:27.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:23:27.611 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:23:27.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44347/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:27.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.115.112/tcp/44348/p2p/16Uiu2HAmU8xiXQ2yQswEqRtJa4pFDFqeHKSMvKsaesYeejoMafT4","/ip4/172.18.115.112/tcp/44349/ws/p2p/16Uiu2HAmU8xiXQ2yQswEqRtJa4pFDFqeHKSMvKsaesYeejoMafT4"],"enrUri":"enr:-L24QK6iX3aRZHo9aZaoMTSqL351xULlUqZP3ned2Bc4eI-6QHTA-FJMNjVX8W2_OefgPMtw4NPBS52BigIx2NAwKw8CgmlkgnY0gmlwhKwSc3CKbXVsdGlhZGRyc5YACASsEnNwBq08AAoErBJzcAatPd0DgnJzhQADAQAAiXNlY3AyNTZrMaED5gm4GAigpjzas126aPgcZ-upOlqNg3wc25m3tmFwdmeDdGNwgq08g3VkcIKtPoV3YWt1MgM"}'
|
||||
2025-12-19 04:23:27.614 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:23:27.614 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:23:27.614 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:23:27.615 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:23:27.616 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.128.50
|
||||
2025-12-19 04:23:27.616 DEBUG [src.node.docker_mananger] Generated ports ['41276', '41277', '41278', '41279', '41280']
|
||||
2025-12-19 04:23:27.616 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:23:27.616 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:23:27.616 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:23:27.616 DEBUG [src.node.docker_mananger] docker run -i -t -p 41276:41276 -p 41277:41277 -p 41278:41278 -p 41279:41279 -p 41280:41280 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41278 --rest-port=41276 --tcp-port=41277 --discv5-udp-port=41279 --rest-address=0.0.0.0 --nat=extip:172.18.128.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fbabcac139c53d39af5b8dbc8757ced3e3b8add03faf753ab95ee1d4e1b66fad --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41280 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QK6iX3aRZHo9aZaoMTSqL351xULlUqZP3ned2Bc4eI-6QHTA-FJMNjVX8W2_OefgPMtw4NPBS52BigIx2NAwKw8CgmlkgnY0gmlwhKwSc3CKbXVsdGlhZGRyc5YACASsEnNwBq08AAoErBJzcAatPd0DgnJzhQADAQAAiXNlY3AyNTZrMaED5gm4GAigpjzas126aPgcZ-upOlqNg3wc25m3tmFwdmeDdGNwgq08g3VkcIKtPoV3YWt1MgM
|
||||
2025-12-19 04:23:27.804 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.128.50 waku c35f2b81302966f737e2e9d13ab6d0d207be57825b7b0b5275a0e3003e591f58
|
||||
2025-12-19 04:23:27.839 DEBUG [src.node.docker_mananger] Container started with ID c35f2b813029. Setting up logs at ./log/docker/node2_2025-12-19_04-23-26__d43ddbf8-28a7-4c6f-b988-b120e096acf7__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:23:27.840 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41276
|
||||
2025-12-19 04:23:27.840 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:23:28.840 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41276/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:28.849 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":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:23:28.851 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:23:28.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41276/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:28.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.50/tcp/41277/p2p/16Uiu2HAmL51f4HjZoAtA9NJe5hsnjuAf6aGhctB3MoGNdLsQt7AL","/ip4/172.18.128.50/tcp/41278/ws/p2p/16Uiu2HAmL51f4HjZoAtA9NJe5hsnjuAf6aGhctB3MoGNdLsQt7AL"],"enrUri":"enr:-L24QMAP_ZvpEaBjmuL6Sif1LJxAhPzjpiHPZ523W3bMPJq7JvRC5rk9c9reVHXmPIwV1ftxXsdvGuq44A8GPy2bHgUCgmlkgnY0gmlwhKwSgDKKbXVsdGlhZGRyc5YACASsEoAyBqE9AAoErBKAMgahPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbik5mI26RB-7mn5lTCqZhrjLHwn1WzFCZwNQ3RrEkF2DdGNwgqE9g3VkcIKhP4V3YWt1MgE"}'
|
||||
2025-12-19 04:23:28.857 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:23:28.857 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:23:28.857 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:23:28.859 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:23:28.859 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.17.163
|
||||
2025-12-19 04:23:28.859 DEBUG [src.node.docker_mananger] Generated ports ['7338', '7339', '7340', '7341', '7342']
|
||||
2025-12-19 04:23:28.859 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:23:28.859 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:23:28.860 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:23:28.860 DEBUG [src.node.docker_mananger] docker run -i -t -p 7338:7338 -p 7339:7339 -p 7340:7340 -p 7341:7341 -p 7342:7342 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7340 --rest-port=7338 --tcp-port=7339 --discv5-udp-port=7341 --rest-address=0.0.0.0 --nat=extip:172.18.17.163 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6fe5a9bf361eafc3bc5dc49bceda00ef634e32d793ef5c5054bbc4abcbade466 --store-sync=true --store=false --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7342 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMAP_ZvpEaBjmuL6Sif1LJxAhPzjpiHPZ523W3bMPJq7JvRC5rk9c9reVHXmPIwV1ftxXsdvGuq44A8GPy2bHgUCgmlkgnY0gmlwhKwSgDKKbXVsdGlhZGRyc5YACASsEoAyBqE9AAoErBKAMgahPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDbik5mI26RB-7mn5lTCqZhrjLHwn1WzFCZwNQ3RrEkF2DdGNwgqE9g3VkcIKhP4V3YWt1MgE
|
||||
2025-12-19 04:23:29.053 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.17.163 waku 1b3e79298f9b1e72bd56389634689221913352e8a6ad58cb1ad3d330d932fb6a
|
||||
2025-12-19 04:23:29.084 DEBUG [src.node.docker_mananger] Container started with ID 1b3e79298f9b. Setting up logs at ./log/docker/node3_2025-12-19_04-23-26__d43ddbf8-28a7-4c6f-b988-b120e096acf7__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:23:29.084 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7338
|
||||
2025-12-19 04:23:29.084 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:23:30.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7338/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:30.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"}]}'
|
||||
2025-12-19 04:23:30.096 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:23:30.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7338/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:30.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.17.163/tcp/7339/p2p/16Uiu2HAmPgHchh2QZwJGUV2QPNnewohAXRQXg468AyQHDo1J6gvF","/ip4/172.18.17.163/tcp/7340/ws/p2p/16Uiu2HAmPgHchh2QZwJGUV2QPNnewohAXRQXg468AyQHDo1J6gvF"],"enrUri":"enr:-L24QKahedD1IPqfdebzWBadHRIM1Eoj76ZXBRq7kH-v5-oRYyPbImhJEHWmooRWa6FqsN4Tu-HGp98F3um6W0k15IECgmlkgnY0gmlwhKwSEaOKbXVsdGlhZGRyc5YACASsEhGjBhyrAAoErBIRowYcrN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDo8Wo0BUsQ7npHljAq-2zEqfxqVPKEkxxgxhop6B6aOSDdGNwghyrg3VkcIIcrYV3YWt1MgE"}'
|
||||
2025-12-19 04:23:30.102 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:23:30.102 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41276/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.115.112/tcp/44348/p2p/16Uiu2HAmU8xiXQ2yQswEqRtJa4pFDFqeHKSMvKsaesYeejoMafT4"]'
|
||||
2025-12-19 04:23:30.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7338/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.128.50/tcp/41277/p2p/16Uiu2HAmL51f4HjZoAtA9NJe5hsnjuAf6aGhctB3MoGNdLsQt7AL"]'
|
||||
2025-12-19 04:23:30.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.109 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:44347/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:23:30.111 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41276/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:23:30.114 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7338/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2025-12-19 04:23:30.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.117 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.118 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.138 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.149 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.150 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.169 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.180 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.181 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.199 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.200 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.210 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.212 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.229 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.230 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.241 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.242 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.259 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.260 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.271 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.272 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.290 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.301 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.303 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.321 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.321 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.332 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.333 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.350 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.362 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.363 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.380 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.380 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.391 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.392 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.410 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.411 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.422 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.423 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.442 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.452 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.454 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.473 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.484 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.485 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.504 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.505 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.516 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.517 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.538 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.538 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.549 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.550 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.571 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.572 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.582 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.584 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.604 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.615 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.616 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.636 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.647 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.648 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.668 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.679 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.681 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.700 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.712 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.714 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.734 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.746 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.747 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.763 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.774 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.776 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.793 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.793 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.805 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.807 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.824 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.834 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.836 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.853 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.864 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.867 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.884 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.895 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.896 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.913 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.924 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.926 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.942 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.953 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.955 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:30.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:30.972 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:30.983 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:30.985 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:31.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:31.002 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:31.013 DEBUG [src.steps.store] Relaying message
|
||||
2025-12-19 04:23:31.014 INFO [src.node.api_clients.base_client] Log line was discarded because it's longer than max_log_line_length=5000
|
||||
2025-12-19 04:23:31.031 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:23:31.032 DEBUG [src.libs.common] Sleeping for 0.01 seconds
|
||||
2025-12-19 04:23:31.042 DEBUG [src.libs.common] Sleeping for 10 seconds
|
||||
2025-12-19 04:23:41.051 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-19 04:23:41.051 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44347/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:41.066 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x498fb2811119f8c0fc935c906c3ec87424e25346a058144eccc1d0679ba19082"},{"messageHash":"0x6ace29e64aba7ee59fcba8539a073a66709e249ee399fc564db9405b88910dca"},{"messageHash":"0x09a924d5e85be71ff9413cf896d08b13ad77b9e872cf5c5623563f6b9ce1d68e"},{"messageHash":"0xfd1b283ee28a2a10e8ec49bb16cd37dc3369c6f72edcf1830d077a8d15a51e24"},{"messageHash":"0xd729e0dd320f4dadaddacf0316188346a31f3451481d8b73edcf3e10221ab9e8"},{"messageHash":"0x2cd23374f7b362ea5cc987bcf804c3bd71b7d766151945bd196e14f908b67454"},{"messageHash":"0x916929b75fb563f8b53a5b0b5bd1eadb3da68d5d26649aec4b81dac79f3b54b8"},{"messageHash":"0xb4f8f1faf67d6b68afa76e9c43ee22483d7d05dc85ecd0cfce03bf997348861b"},{"messageHash":"0x8ba85b014e934d34766fcdb430229b91b961f3a0563c098b852c79de54056a18"},{"messageHash":"0xc45a1b1069eb29360d201e98e65d62f3c2b9ad473d7110798f0b54dfee431965"},{"messageHash":"0x779e1c950cd4ef37cce6457b3f008214241bc496b32dd15569eb9428f9091edb"},{"messageHash":"0x9daf46af915df706bf063d30fb6b7229277f7cf903e83bf1e9a9496c4f7e01d0"},{"messageHash":"0xc35b9e4fe324473b0564507f3f5cf1023bb599bbf4831e6fb9ae613cf65f84a8"},{"messageHash":"0x046bb789adc95caea64c7cb020ec2f44d2a400a43abcf4e5ffe7866498ee0d7f"},{"messageHash":"0x52781afcea0c5e2bd1d82623eeb7445eb330d9e66e417a6f358481ccd8e8b205"},{"messageHash":"0x5362d132f5712f98765f7d8275183a803a875cf3617af65a59191adfa224e72f"},{"messageHash":"0x57f5e0ba5159e98a869517b393f6f06ffe89b85b5c010114779096e734963688"},{"messageHash":"0x247dc00497752ab9d88083391b2d77742604c3a093261afa69dafb7c3c4acb3d"},{"messageHash":"0xfcbe749427931c080dbdbe670e76f4756393a85c80ec932e2126c76ff5b2aa39"},{"messageHash":"0xeb03b05b468f77353ac397e97cb687d8f9b8448965960cdd57c59031f1b1ee0b"},{"messageHash":"0xaaeb00aab41df34a4f2b02bb82d23a34dc4a57870bd3f82d4d9246b590cb6a3e"},{"messageHash":"0x2260af4cbbdd67c91cfba517d7211d912ad1313f29ae6dcb15188d8d97b10844"},{"messageHash":"0xb14a67d3f62e13d825386961f3403c4057e6a3b9cc9aa7714645fe50969f1c11"},{"messageHash":"0xbcf40e2b5ccac38e76970868e7ca32b27b3246fc40ca6adff6f168fb085bbf2a"},{"messageHash":"0x8c5241ed6e39b33a189a11d87eb5bdf0f46a052f280eb824e336038f5fc0098e"},{"messageHash":"0x255e64f500ddd927bf764c70eace8a8b47457a49a70b91a5ce09beee64e2dc58"},{"messageHash":"0xbae30d626c87c9ef19a7ef8f862773ad619dde5a9efab85f51f8affffeabbf9f"},{"messageHash":"0xa1e1c7620b1590cd67f81aadd35f4350cbb59cab3d712eedd173e0cb894d7636"},{"messageHash":"0x0fa721558481b2a42972c0d97096e33addaca82133d0a3f03f606f9fdae700e4"},{"messageHash":"0xd670d1b723d2b12105e8888213e4cbf20df192b140aff79a8998874b0be634b9"}]}'
|
||||
2025-12-19 04:23:41.067 DEBUG [src.steps.store] messages length is 30
|
||||
2025-12-19 04:23:41.099 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-19 04:23:41.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41276/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:41.118 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1b84ef24ee78e65feeeb","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x498fb2811119f8c0fc935c906c3ec87424e25346a058144eccc1d0679ba19082"},{"messageHash":"0x6ace29e64aba7ee59fcba8539a073a66709e249ee399fc564db9405b88910dca"},{"messageHash":"0x09a924d5e85be71ff9413cf896d08b13ad77b9e872cf5c5623563f6b9ce1d68e"},{"messageHash":"0xfd1b283ee28a2a10e8ec49bb16cd37dc3369c6f72edcf1830d077a8d15a51e24"},{"messageHash":"0xd729e0dd320f4dadaddacf0316188346a31f3451481d8b73edcf3e10221ab9e8"},{"messageHash":"0x2cd23374f7b362ea5cc987bcf804c3bd71b7d766151945bd196e14f908b67454"},{"messageHash":"0x916929b75fb563f8b53a5b0b5bd1eadb3da68d5d26649aec4b81dac79f3b54b8"},{"messageHash":"0xb4f8f1faf67d6b68afa76e9c43ee22483d7d05dc85ecd0cfce03bf997348861b"},{"messageHash":"0x8ba85b014e934d34766fcdb430229b91b961f3a0563c098b852c79de54056a18"},{"messageHash":"0xc45a1b1069eb29360d201e98e65d62f3c2b9ad473d7110798f0b54dfee431965"},{"messageHash":"0x779e1c950cd4ef37cce6457b3f008214241bc496b32dd15569eb9428f9091edb"},{"messageHash":"0x9daf46af915df706bf063d30fb6b7229277f7cf903e83bf1e9a9496c4f7e01d0"},{"messageHash":"0xc35b9e4fe324473b0564507f3f5cf1023bb599bbf4831e6fb9ae613cf65f84a8"},{"messageHash":"0x046bb789adc95caea64c7cb020ec2f44d2a400a43abcf4e5ffe7866498ee0d7f"},{"messageHash":"0x52781afcea0c5e2bd1d82623eeb7445eb330d9e66e417a6f358481ccd8e8b205"},{"messageHash":"0x5362d132f5712f98765f7d8275183a803a875cf3617af65a59191adfa224e72f"},{"messageHash":"0x57f5e0ba5159e98a869517b393f6f06ffe89b85b5c010114779096e734963688"},{"messageHash":"0x247dc00497752ab9d88083391b2d77742604c3a093261afa69dafb7c3c4acb3d"},{"messageHash":"0xfcbe749427931c080dbdbe670e76f4756393a85c80ec932e2126c76ff5b2aa39"},{"messageHash":"0xeb03b05b468f77353ac397e97cb687d8f9b8448965960cdd57c59031f1b1ee0b"},{"messageHash":"0xaaeb00aab41df34a4f2b02bb82d23a34dc4a57870bd3f82d4d9246b590cb6a3e"},{"messageHash":"0x2260af4cbbdd67c91cfba517d7211d912ad1313f29ae6dcb15188d8d97b10844"},{"messageHash":"0xb14a67d3f62e13d825386961f3403c4057e6a3b9cc9aa7714645fe50969f1c11"},{"messageHash":"0xbcf40e2b5ccac38e76970868e7ca32b27b3246fc40ca6adff6f168fb085bbf2a"},{"messageHash":"0x8c5241ed6e39b33a189a11d87eb5bdf0f46a052f280eb824e336038f5fc0098e"},{"messageHash":"0x255e64f500ddd927bf764c70eace8a8b47457a49a70b91a5ce09beee64e2dc58"},{"messageHash":"0xbae30d626c87c9ef19a7ef8f862773ad619dde5a9efab85f51f8affffeabbf9f"},{"messageHash":"0xa1e1c7620b1590cd67f81aadd35f4350cbb59cab3d712eedd173e0cb894d7636"},{"messageHash":"0x0fa721558481b2a42972c0d97096e33addaca82133d0a3f03f606f9fdae700e4"},{"messageHash":"0xd670d1b723d2b12105e8888213e4cbf20df192b140aff79a8998874b0be634b9"}]}'
|
||||
2025-12-19 04:23:41.118 DEBUG [src.steps.store] messages length is 30
|
||||
2025-12-19 04:23:41.149 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2025-12-19 04:23:41.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7338/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:23:41.169 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7f6f07b8fa2aa51d9bdd","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x498fb2811119f8c0fc935c906c3ec87424e25346a058144eccc1d0679ba19082"},{"messageHash":"0x6ace29e64aba7ee59fcba8539a073a66709e249ee399fc564db9405b88910dca"},{"messageHash":"0x09a924d5e85be71ff9413cf896d08b13ad77b9e872cf5c5623563f6b9ce1d68e"},{"messageHash":"0xfd1b283ee28a2a10e8ec49bb16cd37dc3369c6f72edcf1830d077a8d15a51e24"},{"messageHash":"0xd729e0dd320f4dadaddacf0316188346a31f3451481d8b73edcf3e10221ab9e8"},{"messageHash":"0x2cd23374f7b362ea5cc987bcf804c3bd71b7d766151945bd196e14f908b67454"},{"messageHash":"0x916929b75fb563f8b53a5b0b5bd1eadb3da68d5d26649aec4b81dac79f3b54b8"},{"messageHash":"0xb4f8f1faf67d6b68afa76e9c43ee22483d7d05dc85ecd0cfce03bf997348861b"},{"messageHash":"0x8ba85b014e934d34766fcdb430229b91b961f3a0563c098b852c79de54056a18"},{"messageHash":"0xc45a1b1069eb29360d201e98e65d62f3c2b9ad473d7110798f0b54dfee431965"},{"messageHash":"0x779e1c950cd4ef37cce6457b3f008214241bc496b32dd15569eb9428f9091edb"},{"messageHash":"0x9daf46af915df706bf063d30fb6b7229277f7cf903e83bf1e9a9496c4f7e01d0"},{"messageHash":"0xc35b9e4fe324473b0564507f3f5cf1023bb599bbf4831e6fb9ae613cf65f84a8"},{"messageHash":"0x046bb789adc95caea64c7cb020ec2f44d2a400a43abcf4e5ffe7866498ee0d7f"},{"messageHash":"0x52781afcea0c5e2bd1d82623eeb7445eb330d9e66e417a6f358481ccd8e8b205"},{"messageHash":"0x5362d132f5712f98765f7d8275183a803a875cf3617af65a59191adfa224e72f"},{"messageHash":"0x57f5e0ba5159e98a869517b393f6f06ffe89b85b5c010114779096e734963688"},{"messageHash":"0x247dc00497752ab9d88083391b2d77742604c3a093261afa69dafb7c3c4acb3d"},{"messageHash":"0xfcbe749427931c080dbdbe670e76f4756393a85c80ec932e2126c76ff5b2aa39"},{"messageHash":"0xeb03b05b468f77353ac397e97cb687d8f9b8448965960cdd57c59031f1b1ee0b"},{"messageHash":"0xaaeb00aab41df34a4f2b02bb82d23a34dc4a57870bd3f82d4d9246b590cb6a3e"},{"messageHash":"0x2260af4cbbdd67c91cfba517d7211d912ad1313f29ae6dcb15188d8d97b10844"},{"messageHash":"0xb14a67d3f62e13d825386961f3403c4057e6a3b9cc9aa7714645fe50969f1c11"},{"messageHash":"0xbcf40e2b5ccac38e76970868e7ca32b27b3246fc40ca6adff6f168fb085bbf2a"},{"messageHash":"0x8c5241ed6e39b33a189a11d87eb5bdf0f46a052f280eb824e336038f5fc0098e"},{"messageHash":"0x255e64f500ddd927bf764c70eace8a8b47457a49a70b91a5ce09beee64e2dc58"},{"messageHash":"0xbae30d626c87c9ef19a7ef8f862773ad619dde5a9efab85f51f8affffeabbf9f"},{"messageHash":"0xa1e1c7620b1590cd67f81aadd35f4350cbb59cab3d712eedd173e0cb894d7636"},{"messageHash":"0x0fa721558481b2a42972c0d97096e33addaca82133d0a3f03f606f9fdae700e4"},{"messageHash":"0xd670d1b723d2b12105e8888213e4cbf20df192b140aff79a8998874b0be634b9"}]}'
|
||||
2025-12-19 04:23:41.169 DEBUG [src.steps.store] messages length is 30
|
||||
2025-12-19 04:23:41.194 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:23:41.196 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:23:41.196 DEBUG [src.node.waku_node] Stopping container with id ac2df3bd252a
|
||||
2025-12-19 04:23:41.738 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:23:41.738 DEBUG [src.node.waku_node] Stopping container with id c35f2b813029
|
||||
2025-12-19 04:23:42.280 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:23:42.281 DEBUG [src.node.waku_node] Stopping container with id 1b3e79298f9b
|
||||
2025-12-19 04:23:42.628 ERROR [src.node.docker_mananger] Max retries reached for container ac2df3bd252a. Exiting log stream.
|
||||
2025-12-19 04:23:42.801 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:23:42.802 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:23:42.841 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:23:42.860 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:23:42.877 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
84
nim/1008/data/attachments/2734a5a92e03e2d4.txt
Normal file
84
nim/1008/data/attachments/2734a5a92e03e2d4.txt
Normal file
@ -0,0 +1,84 @@
|
||||
2025-12-19 04:30:27.541 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:30:27.542 DEBUG [tests.conftest] Running test: test_message_published_on_different_pubsub_topic_is_not_retrieved with id: 2025-12-19_04-30-27__25e71f1b-f4f6-4c93-ba3c-12534d0f968c
|
||||
2025-12-19 04:30:27.542 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:30:27.542 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:30:27.543 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2025-12-19 04:30:27.551 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:30:27.551 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-30-27__25e71f1b-f4f6-4c93-ba3c-12534d0f968c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:30:27.551 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:30:27.551 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:30:27.552 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:30:27.553 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.221.15
|
||||
2025-12-19 04:30:27.553 DEBUG [src.node.docker_mananger] Generated ports ['31895', '31896', '31897', '31898', '31899']
|
||||
2025-12-19 04:30:27.553 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:30:27.553 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:30:27.553 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:30:27.553 DEBUG [src.node.docker_mananger] docker run -i -t -p 31895:31895 -p 31896:31896 -p 31897:31897 -p 31898:31898 -p 31899:31899 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31897 --rest-port=31895 --tcp-port=31896 --discv5-udp-port=31898 --rest-address=0.0.0.0 --nat=extip:172.18.221.15 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=76ededc0ec404d4e47dc11cadf7cfdcbfe887ea4fdbba7146c03b175cfcea1b0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31899 --metrics-logging=true --relay=true
|
||||
2025-12-19 04:30:27.742 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.221.15 waku 73878c13079654e55eecff78d9f205e64d7389566e16c2fe2b6627913567862a
|
||||
2025-12-19 04:30:27.773 DEBUG [src.node.docker_mananger] Container started with ID 73878c130796. Setting up logs at ./log/docker/node1_2025-12-19_04-30-27__25e71f1b-f4f6-4c93-ba3c-12534d0f968c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:30:27.775 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31895
|
||||
2025-12-19 04:30:27.775 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:30:27.817 ERROR [src.node.docker_mananger] Max retries reached for container b714607fd035. Exiting log stream.
|
||||
2025-12-19 04:30:28.350 ERROR [src.node.docker_mananger] Max retries reached for container d952f4a27052. Exiting log stream.
|
||||
2025-12-19 04:30:28.776 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31895/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:30:28.779 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:30:28.779 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:30:28.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31895/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:30:28.781 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.221.15/tcp/31896/p2p/16Uiu2HAm8T1Aco9baDSXGh2hA2r7op7vkgp6GzSRCAUhhEtfqa7z","/ip4/172.18.221.15/tcp/31897/ws/p2p/16Uiu2HAm8T1Aco9baDSXGh2hA2r7op7vkgp6GzSRCAUhhEtfqa7z"],"enrUri":"enr:-L24QAOZB0bsTnyfloV3kMYiwPx2Moli_Izurb0MifcmX6yBES_HOk7_AqL5Czc_idCnO-TEP3Jh-1HgnqxYfm2YkHACgmlkgnY0gmlwhKwS3Q-KbXVsdGlhZGRyc5YACASsEt0PBnyYAAoErBLdDwZ8md0DgnJzhQADAQAAiXNlY3AyNTZrMaECwX80irvx0jlL40DiS-CFb9AZKTGvS0qry5bnq4zE8TmDdGNwgnyYg3VkcIJ8moV3YWt1MgE"}'
|
||||
2025-12-19 04:30:28.782 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:30:28.788 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:30:28.788 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-30-27__25e71f1b-f4f6-4c93-ba3c-12534d0f968c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:30:28.788 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:30:28.789 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:30:28.790 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:30:28.790 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.250.190
|
||||
2025-12-19 04:30:28.790 DEBUG [src.node.docker_mananger] Generated ports ['29164', '29165', '29166', '29167', '29168']
|
||||
2025-12-19 04:30:28.790 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:30:28.791 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:30:28.791 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:30:28.791 DEBUG [src.node.docker_mananger] docker run -i -t -p 29164:29164 -p 29165:29165 -p 29166:29166 -p 29167:29167 -p 29168:29168 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29166 --rest-port=29164 --tcp-port=29165 --discv5-udp-port=29167 --rest-address=0.0.0.0 --nat=extip:172.18.250.190 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=627b6de27cb2001f56e56c56ebddcad9cdf5cb0880f35665deeb6bf9ffebec8a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29168 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAOZB0bsTnyfloV3kMYiwPx2Moli_Izurb0MifcmX6yBES_HOk7_AqL5Czc_idCnO-TEP3Jh-1HgnqxYfm2YkHACgmlkgnY0gmlwhKwS3Q-KbXVsdGlhZGRyc5YACASsEt0PBnyYAAoErBLdDwZ8md0DgnJzhQADAQAAiXNlY3AyNTZrMaECwX80irvx0jlL40DiS-CFb9AZKTGvS0qry5bnq4zE8TmDdGNwgnyYg3VkcIJ8moV3YWt1MgE
|
||||
2025-12-19 04:30:28.974 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.250.190 waku ab974a47e2d7112ae5cc2d5a8739c08a1794cc3f3442091e09f4c9c1c309c3d6
|
||||
2025-12-19 04:30:29.004 DEBUG [src.node.docker_mananger] Container started with ID ab974a47e2d7. Setting up logs at ./log/docker/node2_2025-12-19_04-30-27__25e71f1b-f4f6-4c93-ba3c-12534d0f968c__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:30:29.004 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 29164
|
||||
2025-12-19 04:30:29.004 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:30:30.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29164/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:30:30.018 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:30:30.018 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:30:30.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29164/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:30:30.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.250.190/tcp/29165/p2p/16Uiu2HAmBTioRA12CmrvG7xTLkzGnFLJG7JjbNt8vzxf3SRWBpaa","/ip4/172.18.250.190/tcp/29166/ws/p2p/16Uiu2HAmBTioRA12CmrvG7xTLkzGnFLJG7JjbNt8vzxf3SRWBpaa"],"enrUri":"enr:-L24QK72hYA9BssdHVdvm731CA6tE0w398iPQq40sFCBNcsLF4jp8m0cs_6AB8GCocSduIzX5ZuHytYiIl_m8xozdMACgmlkgnY0gmlwhKwS-r6KbXVsdGlhZGRyc5YACASsEvq-BnHtAAoErBL6vgZx7t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC7kFXntEd0MJZamuJk83AICSgWzexW0MXgKIa0UXRYdeDdGNwgnHtg3VkcIJx74V3YWt1MgE"}'
|
||||
2025-12-19 04:30:30.026 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:30:30.027 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29164/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.221.15/tcp/31896/p2p/16Uiu2HAm8T1Aco9baDSXGh2hA2r7op7vkgp6GzSRCAUhhEtfqa7z"]'
|
||||
2025-12-19 04:30:30.030 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:30:30.030 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2025-12-19 04:30:30.030 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31895/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:30:30.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:30:30.034 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29164/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:30:30.039 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:30:30.041 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31895/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:30:30.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:30:30.049 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:30:30.149 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:30:30.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31895/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:30:30.151 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":1766118630041223424,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:30:30.153 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:30:30.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29164/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:30:30.155 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":1766118630041223424,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:30:30.157 INFO [src.steps.relay] WARM UP successful!!
|
||||
2025-12-19 04:30:30.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31895/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2025-12-19 04:30:30.162 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:30:30.163 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:29164/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
2025-12-19 04:30:30.171 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:30:30.172 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31895/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:30:30.177 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:30:30.178 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:30:30.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:29164/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:30:30.281 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[]'
|
||||
2025-12-19 04:30:30.283 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:30:30.284 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:30:30.284 DEBUG [src.node.waku_node] Stopping container with id 73878c130796
|
||||
2025-12-19 04:30:30.797 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:30:30.798 DEBUG [src.node.waku_node] Stopping container with id ab974a47e2d7
|
||||
2025-12-19 04:30:31.303 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:30:31.304 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:30:31.312 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:30:31.320 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1724
nim/1008/data/attachments/275b377c48da88dc.txt
Normal file
1724
nim/1008/data/attachments/275b377c48da88dc.txt
Normal file
File diff suppressed because it is too large
Load Diff
2577
nim/1008/data/attachments/2774c830ccfd3d8c.txt
Normal file
2577
nim/1008/data/attachments/2774c830ccfd3d8c.txt
Normal file
File diff suppressed because it is too large
Load Diff
114
nim/1008/data/attachments/277668e680276f7.txt
Normal file
114
nim/1008/data/attachments/277668e680276f7.txt
Normal file
@ -0,0 +1,114 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publish_after_node2_restarts with id: 2025-12-19_04-33-59__768b6d7f-96b0-456f-8715-c173275d39eb
|
||||
[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_2025-12-19_04-33-59__768b6d7f-96b0-456f-8715-c173275d39eb__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.119
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35492', '35493', '35494', '35495', '35496']
|
||||
[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 35492:35492 -p 35493:35493 -p 35494:35494 -p 35495:35495 -p 35496:35496 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35494 --rest-port=35492 --tcp-port=35493 --discv5-udp-port=35495 --rest-address=0.0.0.0 --nat=extip:172.18.61.119 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=19e0cb3a87987dec6c89df04bdbd988dc5cda3f6b3cd3a3b9414cfc433f60d1c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35496 --metrics-logging=true --relay=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a2be76614fc0. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.61.119 waku 084ef5991fad88c2f4e71f6def8068e477021cdcbaebe3d9c95edef7fba1092d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 084ef5991fad. Setting up logs at ./log/docker/node1_2025-12-19_04-33-59__768b6d7f-96b0-456f-8715-c173275d39eb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35492
|
||||
[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 bc66d6d90c7f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35492/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:35492/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.119/tcp/35493/p2p/16Uiu2HAmSSUDerRx9kLptBhSMdXyWtCCFirz1shLfmQ7LqbSVbsp","/ip4/172.18.61.119/tcp/35494/ws/p2p/16Uiu2HAmSSUDerRx9kLptBhSMdXyWtCCFirz1shLfmQ7LqbSVbsp"],"enrUri":"enr:-L24QLtuM9_XvhgIt74DNAh77UnbH_bMkCzJS93cyxxy4_HnQGdE9FDwzc-jBncEXi5TAoM8H0G_J8wVxY6hhXHAJxkCgmlkgnY0gmlwhKwSPXeKbXVsdGlhZGRyc5YACASsEj13BoqlAAoErBI9dwaKpt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDzM6TyKaXKpfKG-NisVCoUPswPTnIH4uOmmNyP8Wgi_uDdGNwgoqlg3VkcIKKp4V3YWt1MgE"}'
|
||||
[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_2025-12-19_04-33-59__768b6d7f-96b0-456f-8715-c173275d39eb__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.216.182
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['48305', '48306', '48307', '48308', '48309']
|
||||
[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 48305:48305 -p 48306:48306 -p 48307:48307 -p 48308:48308 -p 48309:48309 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48307 --rest-port=48305 --tcp-port=48306 --discv5-udp-port=48308 --rest-address=0.0.0.0 --nat=extip:172.18.216.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e537abda2a5a2aecd7eced456fd112fdd1890a8d8c43d17b1cd835a3c26b8dcc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48309 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QLtuM9_XvhgIt74DNAh77UnbH_bMkCzJS93cyxxy4_HnQGdE9FDwzc-jBncEXi5TAoM8H0G_J8wVxY6hhXHAJxkCgmlkgnY0gmlwhKwSPXeKbXVsdGlhZGRyc5YACASsEj13BoqlAAoErBI9dwaKpt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDzM6TyKaXKpfKG-NisVCoUPswPTnIH4uOmmNyP8Wgi_uDdGNwgoqlg3VkcIKKp4V3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.216.182 waku 2350f8f9f359e6d8b7a62faa812081eb28b4e4242b5a13ba83368af817b9a30e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2350f8f9f359. Setting up logs at ./log/docker/node2_2025-12-19_04-33-59__768b6d7f-96b0-456f-8715-c173275d39eb__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 48305
|
||||
[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:48305/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:48305/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.216.182/tcp/48306/p2p/16Uiu2HAkvLjGUxhe2pUmvkdmiKT9tybAbdcuQFX5oxnX2W2LDPin","/ip4/172.18.216.182/tcp/48307/ws/p2p/16Uiu2HAkvLjGUxhe2pUmvkdmiKT9tybAbdcuQFX5oxnX2W2LDPin"],"enrUri":"enr:-L24QJodTZ-3RKBBo6y4kOtW2-RxOHYQKdpE93_VNIBFY6kTd7YcWL1pPkPhXz7U9YeD7Qjawpw2hdz0sdAdo3YGd0ICgmlkgnY0gmlwhKwS2LaKbXVsdGlhZGRyc5YACASsEti2BryyAAoErBLYtga8s90DgnJzhQADAQAAiXNlY3AyNTZrMaECDZeAFuRkuNMUb-xbLzRl5g8W5qw2q5HH4bbyRGA1rf-DdGNwgryyg3VkcIK8tIV3YWt1MgE"}'
|
||||
[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:48305/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.61.119/tcp/35493/p2p/16Uiu2HAmSSUDerRx9kLptBhSMdXyWtCCFirz1shLfmQ7LqbSVbsp"]'
|
||||
[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:35492/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:48305/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:35492/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:35492/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":1766118842125357568,"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:48305/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":1766118842125357568,"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:35492/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:35492/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":1766118842243109108,"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:48305/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":1766118842243109108,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:257 Restarting container with id 2350f8f9f359
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48305/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48305/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:48305/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.216.182/tcp/48306/p2p/16Uiu2HAkvLjGUxhe2pUmvkdmiKT9tybAbdcuQFX5oxnX2W2LDPin","/ip4/172.18.216.182/tcp/48307/ws/p2p/16Uiu2HAkvLjGUxhe2pUmvkdmiKT9tybAbdcuQFX5oxnX2W2LDPin"],"enrUri":"enr:-L24QJodTZ-3RKBBo6y4kOtW2-RxOHYQKdpE93_VNIBFY6kTd7YcWL1pPkPhXz7U9YeD7Qjawpw2hdz0sdAdo3YGd0ICgmlkgnY0gmlwhKwS2LaKbXVsdGlhZGRyc5YACASsEti2BryyAAoErBLYtga8s90DgnJzhQADAQAAiXNlY3AyNTZrMaECDZeAFuRkuNMUb-xbLzRl5g8W5qw2q5HH4bbyRGA1rf-DdGNwgryyg3VkcIK8tIV3YWt1MgE"}'
|
||||
[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:35492/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:48305/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:35492/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:35492/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":1766118843168022272,"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:48305/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'[]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35492/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:35492/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":1766118844279555328,"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:48305/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":1766118844279555328,"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 084ef5991fad
|
||||
[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 2350f8f9f359
|
||||
[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.
|
||||
116
nim/1008/data/attachments/278d1e8b2e4df9ae.txt
Normal file
116
nim/1008/data/attachments/278d1e8b2e4df9ae.txt
Normal file
@ -0,0 +1,116 @@
|
||||
2025-12-19 04:16:55.862 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:16:55.862 DEBUG [tests.conftest] Running test: test_admin_set_all_log_levels with id: 2025-12-19_04-16-55__9df96739-5f25-4e68-92bb-280b650065d8
|
||||
2025-12-19 04:16:55.862 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:16:55.863 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2025-12-19 04:16:55.863 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2025-12-19 04:16:55.869 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:55.869 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-16-55__9df96739-5f25-4e68-92bb-280b650065d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:55.875 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:55.875 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-16-55__9df96739-5f25-4e68-92bb-280b650065d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:55.880 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:55.880 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2025-12-19_04-16-55__9df96739-5f25-4e68-92bb-280b650065d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:55.886 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:16:55.886 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2025-12-19_04-16-55__9df96739-5f25-4e68-92bb-280b650065d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:55.886 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:16:55.887 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2025-12-19 04:16:55.887 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:55.888 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:55.889 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:55.889 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.48.191
|
||||
2025-12-19 04:16:55.889 DEBUG [src.node.docker_mananger] Generated ports ['61186', '61187', '61188', '61189', '61190']
|
||||
2025-12-19 04:16:55.889 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:55.890 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:55.890 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:55.890 DEBUG [src.node.docker_mananger] docker run -i -t -p 61186:61186 -p 61187:61187 -p 61188:61188 -p 61189:61189 -p 61190:61190 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61188 --rest-port=61186 --tcp-port=61187 --discv5-udp-port=61189 --rest-address=0.0.0.0 --nat=extip:172.18.48.191 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fafffaff3ebcbadc8aa9b8b65755c4fae5a38bcda729edaa08b48d7b4fdca6df --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61190 --metrics-logging=true --relay=true
|
||||
2025-12-19 04:16:56.075 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.48.191 waku 7ad02be74224eb985ee0f8ef96198a01a033722386d6d012e1db5c9adc0f6c4e
|
||||
2025-12-19 04:16:56.107 DEBUG [src.node.docker_mananger] Container started with ID 7ad02be74224. Setting up logs at ./log/docker/node1_2025-12-19_04-16-55__9df96739-5f25-4e68-92bb-280b650065d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:56.107 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61186
|
||||
2025-12-19 04:16:56.108 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:16:56.140 ERROR [src.node.docker_mananger] Max retries reached for container 3bd3ead36193. Exiting log stream.
|
||||
2025-12-19 04:16:56.665 ERROR [src.node.docker_mananger] Max retries reached for container fa6425b22aa7. Exiting log stream.
|
||||
2025-12-19 04:16:57.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61186/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:57.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:16:57.112 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:16:57.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61186/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:57.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.48.191/tcp/61187/p2p/16Uiu2HAkyaHvegBCvHGP5NbeFSDLSvAZJJ8UJveksStnPfwLnQYo","/ip4/172.18.48.191/tcp/61188/ws/p2p/16Uiu2HAkyaHvegBCvHGP5NbeFSDLSvAZJJ8UJveksStnPfwLnQYo"],"enrUri":"enr:-L24QGoFMMpuNtAMgcLxqYKuj0qGUr2j46uaOL-e-rz20lHXD761XRzkchdK6tp2N__8TsfqiwRo2JNCcaxlRzEp3UYCgmlkgnY0gmlwhKwSML-KbXVsdGlhZGRyc5YACASsEjC_Bu8DAAoErBIwvwbvBN0DgnJzhQADAQAAiXNlY3AyNTZrMaECPaQJyaIN40muAh653STlyd8nYy4o-9AM-wG5PuW3qeiDdGNwgu8Dg3VkcILvBYV3YWt1MgE"}'
|
||||
2025-12-19 04:16:57.115 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:16:57.115 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:16:57.115 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:16:57.116 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:16:57.117 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.150.210
|
||||
2025-12-19 04:16:57.117 DEBUG [src.node.docker_mananger] Generated ports ['34661', '34662', '34663', '34664', '34665']
|
||||
2025-12-19 04:16:57.117 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:16:57.117 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:16:57.117 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:16:57.117 DEBUG [src.node.docker_mananger] docker run -i -t -p 34661:34661 -p 34662:34662 -p 34663:34663 -p 34664:34664 -p 34665:34665 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34663 --rest-port=34661 --tcp-port=34662 --discv5-udp-port=34664 --rest-address=0.0.0.0 --nat=extip:172.18.150.210 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bbae9bf7a8c74bf52be09f41bb88e9bb4bd9e860f5e5d2f15ebc5d98db11c317 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34665 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGoFMMpuNtAMgcLxqYKuj0qGUr2j46uaOL-e-rz20lHXD761XRzkchdK6tp2N__8TsfqiwRo2JNCcaxlRzEp3UYCgmlkgnY0gmlwhKwSML-KbXVsdGlhZGRyc5YACASsEjC_Bu8DAAoErBIwvwbvBN0DgnJzhQADAQAAiXNlY3AyNTZrMaECPaQJyaIN40muAh653STlyd8nYy4o-9AM-wG5PuW3qeiDdGNwgu8Dg3VkcILvBYV3YWt1MgE
|
||||
2025-12-19 04:16:57.295 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.150.210 waku eec8ff3527188cdab93c2325db1b914645f667d8d239f7f7ea8b23e3345e2a5b
|
||||
2025-12-19 04:16:57.324 DEBUG [src.node.docker_mananger] Container started with ID eec8ff352718. Setting up logs at ./log/docker/node2_2025-12-19_04-16-55__9df96739-5f25-4e68-92bb-280b650065d8__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:16:57.324 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34661
|
||||
2025-12-19 04:16:57.325 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:16:58.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.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"}]}'
|
||||
2025-12-19 04:16:58.336 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:16:58.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.210/tcp/34662/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7","/ip4/172.18.150.210/tcp/34663/ws/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7"],"enrUri":"enr:-L24QIDWzbgdsYNU3hg6stcyWdnOefMRiJsyV-ByKqlydJmuXPv-oiKAc0lS_VpivW1DP6DZRbNhLnwI-WxuVq6Ym0kCgmlkgnY0gmlwhKwSltKKbXVsdGlhZGRyc5YACASsEpbSBodmAAoErBKW0gaHZ90DgnJzhQADAQAAiXNlY3AyNTZrMaECqGwjfoXFnCecN3n6orh1Q5TSG3xBkN11z6Z63v5rxzyDdGNwgodmg3VkcIKHaIV3YWt1MgE"}'
|
||||
2025-12-19 04:16:58.345 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:16:58.345 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61186/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.347 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:58.347 DEBUG [tests.rest_flags.test_admin_flags] Set log level (TRACE) -> status=200
|
||||
2025-12-19 04:16:58.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.210/tcp/34662/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7","/ip4/172.18.150.210/tcp/34663/ws/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7"],"enrUri":"enr:-L24QIDWzbgdsYNU3hg6stcyWdnOefMRiJsyV-ByKqlydJmuXPv-oiKAc0lS_VpivW1DP6DZRbNhLnwI-WxuVq6Ym0kCgmlkgnY0gmlwhKwSltKKbXVsdGlhZGRyc5YACASsEpbSBodmAAoErBKW0gaHZ90DgnJzhQADAQAAiXNlY3AyNTZrMaECqGwjfoXFnCecN3n6orh1Q5TSG3xBkN11z6Z63v5rxzyDdGNwgodmg3VkcIKHaIV3YWt1MgE"}'
|
||||
2025-12-19 04:16:58.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.352 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-121-g2d40cb'
|
||||
2025-12-19 04:16:58.352 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61186/admin/v1/log-level/DEBUG" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:58.354 DEBUG [tests.rest_flags.test_admin_flags] Set log level (DEBUG) -> status=200
|
||||
2025-12-19 04:16:58.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.210/tcp/34662/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7","/ip4/172.18.150.210/tcp/34663/ws/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7"],"enrUri":"enr:-L24QIDWzbgdsYNU3hg6stcyWdnOefMRiJsyV-ByKqlydJmuXPv-oiKAc0lS_VpivW1DP6DZRbNhLnwI-WxuVq6Ym0kCgmlkgnY0gmlwhKwSltKKbXVsdGlhZGRyc5YACASsEpbSBodmAAoErBKW0gaHZ90DgnJzhQADAQAAiXNlY3AyNTZrMaECqGwjfoXFnCecN3n6orh1Q5TSG3xBkN11z6Z63v5rxzyDdGNwgodmg3VkcIKHaIV3YWt1MgE"}'
|
||||
2025-12-19 04:16:58.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.359 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-121-g2d40cb'
|
||||
2025-12-19 04:16:58.359 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61186/admin/v1/log-level/INFO" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:58.361 DEBUG [tests.rest_flags.test_admin_flags] Set log level (INFO) -> status=200
|
||||
2025-12-19 04:16:58.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.210/tcp/34662/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7","/ip4/172.18.150.210/tcp/34663/ws/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7"],"enrUri":"enr:-L24QIDWzbgdsYNU3hg6stcyWdnOefMRiJsyV-ByKqlydJmuXPv-oiKAc0lS_VpivW1DP6DZRbNhLnwI-WxuVq6Ym0kCgmlkgnY0gmlwhKwSltKKbXVsdGlhZGRyc5YACASsEpbSBodmAAoErBKW0gaHZ90DgnJzhQADAQAAiXNlY3AyNTZrMaECqGwjfoXFnCecN3n6orh1Q5TSG3xBkN11z6Z63v5rxzyDdGNwgodmg3VkcIKHaIV3YWt1MgE"}'
|
||||
2025-12-19 04:16:58.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-121-g2d40cb'
|
||||
2025-12-19 04:16:58.365 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61186/admin/v1/log-level/NOTICE" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:58.367 DEBUG [tests.rest_flags.test_admin_flags] Set log level (NOTICE) -> status=200
|
||||
2025-12-19 04:16:58.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.210/tcp/34662/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7","/ip4/172.18.150.210/tcp/34663/ws/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7"],"enrUri":"enr:-L24QIDWzbgdsYNU3hg6stcyWdnOefMRiJsyV-ByKqlydJmuXPv-oiKAc0lS_VpivW1DP6DZRbNhLnwI-WxuVq6Ym0kCgmlkgnY0gmlwhKwSltKKbXVsdGlhZGRyc5YACASsEpbSBodmAAoErBKW0gaHZ90DgnJzhQADAQAAiXNlY3AyNTZrMaECqGwjfoXFnCecN3n6orh1Q5TSG3xBkN11z6Z63v5rxzyDdGNwgodmg3VkcIKHaIV3YWt1MgE"}'
|
||||
2025-12-19 04:16:58.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.372 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-121-g2d40cb'
|
||||
2025-12-19 04:16:58.372 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61186/admin/v1/log-level/WARN" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.373 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:58.374 DEBUG [tests.rest_flags.test_admin_flags] Set log level (WARN) -> status=200
|
||||
2025-12-19 04:16:58.374 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.375 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.210/tcp/34662/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7","/ip4/172.18.150.210/tcp/34663/ws/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7"],"enrUri":"enr:-L24QIDWzbgdsYNU3hg6stcyWdnOefMRiJsyV-ByKqlydJmuXPv-oiKAc0lS_VpivW1DP6DZRbNhLnwI-WxuVq6Ym0kCgmlkgnY0gmlwhKwSltKKbXVsdGlhZGRyc5YACASsEpbSBodmAAoErBKW0gaHZ90DgnJzhQADAQAAiXNlY3AyNTZrMaECqGwjfoXFnCecN3n6orh1Q5TSG3xBkN11z6Z63v5rxzyDdGNwgodmg3VkcIKHaIV3YWt1MgE"}'
|
||||
2025-12-19 04:16:58.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.377 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-121-g2d40cb'
|
||||
2025-12-19 04:16:58.378 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61186/admin/v1/log-level/ERROR" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.379 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:58.380 DEBUG [tests.rest_flags.test_admin_flags] Set log level (ERROR) -> status=200
|
||||
2025-12-19 04:16:58.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.382 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.210/tcp/34662/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7","/ip4/172.18.150.210/tcp/34663/ws/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7"],"enrUri":"enr:-L24QIDWzbgdsYNU3hg6stcyWdnOefMRiJsyV-ByKqlydJmuXPv-oiKAc0lS_VpivW1DP6DZRbNhLnwI-WxuVq6Ym0kCgmlkgnY0gmlwhKwSltKKbXVsdGlhZGRyc5YACASsEpbSBodmAAoErBKW0gaHZ90DgnJzhQADAQAAiXNlY3AyNTZrMaECqGwjfoXFnCecN3n6orh1Q5TSG3xBkN11z6Z63v5rxzyDdGNwgodmg3VkcIKHaIV3YWt1MgE"}'
|
||||
2025-12-19 04:16:58.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.384 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-121-g2d40cb'
|
||||
2025-12-19 04:16:58.384 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61186/admin/v1/log-level/FATAL" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.386 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:58.386 DEBUG [tests.rest_flags.test_admin_flags] Set log level (FATAL) -> status=200
|
||||
2025-12-19 04:16:58.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.388 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.150.210/tcp/34662/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7","/ip4/172.18.150.210/tcp/34663/ws/p2p/16Uiu2HAm6m87Rf8L9Kqt2MZpAtdqbvnsBaTxYy1GbTP5q3xdTcr7"],"enrUri":"enr:-L24QIDWzbgdsYNU3hg6stcyWdnOefMRiJsyV-ByKqlydJmuXPv-oiKAc0lS_VpivW1DP6DZRbNhLnwI-WxuVq6Ym0kCgmlkgnY0gmlwhKwSltKKbXVsdGlhZGRyc5YACASsEpbSBodmAAoErBKW0gaHZ90DgnJzhQADAQAAiXNlY3AyNTZrMaECqGwjfoXFnCecN3n6orh1Q5TSG3xBkN11z6Z63v5rxzyDdGNwgodmg3VkcIKHaIV3YWt1MgE"}'
|
||||
2025-12-19 04:16:58.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34661/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.390 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-121-g2d40cb'
|
||||
2025-12-19 04:16:58.391 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61186/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:16:58.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:16:58.393 DEBUG [tests.rest_flags.test_admin_flags] Restore default log level (TRACE) -> status=200
|
||||
2025-12-19 04:16:58.395 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:16:58.396 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:16:58.396 DEBUG [src.node.waku_node] Stopping container with id 7ad02be74224
|
||||
2025-12-19 04:16:58.955 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:58.955 DEBUG [src.node.waku_node] Stopping container with id eec8ff352718
|
||||
2025-12-19 04:16:59.435 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:16:59.438 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:16:59.442 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:16:59.446 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
81
nim/1008/data/attachments/2791ada3602bef15.txt
Normal file
81
nim/1008/data/attachments/2791ada3602bef15.txt
Normal file
@ -0,0 +1,81 @@
|
||||
2025-12-19 04:18:34.292 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2025-12-19 04:18:34.293 DEBUG [tests.conftest] Running test: test_publish_while_peer_is_paused with id: 2025-12-19_04-18-34__eb1204c7-37b8-4897-98fb-ff8bf20cb376
|
||||
2025-12-19 04:18:34.293 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2025-12-19 04:18:34.293 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2025-12-19 04:18:34.294 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2025-12-19 04:18:34.301 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:18:34.301 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2025-12-19_04-18-34__eb1204c7-37b8-4897-98fb-ff8bf20cb376__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:34.301 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:18:34.301 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:18:34.303 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:18:34.303 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.77.107
|
||||
2025-12-19 04:18:34.303 DEBUG [src.node.docker_mananger] Generated ports ['13475', '13476', '13477', '13478', '13479']
|
||||
2025-12-19 04:18:34.303 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:18:34.303 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:18:34.303 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:18:34.303 DEBUG [src.node.docker_mananger] docker run -i -t -p 13475:13475 -p 13476:13476 -p 13477:13477 -p 13478:13478 -p 13479:13479 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13477 --rest-port=13475 --tcp-port=13476 --discv5-udp-port=13478 --rest-address=0.0.0.0 --nat=extip:172.18.77.107 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=41cb8b98933d7cd385a6d85fa9c412926ce6ae550e2d627d5d9219adeb72867f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13479 --metrics-logging=true --relay=true
|
||||
2025-12-19 04:18:34.503 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.77.107 waku 3b07a600d7504db3996fedcf99bbab33678c8c1dae1b23f8a61b5a87d5014d85
|
||||
2025-12-19 04:18:34.534 DEBUG [src.node.docker_mananger] Container started with ID 3b07a600d750. Setting up logs at ./log/docker/node1_2025-12-19_04-18-34__eb1204c7-37b8-4897-98fb-ff8bf20cb376__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:34.536 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 13475
|
||||
2025-12-19 04:18:34.536 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:18:34.539 ERROR [src.node.docker_mananger] Max retries reached for container 333658ed34ee. Exiting log stream.
|
||||
2025-12-19 04:18:35.091 ERROR [src.node.docker_mananger] Max retries reached for container 1473d0f0e518. Exiting log stream.
|
||||
2025-12-19 04:18:35.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13475/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:35.540 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:18:35.541 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:18:35.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13475/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:35.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.77.107/tcp/13476/p2p/16Uiu2HAm3g192kLWDWNoNHJ2w1CGokQqtG1mGUsq5Jyn9dUXvLQh","/ip4/172.18.77.107/tcp/13477/ws/p2p/16Uiu2HAm3g192kLWDWNoNHJ2w1CGokQqtG1mGUsq5Jyn9dUXvLQh"],"enrUri":"enr:-L24QCCW4C_RXgQut5VLUjN2KRN7V-g5D2qHix5THT74Qjsbbvv5onndlPslNPPoWjkiDnwCijBMsDtCOjUkABvy1B0CgmlkgnY0gmlwhKwSTWuKbXVsdGlhZGRyc5YACASsEk1rBjSkAAoErBJNawY0pd0DgnJzhQADAQAAiXNlY3AyNTZrMaECeolKSdHvoDAGOP3A3cxD1aPha4K9RqTpofUCy08abxKDdGNwgjSkg3VkcII0poV3YWt1MgE"}'
|
||||
2025-12-19 04:18:35.543 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:18:35.550 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2025-12-19 04:18:35.551 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2025-12-19_04-18-34__eb1204c7-37b8-4897-98fb-ff8bf20cb376__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:35.551 DEBUG [src.node.waku_node] Starting Node...
|
||||
2025-12-19 04:18:35.551 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2025-12-19 04:18:35.552 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2025-12-19 04:18:35.552 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.100.70
|
||||
2025-12-19 04:18:35.553 DEBUG [src.node.docker_mananger] Generated ports ['6022', '6023', '6024', '6025', '6026']
|
||||
2025-12-19 04:18:35.553 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2025-12-19 04:18:35.553 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2025-12-19 04:18:35.553 DEBUG [src.node.waku_node] Using volumes []
|
||||
2025-12-19 04:18:35.553 DEBUG [src.node.docker_mananger] docker run -i -t -p 6022:6022 -p 6023:6023 -p 6024:6024 -p 6025:6025 -p 6026:6026 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6024 --rest-port=6022 --tcp-port=6023 --discv5-udp-port=6025 --rest-address=0.0.0.0 --nat=extip:172.18.100.70 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0c3642adfd0ebe9120c950f34fde45a7df1b7db6709bea3e718c483eedfdf96b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6026 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCCW4C_RXgQut5VLUjN2KRN7V-g5D2qHix5THT74Qjsbbvv5onndlPslNPPoWjkiDnwCijBMsDtCOjUkABvy1B0CgmlkgnY0gmlwhKwSTWuKbXVsdGlhZGRyc5YACASsEk1rBjSkAAoErBJNawY0pd0DgnJzhQADAQAAiXNlY3AyNTZrMaECeolKSdHvoDAGOP3A3cxD1aPha4K9RqTpofUCy08abxKDdGNwgjSkg3VkcII0poV3YWt1MgE
|
||||
2025-12-19 04:18:35.745 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.100.70 waku a2355732c8f94fc73ecf1aecb882b098fa013e253ff2a967d98ae84ca8dca2fb
|
||||
2025-12-19 04:18:35.775 DEBUG [src.node.docker_mananger] Container started with ID a2355732c8f9. Setting up logs at ./log/docker/node2_2025-12-19_04-18-34__eb1204c7-37b8-4897-98fb-ff8bf20cb376__wakuorg_nwaku:latest.log
|
||||
2025-12-19 04:18:35.775 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6022
|
||||
2025-12-19 04:18:35.775 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2025-12-19 04:18:36.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6022/health" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:36.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2025-12-19 04:18:36.789 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2025-12-19 04:18:36.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6022/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:36.794 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.70/tcp/6023/p2p/16Uiu2HAmUqsmPJkMwqVfYyK8gfJYkUgpafzVbyJZ6E1qC1tRRVPf","/ip4/172.18.100.70/tcp/6024/ws/p2p/16Uiu2HAmUqsmPJkMwqVfYyK8gfJYkUgpafzVbyJZ6E1qC1tRRVPf"],"enrUri":"enr:-L24QOY3Mh4jdNUuWdVF80o30NY0JvpQY74bIMD9rdzkBiQee2YyFnREavNRFb9wiLy6Ud5JqvywVcf-ushVM5WXFsACgmlkgnY0gmlwhKwSZEaKbXVsdGlhZGRyc5YACASsEmRGBheHAAoErBJkRgYXiN0DgnJzhQADAQAAiXNlY3AyNTZrMaED8ITvPb4COI5qDenZveAhfdXfmUiChw67Hy8v1wHwELKDdGNwgheHg3VkcIIXiYV3YWt1MgE"}'
|
||||
2025-12-19 04:18:36.794 INFO [src.node.waku_node] REST service is ready !!
|
||||
2025-12-19 04:18:36.796 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6022/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.77.107/tcp/13476/p2p/16Uiu2HAm3g192kLWDWNoNHJ2w1CGokQqtG1mGUsq5Jyn9dUXvLQh"]'
|
||||
2025-12-19 04:18:36.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:36.801 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2025-12-19 04:18:36.801 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13475/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:18:36.806 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:36.806 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6022/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2025-12-19 04:18:36.811 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:36.812 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:18:36.818 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:36.818 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2025-12-19 04:18:36.919 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:18:36.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:13475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:36.922 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":1766117916812800512,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:18:36.924 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2025-12-19 04:18:36.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:36.926 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":1766117916812800512,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:18:36.928 INFO [src.steps.relay] WARM UP successful!!
|
||||
2025-12-19 04:18:36.929 DEBUG [src.node.waku_node] Pausing container with id a2355732c8f9
|
||||
2025-12-19 04:18:36.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:13475/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2025-12-19 04:18:36.943 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2025-12-19 04:18:36.943 DEBUG [src.node.waku_node] Unpause container with id a2355732c8f9
|
||||
2025-12-19 04:18:36.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2025-12-19 04:18:36.956 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":1766117916929223351,"ephemeral":false,"proof":""}]'
|
||||
2025-12-19 04:18:36.959 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2025-12-19 04:18:36.960 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2025-12-19 04:18:36.960 DEBUG [src.node.waku_node] Stopping container with id 3b07a600d750
|
||||
2025-12-19 04:18:37.545 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:18:37.545 DEBUG [src.node.waku_node] Stopping container with id a2355732c8f9
|
||||
2025-12-19 04:18:38.085 DEBUG [src.node.waku_node] Container stopped.
|
||||
2025-12-19 04:18:38.087 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2025-12-19 04:18:38.093 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2025-12-19 04:18:38.097 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user