mirror of
https://github.com/logos-messaging/logos-messaging-interop-tests.git
synced 2026-01-23 16:23:11 +00:00
deploy: d6428af91dd320608d645be9bdcb3540e1cc9e54
This commit is contained in:
parent
aed341603a
commit
84b1717eee
67
nim/1043/data/attachments/101c7f0ec8a5743d.txt
Normal file
67
nim/1043/data/attachments/101c7f0ec8a5743d.txt
Normal file
@ -0,0 +1,67 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_admin_peers_stats_schema with id: 2026-01-21_04-24-25__7f8c5caf-6212-4b65-8a1f-a6a1d6fb8252
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-24-25__7f8c5caf-6212-4b65-8a1f-a6a1d6fb8252__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-24-25__7f8c5caf-6212-4b65-8a1f-a6a1d6fb8252__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-24-25__7f8c5caf-6212-4b65-8a1f-a6a1d6fb8252__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-21_04-24-25__7f8c5caf-6212-4b65-8a1f-a6a1d6fb8252__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.97.182
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['54817', '54818', '54819', '54820', '54821']
|
||||
[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 54817:54817 -p 54818:54818 -p 54819:54819 -p 54820:54820 -p 54821:54821 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54819 --rest-port=54817 --tcp-port=54818 --discv5-udp-port=54820 --rest-address=0.0.0.0 --nat=extip:172.18.97.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=083d6d9dfef3cb7373f6ca983d74e6c62e70a84cfeaac14bdde13e7cedbe1900 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54821 --metrics-logging=true --filter=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.97.182 waku 1e9ca97760e7e57834621551abc7d8c5afff1824094d2d68ab11dcbcf2a1bc0d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1e9ca97760e7. Setting up logs at ./log/docker/node1_2026-01-21_04-24-25__7f8c5caf-6212-4b65-8a1f-a6a1d6fb8252__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 54817
|
||||
[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 30059fcaf6d0. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container eb6e2d2273af. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54817/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:54817/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.182/tcp/54818/p2p/16Uiu2HAmCNAWbadssi7WHPKykAqD7DiEaHM6SE9sMHGDnHsZT7Sd","/ip4/172.18.97.182/tcp/54819/ws/p2p/16Uiu2HAmCNAWbadssi7WHPKykAqD7DiEaHM6SE9sMHGDnHsZT7Sd"],"enrUri":"enr:-L24QL8iFk7XUkqIIK2oycCKSD5VrneIQwpIU3o07kPbc5GkPHpGWUYQ6GohSv8Z9o6VwWiOCFcSD5M4IY5JmY4bWs0CgmlkgnY0gmlwhKwSYbaKbXVsdGlhZGRyc5YACASsEmG2BtYiAAoErBJhtgbWI90DgnJzhQADAQAAiXNlY3AyNTZrMaEC-7CdXoXlPDk-SGtuqqj4AKfVVsDC_7oX1USffnyLJnaDdGNwgtYig3VkcILWJIV3YWt1MgU"}'
|
||||
[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.238.49
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29438', '29439', '29440', '29441', '29442']
|
||||
[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 29438:29438 -p 29439:29439 -p 29440:29440 -p 29441:29441 -p 29442:29442 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29440 --rest-port=29438 --tcp-port=29439 --discv5-udp-port=29441 --rest-address=0.0.0.0 --nat=extip:172.18.238.49 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=adacbd986abbdddde106df04c40fd351316574acee44fbacc3ac5cbdffd2495b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29442 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QL8iFk7XUkqIIK2oycCKSD5VrneIQwpIU3o07kPbc5GkPHpGWUYQ6GohSv8Z9o6VwWiOCFcSD5M4IY5JmY4bWs0CgmlkgnY0gmlwhKwSYbaKbXVsdGlhZGRyc5YACASsEmG2BtYiAAoErBJhtgbWI90DgnJzhQADAQAAiXNlY3AyNTZrMaEC-7CdXoXlPDk-SGtuqqj4AKfVVsDC_7oX1USffnyLJnaDdGNwgtYig3VkcILWJIV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.238.49 waku bcd754aba978d15563d3c827eaf3800ff6e36aed5f24f9147e21d1ac8c88f1a9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID bcd754aba978. Setting up logs at ./log/docker/node2_2026-01-21_04-24-25__7f8c5caf-6212-4b65-8a1f-a6a1d6fb8252__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29438
|
||||
[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:29438/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:29438/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.238.49/tcp/29439/p2p/16Uiu2HAm5B1iL4tY7iwhEsY4cKuLZRctpQz1uKagv7FUpcmR4NfP","/ip4/172.18.238.49/tcp/29440/ws/p2p/16Uiu2HAm5B1iL4tY7iwhEsY4cKuLZRctpQz1uKagv7FUpcmR4NfP"],"enrUri":"enr:-L24QBbLweLovoSif6tNIfxWYfDLiHDefhGv92rAdEGLMtxsfIDYCEMStPllubq0B85G6jkMiDYwXBScu821SoZdzYcCgmlkgnY0gmlwhKwS7jGKbXVsdGlhZGRyc5YACASsEu4xBnL_AAoErBLuMQZzAN0DgnJzhQADAQAAiXNlY3AyNTZrMaECkNN4QE_w_896g6s2OCxv4pqaWmjrvH8RUpCvjwdmW16DdGNwgnL_g3VkcIJzAYV3YWt1MgE"}'
|
||||
[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:54817/admin/v1/peers/stats" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"Sum":{"Total peers":1},"By Connectedness":{"Connected":1,"NotConnected":0,"CannotConnect":0,"CanConnect":0},"Relay peers":{"0":1,"Total relay peers":1},"Mesh peers":{"0":1,"Total mesh peers":1},"By Protocols":{"/vac/waku/relay/2.0.0":1,"/vac/waku/filter-subscribe/2.0.0-beta1":0,"/vac/waku/filter-push/2.0.0-beta1":1,"/vac/waku/store-query/3.0.0":0,"/vac/waku/store/2.0.0-beta4":0,"/vac/waku/lightpush/3.0.0":0,"/vac/waku/lightpush/2.0.0-beta1":0,"/vac/waku/peer-exchange/2.0.0-alpha1":1,"/vac/waku/reconciliation/1.0.0":0}}'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:95 Peer stats schema check: {'Sum': {'Total peers': 1}, 'By Connectedness': {'Connected': 1, 'NotConnected': 0, 'CannotConnect': 0, 'CanConnect': 0}, 'Relay peers': {'0': 1, 'Total relay peers': 1}, 'Mesh peers': {'0': 1, 'Total mesh peers': 1}, 'By Protocols': {'/vac/waku/relay/2.0.0': 1, '/vac/waku/filter-subscribe/2.0.0-beta1': 0, '/vac/waku/filter-push/2.0.0-beta1': 1, '/vac/waku/store-query/3.0.0': 0, '/vac/waku/store/2.0.0-beta4': 0, '/vac/waku/lightpush/3.0.0': 0, '/vac/waku/lightpush/2.0.0-beta1': 0, '/vac/waku/peer-exchange/2.0.0-alpha1': 1, '/vac/waku/reconciliation/1.0.0': 0}}
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 1e9ca97760e7
|
||||
[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 bcd754aba978
|
||||
[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/1043/data/attachments/102a7b02156a09b9.txt
Normal file
73
nim/1043/data/attachments/102a7b02156a09b9.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_2_nodes_different_content_topic_same_shard with id: 2026-01-21_04-37-56__5c9f0994-78e4-4e16-98e2-980c975c49fd
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-37-56__5c9f0994-78e4-4e16-98e2-980c975c49fd__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.193
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34085', '34086', '34087', '34088', '34089']
|
||||
[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 34085:34085 -p 34086:34086 -p 34087:34087 -p 34088:34088 -p 34089:34089 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34087 --rest-port=34085 --tcp-port=34086 --discv5-udp-port=34088 --rest-address=0.0.0.0 --nat=extip:172.18.78.193 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e18e7eefbe9a4a36b49b2d02da00edca5de8edc45a5c458f100e86aeebaa9fbf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34089 --metrics-logging=true --relay=true --filter=true --content-topic=/newsService/1.0/weekly/protobuf
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.78.193 waku 1d8317c1dd71ab1f5f01613a5fac4d1ec92d4ca123c8e626a7b70fdea93245d7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1d8317c1dd71. Setting up logs at ./log/docker/node1_2026-01-21_04-37-56__5c9f0994-78e4-4e16-98e2-980c975c49fd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34085
|
||||
[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 f42a5e0b6937. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container db0e381a042b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34085/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:34085/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.193/tcp/34086/p2p/16Uiu2HAkxLGQPYNM45xy8Tvu4jCnLNk1hnWV8VXixeBpk8A9QLJ3","/ip4/172.18.78.193/tcp/34087/ws/p2p/16Uiu2HAkxLGQPYNM45xy8Tvu4jCnLNk1hnWV8VXixeBpk8A9QLJ3"],"enrUri":"enr:-L24QILR9xDIJnHDhcbFEenFbluAOdhMj2aRxkfKltAMcarIViH2MI7vuAVk5RxtiBkbq6JmmpVcw7DjMGB5BHNZ0iYCgmlkgnY0gmlwhKwSTsGKbXVsdGlhZGRyc5YACASsEk7BBoUmAAoErBJOwQaFJ90DgnJzhQACAQAAiXNlY3AyNTZrMaECKzB_1OPhgnWW-iwSTGgn5_0cJ3WJca-Zg83G_7Zg4ICDdGNwgoUmg3VkcIKFKIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-37-56__5c9f0994-78e4-4e16-98e2-980c975c49fd__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.93.216
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['31517', '31518', '31519', '31520', '31521']
|
||||
[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 31517:31517 -p 31518:31518 -p 31519:31519 -p 31520:31520 -p 31521:31521 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31519 --rest-port=31517 --tcp-port=31518 --discv5-udp-port=31520 --rest-address=0.0.0.0 --nat=extip:172.18.93.216 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=30bbae2f2dd5becfb5deebb452c5fecccf15ffa1b29703a4fce8cfbc22bbe9bb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31521 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QILR9xDIJnHDhcbFEenFbluAOdhMj2aRxkfKltAMcarIViH2MI7vuAVk5RxtiBkbq6JmmpVcw7DjMGB5BHNZ0iYCgmlkgnY0gmlwhKwSTsGKbXVsdGlhZGRyc5YACASsEk7BBoUmAAoErBJOwQaFJ90DgnJzhQACAQAAiXNlY3AyNTZrMaECKzB_1OPhgnWW-iwSTGgn5_0cJ3WJca-Zg83G_7Zg4ICDdGNwgoUmg3VkcIKFKIV3YWt1MgU --content-topic=/newsService/1.0/alerts/xml
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.93.216 waku 0f7f529384bc7e324f43f5ed69f7bfc91bf6a5757b2270dfb532adad7cb0dcf1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0f7f529384bc. Setting up logs at ./log/docker/node2_2026-01-21_04-37-56__5c9f0994-78e4-4e16-98e2-980c975c49fd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 31517
|
||||
[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:31517/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:31517/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.93.216/tcp/31518/p2p/16Uiu2HAmCqvjyUHbtTA4ZBLSovrc48fSa8gWMmUXfxLdzvBKppfb","/ip4/172.18.93.216/tcp/31519/ws/p2p/16Uiu2HAmCqvjyUHbtTA4ZBLSovrc48fSa8gWMmUXfxLdzvBKppfb"],"enrUri":"enr:-L24QHv_TWqLoKWrSSoqHLVp6WiKsp0dOP2HvB6t9-RV4vxlCHtU3d0TAV8R3qvxWMbJy86BadfmSreQjEKkzI63EkwCgmlkgnY0gmlwhKwSXdiKbXVsdGlhZGRyc5YACASsEl3YBnseAAoErBJd2AZ7H90DgnJzhQACAQAAiXNlY3AyNTZrMaEDAs1O7fdT0Z4nW6hUcpa_Wxxu4R0qIFj3C1CUGNkyItKDdGNwgnseg3VkcIJ7IIV3YWt1MgE"}'
|
||||
[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:31517/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.78.193/tcp/34086/p2p/16Uiu2HAkxLGQPYNM45xy8Tvu4jCnLNk1hnWV8VXixeBpk8A9QLJ3"]'
|
||||
[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:34085/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:31517/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:34085/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34085/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1768970279304001279,"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:31517/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/weekly/protobuf","version":0,"timestamp":1768970279304001279,"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 1d8317c1dd71
|
||||
[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 0f7f529384bc
|
||||
[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.
|
||||
69
nim/1043/data/attachments/1035eda36613e1df.txt
Normal file
69
nim/1043/data/attachments/1035eda36613e1df.txt
Normal file
@ -0,0 +1,69 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_subscribe_to_pubsub_topic_from_another_cluster_id with id: 2026-01-21_04-19-38__319e9ece-a830-4527-bc6f-4b51e118a70a
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-19-38__319e9ece-a830-4527-bc6f-4b51e118a70a__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:33 Network waku created
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.135.100
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['23317', '23318', '23319', '23320', '23321']
|
||||
[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 23317:23317 -p 23318:23318 -p 23319:23319 -p 23320:23320 -p 23321:23321 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23319 --rest-port=23317 --tcp-port=23318 --discv5-udp-port=23320 --rest-address=0.0.0.0 --nat=extip:172.18.135.100 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6b9daf1f617efda73fbe1c761ac50ddf3c0f59a1bbaba5adb0fc9c702589b08e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23321 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.135.100 waku a7050ed636187c97233ab34451f68a2c77334c867e605a28dfb6baff4ebe7bca
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a7050ed63618. Setting up logs at ./log/docker/node1_2026-01-21_04-19-38__319e9ece-a830-4527-bc6f-4b51e118a70a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 23317
|
||||
[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:23317/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:23317/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.135.100/tcp/23318/p2p/16Uiu2HAkvmseY7VzQxHF83cbUjwdHLrFYcgoXKKqddQkTVgN6FyA","/ip4/172.18.135.100/tcp/23319/ws/p2p/16Uiu2HAkvmseY7VzQxHF83cbUjwdHLrFYcgoXKKqddQkTVgN6FyA"],"enrUri":"enr:-L24QMMLgzsEbEVKGPgQSuzrViv-aCJb42qh1bmEE3s-P6QLKLrhOfOmORrKxaHZl-d7oCKrfxEMDJA18mZZkCo5qTwCgmlkgnY0gmlwhKwSh2SKbXVsdGlhZGRyc5YACASsEodkBlsWAAoErBKHZAZbF90DgnJzhQADAQAAiXNlY3AyNTZrMaECFAh_A9BT-0yA99ePNyApXSrnCVi0ZnSAcAULjBaY9imDdGNwglsWg3VkcIJbGIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-19-38__319e9ece-a830-4527-bc6f-4b51e118a70a__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.151.30
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16763', '16764', '16765', '16766', '16767']
|
||||
[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 16763:16763 -p 16764:16764 -p 16765:16765 -p 16766:16766 -p 16767:16767 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16765 --rest-port=16763 --tcp-port=16764 --discv5-udp-port=16766 --rest-address=0.0.0.0 --nat=extip:172.18.151.30 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ccdf277faf9fdbfed90feafe5e3ac4eeabdde0dc52a9bc7c6acfdb5d2bea3eae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16767 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QMMLgzsEbEVKGPgQSuzrViv-aCJb42qh1bmEE3s-P6QLKLrhOfOmORrKxaHZl-d7oCKrfxEMDJA18mZZkCo5qTwCgmlkgnY0gmlwhKwSh2SKbXVsdGlhZGRyc5YACASsEodkBlsWAAoErBKHZAZbF90DgnJzhQADAQAAiXNlY3AyNTZrMaECFAh_A9BT-0yA99ePNyApXSrnCVi0ZnSAcAULjBaY9imDdGNwglsWg3VkcIJbGIV3YWt1MgU --filternode=/ip4/172.18.135.100/tcp/23318/p2p/16Uiu2HAkvmseY7VzQxHF83cbUjwdHLrFYcgoXKKqddQkTVgN6FyA
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.151.30 waku a5e007b12243219a33245fd4caafe2fb3fa0c397d5bcb109a0e8c441cd87c752
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a5e007b12243. Setting up logs at ./log/docker/node2_2026-01-21_04-19-38__319e9ece-a830-4527-bc6f-4b51e118a70a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16763
|
||||
[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:16763/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:16763/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.30/tcp/16764/p2p/16Uiu2HAkwhnF5TW5AFmaght6irUv7b11foaUrZbk7cWd1u2G1uA7","/ip4/172.18.151.30/tcp/16765/ws/p2p/16Uiu2HAkwhnF5TW5AFmaght6irUv7b11foaUrZbk7cWd1u2G1uA7"],"enrUri":"enr:-L24QKh3sR9fSfHmzNLbnjhjh_ulvFn1BnTLhKRgtEGj4N-cB7uZD2bxKIQvIV6MNg_vQ5l1sFgIjr5TpRZm7ELR7DcCgmlkgnY0gmlwhKwSlx6KbXVsdGlhZGRyc5YACASsEpceBkF8AAoErBKXHgZBfd0DgnJzhQADAQAAiXNlY3AyNTZrMaECIde_vUxaffPA3t_BE2Tz-n103lR9_BT6a4dZ91bVDfCDdGNwgkF8g3VkcIJBfoV3YWt1MgA"}'
|
||||
[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:16763/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.135.100/tcp/23318/p2p/16Uiu2HAkvmseY7VzQxHF83cbUjwdHLrFYcgoXKKqddQkTVgN6FyA"]'
|
||||
[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:23317/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16763/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "44f2f640-b882-42fa-b287-6861553bf035", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/2/2"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"44f2f640-b882-42fa-b287-6861553bf035","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:23317/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -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:16763/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":1768969182884024975,"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 a7050ed63618
|
||||
[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 a5e007b12243
|
||||
[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/1043/data/attachments/1035f16cdb33350a.txt
Normal file
76
nim/1043/data/attachments/1035f16cdb33350a.txt
Normal file
@ -0,0 +1,76 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_get_store_message_with_version with id: 2026-01-21_04-26-46__071516de-8fda-460d-8440-0fa75eaa89c8
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-26-46__071516de-8fda-460d-8440-0fa75eaa89c8__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.22.182
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34338', '34339', '34340', '34341', '34342']
|
||||
[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 34338:34338 -p 34339:34339 -p 34340:34340 -p 34341:34341 -p 34342:34342 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34340 --rest-port=34338 --tcp-port=34339 --discv5-udp-port=34341 --rest-address=0.0.0.0 --nat=extip:172.18.22.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1bb2fcdd3f5a721cfe3ac5ff135dcaceddb3d4aaebd2035255be12bcc1edbba0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34342 --metrics-logging=true --store=true --relay=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 41d469789f40. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.22.182 waku c78ff498e579bf244de4ba931f040853ed681c729bfe25389eee07733233e9df
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c78ff498e579. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-26-46__071516de-8fda-460d-8440-0fa75eaa89c8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34338
|
||||
[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 6847336049dd. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34338/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:34338/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.22.182/tcp/34339/p2p/16Uiu2HAmBsPBAxt1JVLmbQy8PVtyrj4VK8DVxyY9YgpKdsBkxhbD","/ip4/172.18.22.182/tcp/34340/ws/p2p/16Uiu2HAmBsPBAxt1JVLmbQy8PVtyrj4VK8DVxyY9YgpKdsBkxhbD"],"enrUri":"enr:-L24QFVf1XBtFVE8YXeMdliN_0J0_BZoD2IZhb9pge0sBYbferk8OLUN2vBNFya5mYk9aUHXrxchUVyoT__vDT6kQrYCgmlkgnY0gmlwhKwSFraKbXVsdGlhZGRyc5YACASsEha2BoYjAAoErBIWtgaGJN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9FEXe6KZJSKqlOaYKf0ZV78Vtnc0pvqkxRGgiGjaXGiDdGNwgoYjg3VkcIKGJYV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-26-46__071516de-8fda-460d-8440-0fa75eaa89c8__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.179
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35497', '35498', '35499', '35500', '35501']
|
||||
[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 35497:35497 -p 35498:35498 -p 35499:35499 -p 35500:35500 -p 35501:35501 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35499 --rest-port=35497 --tcp-port=35498 --discv5-udp-port=35500 --rest-address=0.0.0.0 --nat=extip:172.18.218.179 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ab7bc11fab3ad8ddb65ef0cdd315bff8e7d3fcc9e7f4c71d17f0ccc8bccabcbd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35501 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFVf1XBtFVE8YXeMdliN_0J0_BZoD2IZhb9pge0sBYbferk8OLUN2vBNFya5mYk9aUHXrxchUVyoT__vDT6kQrYCgmlkgnY0gmlwhKwSFraKbXVsdGlhZGRyc5YACASsEha2BoYjAAoErBIWtgaGJN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9FEXe6KZJSKqlOaYKf0ZV78Vtnc0pvqkxRGgiGjaXGiDdGNwgoYjg3VkcIKGJYV3YWt1MgM --storenode=/ip4/172.18.22.182/tcp/34339/p2p/16Uiu2HAmBsPBAxt1JVLmbQy8PVtyrj4VK8DVxyY9YgpKdsBkxhbD --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.218.179 waku 1c3012d3d88bcc3753fed6bc53000f95fa46eebf9ce703863ecc1d628a6f0fbb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1c3012d3d88b. Setting up logs at ./log/docker/store_node1_2026-01-21_04-26-46__071516de-8fda-460d-8440-0fa75eaa89c8__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35497
|
||||
[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:35497/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:35497/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.179/tcp/35498/p2p/16Uiu2HAm5HaEwicvqpyvFAKfKUo4TrEgPexYT7C8srAcBKk5VzvN","/ip4/172.18.218.179/tcp/35499/ws/p2p/16Uiu2HAm5HaEwicvqpyvFAKfKUo4TrEgPexYT7C8srAcBKk5VzvN"],"enrUri":"enr:-L24QEKDnyxrxDKpwaZt8_ITOdNcnzS9C3YrYN9Fqr-Mbb7SR75xkVvVHDeOkI5d-VzMP-PfuStor0aYppLntfwiPiwCgmlkgnY0gmlwhKwS2rOKbXVsdGlhZGRyc5YACASsEtqzBoqqAAoErBLaswaKq90DgnJzhQADAQAAiXNlY3AyNTZrMaECkoG74uDMQJbHOBETIAF_xnQW_FO7o8Vsn_kLDBnDthuDdGNwgoqqg3VkcIKKrIV3YWt1MgM"}'
|
||||
[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:35497/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.22.182/tcp/34339/p2p/16Uiu2HAmBsPBAxt1JVLmbQy8PVtyrj4VK8DVxyY9YgpKdsBkxhbD"]'
|
||||
[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:34338/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:35497/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:34338/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)', "version": 10}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:34338/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":"0x1d2d8fbfa7ed994ae058188f1d1b000fc02c72fc9cdcec3381a28d9ff4be2a83"}]}'
|
||||
[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:35497/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":"0x1d2d8fbfa7ed994ae058188f1d1b000fc02c72fc9cdcec3381a28d9ff4be2a83"}]}'
|
||||
[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 c78ff498e579
|
||||
[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 1c3012d3d88b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
77
nim/1043/data/attachments/1042891fdf04b366.txt
Normal file
77
nim/1043/data/attachments/1042891fdf04b366.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_single_pubsub_topic[/waku/2/rs/8/0] with id: 2026-01-21_04-28-46__2aabca31-1a5d-4722-ac94-386963eca9cd
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-28-46__2aabca31-1a5d-4722-ac94-386963eca9cd__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.198.126
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['48649', '48650', '48651', '48652', '48653']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 8
|
||||
[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 48649:48649 -p 48650:48650 -p 48651:48651 -p 48652:48652 -p 48653:48653 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48651 --rest-port=48649 --tcp-port=48650 --discv5-udp-port=48652 --rest-address=0.0.0.0 --nat=extip:172.18.198.126 --peer-exchange=true --discv5-discovery=true --cluster-id=8 --nodekey=6dafdab116edbbbebad4e584ddc2ec8d2aeceecf21adbf2edbbe77dd15d8afea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48653 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.198.126 waku 64aea01039ba7b2df28c9a2f202fe7ec06b696c3910040eed1d3712f582f80d2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 64aea01039ba. Setting up logs at ./log/docker/node1_2026-01-21_04-28-46__2aabca31-1a5d-4722-ac94-386963eca9cd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 48649
|
||||
[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 3c0505ac3d84. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a3938eae1aed. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:48649/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:48649/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.198.126/tcp/48650/p2p/16Uiu2HAmVoDDnVVp8p84EuycLFdoMnzwyo9iJcLCZqegVZ7wcpKg","/ip4/172.18.198.126/tcp/48651/ws/p2p/16Uiu2HAmVoDDnVVp8p84EuycLFdoMnzwyo9iJcLCZqegVZ7wcpKg"],"enrUri":"enr:-L24QBkr0AJA1DmISM_xXeiSk28_VBlXPMplSQsSKfcZ3yJnRhgQdjJQyIfohEMBs9Aan8Jhw6H0Lrm85V1bavDSb5gCgmlkgnY0gmlwhKwSxn6KbXVsdGlhZGRyc5YACASsEsZ-Br4KAAoErBLGfga-C90DgnJzhQAIAQAAiXNlY3AyNTZrMaED_rHghz4WXg8aRGW8Hu5S34bQ8GN9ru5FSi0QOBFEi2-DdGNwgr4Kg3VkcIK-DIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-28-46__2aabca31-1a5d-4722-ac94-386963eca9cd__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.151.134
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2649', '2650', '2651', '2652', '2653']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 8
|
||||
[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 2649:2649 -p 2650:2650 -p 2651:2651 -p 2652:2652 -p 2653:2653 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2651 --rest-port=2649 --tcp-port=2650 --discv5-udp-port=2652 --rest-address=0.0.0.0 --nat=extip:172.18.151.134 --peer-exchange=true --discv5-discovery=true --cluster-id=8 --nodekey=1dce06f00d6beb4ea7b2ebea1f5d54ca61d7cdefff2cc7d7e35af1ade4754224 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2653 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBkr0AJA1DmISM_xXeiSk28_VBlXPMplSQsSKfcZ3yJnRhgQdjJQyIfohEMBs9Aan8Jhw6H0Lrm85V1bavDSb5gCgmlkgnY0gmlwhKwSxn6KbXVsdGlhZGRyc5YACASsEsZ-Br4KAAoErBLGfga-C90DgnJzhQAIAQAAiXNlY3AyNTZrMaED_rHghz4WXg8aRGW8Hu5S34bQ8GN9ru5FSi0QOBFEi2-DdGNwgr4Kg3VkcIK-DIV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.151.134 waku deb98cdabcee136c24d5a0374558ed741c5f3f91b70584dbc55ccfe1b1e79e80
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID deb98cdabcee. Setting up logs at ./log/docker/node2_2026-01-21_04-28-46__2aabca31-1a5d-4722-ac94-386963eca9cd__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2649
|
||||
[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:2649/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:2649/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.151.134/tcp/2650/p2p/16Uiu2HAkwBMxYeKdYtVet9eJCVr6mtWDNXue2v5g3EY5XvhhjsiL","/ip4/172.18.151.134/tcp/2651/ws/p2p/16Uiu2HAkwBMxYeKdYtVet9eJCVr6mtWDNXue2v5g3EY5XvhhjsiL"],"enrUri":"enr:-L24QC3HNDughu_GpIW0WrTno15RpXrY2Y3GLFddiBX7mgc3DoWdirSlpH76QjJfZFbKfJAcrI_TUDAIpa-mjtAUNEICgmlkgnY0gmlwhKwSl4aKbXVsdGlhZGRyc5YACASsEpeGBgpaAAoErBKXhgYKW90DgnJzhQAIAQAAiXNlY3AyNTZrMaECGgzdlJGmr8SIFtGwQVvdRNa4hkblROdvEG6at5VklLWDdGNwggpag3VkcIIKXIV3YWt1MgE"}'
|
||||
[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:2649/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.198.126/tcp/48650/p2p/16Uiu2HAmVoDDnVVp8p84EuycLFdoMnzwyo9iJcLCZqegVZ7wcpKg"]'
|
||||
[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:48649/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/8/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:2649/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/8/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:48649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F8%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:48649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F8%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":1768969728520912135,"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:2649/relay/v1/messages/%2Fwaku%2F2%2Frs%2F8%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":1768969728520912135,"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 64aea01039ba
|
||||
[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 deb98cdabcee
|
||||
[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.
|
||||
7112
nim/1043/data/attachments/105e4360929b24bd.txt
Normal file
7112
nim/1043/data/attachments/105e4360929b24bd.txt
Normal file
File diff suppressed because it is too large
Load Diff
112
nim/1043/data/attachments/107b5629374a20a2.txt
Normal file
112
nim/1043/data/attachments/107b5629374a20a2.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_unsubscribe_from_non_subscribed_content_topics with id: 2026-01-21_04-36-39__fffcb28f-8a7a-4931-bebc-9ad533a177b2
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-36-39__fffcb28f-8a7a-4931-bebc-9ad533a177b2__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.128.212
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['24888', '24889', '24890', '24891', '24892']
|
||||
[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 24888:24888 -p 24889:24889 -p 24890:24890 -p 24891:24891 -p 24892:24892 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24890 --rest-port=24888 --tcp-port=24889 --discv5-udp-port=24891 --rest-address=0.0.0.0 --nat=extip:172.18.128.212 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a16c6ce7cac7e0bddd605adb42306a9e18e362faffd36ea83c9bf369e96b3bee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24892 --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.128.212 waku bfc3c963b99f0cd0dce3626110ed973fc3a78f3475ee96e94b4a0468c6310fc0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID bfc3c963b99f. Setting up logs at ./log/docker/node1_2026-01-21_04-36-39__fffcb28f-8a7a-4931-bebc-9ad533a177b2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 24888
|
||||
[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 0ac0b338b8d1. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9ecd4fa50664. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:24888/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:24888/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.128.212/tcp/24889/p2p/16Uiu2HAkudsXjrumHov6WKhHe9j4scWADCnf4KM84NtLecFp5ZL3","/ip4/172.18.128.212/tcp/24890/ws/p2p/16Uiu2HAkudsXjrumHov6WKhHe9j4scWADCnf4KM84NtLecFp5ZL3"],"enrUri":"enr:-L24QOQ6ZUS3HgkxZW515gVh09c-0JbiWY52_stKFP-bNp_BABFKcv2q-WN__1tV77BLX-uw8UjpTcusbLkK2XEEGlgCgmlkgnY0gmlwhKwSgNSKbXVsdGlhZGRyc5YACASsEoDUBmE5AAoErBKA1AZhOt0DgnJzhQACAQAAiXNlY3AyNTZrMaECAyAHvadbc2AU5HHgvZeHb9BulqnlPf4mof-fHYK4QmCDdGNwgmE5g3VkcIJhO4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-36-39__fffcb28f-8a7a-4931-bebc-9ad533a177b2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.217.132
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['55107', '55108', '55109', '55110', '55111']
|
||||
[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 55107:55107 -p 55108:55108 -p 55109:55109 -p 55110:55110 -p 55111:55111 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=55109 --rest-port=55107 --tcp-port=55108 --discv5-udp-port=55110 --rest-address=0.0.0.0 --nat=extip:172.18.217.132 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e3e528edaaaed78f5eab9b3aaae5b4e7caf7cb9bfaadd6cbad8bc81bdfaf52ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55111 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOQ6ZUS3HgkxZW515gVh09c-0JbiWY52_stKFP-bNp_BABFKcv2q-WN__1tV77BLX-uw8UjpTcusbLkK2XEEGlgCgmlkgnY0gmlwhKwSgNSKbXVsdGlhZGRyc5YACASsEoDUBmE5AAoErBKA1AZhOt0DgnJzhQACAQAAiXNlY3AyNTZrMaECAyAHvadbc2AU5HHgvZeHb9BulqnlPf4mof-fHYK4QmCDdGNwgmE5g3VkcIJhO4V3YWt1MgU --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.217.132 waku 527db6f59c599f79729cab9344a6d40947223c7523a9d517d9214f8bb13f079c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 527db6f59c59. Setting up logs at ./log/docker/node2_2026-01-21_04-36-39__fffcb28f-8a7a-4931-bebc-9ad533a177b2__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 55107
|
||||
[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:55107/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:55107/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.132/tcp/55108/p2p/16Uiu2HAmTATXVMsKvUCzzUxrm53gbtRAQdk6TBt7cuQBvp8JhfHX","/ip4/172.18.217.132/tcp/55109/ws/p2p/16Uiu2HAmTATXVMsKvUCzzUxrm53gbtRAQdk6TBt7cuQBvp8JhfHX"],"enrUri":"enr:-L24QNYlp6GAsPMCq0ASWtfUaEyvnI8gTblmFycRqjdV_zHSMLg4PtUK7ssgWmPIbr4rFUJHnvQMpy62_Nl821oTmtECgmlkgnY0gmlwhKwS2YSKbXVsdGlhZGRyc5YACASsEtmEBtdEAAoErBLZhAbXRd0DgnJzhQACAQAAiXNlY3AyNTZrMaED15AwMtEpwjtB_Xavu1FHgjO1mtHb7kapYrmVAK_oHQaDdGNwgtdEg3VkcILXRoV3YWt1MgE"}'
|
||||
[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:55107/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.128.212/tcp/24889/p2p/16Uiu2HAkudsXjrumHov6WKhHe9j4scWADCnf4KM84NtLecFp5ZL3"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:24888/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 DELETE "http://127.0.0.1:55107/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:24888/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:24888/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -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:24888/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto. Response content: b'/myapp/1/latest/proto'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24888/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:24888/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -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:24888/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js. Response content: b'/waku/2/content/test.js'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24888/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:24888/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -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:24888/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding. Response content: b'/app/22/sometopic/someencoding'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24888/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:24888/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -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:24888/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24888/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:24888/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -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:24888/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor. Response content: b'/statusim/1/community/cbor'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24888/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:24888/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -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:24888/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding. Response content: b'/app/27/sometopic/someencoding'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24888/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:24888/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -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:24888/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding. Response content: b'/app/29/sometopic/someencoding'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24888/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:24888/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -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:24888/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding. Response content: b'/app/20/sometopic/someencoding'
|
||||
[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 bfc3c963b99f
|
||||
[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 527db6f59c59
|
||||
[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.
|
||||
232
nim/1043/data/attachments/10b7327dbc05df03.txt
Normal file
232
nim/1043/data/attachments/10b7327dbc05df03.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: 2026-01-21_04-26-34__ba182578-82b1-4c8a-b4e9-7b0940e1bdf9
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-26-34__ba182578-82b1-4c8a-b4e9-7b0940e1bdf9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.197.74
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['6172', '6173', '6174', '6175', '6176']
|
||||
[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 6172:6172 -p 6173:6173 -p 6174:6174 -p 6175:6175 -p 6176:6176 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6174 --rest-port=6172 --tcp-port=6173 --discv5-udp-port=6175 --rest-address=0.0.0.0 --nat=extip:172.18.197.74 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cf26a323aaaaddb53ad2af71acdfcb01daee4f32afc9a8bb55dc4ecaf986bdec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6176 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.197.74 waku 41d469789f4025604b20bb41a8ab998101da6465df0abc1b4ce27d8d103deaa3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 41d469789f40. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-26-34__ba182578-82b1-4c8a-b4e9-7b0940e1bdf9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 6172
|
||||
[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 e57cf8a3e273. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d5ac5a589f82. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6172/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:6172/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.197.74/tcp/6173/p2p/16Uiu2HAkyyxz1KWKay3PbU5BK1ABa1ULv5GTzEfnxNFm9iZuJoo3","/ip4/172.18.197.74/tcp/6174/ws/p2p/16Uiu2HAkyyxz1KWKay3PbU5BK1ABa1ULv5GTzEfnxNFm9iZuJoo3"],"enrUri":"enr:-L24QArCaEfq0qYFhiK-McnbNoBzJWhVtaAHUEZD8YSEcJGpF5LwMa0a7Bup9UnGA83IZWKS_hFM4pHcg_kygWRjEWUCgmlkgnY0gmlwhKwSxUqKbXVsdGlhZGRyc5YACASsEsVKBhgdAAoErBLFSgYYHt0DgnJzhQADAQAAiXNlY3AyNTZrMaECQ7SPSN3zmbFeQ4KI0RBX3tvmwnJ_C4cNz_u16ikcBw6DdGNwghgdg3VkcIIYH4V3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-26-34__ba182578-82b1-4c8a-b4e9-7b0940e1bdf9__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.183.85
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5960', '5961', '5962', '5963', '5964']
|
||||
[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 5960:5960 -p 5961:5961 -p 5962:5962 -p 5963:5963 -p 5964:5964 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5962 --rest-port=5960 --tcp-port=5961 --discv5-udp-port=5963 --rest-address=0.0.0.0 --nat=extip:172.18.183.85 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0252ccfb8caddedee4154f66b7e82d0ff7b6c900ea2cafa2165efaa2cef2ef2c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5964 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QArCaEfq0qYFhiK-McnbNoBzJWhVtaAHUEZD8YSEcJGpF5LwMa0a7Bup9UnGA83IZWKS_hFM4pHcg_kygWRjEWUCgmlkgnY0gmlwhKwSxUqKbXVsdGlhZGRyc5YACASsEsVKBhgdAAoErBLFSgYYHt0DgnJzhQADAQAAiXNlY3AyNTZrMaECQ7SPSN3zmbFeQ4KI0RBX3tvmwnJ_C4cNz_u16ikcBw6DdGNwghgdg3VkcIIYH4V3YWt1MgM --storenode=/ip4/172.18.197.74/tcp/6173/p2p/16Uiu2HAkyyxz1KWKay3PbU5BK1ABa1ULv5GTzEfnxNFm9iZuJoo3 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.183.85 waku 6847336049ddad9c3d39a14767de8f531ee88e6f421b221963d264f67bdfb99f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6847336049dd. Setting up logs at ./log/docker/store_node1_2026-01-21_04-26-34__ba182578-82b1-4c8a-b4e9-7b0940e1bdf9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5960
|
||||
[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:5960/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:5960/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.183.85/tcp/5961/p2p/16Uiu2HAmGDQLjfATpS5KWSxqHWUXi8atAqFzSGcvoLM5bXPczz3K","/ip4/172.18.183.85/tcp/5962/ws/p2p/16Uiu2HAmGDQLjfATpS5KWSxqHWUXi8atAqFzSGcvoLM5bXPczz3K"],"enrUri":"enr:-L24QPCX8YQIInSLGKHW5DN3_8nx1apo2EtJa7I2_hy-wrc3fs1G05dBw4knImDTLNyq5eiG8sTy-qwoFeco1bAOmAICgmlkgnY0gmlwhKwSt1WKbXVsdGlhZGRyc5YACASsErdVBhdJAAoErBK3VQYXSt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNODF091VYlyib7DItBcLNpwHyL83a-2ul4QlL41Y3eKDdGNwghdJg3VkcIIXS4V3YWt1MgM"}'
|
||||
[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:5960/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.197.74/tcp/6173/p2p/16Uiu2HAkyyxz1KWKay3PbU5BK1ABa1ULv5GTzEfnxNFm9iZuJoo3"]'
|
||||
[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:6172/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:5960/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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:6172/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":"0xf998c521b5e073a15f7d7f715eaa801749b2a202d9b8585d583de7d8edcce773"},{"messageHash":"0x6fa6cac44f52ab9e2e6534802c2da778d90c46e45675da80661a4661288e1c2e"},{"messageHash":"0x04358d70c505f3b09791d0ccb93570ad4acfe2d918d982dbf3463632bd14ed50"},{"messageHash":"0x1077cb7119d8d8fe81163ff5886297730c28eb4cf749dd24a5cbe920bf5a625d"},{"messageHash":"0xe26cb25148ea743f66b0f850b1ffae20fff511cbf4dc288e033f8607d0b5c6b3"},{"messageHash":"0x1d26b5d37af2d8de19757d64bd4198b1b3f1b33aacad54730cb3bb2c75d4c8b5"},{"messageHash":"0x5a3da632a3ceff6ea9565c7f8b6310c1c00a3149dd1c502cf218ed478b979ba9"},{"messageHash":"0xc0d8184a8941c80085c6f7207a0a8049232f0f30b5f9e38890ea2e8e9b37e565"},{"messageHash":"0x7d896438e4898b76877b5a9f0852cd21f1c8b1e7166e441ef006e30c24222bc7"},{"messageHash":"0x0a80f573cb7508bf6b38be8398fbd6311ddb9ce28c5bb8104f00579106709d4c"}],"paginationCursor":"0x0a80f573cb7508bf6b38be8398fbd6311ddb9ce28c5bb8104f00579106709d4c"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5960/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":"0xf998c521b5e073a15f7d7f715eaa801749b2a202d9b8585d583de7d8edcce773"},{"messageHash":"0x6fa6cac44f52ab9e2e6534802c2da778d90c46e45675da80661a4661288e1c2e"},{"messageHash":"0x04358d70c505f3b09791d0ccb93570ad4acfe2d918d982dbf3463632bd14ed50"},{"messageHash":"0x1077cb7119d8d8fe81163ff5886297730c28eb4cf749dd24a5cbe920bf5a625d"},{"messageHash":"0xe26cb25148ea743f66b0f850b1ffae20fff511cbf4dc288e033f8607d0b5c6b3"},{"messageHash":"0x1d26b5d37af2d8de19757d64bd4198b1b3f1b33aacad54730cb3bb2c75d4c8b5"},{"messageHash":"0x5a3da632a3ceff6ea9565c7f8b6310c1c00a3149dd1c502cf218ed478b979ba9"},{"messageHash":"0xc0d8184a8941c80085c6f7207a0a8049232f0f30b5f9e38890ea2e8e9b37e565"},{"messageHash":"0x7d896438e4898b76877b5a9f0852cd21f1c8b1e7166e441ef006e30c24222bc7"},{"messageHash":"0x0a80f573cb7508bf6b38be8398fbd6311ddb9ce28c5bb8104f00579106709d4c"}],"paginationCursor":"0x0a80f573cb7508bf6b38be8398fbd6311ddb9ce28c5bb8104f00579106709d4c"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6172/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x0a80f573cb7508bf6b38be8398fbd6311ddb9ce28c5bb8104f00579106709d4c&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":"0x73c64d7fd342c2267bc33f8874019b7d24d0e744f10f514ae38e563b5285b4bd"},{"messageHash":"0x74ed786ada5c267533265d2e8ce4d006db73e069b4386e504a38337582c00200"},{"messageHash":"0x7d9aa199532b89156a00b492b71616ecddaf6653e78d21bde31ff2ed8d6a33dc"},{"messageHash":"0xe722438c4f0c971178ad6df07783aa3f78fd811909ba4a1cfdedb3cf4d8b86c0"},{"messageHash":"0x88f7d6eb933da2617c1a158ab89ed66c568c2b25f2627812dc4d4a0493d75857"},{"messageHash":"0x4bbc3f81bb106ccabbdd41ca0917c5ee931824ce55244165345e4f81c176c41e"},{"messageHash":"0xfd8ea187314158cd8eec3ce851afa8a8745878fd680f29f5fe7598e259841029"},{"messageHash":"0xac34d4cf216bb1e8e7bca62ef3ff34dd6b742f30bbaba45de3a9e1c477e4e8de"},{"messageHash":"0x7c1556e2eb3fc8c4e2be2bc43daa57fb0ef9c854996f779a6eb7124b15f299a0"},{"messageHash":"0x18b8726b7edd529e7932341e03de3733f6419e1c0ccb8cbc4458a588a821482c"},{"messageHash":"0xce620fee6f34edd8739b0a04b0416bbabe95767314238ef626e4e7fa9e9acfff"},{"messageHash":"0xbe413b421f9e54b94119e0afae6bfc1409173b0eb92102ad9b18f4b927cdc829"},{"messageHash":"0xefd22a2cd255578f0f51cfadd0e25873717e1278bb7c78253f4107368db82e0c"},{"messageHash":"0x4285dcdf749c0b2a2777bcb63928d5965de895be53d7ee1435b6eb1690299eec"},{"messageHash":"0xbf669a8e6afd13947165e5984cf2b12ad129892953e9322a555b9450442c2377"},{"messageHash":"0x11e3feab1fbbfbe43ce6a9a2db825383146b1c82b13fb48d7bf1dc55acd94476"},{"messageHash":"0xfab6e9c01d1130293dca5b9993f37f6817a23b414f9bf640f204cd7e204ddd71"},{"messageHash":"0x753204e4baabe50c4a87d971491691cda406fd9dce7a1e6466685a35bd1e60c8"},{"messageHash":"0x2f1ed3b5ef835b42bd5d809612262d3405cbe38c749ddce82eec00923f69bd48"},{"messageHash":"0x9f887861b26e177da7d194e90625e8d6b1ca638befd03c8e9edd903a5a9d0c96"},{"messageHash":"0x328ca217b5fff544411b6eaded6b71bc3d58fe0fd3e003566f2e59dd8dedc487"},{"messageHash":"0x5499c2c7a7ecc885dcdb21d9340b653dc81fffb09cf5b337a79b3318d7ee2dfa"},{"messageHash":"0xf9d86d43dd79cde4708bfbb0a09fa166c993babe30a7fcc8e6019c4f38cedc75"},{"messageHash":"0xd341f34308d1844ad9d57e7ffeb07f22e0a847fc6900f55d3531886d6e85f0a7"},{"messageHash":"0x8e503d2de379671b8848054a02ab4300f40ba102fc5b06b222be3a174fad2041"},{"messageHash":"0x4b4c6e2f426e67c98e49b59da9fb217c5cbaf3eb8d198c8a5cf837f662761af3"},{"messageHash":"0x3ff3ce8f4cc903bd108d76d9521810e2964face49d3bc3aacd24a0afb8f99d7c"},{"messageHash":"0xf999283548b73bf32199b22fac0dced1827eec5d16eecc259a934a06151f2627"},{"messageHash":"0x4266aab303d3fb5672853365f68e9c879ef22cef669d05213e5d2fed70acbbf7"},{"messageHash":"0xe8c515d8b89618696b6fd61447516c0731ff26a413437aa7d1eb445db92ace06"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:5960/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0x0a80f573cb7508bf6b38be8398fbd6311ddb9ce28c5bb8104f00579106709d4c&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":"0x73c64d7fd342c2267bc33f8874019b7d24d0e744f10f514ae38e563b5285b4bd"},{"messageHash":"0x74ed786ada5c267533265d2e8ce4d006db73e069b4386e504a38337582c00200"},{"messageHash":"0x7d9aa199532b89156a00b492b71616ecddaf6653e78d21bde31ff2ed8d6a33dc"},{"messageHash":"0xe722438c4f0c971178ad6df07783aa3f78fd811909ba4a1cfdedb3cf4d8b86c0"},{"messageHash":"0x88f7d6eb933da2617c1a158ab89ed66c568c2b25f2627812dc4d4a0493d75857"},{"messageHash":"0x4bbc3f81bb106ccabbdd41ca0917c5ee931824ce55244165345e4f81c176c41e"},{"messageHash":"0xfd8ea187314158cd8eec3ce851afa8a8745878fd680f29f5fe7598e259841029"},{"messageHash":"0xac34d4cf216bb1e8e7bca62ef3ff34dd6b742f30bbaba45de3a9e1c477e4e8de"},{"messageHash":"0x7c1556e2eb3fc8c4e2be2bc43daa57fb0ef9c854996f779a6eb7124b15f299a0"},{"messageHash":"0x18b8726b7edd529e7932341e03de3733f6419e1c0ccb8cbc4458a588a821482c"},{"messageHash":"0xce620fee6f34edd8739b0a04b0416bbabe95767314238ef626e4e7fa9e9acfff"},{"messageHash":"0xbe413b421f9e54b94119e0afae6bfc1409173b0eb92102ad9b18f4b927cdc829"},{"messageHash":"0xefd22a2cd255578f0f51cfadd0e25873717e1278bb7c78253f4107368db82e0c"},{"messageHash":"0x4285dcdf749c0b2a2777bcb63928d5965de895be53d7ee1435b6eb1690299eec"},{"messageHash":"0xbf669a8e6afd13947165e5984cf2b12ad129892953e9322a555b9450442c2377"},{"messageHash":"0x11e3feab1fbbfbe43ce6a9a2db825383146b1c82b13fb48d7bf1dc55acd94476"},{"messageHash":"0xfab6e9c01d1130293dca5b9993f37f6817a23b414f9bf640f204cd7e204ddd71"},{"messageHash":"0x753204e4baabe50c4a87d971491691cda406fd9dce7a1e6466685a35bd1e60c8"},{"messageHash":"0x2f1ed3b5ef835b42bd5d809612262d3405cbe38c749ddce82eec00923f69bd48"},{"messageHash":"0x9f887861b26e177da7d194e90625e8d6b1ca638befd03c8e9edd903a5a9d0c96"},{"messageHash":"0x328ca217b5fff544411b6eaded6b71bc3d58fe0fd3e003566f2e59dd8dedc487"},{"messageHash":"0x5499c2c7a7ecc885dcdb21d9340b653dc81fffb09cf5b337a79b3318d7ee2dfa"},{"messageHash":"0xf9d86d43dd79cde4708bfbb0a09fa166c993babe30a7fcc8e6019c4f38cedc75"},{"messageHash":"0xd341f34308d1844ad9d57e7ffeb07f22e0a847fc6900f55d3531886d6e85f0a7"},{"messageHash":"0x8e503d2de379671b8848054a02ab4300f40ba102fc5b06b222be3a174fad2041"},{"messageHash":"0x4b4c6e2f426e67c98e49b59da9fb217c5cbaf3eb8d198c8a5cf837f662761af3"},{"messageHash":"0x3ff3ce8f4cc903bd108d76d9521810e2964face49d3bc3aacd24a0afb8f99d7c"},{"messageHash":"0xf999283548b73bf32199b22fac0dced1827eec5d16eecc259a934a06151f2627"},{"messageHash":"0x4266aab303d3fb5672853365f68e9c879ef22cef669d05213e5d2fed70acbbf7"},{"messageHash":"0xe8c515d8b89618696b6fd61447516c0731ff26a413437aa7d1eb445db92ace06"}]}'
|
||||
[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 41d469789f40
|
||||
[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 6847336049dd
|
||||
[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.
|
||||
75
nim/1043/data/attachments/10d8ff383298d9b4.txt
Normal file
75
nim/1043/data/attachments/10d8ff383298d9b4.txt
Normal file
@ -0,0 +1,75 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_main_node_relay_and_store__peer_only_relay with id: 2026-01-21_04-42-28__2c91f512-2a73-4bfc-88e6-b91d348e893f
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-42-28__2c91f512-2a73-4bfc-88e6-b91d348e893f__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.87.84
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['53092', '53093', '53094', '53095', '53096']
|
||||
[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 53092:53092 -p 53093:53093 -p 53094:53094 -p 53095:53095 -p 53096:53096 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53094 --rest-port=53092 --tcp-port=53093 --discv5-udp-port=53095 --rest-address=0.0.0.0 --nat=extip:172.18.87.84 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=13dafb7dbeeae3eed0c7cfa0cee052ce492171bf31fc7882b7d5f2624a4e09a4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53096 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.87.84 waku c8cf7f18c0bb69fea933f13803e02ac895c3ec75a48070c87fe9eb39072ec3bb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c8cf7f18c0bb. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-42-28__2c91f512-2a73-4bfc-88e6-b91d348e893f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 53092
|
||||
[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 ba110fc6bbb2. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8ac8f1eb5da7. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:53092/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:53092/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.87.84/tcp/53093/p2p/16Uiu2HAm9wXJEFeqA8uiuVwST4rDW3siSjgHqXKBz1YkhBpMR5aC","/ip4/172.18.87.84/tcp/53094/ws/p2p/16Uiu2HAm9wXJEFeqA8uiuVwST4rDW3siSjgHqXKBz1YkhBpMR5aC"],"enrUri":"enr:-L24QJCu8PgGrJYj5mHtHq7p4KdjuIlV6tf2btCm-m7mS9ndWem7LkX7ctukzIXSuQ4VogFpjnbN8YwFhuV3oecM2FkCgmlkgnY0gmlwhKwSV1SKbXVsdGlhZGRyc5YACASsEldUBs9lAAoErBJXVAbPZt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC16k5bIsgCoxn1bU8Ge0JP4O1UvHqFexSA7tFdGllSPWDdGNwgs9lg3VkcILPZ4V3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-42-28__2c91f512-2a73-4bfc-88e6-b91d348e893f__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.118.184
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10575', '10576', '10577', '10578', '10579']
|
||||
[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 10575:10575 -p 10576:10576 -p 10577:10577 -p 10578:10578 -p 10579:10579 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10577 --rest-port=10575 --tcp-port=10576 --discv5-udp-port=10578 --rest-address=0.0.0.0 --nat=extip:172.18.118.184 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5d43a3d1fe90502d92f4cfbbd08f029bd475d70abac2bd8ee9bac8e3d9c952e0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10579 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJCu8PgGrJYj5mHtHq7p4KdjuIlV6tf2btCm-m7mS9ndWem7LkX7ctukzIXSuQ4VogFpjnbN8YwFhuV3oecM2FkCgmlkgnY0gmlwhKwSV1SKbXVsdGlhZGRyc5YACASsEldUBs9lAAoErBJXVAbPZt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC16k5bIsgCoxn1bU8Ge0JP4O1UvHqFexSA7tFdGllSPWDdGNwgs9lg3VkcILPZ4V3YWt1MgM --storenode=/ip4/172.18.87.84/tcp/53093/p2p/16Uiu2HAm9wXJEFeqA8uiuVwST4rDW3siSjgHqXKBz1YkhBpMR5aC --store=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.118.184 waku 2da6a0240803731737326995d960875f65603ec0b8b3e6410a27c2d57e20ee14
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2da6a0240803. Setting up logs at ./log/docker/store_node1_2026-01-21_04-42-28__2c91f512-2a73-4bfc-88e6-b91d348e893f__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10575
|
||||
[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:10575/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":"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:10575/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.118.184/tcp/10576/p2p/16Uiu2HAkyRYxEYpHmG6Mg35Ar83AxBNWXa4GtRgcY7naeEt9gmfh","/ip4/172.18.118.184/tcp/10577/ws/p2p/16Uiu2HAkyRYxEYpHmG6Mg35Ar83AxBNWXa4GtRgcY7naeEt9gmfh"],"enrUri":"enr:-L24QLC_-34F_j_uHkVUKsQuli_oifK3bfaek824c62favEBIgzB4SWCcaH99d0k43rXwNOjpvJw-1BZb88QFe3D5lUCgmlkgnY0gmlwhKwSdriKbXVsdGlhZGRyc5YACASsEna4BilQAAoErBJ2uAYpUd0DgnJzhQADAQAAiXNlY3AyNTZrMaECO2bNaSRtm33hAsvgzmvfA3QYN1fO3XNl62cqQX2RByyDdGNwgilQg3VkcIIpUoV3YWt1MgE"}'
|
||||
[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:10575/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.87.84/tcp/53093/p2p/16Uiu2HAm9wXJEFeqA8uiuVwST4rDW3siSjgHqXKBz1YkhBpMR5aC"]'
|
||||
[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:53092/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:10575/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:53092/relay/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:53092/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":"0x54711a875cf04ffa148dbe80a372aa22c8e023d26623a054e5e1aad9da02b457"}]}'
|
||||
[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:10575/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":"8b6d9151f3d94fc5dd98","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x54711a875cf04ffa148dbe80a372aa22c8e023d26623a054e5e1aad9da02b457"}]}'
|
||||
[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 c8cf7f18c0bb
|
||||
[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 2da6a0240803
|
||||
[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.
|
||||
268
nim/1043/data/attachments/11d1bc08152f3a9e.txt
Normal file
268
nim/1043/data/attachments/11d1bc08152f3a9e.txt
Normal file
@ -0,0 +1,268 @@
|
||||
2026-01-21 04:24:45.748 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:24:45.749 DEBUG [tests.conftest] Running test: test_subscribe_one_by_one_to_different_content_topics_and_send_messages with id: 2026-01-21_04-24-45__a78934f6-df02-4773-b930-b52cf2122fc5
|
||||
2026-01-21 04:24:45.749 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:24:45.749 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:24:45.750 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-21 04:24:45.757 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:45.757 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-24-45__a78934f6-df02-4773-b930-b52cf2122fc5__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:45.757 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:45.757 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:45.759 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:45.759 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.43.51
|
||||
2026-01-21 04:24:45.759 DEBUG [src.node.docker_mananger] Generated ports ['23667', '23668', '23669', '23670', '23671']
|
||||
2026-01-21 04:24:45.759 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:45.759 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:45.759 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:45.759 DEBUG [src.node.docker_mananger] docker run -i -t -p 23667:23667 -p 23668:23668 -p 23669:23669 -p 23670:23670 -p 23671:23671 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23669 --rest-port=23667 --tcp-port=23668 --discv5-udp-port=23670 --rest-address=0.0.0.0 --nat=extip:172.18.43.51 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=cf326091af0fed7eb3abdb9fe5b4da3af4db9d35a3cd721bd9db5d937c94854d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23671 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-01-21 04:24:45.937 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.43.51 waku e18a3e35c8c0f336b0d56386a8619b86c621618c91fc7006da180ff69e4bec74
|
||||
2026-01-21 04:24:45.968 DEBUG [src.node.docker_mananger] Container started with ID e18a3e35c8c0. Setting up logs at ./log/docker/node1_2026-01-21_04-24-45__a78934f6-df02-4773-b930-b52cf2122fc5__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:45.969 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23667
|
||||
2026-01-21 04:24:45.969 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:46.031 ERROR [src.node.docker_mananger] Max retries reached for container 6fc4e2201467. Exiting log stream.
|
||||
2026-01-21 04:24:46.543 ERROR [src.node.docker_mananger] Max retries reached for container a4a667aa8bb7. Exiting log stream.
|
||||
2026-01-21 04:24:46.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:46.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:24:46.973 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:46.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:46.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.43.51/tcp/23668/p2p/16Uiu2HAm4tKbywrvLNML7ggq4XSqgNgpyT9XU3Mpug9cnCVqtvTq","/ip4/172.18.43.51/tcp/23669/ws/p2p/16Uiu2HAm4tKbywrvLNML7ggq4XSqgNgpyT9XU3Mpug9cnCVqtvTq"],"enrUri":"enr:-L24QJZTUK-v_19Qv8SIvM6zrIuivkrD2ZMLM6OBZk7QOLenUujJdeKqns9R8VEySZbveqrWqA1XGsHgMz49XjgrSu4CgmlkgnY0gmlwhKwSKzOKbXVsdGlhZGRyc5YACASsEiszBlx0AAoErBIrMwZcdd0DgnJzhQACAQAAiXNlY3AyNTZrMaECjIzTLUTIKp4hnKjfN64Tp3CoWVJXL-WBZGOV7MRO4UCDdGNwglx0g3VkcIJcdoV3YWt1MgU"}'
|
||||
2026-01-21 04:24:46.975 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:46.982 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:46.982 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-24-45__a78934f6-df02-4773-b930-b52cf2122fc5__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:46.982 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:46.982 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:46.983 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:46.984 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.28.139
|
||||
2026-01-21 04:24:46.984 DEBUG [src.node.docker_mananger] Generated ports ['8603', '8604', '8605', '8606', '8607']
|
||||
2026-01-21 04:24:46.984 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:46.984 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:46.984 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:46.984 DEBUG [src.node.docker_mananger] docker run -i -t -p 8603:8603 -p 8604:8604 -p 8605:8605 -p 8606:8606 -p 8607:8607 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=8605 --rest-port=8603 --tcp-port=8604 --discv5-udp-port=8606 --rest-address=0.0.0.0 --nat=extip:172.18.28.139 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=4eedcb0dbdb0d2feecae2048234cbb60b34fcee7cc30973dcb23b12151818a13 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8607 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJZTUK-v_19Qv8SIvM6zrIuivkrD2ZMLM6OBZk7QOLenUujJdeKqns9R8VEySZbveqrWqA1XGsHgMz49XjgrSu4CgmlkgnY0gmlwhKwSKzOKbXVsdGlhZGRyc5YACASsEiszBlx0AAoErBIrMwZcdd0DgnJzhQACAQAAiXNlY3AyNTZrMaECjIzTLUTIKp4hnKjfN64Tp3CoWVJXL-WBZGOV7MRO4UCDdGNwglx0g3VkcIJcdoV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-01-21 04:24:47.166 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.28.139 waku 2b6581cc34f2a057892ba98afdc17ea3b4fca525acbaf38088efc3d73681c663
|
||||
2026-01-21 04:24:47.200 DEBUG [src.node.docker_mananger] Container started with ID 2b6581cc34f2. Setting up logs at ./log/docker/node2_2026-01-21_04-24-45__a78934f6-df02-4773-b930-b52cf2122fc5__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:47.201 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8603
|
||||
2026-01-21 04:24:47.201 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:48.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.213 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:24:48.214 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:48.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.28.139/tcp/8604/p2p/16Uiu2HAmC9EJBKwN4rSPmq2X4cP9BZP9KC4XMLi24ZeYACzb3VwL","/ip4/172.18.28.139/tcp/8605/ws/p2p/16Uiu2HAmC9EJBKwN4rSPmq2X4cP9BZP9KC4XMLi24ZeYACzb3VwL"],"enrUri":"enr:-L24QG_Vnu3hQe3CiOdZ4gpbB5ttYy4QFFaA-ccQr0tfKRHlVrZDP6pS0NooCOAkfDz2IIHkOpkpEBLIbanSzhQ344sCgmlkgnY0gmlwhKwSHIuKbXVsdGlhZGRyc5YACASsEhyLBiGcAAoErBIciwYhnd0DgnJzhQACAQAAiXNlY3AyNTZrMaEC-GBYTUk-upfeB6yNxOEzuPjiL5hjCtXiy1apMoPCiY-DdGNwgiGcg3VkcIIhnoV3YWt1MgE"}'
|
||||
2026-01-21 04:24:48.220 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:48.221 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.43.51/tcp/23668/p2p/16Uiu2HAm4tKbywrvLNML7ggq4XSqgNgpyT9XU3Mpug9cnCVqtvTq"]'
|
||||
2026-01-21 04:24:48.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.225 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-01-21 04:24:48.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.228 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto"]'
|
||||
2026-01-21 04:24:48.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.231 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:48.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.236 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:48.336 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:48.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969488231058044,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:48.342 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:48.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969488231058044,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:48.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
2026-01-21 04:24:48.350 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.350 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
2026-01-21 04:24:48.355 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:48.363 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.363 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:48.463 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:48.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.466 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":1768969488356501510,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:48.468 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:48.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.470 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":1768969488356501510,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:48.472 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
2026-01-21 04:24:48.476 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.477 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/22/sometopic/someencoding"]'
|
||||
2026-01-21 04:24:48.481 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.482 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:48.488 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.488 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:48.588 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:48.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1768969488481985156,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:48.593 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:48.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1768969488481985156,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:48.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2026-01-21 04:24:48.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2026-01-21 04:24:48.606 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.607 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:48.613 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.613 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:48.714 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:48.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.717 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1768969488607132191,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:48.719 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:48.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1768969488607132191,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:48.723 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
||||
2026-01-21 04:24:48.726 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.726 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/statusim/1/community/cbor"]'
|
||||
2026-01-21 04:24:48.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:48.737 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.737 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:48.838 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:48.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1768969488730887510,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:48.843 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:48.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.845 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1768969488730887510,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:48.847 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2026-01-21 04:24:48.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.851 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2026-01-21 04:24:48.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.857 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:48.862 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.862 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:48.963 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:48.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1768969488857388798,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:48.967 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:48.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.970 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1768969488857388798,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:48.972 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
2026-01-21 04:24:48.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/29/sometopic/someencoding"]'
|
||||
2026-01-21 04:24:48.980 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.981 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:48.987 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:48.988 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:49.088 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.091 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1768969488981345763,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.093 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1768969488981345763,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.097 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
||||
2026-01-21 04:24:49.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/20/sometopic/someencoding"]'
|
||||
2026-01-21 04:24:49.105 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.106 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:49.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.113 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:49.213 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.216 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1768969489106615785,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.218 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1768969489106615785,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.222 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
||||
2026-01-21 04:24:49.225 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/weekly/protobuf"]'
|
||||
2026-01-21 04:24:49.228 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.229 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/weekly/protobuf", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:49.233 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.234 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:49.335 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.338 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":1768969489229101822,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.339 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fweekly%2Fprotobuf" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.342 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":1768969489229101822,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.343 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
||||
2026-01-21 04:24:49.346 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.346 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/alerts/xml"]'
|
||||
2026-01-21 04:24:49.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.349 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/alerts/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:49.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.353 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:49.454 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.457 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1768969489349188496,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.459 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2FnewsService%2F1.0%2Falerts%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/alerts/xml","version":0,"timestamp":1768969489349188496,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.463 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
||||
2026-01-21 04:24:49.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.466 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/1.0/updates/json"]'
|
||||
2026-01-21 04:24:49.468 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.469 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/1.0/updates/json", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:49.473 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.473 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:49.574 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.577 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1768969489468892351,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.579 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2FnewsService%2F1.0%2Fupdates%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.581 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/1.0/updates/json","version":0,"timestamp":1768969489468892351,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.583 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
||||
2026-01-21 04:24:49.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.585 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/alerts/json"]'
|
||||
2026-01-21 04:24:49.587 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.588 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/alerts/json", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:49.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.592 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:49.693 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.696 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1768969489588414762,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.697 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2FnewsService%2F2.0%2Falerts%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.700 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/alerts/json","version":0,"timestamp":1768969489588414762,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.701 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
||||
2026-01-21 04:24:49.704 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.704 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/summaries/xml"]'
|
||||
2026-01-21 04:24:49.706 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.706 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:49.710 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.711 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:49.811 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.815 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1768969489706856871,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.816 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/summaries/xml","version":0,"timestamp":1768969489706856871,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.820 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
||||
2026-01-21 04:24:49.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.823 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/2.0/highlights/yaml"]'
|
||||
2026-01-21 04:24:49.825 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/2.0/highlights/yaml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:49.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.830 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:49.931 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.934 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1768969489826081606,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.935 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:49.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2FnewsService%2F2.0%2Fhighlights%2Fyaml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.937 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/2.0/highlights/yaml","version":0,"timestamp":1768969489826081606,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:49.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
||||
2026-01-21 04:24:49.941 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.941 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/weekly/json"]'
|
||||
2026-01-21 04:24:49.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/weekly/json", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:49.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:49.951 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:50.052 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:50.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.055 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1768969489944519721,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:50.057 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:50.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fweekly%2Fjson" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/weekly/json","version":0,"timestamp":1768969489944519721,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:50.061 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
||||
2026-01-21 04:24:50.063 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:50.063 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8603/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/newsService/3.0/summaries/xml"]'
|
||||
2026-01-21 04:24:50.065 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:50.066 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:23667/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/newsService/3.0/summaries/xml", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:50.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:50.070 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:24:50.171 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:50.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23667/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.174 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1768969490066349263,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:50.176 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:24:50.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8603/relay/v1/auto/messages/%2FnewsService%2F3.0%2Fsummaries%2Fxml" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.180 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/newsService/3.0/summaries/xml","version":0,"timestamp":1768969490066349263,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:24:50.183 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:24:50.184 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:24:50.184 DEBUG [src.node.waku_node] Stopping container with id e18a3e35c8c0
|
||||
2026-01-21 04:24:50.712 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:24:50.712 DEBUG [src.node.waku_node] Stopping container with id 2b6581cc34f2
|
||||
2026-01-21 04:24:51.229 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:24:51.231 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:24:51.243 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:24:51.255 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
860
nim/1043/data/attachments/122d250f18471f31.txt
Normal file
860
nim/1043/data/attachments/122d250f18471f31.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_with_large_meta with id: 2026-01-21_04-23-06__2b8777db-ccc9-400d-9c33-7376cadd288e
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-21_04-23-06__2b8777db-ccc9-400d-9c33-7376cadd288e__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.159
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40349', '40350', '40351', '40352', '40353']
|
||||
[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 40349:40349 -p 40350:40350 -p 40351:40351 -p 40352:40352 -p 40353:40353 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40351 --rest-port=40349 --tcp-port=40350 --discv5-udp-port=40352 --rest-address=0.0.0.0 --nat=extip:172.18.159.159 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b4aaefd70a1e5dcee38e0e1e50b721aefbdc810cfbecdb13c9c2a8a4e2c9cf97 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40353 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.159.159 waku 4078bfe85567245da605ef283c48b134ffc29a0ece4e9800ec1347da758d11a3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4078bfe85567. Setting up logs at ./log/docker/receiving_node1_2026-01-21_04-23-06__2b8777db-ccc9-400d-9c33-7376cadd288e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40349
|
||||
[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:40349/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:40349/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.159/tcp/40350/p2p/16Uiu2HAm3EKvsMuSkWX5M8b4UbfmHQLuukkNzXhLi5jT2vX61EVL","/ip4/172.18.159.159/tcp/40351/ws/p2p/16Uiu2HAm3EKvsMuSkWX5M8b4UbfmHQLuukkNzXhLi5jT2vX61EVL"],"enrUri":"enr:-L24QLoqmEuPjeIQNwXAwf0BtkJW7cNFc1_9ubX_zeWusArMFWiVfGMcoTACPfFRKa1z1VtpRBwWQhULUtNvAGOAw6oCgmlkgnY0gmlwhKwSn5-KbXVsdGlhZGRyc5YACASsEp-fBp2eAAoErBKfnwadn90DgnJzhQADAQAAiXNlY3AyNTZrMaECc_VveDCWCwqL-xCXYhExtGFk-7rwRoCDF5ktctEPdw-DdGNwgp2eg3VkcIKdoIV3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-21_04-23-06__2b8777db-ccc9-400d-9c33-7376cadd288e__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.57.244
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45016', '45017', '45018', '45019', '45020']
|
||||
[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 45016:45016 -p 45017:45017 -p 45018:45018 -p 45019:45019 -p 45020:45020 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45018 --rest-port=45016 --tcp-port=45017 --discv5-udp-port=45019 --rest-address=0.0.0.0 --nat=extip:172.18.57.244 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=194c3fb8c9f2ff4e7cc41ed8822eda8bda2201efff62b7f080c7dd4c51a47d79 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45020 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.57.244 waku fc6093ee17c793b51b0cff35ff174862dd73ee60040929be153ff81c68ea2461
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID fc6093ee17c7. Setting up logs at ./log/docker/receiving_node2_2026-01-21_04-23-06__2b8777db-ccc9-400d-9c33-7376cadd288e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45016
|
||||
[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:45016/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:45016/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.57.244/tcp/45017/p2p/16Uiu2HAmNrsydSAAoNCgsBnGrRT4NaP29QFeaiKFHTeker1gzUuD","/ip4/172.18.57.244/tcp/45018/ws/p2p/16Uiu2HAmNrsydSAAoNCgsBnGrRT4NaP29QFeaiKFHTeker1gzUuD"],"enrUri":"enr:-L24QNQoN6_ODNkyptUXqo5VY1t1F4Mz4qcKDAmjMiOOk6BOPrbp2GHt9Xc3MfC1EyGCRW10cSCdNtPbCQk-hZ-XGtoCgmlkgnY0gmlwhKwSOfSKbXVsdGlhZGRyc5YACASsEjn0Bq_ZAAoErBI59Aav2t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDl6Ch6dK1XTMML-gw5V4vI3R4MLcHV4ATDQjcRHGfKriDdGNwgq_Zg3VkcIKv24V3YWt1MgE"}'
|
||||
[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:45016/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.159.159/tcp/40350/p2p/16Uiu2HAm3EKvsMuSkWX5M8b4UbfmHQLuukkNzXhLi5jT2vX61EVL"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-21_04-23-06__2b8777db-ccc9-400d-9c33-7376cadd288e__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.156.107
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4968', '4969', '4970', '4971', '4972']
|
||||
[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 4968:4968 -p 4969:4969 -p 4970:4970 -p 4971:4971 -p 4972:4972 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4970 --rest-port=4968 --tcp-port=4969 --discv5-udp-port=4971 --rest-address=0.0.0.0 --nat=extip:172.18.156.107 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6531901de616ff8d6b6f5c80fcf63ce5b8aa7da00fb9ebdde9de8c1f6b2cbea7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4972 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLoqmEuPjeIQNwXAwf0BtkJW7cNFc1_9ubX_zeWusArMFWiVfGMcoTACPfFRKa1z1VtpRBwWQhULUtNvAGOAw6oCgmlkgnY0gmlwhKwSn5-KbXVsdGlhZGRyc5YACASsEp-fBp2eAAoErBKfnwadn90DgnJzhQADAQAAiXNlY3AyNTZrMaECc_VveDCWCwqL-xCXYhExtGFk-7rwRoCDF5ktctEPdw-DdGNwgp2eg3VkcIKdoIV3YWt1Mgk --lightpushnode=/ip4/172.18.159.159/tcp/40350/p2p/16Uiu2HAm3EKvsMuSkWX5M8b4UbfmHQLuukkNzXhLi5jT2vX61EVL --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.156.107 waku 0b6f8c39adfb5167fb6f8868286ee5335cf6ccdc3aecd63be85cff272794460d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0b6f8c39adfb. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-23-06__2b8777db-ccc9-400d-9c33-7376cadd288e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4968
|
||||
[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:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0b6f8c39adfb. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4968/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=4968): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f12e9403020>: 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.140.133
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3978', '3979', '3980', '3981', '3982']
|
||||
[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 3978:3978 -p 3979:3979 -p 3980:3980 -p 3981:3981 -p 3982:3982 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=3980 --rest-port=3978 --tcp-port=3979 --discv5-udp-port=3981 --rest-address=0.0.0.0 --nat=extip:172.18.140.133 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ec8c6f17420f63e81ad3f7742ddd7f94db9dfb0c321cae244beb5a157c07e9a4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3982 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLoqmEuPjeIQNwXAwf0BtkJW7cNFc1_9ubX_zeWusArMFWiVfGMcoTACPfFRKa1z1VtpRBwWQhULUtNvAGOAw6oCgmlkgnY0gmlwhKwSn5-KbXVsdGlhZGRyc5YACASsEp-fBp2eAAoErBKfnwadn90DgnJzhQADAQAAiXNlY3AyNTZrMaECc_VveDCWCwqL-xCXYhExtGFk-7rwRoCDF5ktctEPdw-DdGNwgp2eg3VkcIKdoIV3YWt1Mgk --lightpushnode=/ip4/172.18.159.159/tcp/40350/p2p/16Uiu2HAm3EKvsMuSkWX5M8b4UbfmHQLuukkNzXhLi5jT2vX61EVL --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.140.133 waku c4d5839206b680c5ca8f7dc13e1cf6288acfad031cffaa6200dec3b39bf0d56a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c4d5839206b6. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-23-06__2b8777db-ccc9-400d-9c33-7376cadd288e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3978
|
||||
[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:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c4d5839206b6. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3978/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=3978): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f12e9625940>: 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.219.15
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['27194', '27195', '27196', '27197', '27198']
|
||||
[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 27194:27194 -p 27195:27195 -p 27196:27196 -p 27197:27197 -p 27198:27198 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27196 --rest-port=27194 --tcp-port=27195 --discv5-udp-port=27197 --rest-address=0.0.0.0 --nat=extip:172.18.219.15 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ee159fe2ff2ecab60e4dffe7e1500e6cfb67ffc0347ebee7bebde39124dd2af5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27198 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QLoqmEuPjeIQNwXAwf0BtkJW7cNFc1_9ubX_zeWusArMFWiVfGMcoTACPfFRKa1z1VtpRBwWQhULUtNvAGOAw6oCgmlkgnY0gmlwhKwSn5-KbXVsdGlhZGRyc5YACASsEp-fBp2eAAoErBKfnwadn90DgnJzhQADAQAAiXNlY3AyNTZrMaECc_VveDCWCwqL-xCXYhExtGFk-7rwRoCDF5ktctEPdw-DdGNwgp2eg3VkcIKdoIV3YWt1Mgk --lightpushnode=/ip4/172.18.159.159/tcp/40350/p2p/16Uiu2HAm3EKvsMuSkWX5M8b4UbfmHQLuukkNzXhLi5jT2vX61EVL --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.219.15 waku b0937928ba984756ffdaf54de331fe39754498246773538fd6cdea48edde5de5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b0937928ba98. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-23-06__2b8777db-ccc9-400d-9c33-7376cadd288e__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 27194
|
||||
[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:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b0937928ba98. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27194/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=27194): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f12e97b82f0>: 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 4078bfe85567
|
||||
[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 fc6093ee17c7
|
||||
[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 b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4078bfe85567. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container fc6093ee17c7. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[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/b0937928ba984756ffdaf54de331fe39754498246773538fd6cdea48edde5de5/stop: Not Found ("No such container: b0937928ba984756ffdaf54de331fe39754498246773538fd6cdea48edde5de5")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[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/b0937928ba984756ffdaf54de331fe39754498246773538fd6cdea48edde5de5/stop: Not Found ("No such container: b0937928ba984756ffdaf54de331fe39754498246773538fd6cdea48edde5de5")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b0937928ba98
|
||||
[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/b0937928ba984756ffdaf54de331fe39754498246773538fd6cdea48edde5de5/stop: Not Found ("No such container: b0937928ba984756ffdaf54de331fe39754498246773538fd6cdea48edde5de5")
|
||||
[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.
|
||||
77
nim/1043/data/attachments/1238f74e62e72e88.txt
Normal file
77
nim/1043/data/attachments/1238f74e62e72e88.txt
Normal file
@ -0,0 +1,77 @@
|
||||
2026-01-21 04:27:36.634 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:27:36.635 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/5/999] with id: 2026-01-21_04-27-36__b816860b-c3fd-478d-b1a1-9f6dcb6ef315
|
||||
2026-01-21 04:27:36.635 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:27:36.635 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:27:36.635 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-21 04:27:36.643 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:27:36.643 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-27-36__b816860b-c3fd-478d-b1a1-9f6dcb6ef315__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:27:36.643 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:27:36.644 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:27:36.645 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:27:36.645 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.243.249
|
||||
2026-01-21 04:27:36.645 DEBUG [src.node.docker_mananger] Generated ports ['21270', '21271', '21272', '21273', '21274']
|
||||
2026-01-21 04:27:36.646 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
||||
2026-01-21 04:27:36.646 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-21 04:27:36.646 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:27:36.646 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:27:36.646 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:27:36.646 DEBUG [src.node.docker_mananger] docker run -i -t -p 21270:21270 -p 21271:21271 -p 21272:21272 -p 21273:21273 -p 21274:21274 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21272 --rest-port=21270 --tcp-port=21271 --discv5-udp-port=21273 --rest-address=0.0.0.0 --nat=extip:172.18.243.249 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=e3ebec2aed559bbc9fed06bfc93a249ec7afdb02ace44a5e2b568dd9bd4cf4fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21274 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-21 04:27:36.827 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.243.249 waku 4d7f48ca8c1c80bc9e489aefa2dbfc403fc4152221d88dff1aa1d424d356113f
|
||||
2026-01-21 04:27:36.859 DEBUG [src.node.docker_mananger] Container started with ID 4d7f48ca8c1c. Setting up logs at ./log/docker/node1_2026-01-21_04-27-36__b816860b-c3fd-478d-b1a1-9f6dcb6ef315__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:27:36.860 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21270
|
||||
2026-01-21 04:27:36.860 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:27:36.889 ERROR [src.node.docker_mananger] Max retries reached for container 1f2e2cebd451. Exiting log stream.
|
||||
2026-01-21 04:27:37.443 ERROR [src.node.docker_mananger] Max retries reached for container cdd431a4b9a5. Exiting log stream.
|
||||
2026-01-21 04:27:37.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21270/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:27:37.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:27:37.864 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:27:37.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21270/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:27:37.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.243.249/tcp/21271/p2p/16Uiu2HAm8ppbGSZcfdTDRQgwZ85EU6aHdP3yeF51sFgmmchMxzrs","/ip4/172.18.243.249/tcp/21272/ws/p2p/16Uiu2HAm8ppbGSZcfdTDRQgwZ85EU6aHdP3yeF51sFgmmchMxzrs"],"enrUri":"enr:-L24QAY6rVcwnlSO2W5C5WOak-6nU3kOcLf2u5kkJ4Agtj-qfNq7ZkkLcs_w-PuFN5zB3IcT9bIxCEkD0mJMM6V3PY4CgmlkgnY0gmlwhKwS8_mKbXVsdGlhZGRyc5YACASsEvP5BlMXAAoErBLz-QZTGN0DgnJzhQAFAQAAiXNlY3AyNTZrMaECxxYGnPUnJ2-qhoF20pCvu7MjRyTHxvJMa7rFcQlar-iDdGNwglMXg3VkcIJTGYV3YWt1MgU"}'
|
||||
2026-01-21 04:27:37.867 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:27:37.874 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:27:37.874 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-27-36__b816860b-c3fd-478d-b1a1-9f6dcb6ef315__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:27:37.874 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:27:37.874 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:27:37.876 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:27:37.876 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.117.41
|
||||
2026-01-21 04:27:37.876 DEBUG [src.node.docker_mananger] Generated ports ['32763', '32764', '32765', '32766', '32767']
|
||||
2026-01-21 04:27:37.876 DEBUG [src.node.waku_node] Cluster id was resolved to: 5
|
||||
2026-01-21 04:27:37.876 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-21 04:27:37.876 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:27:37.876 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:27:37.876 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:27:37.877 DEBUG [src.node.docker_mananger] docker run -i -t -p 32763:32763 -p 32764:32764 -p 32765:32765 -p 32766:32766 -p 32767:32767 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32765 --rest-port=32763 --tcp-port=32764 --discv5-udp-port=32766 --rest-address=0.0.0.0 --nat=extip:172.18.117.41 --peer-exchange=true --discv5-discovery=true --cluster-id=5 --nodekey=d2ffab8fbf9a9b2f1e3f1fcd41a00acb9ce1d7b2f7a427c894d1962d775efa99 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32767 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QAY6rVcwnlSO2W5C5WOak-6nU3kOcLf2u5kkJ4Agtj-qfNq7ZkkLcs_w-PuFN5zB3IcT9bIxCEkD0mJMM6V3PY4CgmlkgnY0gmlwhKwS8_mKbXVsdGlhZGRyc5YACASsEvP5BlMXAAoErBLz-QZTGN0DgnJzhQAFAQAAiXNlY3AyNTZrMaECxxYGnPUnJ2-qhoF20pCvu7MjRyTHxvJMa7rFcQlar-iDdGNwglMXg3VkcIJTGYV3YWt1MgU
|
||||
2026-01-21 04:27:38.071 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.117.41 waku e637b2f40d9a2fef933a241f03e76a59a7a6244006dc0ecdb2d3d68d879b6fb0
|
||||
2026-01-21 04:27:38.101 DEBUG [src.node.docker_mananger] Container started with ID e637b2f40d9a. Setting up logs at ./log/docker/node2_2026-01-21_04-27-36__b816860b-c3fd-478d-b1a1-9f6dcb6ef315__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:27:38.102 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32763
|
||||
2026-01-21 04:27:38.102 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:27:39.106 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32763/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:27:39.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:27:39.119 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:27:39.121 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32763/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:27:39.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.117.41/tcp/32764/p2p/16Uiu2HAm3mRU7KUF3YaETkh7KFnhV2TAhDQGbupafCNNNcpSGoUs","/ip4/172.18.117.41/tcp/32765/ws/p2p/16Uiu2HAm3mRU7KUF3YaETkh7KFnhV2TAhDQGbupafCNNNcpSGoUs"],"enrUri":"enr:-L24QF6fs6pIM4pa1mFTkbDHdaJgCN6Y6Mf-LEnH531IWi_bW9VIB2-iz6_bfZLFG1dRIygCcdXwO8Y5AVfOFiMm_WMCgmlkgnY0gmlwhKwSdSmKbXVsdGlhZGRyc5YACASsEnUpBn_8AAoErBJ1KQZ__d0DgnJzhQAFAQAAiXNlY3AyNTZrMaECe-yz-8Ce2JHmnz_Ct6T05lhoa_tLzZqxZX2cdt_dpFCDdGNwgn_8g3VkcIJ__oV3YWt1MgE"}'
|
||||
2026-01-21 04:27:39.126 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:27:39.127 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32763/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.243.249/tcp/21271/p2p/16Uiu2HAm8ppbGSZcfdTDRQgwZ85EU6aHdP3yeF51sFgmmchMxzrs"]'
|
||||
2026-01-21 04:27:39.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:27:39.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21270/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/999"]'
|
||||
2026-01-21 04:27:39.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:27:39.134 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32763/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/5/999"]'
|
||||
2026-01-21 04:27:39.139 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:27:39.141 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21270/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:27:39.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:27:39.146 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:27:39.247 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:27:39.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21270/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:27:39.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969659140941002,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:27:39.275 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:27:39.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32763/relay/v1/messages/%2Fwaku%2F2%2Frs%2F5%2F999" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:27:39.278 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969659140941002,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:27:39.281 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:27:39.282 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:27:39.282 DEBUG [src.node.waku_node] Stopping container with id 4d7f48ca8c1c
|
||||
2026-01-21 04:27:39.798 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:27:39.798 DEBUG [src.node.waku_node] Stopping container with id e637b2f40d9a
|
||||
2026-01-21 04:27:40.320 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:27:40.323 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:27:40.328 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:27:40.332 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
862
nim/1043/data/attachments/129281d1fd2ab52c.txt
Normal file
862
nim/1043/data/attachments/129281d1fd2ab52c.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_invalid_content_topics with id: 2026-01-21_04-19-58__5903e96a-9a5d-4a28-8cce-0c48796158a6
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-21_04-19-58__5903e96a-9a5d-4a28-8cce-0c48796158a6__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.163
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21628', '21629', '21630', '21631', '21632']
|
||||
[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 21628:21628 -p 21629:21629 -p 21630:21630 -p 21631:21631 -p 21632:21632 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21630 --rest-port=21628 --tcp-port=21629 --discv5-udp-port=21631 --rest-address=0.0.0.0 --nat=extip:172.18.97.163 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aee8b52d6ed71a89bbc2c0c4dafc7b97dd8cfa6e09b6eaf99f62e4c07ff4afb8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21632 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.97.163 waku 6f71fd728d69b82877177665c9b2146cee93e70b375005bc63e8e772e5fd69fa
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6f71fd728d69. Setting up logs at ./log/docker/receiving_node1_2026-01-21_04-19-58__5903e96a-9a5d-4a28-8cce-0c48796158a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21628
|
||||
[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 5b7b00cc28e6. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b21fbaeb0cbc. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21628/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:21628/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.163/tcp/21629/p2p/16Uiu2HAmRQDFz3zK9vCapuKRaGaGVhs7g76umEARokiaSdMToD6c","/ip4/172.18.97.163/tcp/21630/ws/p2p/16Uiu2HAmRQDFz3zK9vCapuKRaGaGVhs7g76umEARokiaSdMToD6c"],"enrUri":"enr:-L24QMLZtz8EvIpqlEjRabLf19aKedC_273KWib1KDw-IZxCBTjTNkHjj1eb9dr9qIOITWYzoOCUMCo2bamdPX7oJ0ACgmlkgnY0gmlwhKwSYaOKbXVsdGlhZGRyc5YACASsEmGjBlR9AAoErBJhowZUft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvV7QSbhcnl7qKMrq5cbyZjmaIf-Fxi9xW12aPR1mxMWDdGNwglR9g3VkcIJUf4V3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-21_04-19-58__5903e96a-9a5d-4a28-8cce-0c48796158a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.104.127
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10826', '10827', '10828', '10829', '10830']
|
||||
[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 10826:10826 -p 10827:10827 -p 10828:10828 -p 10829:10829 -p 10830:10830 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10828 --rest-port=10826 --tcp-port=10827 --discv5-udp-port=10829 --rest-address=0.0.0.0 --nat=extip:172.18.104.127 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=684b9bdedd0da646d064cda1bacd197dfdb5a34c9afb5712bfabdb59686bc825 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10830 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.104.127 waku 1a126e23ef95f4f69b328c6cd30b9c17024cde0b0ad5513adcbce2c34846a324
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 1a126e23ef95. Setting up logs at ./log/docker/receiving_node2_2026-01-21_04-19-58__5903e96a-9a5d-4a28-8cce-0c48796158a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10826
|
||||
[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:10826/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:10826/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.127/tcp/10827/p2p/16Uiu2HAkwdjGbwnpmtaQnvyvZurbL5Hzoo3vm628QSyvE7BCpH9B","/ip4/172.18.104.127/tcp/10828/ws/p2p/16Uiu2HAkwdjGbwnpmtaQnvyvZurbL5Hzoo3vm628QSyvE7BCpH9B"],"enrUri":"enr:-L24QAYIvb7y_dNHw4EoTitMUo1_aAwWF83xTQBd3q4N0o_dcAjXmw9qxveQIV-DiPCvu1TnSXpcYT7_kEkBcGbSxEUCgmlkgnY0gmlwhKwSaH-KbXVsdGlhZGRyc5YACASsEmh_BipLAAoErBJofwYqTN0DgnJzhQADAQAAiXNlY3AyNTZrMaECIM4QOYHTaRiTdzZVq2XNg61bIrAUi2H7jdM8iDuwyGKDdGNwgipLg3VkcIIqTYV3YWt1MgE"}'
|
||||
[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:10826/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.97.163/tcp/21629/p2p/16Uiu2HAmRQDFz3zK9vCapuKRaGaGVhs7g76umEARokiaSdMToD6c"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-21_04-19-58__5903e96a-9a5d-4a28-8cce-0c48796158a6__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.16.96
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['34214', '34215', '34216', '34217', '34218']
|
||||
[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 34214:34214 -p 34215:34215 -p 34216:34216 -p 34217:34217 -p 34218:34218 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34216 --rest-port=34214 --tcp-port=34215 --discv5-udp-port=34217 --rest-address=0.0.0.0 --nat=extip:172.18.16.96 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8954bb6a86d86d9ceb7c7d39aefa07c0dab9ec9e6d5a2b137b29cefd2bf7f28e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34218 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMLZtz8EvIpqlEjRabLf19aKedC_273KWib1KDw-IZxCBTjTNkHjj1eb9dr9qIOITWYzoOCUMCo2bamdPX7oJ0ACgmlkgnY0gmlwhKwSYaOKbXVsdGlhZGRyc5YACASsEmGjBlR9AAoErBJhowZUft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvV7QSbhcnl7qKMrq5cbyZjmaIf-Fxi9xW12aPR1mxMWDdGNwglR9g3VkcIJUf4V3YWt1Mgk --lightpushnode=/ip4/172.18.97.163/tcp/21629/p2p/16Uiu2HAmRQDFz3zK9vCapuKRaGaGVhs7g76umEARokiaSdMToD6c --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.16.96 waku 746250ef59769bd807d184d6d9620fdde31a34caec415b96c43116a165900cfb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 746250ef5976. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-19-58__5903e96a-9a5d-4a28-8cce-0c48796158a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 34214
|
||||
[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:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 746250ef5976. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:34214/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=34214): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa99cd33b60>: 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.5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59708', '59709', '59710', '59711', '59712']
|
||||
[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 59708:59708 -p 59709:59709 -p 59710:59710 -p 59711:59711 -p 59712:59712 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59710 --rest-port=59708 --tcp-port=59709 --discv5-udp-port=59711 --rest-address=0.0.0.0 --nat=extip:172.18.11.5 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=07bb335393eca4a140f482dfdabafa2e3f2af4de529a8e2561acb58d0c0bbf1f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59712 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMLZtz8EvIpqlEjRabLf19aKedC_273KWib1KDw-IZxCBTjTNkHjj1eb9dr9qIOITWYzoOCUMCo2bamdPX7oJ0ACgmlkgnY0gmlwhKwSYaOKbXVsdGlhZGRyc5YACASsEmGjBlR9AAoErBJhowZUft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvV7QSbhcnl7qKMrq5cbyZjmaIf-Fxi9xW12aPR1mxMWDdGNwglR9g3VkcIJUf4V3YWt1Mgk --lightpushnode=/ip4/172.18.97.163/tcp/21629/p2p/16Uiu2HAmRQDFz3zK9vCapuKRaGaGVhs7g76umEARokiaSdMToD6c --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.11.5 waku 48bc025aa5366575407d33ac01fc467be1019f0397df8e5c02e1586bd726c77f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 48bc025aa536. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-19-58__5903e96a-9a5d-4a28-8cce-0c48796158a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59708
|
||||
[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:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 48bc025aa536. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59708/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=59708): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa99cd33080>: 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.238.107
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['49884', '49885', '49886', '49887', '49888']
|
||||
[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 49884:49884 -p 49885:49885 -p 49886:49886 -p 49887:49887 -p 49888:49888 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=49886 --rest-port=49884 --tcp-port=49885 --discv5-udp-port=49887 --rest-address=0.0.0.0 --nat=extip:172.18.238.107 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6acebcb36e4fd2ff18ab957fc9cd6a0ad3dfee8da94c5ac9a8d0dedaddc04ab3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=49888 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QMLZtz8EvIpqlEjRabLf19aKedC_273KWib1KDw-IZxCBTjTNkHjj1eb9dr9qIOITWYzoOCUMCo2bamdPX7oJ0ACgmlkgnY0gmlwhKwSYaOKbXVsdGlhZGRyc5YACASsEmGjBlR9AAoErBJhowZUft0DgnJzhQADAQAAiXNlY3AyNTZrMaEDvV7QSbhcnl7qKMrq5cbyZjmaIf-Fxi9xW12aPR1mxMWDdGNwglR9g3VkcIJUf4V3YWt1Mgk --lightpushnode=/ip4/172.18.97.163/tcp/21629/p2p/16Uiu2HAmRQDFz3zK9vCapuKRaGaGVhs7g76umEARokiaSdMToD6c --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.238.107 waku 15182724305ad635d9a177479b104823e40cafd2747ea1c4030d42e80fe108f5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 15182724305a. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-19-58__5903e96a-9a5d-4a28-8cce-0c48796158a6__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 49884
|
||||
[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:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 15182724305a. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:49884/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=49884): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fa99cc49340>: 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 6f71fd728d69
|
||||
[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 1a126e23ef95
|
||||
[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 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6f71fd728d69. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1a126e23ef95. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[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/15182724305ad635d9a177479b104823e40cafd2747ea1c4030d42e80fe108f5/stop: Not Found ("No such container: 15182724305ad635d9a177479b104823e40cafd2747ea1c4030d42e80fe108f5")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[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/15182724305ad635d9a177479b104823e40cafd2747ea1c4030d42e80fe108f5/stop: Not Found ("No such container: 15182724305ad635d9a177479b104823e40cafd2747ea1c4030d42e80fe108f5")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 15182724305a
|
||||
[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/15182724305ad635d9a177479b104823e40cafd2747ea1c4030d42e80fe108f5/stop: Not Found ("No such container: 15182724305ad635d9a177479b104823e40cafd2747ea1c4030d42e80fe108f5")
|
||||
[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.
|
||||
86
nim/1043/data/attachments/12e2e8ef172ab0e0.txt
Normal file
86
nim/1043/data/attachments/12e2e8ef172ab0e0.txt
Normal file
@ -0,0 +1,86 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_relay_unsubscribe_from_non_existing_pubsub_topic with id: 2026-01-21_04-28-26__2ed10c6e-b54e-4123-90f3-2f463f58ddde
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-28-26__2ed10c6e-b54e-4123-90f3-2f463f58ddde__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.41.187
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38864', '38865', '38866', '38867', '38868']
|
||||
[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 38864:38864 -p 38865:38865 -p 38866:38866 -p 38867:38867 -p 38868:38868 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38866 --rest-port=38864 --tcp-port=38865 --discv5-udp-port=38867 --rest-address=0.0.0.0 --nat=extip:172.18.41.187 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9a1d7a7bef88709fe07baa1b5aabc6c1aecbab5e3ff8be7b83c6f06ba717fcfe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38868 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.41.187 waku 22db3bf6ff5db8c156d1a182735452273804e28f5000d23844c1e04350427a21
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 22db3bf6ff5d. Setting up logs at ./log/docker/node1_2026-01-21_04-28-26__2ed10c6e-b54e-4123-90f3-2f463f58ddde__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38864
|
||||
[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 d329fa622226. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 675f7c5361b8. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38864/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:38864/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.41.187/tcp/38865/p2p/16Uiu2HAm32dzcGsZXnU5UeFJwdmGwkN3QqodNByLttF3HAP8pefp","/ip4/172.18.41.187/tcp/38866/ws/p2p/16Uiu2HAm32dzcGsZXnU5UeFJwdmGwkN3QqodNByLttF3HAP8pefp"],"enrUri":"enr:-L24QDG3SX9HkAjNiDLfQucmM2SiceyGQKAdEG0puVSj6OCsTqtHSx7rpTdznBs5DVqedp_Tp_7wFO1p4t0lPI31GgsCgmlkgnY0gmlwhKwSKbuKbXVsdGlhZGRyc5YACASsEim7BpfRAAoErBIpuwaX0t0DgnJzhQADAQAAiXNlY3AyNTZrMaECcPbkK7tqLqhvf9Yn9Z56erY1xdDJwCRXlEnmk5099ceDdGNwgpfRg3VkcIKX04V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-28-26__2ed10c6e-b54e-4123-90f3-2f463f58ddde__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.144.7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['42511', '42512', '42513', '42514', '42515']
|
||||
[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 42511:42511 -p 42512:42512 -p 42513:42513 -p 42514:42514 -p 42515:42515 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42513 --rest-port=42511 --tcp-port=42512 --discv5-udp-port=42514 --rest-address=0.0.0.0 --nat=extip:172.18.144.7 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b423ab877aa44715639276ed0c20a27fb3fb9b7aabe562a330e54afbda68f63f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42515 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDG3SX9HkAjNiDLfQucmM2SiceyGQKAdEG0puVSj6OCsTqtHSx7rpTdznBs5DVqedp_Tp_7wFO1p4t0lPI31GgsCgmlkgnY0gmlwhKwSKbuKbXVsdGlhZGRyc5YACASsEim7BpfRAAoErBIpuwaX0t0DgnJzhQADAQAAiXNlY3AyNTZrMaECcPbkK7tqLqhvf9Yn9Z56erY1xdDJwCRXlEnmk5099ceDdGNwgpfRg3VkcIKX04V3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.144.7 waku c855edbfeb793d62368d30f30c4f300f23cc52c56154541940bf8c0818dd1542
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c855edbfeb79. Setting up logs at ./log/docker/node2_2026-01-21_04-28-26__2ed10c6e-b54e-4123-90f3-2f463f58ddde__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 42511
|
||||
[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:42511/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:42511/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.144.7/tcp/42512/p2p/16Uiu2HAmQ9kFwWgu5YUukMAJ2xs3WkRgbkuHspfcLFpmKyPYivvZ","/ip4/172.18.144.7/tcp/42513/ws/p2p/16Uiu2HAmQ9kFwWgu5YUukMAJ2xs3WkRgbkuHspfcLFpmKyPYivvZ"],"enrUri":"enr:-L24QCX7gw8aJjfBgHqq6eiyr2s1jmaK1HBqhJD_vk5cQ8NCM27eM52L5sZemSN4_UscV7AVjFZjEBERq36XAtlONuoCgmlkgnY0gmlwhKwSkAeKbXVsdGlhZGRyc5YACASsEpAHBqYQAAoErBKQBwamEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqs53LFpaEOGI55Stnjzs5Lm3IJ9-My1trsEbB0G9cq6DdGNwgqYQg3VkcIKmEoV3YWt1MgE"}'
|
||||
[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:42511/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.41.187/tcp/38865/p2p/16Uiu2HAm32dzcGsZXnU5UeFJwdmGwkN3QqodNByLttF3HAP8pefp"]'
|
||||
[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:38864/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:42511/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:38864/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:38864/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":1768969708620169216,"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:42511/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":1768969708620169216,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:38864/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:42511/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:38864/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:38864/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":1768969708739083614,"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:42511/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":1768969708739083614,"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 22db3bf6ff5d
|
||||
[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 c855edbfeb79
|
||||
[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.
|
||||
109
nim/1043/data/attachments/131f854c767ad69f.txt
Normal file
109
nim/1043/data/attachments/131f854c767ad69f.txt
Normal file
@ -0,0 +1,109 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_sync_flags_node2_start_later with id: 2026-01-21_04-37-55__ad2ec117-dc6d-4693-95da-83cd8263497c
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-37-55__ad2ec117-dc6d-4693-95da-83cd8263497c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-37-55__ad2ec117-dc6d-4693-95da-83cd8263497c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-37-55__ad2ec117-dc6d-4693-95da-83cd8263497c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.165.242
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26078', '26079', '26080', '26081', '26082']
|
||||
[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 26078:26078 -p 26079:26079 -p 26080:26080 -p 26081:26081 -p 26082:26082 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26080 --rest-port=26078 --tcp-port=26079 --discv5-udp-port=26081 --rest-address=0.0.0.0 --nat=extip:172.18.165.242 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ac5fc62022a9ca7c5ffeac96ecd7ccad2e4f708487283b46bbe4ad0bd5ad4d04 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26082 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.165.242 waku cfd970d389126463823b7c5e7527de9e655672c122d26d24b5e86987963d44f8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cfd970d38912. Setting up logs at ./log/docker/node1_2026-01-21_04-37-55__ad2ec117-dc6d-4693-95da-83cd8263497c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26078
|
||||
[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 442e1f917532. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 1decc1c284b1. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26078/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:26078/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.165.242/tcp/26079/p2p/16Uiu2HAmAXKzzr8c71s1meLdQmV9qKQerKqoVuwVF6feiojZ8vkN","/ip4/172.18.165.242/tcp/26080/ws/p2p/16Uiu2HAmAXKzzr8c71s1meLdQmV9qKQerKqoVuwVF6feiojZ8vkN"],"enrUri":"enr:-L24QG4pBh2Lph6Cp-iWa9gYXEJoQZWLXd8h1WHhx4Q36K4ROfO70hjpcXHKVf4ucyhKGbJ7fremnLwLzEkZg0CJlMkCgmlkgnY0gmlwhKwSpfKKbXVsdGlhZGRyc5YACASsEqXyBmXfAAoErBKl8gZl4N0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4FIyusWZ4udS-cTPU26trZdxSm8CGY85urfF0eAiep-DdGNwgmXfg3VkcIJl4YV3YWt1MhM"}'
|
||||
[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:26078/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:26078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.48.124
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56732', '56733', '56734', '56735', '56736']
|
||||
[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 56732:56732 -p 56733:56733 -p 56734:56734 -p 56735:56735 -p 56736:56736 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56734 --rest-port=56732 --tcp-port=56733 --discv5-udp-port=56735 --rest-address=0.0.0.0 --nat=extip:172.18.48.124 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a8c4522404aa61ddddfa7fbed5eaf45759c4052156a7e12fbf0a9fefdb9cfecc --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56736 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QG4pBh2Lph6Cp-iWa9gYXEJoQZWLXd8h1WHhx4Q36K4ROfO70hjpcXHKVf4ucyhKGbJ7fremnLwLzEkZg0CJlMkCgmlkgnY0gmlwhKwSpfKKbXVsdGlhZGRyc5YACASsEqXyBmXfAAoErBKl8gZl4N0DgnJzhQADAQAAiXNlY3AyNTZrMaEC4FIyusWZ4udS-cTPU26trZdxSm8CGY85urfF0eAiep-DdGNwgmXfg3VkcIJl4YV3YWt1MhM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.48.124 waku 38f3961909f55340f6877f4bd28629429b7e59983c0a0283ddcd568a8443845b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 38f3961909f5. Setting up logs at ./log/docker/node2_2026-01-21_04-37-55__ad2ec117-dc6d-4693-95da-83cd8263497c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56732
|
||||
[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:56732/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56732/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.48.124/tcp/56733/p2p/16Uiu2HAkzNuhWJUrjgyiosYrMJc4ZU8kukAwN36ZJeDTjruwZzyq","/ip4/172.18.48.124/tcp/56734/ws/p2p/16Uiu2HAkzNuhWJUrjgyiosYrMJc4ZU8kukAwN36ZJeDTjruwZzyq"],"enrUri":"enr:-L24QN80OV7qLYxFLNH0OcVys9Cyey8gTEITmSmQs6Ie-Sa-AxV19jz1tCuzosS2nGD0IVZUkqSer3akK8p-YwXHy9UCgmlkgnY0gmlwhKwSMHyKbXVsdGlhZGRyc5YACASsEjB8Bt2dAAoErBIwfAbdnt0DgnJzhQADAQAAiXNlY3AyNTZrMaECSZU0XDPlnNrsnUPEllIPqMF_ZcGpeH23-6hOhn1wfgSDdGNwgt2dg3VkcILdn4V3YWt1MhI"}'
|
||||
[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:56732/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.165.242/tcp/26079/p2p/16Uiu2HAmAXKzzr8c71s1meLdQmV9qKQerKqoVuwVF6feiojZ8vkN"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 65 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56732/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xcc558d63327a2dc99d50d8b4cb652cd891281bbdf2a844428aa85955f4fb43db"},{"messageHash":"0x39464d792d24ccba99b7c24a4e84aca9169e05c20ed12b8c3eada1ba09700994"},{"messageHash":"0x8cb4e394329bfe1fa455d958b3d9b5a5b93113d7a775b4c539fbd356efedcc8a"},{"messageHash":"0xe0582cc16c6434ae93c3dd3883c69de1cd08be6234a3d20addd094bd867b6858"},{"messageHash":"0xceba02396b899f2e37403115bf3dd0163f8342dd9d4d546a64ebd11f39e212d7"},{"messageHash":"0xcdd52b9b3d55ecdb72a64974e4c0ac9abe89cd3da84c0a23a0a2bbaa5771affd"},{"messageHash":"0xbde71f204fff9e514a0b57ca83e2338db9656e0ff54681a27f28d97b749091dd"},{"messageHash":"0xe36823a8bafe6ef175777fb0557bde371ec6ea8e84619195a45ab6bac4110e87"},{"messageHash":"0xc6817a532554b76facbbfaf10caa0bf59b9826a66e4173f29b18d10c085b4f78"},{"messageHash":"0x016f6194a9f0087e995602a3412864a2798ca64dc23bda7ab84607f12ffd537a"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cfd970d38912
|
||||
[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 38f3961909f5
|
||||
[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/1043/data/attachments/133d6a725e5bd616.txt
Normal file
76
nim/1043/data/attachments/133d6a725e5bd616.txt
Normal file
@ -0,0 +1,76 @@
|
||||
2026-01-21 04:26:46.406 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:26:46.406 DEBUG [tests.conftest] Running test: test_get_store_message_with_version with id: 2026-01-21_04-26-46__071516de-8fda-460d-8440-0fa75eaa89c8
|
||||
2026-01-21 04:26:46.406 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:26:46.407 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-21 04:26:46.407 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-01-21 04:26:46.415 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:26:46.415 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-26-46__071516de-8fda-460d-8440-0fa75eaa89c8__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:26:46.415 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:26:46.415 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:26:46.416 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:26:46.417 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.22.182
|
||||
2026-01-21 04:26:46.417 DEBUG [src.node.docker_mananger] Generated ports ['34338', '34339', '34340', '34341', '34342']
|
||||
2026-01-21 04:26:46.417 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:26:46.417 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:26:46.417 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:26:46.417 DEBUG [src.node.docker_mananger] docker run -i -t -p 34338:34338 -p 34339:34339 -p 34340:34340 -p 34341:34341 -p 34342:34342 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34340 --rest-port=34338 --tcp-port=34339 --discv5-udp-port=34341 --rest-address=0.0.0.0 --nat=extip:172.18.22.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1bb2fcdd3f5a721cfe3ac5ff135dcaceddb3d4aaebd2035255be12bcc1edbba0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34342 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-21 04:26:46.614 ERROR [src.node.docker_mananger] Max retries reached for container 41d469789f40. Exiting log stream.
|
||||
2026-01-21 04:26:46.616 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.22.182 waku c78ff498e579bf244de4ba931f040853ed681c729bfe25389eee07733233e9df
|
||||
2026-01-21 04:26:46.649 DEBUG [src.node.docker_mananger] Container started with ID c78ff498e579. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-26-46__071516de-8fda-460d-8440-0fa75eaa89c8__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:26:46.649 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34338
|
||||
2026-01-21 04:26:46.650 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:26:47.196 ERROR [src.node.docker_mananger] Max retries reached for container 6847336049dd. Exiting log stream.
|
||||
2026-01-21 04:26:47.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34338/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:47.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:26:47.654 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:26:47.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34338/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:47.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.22.182/tcp/34339/p2p/16Uiu2HAmBsPBAxt1JVLmbQy8PVtyrj4VK8DVxyY9YgpKdsBkxhbD","/ip4/172.18.22.182/tcp/34340/ws/p2p/16Uiu2HAmBsPBAxt1JVLmbQy8PVtyrj4VK8DVxyY9YgpKdsBkxhbD"],"enrUri":"enr:-L24QFVf1XBtFVE8YXeMdliN_0J0_BZoD2IZhb9pge0sBYbferk8OLUN2vBNFya5mYk9aUHXrxchUVyoT__vDT6kQrYCgmlkgnY0gmlwhKwSFraKbXVsdGlhZGRyc5YACASsEha2BoYjAAoErBIWtgaGJN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9FEXe6KZJSKqlOaYKf0ZV78Vtnc0pvqkxRGgiGjaXGiDdGNwgoYjg3VkcIKGJYV3YWt1MgM"}'
|
||||
2026-01-21 04:26:47.657 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:26:47.665 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:26:47.665 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-26-46__071516de-8fda-460d-8440-0fa75eaa89c8__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:26:47.665 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:26:47.665 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:26:47.666 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:26:47.667 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.218.179
|
||||
2026-01-21 04:26:47.667 DEBUG [src.node.docker_mananger] Generated ports ['35497', '35498', '35499', '35500', '35501']
|
||||
2026-01-21 04:26:47.667 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:26:47.667 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:26:47.667 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:26:47.667 DEBUG [src.node.docker_mananger] docker run -i -t -p 35497:35497 -p 35498:35498 -p 35499:35499 -p 35500:35500 -p 35501:35501 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35499 --rest-port=35497 --tcp-port=35498 --discv5-udp-port=35500 --rest-address=0.0.0.0 --nat=extip:172.18.218.179 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ab7bc11fab3ad8ddb65ef0cdd315bff8e7d3fcc9e7f4c71d17f0ccc8bccabcbd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35501 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QFVf1XBtFVE8YXeMdliN_0J0_BZoD2IZhb9pge0sBYbferk8OLUN2vBNFya5mYk9aUHXrxchUVyoT__vDT6kQrYCgmlkgnY0gmlwhKwSFraKbXVsdGlhZGRyc5YACASsEha2BoYjAAoErBIWtgaGJN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC9FEXe6KZJSKqlOaYKf0ZV78Vtnc0pvqkxRGgiGjaXGiDdGNwgoYjg3VkcIKGJYV3YWt1MgM --storenode=/ip4/172.18.22.182/tcp/34339/p2p/16Uiu2HAmBsPBAxt1JVLmbQy8PVtyrj4VK8DVxyY9YgpKdsBkxhbD --store=true --relay=true
|
||||
2026-01-21 04:26:47.859 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.218.179 waku 1c3012d3d88bcc3753fed6bc53000f95fa46eebf9ce703863ecc1d628a6f0fbb
|
||||
2026-01-21 04:26:47.896 DEBUG [src.node.docker_mananger] Container started with ID 1c3012d3d88b. Setting up logs at ./log/docker/store_node1_2026-01-21_04-26-46__071516de-8fda-460d-8440-0fa75eaa89c8__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:26:47.897 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35497
|
||||
2026-01-21 04:26:47.898 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:26:48.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35497/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:48.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:26:48.903 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:26:48.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35497/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:48.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.218.179/tcp/35498/p2p/16Uiu2HAm5HaEwicvqpyvFAKfKUo4TrEgPexYT7C8srAcBKk5VzvN","/ip4/172.18.218.179/tcp/35499/ws/p2p/16Uiu2HAm5HaEwicvqpyvFAKfKUo4TrEgPexYT7C8srAcBKk5VzvN"],"enrUri":"enr:-L24QEKDnyxrxDKpwaZt8_ITOdNcnzS9C3YrYN9Fqr-Mbb7SR75xkVvVHDeOkI5d-VzMP-PfuStor0aYppLntfwiPiwCgmlkgnY0gmlwhKwS2rOKbXVsdGlhZGRyc5YACASsEtqzBoqqAAoErBLaswaKq90DgnJzhQADAQAAiXNlY3AyNTZrMaECkoG74uDMQJbHOBETIAF_xnQW_FO7o8Vsn_kLDBnDthuDdGNwgoqqg3VkcIKKrIV3YWt1MgM"}'
|
||||
2026-01-21 04:26:48.906 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:26:48.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35497/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.22.182/tcp/34339/p2p/16Uiu2HAmBsPBAxt1JVLmbQy8PVtyrj4VK8DVxyY9YgpKdsBkxhbD"]'
|
||||
2026-01-21 04:26:48.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:48.909 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34338/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:26:48.912 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:48.912 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35497/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:26:48.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:48.916 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:26:48.916 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34338/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)', "version": 10}'
|
||||
2026-01-21 04:26:48.921 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:48.921 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:26:49.122 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-21 04:26:49.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34338/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:49.126 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1d2d8fbfa7ed994ae058188f1d1b000fc02c72fc9cdcec3381a28d9ff4be2a83"}]}'
|
||||
2026-01-21 04:26:49.126 DEBUG [src.steps.store] messages length is 1
|
||||
2026-01-21 04:26:49.127 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-21 04:26:49.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35497/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:49.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x1d2d8fbfa7ed994ae058188f1d1b000fc02c72fc9cdcec3381a28d9ff4be2a83"}]}'
|
||||
2026-01-21 04:26:49.130 DEBUG [src.steps.store] messages length is 1
|
||||
2026-01-21 04:26:49.132 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:26:49.133 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:26:49.133 DEBUG [src.node.waku_node] Stopping container with id c78ff498e579
|
||||
2026-01-21 04:26:49.745 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:26:49.745 DEBUG [src.node.waku_node] Stopping container with id 1c3012d3d88b
|
||||
2026-01-21 04:26:50.269 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:26:50.272 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:26:50.277 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:26:50.282 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
77
nim/1043/data/attachments/1384d4321e7055e.txt
Normal file
77
nim/1043/data/attachments/1384d4321e7055e.txt
Normal file
@ -0,0 +1,77 @@
|
||||
2026-01-21 04:30:55.031 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:30:55.032 DEBUG [tests.conftest] Running test: test_single_pubsub_topic[/waku/2/rs/999/999] with id: 2026-01-21_04-30-55__31e1e212-f489-4da8-b9f6-6b56e5fcda95
|
||||
2026-01-21 04:30:55.032 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:30:55.032 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:30:55.032 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-21 04:30:55.040 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:30:55.040 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-30-55__31e1e212-f489-4da8-b9f6-6b56e5fcda95__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:30:55.040 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:30:55.040 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:30:55.043 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:30:55.043 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.8.38
|
||||
2026-01-21 04:30:55.043 DEBUG [src.node.docker_mananger] Generated ports ['34563', '34564', '34565', '34566', '34567']
|
||||
2026-01-21 04:30:55.043 DEBUG [src.node.waku_node] Cluster id was resolved to: 999
|
||||
2026-01-21 04:30:55.043 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-21 04:30:55.043 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:30:55.044 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:30:55.044 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:30:55.044 DEBUG [src.node.docker_mananger] docker run -i -t -p 34563:34563 -p 34564:34564 -p 34565:34565 -p 34566:34566 -p 34567:34567 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34565 --rest-port=34563 --tcp-port=34564 --discv5-udp-port=34566 --rest-address=0.0.0.0 --nat=extip:172.18.8.38 --peer-exchange=true --discv5-discovery=true --cluster-id=999 --nodekey=7017ea21aed8985ae8d63dcfdcbc0aafa2bd01db694a1af5d89a57fea60aaf3b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34567 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-21 04:30:55.226 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.8.38 waku a48885d164d09f0295e06b292dc27f115a291ba2990435c2d85e2a2e5b39bd83
|
||||
2026-01-21 04:30:55.259 DEBUG [src.node.docker_mananger] Container started with ID a48885d164d0. Setting up logs at ./log/docker/node1_2026-01-21_04-30-55__31e1e212-f489-4da8-b9f6-6b56e5fcda95__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:30:55.261 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34563
|
||||
2026-01-21 04:30:55.261 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:30:55.295 ERROR [src.node.docker_mananger] Max retries reached for container 6e2ac1ac906b. Exiting log stream.
|
||||
2026-01-21 04:30:55.836 ERROR [src.node.docker_mananger] Max retries reached for container 560253214a80. Exiting log stream.
|
||||
2026-01-21 04:30:56.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34563/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:30:56.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:30:56.265 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:30:56.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34563/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:30:56.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.8.38/tcp/34564/p2p/16Uiu2HAmV49eE2xPknGE4gqb4b4eCCfzpxarzva6YCBFbsp4jNYx","/ip4/172.18.8.38/tcp/34565/ws/p2p/16Uiu2HAmV49eE2xPknGE4gqb4b4eCCfzpxarzva6YCBFbsp4jNYx"],"enrUri":"enr:-L24QGT5uHt8nhTuYQq1n7Xa0LYqFf_74FUbWBJ20p1vdu3acGNaFIWbmIe4eoyBrIphRrqY2eobpsRkUK2X_jZBMAMCgmlkgnY0gmlwhKwSCCaKbXVsdGlhZGRyc5YACASsEggmBocEAAoErBIIJgaHBd0DgnJzhQPnAQAAiXNlY3AyNTZrMaED86nbHa3nQwF31Oh0WaKDrI9vCBuX5onxdIEHBDlmSNGDdGNwgocEg3VkcIKHBoV3YWt1MgU"}'
|
||||
2026-01-21 04:30:56.268 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:30:56.275 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:30:56.275 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-30-55__31e1e212-f489-4da8-b9f6-6b56e5fcda95__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:30:56.275 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:30:56.275 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:30:56.277 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:30:56.277 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.211.226
|
||||
2026-01-21 04:30:56.277 DEBUG [src.node.docker_mananger] Generated ports ['7654', '7655', '7656', '7657', '7658']
|
||||
2026-01-21 04:30:56.277 DEBUG [src.node.waku_node] Cluster id was resolved to: 999
|
||||
2026-01-21 04:30:56.277 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-21 04:30:56.277 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:30:56.278 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:30:56.278 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:30:56.278 DEBUG [src.node.docker_mananger] docker run -i -t -p 7654:7654 -p 7655:7655 -p 7656:7656 -p 7657:7657 -p 7658:7658 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7656 --rest-port=7654 --tcp-port=7655 --discv5-udp-port=7657 --rest-address=0.0.0.0 --nat=extip:172.18.211.226 --peer-exchange=true --discv5-discovery=true --cluster-id=999 --nodekey=fc7710e6d6ecb00a738e2f8e5c8f99c6d55bec4dd9acb4da253abb62c73dd1e6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7658 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGT5uHt8nhTuYQq1n7Xa0LYqFf_74FUbWBJ20p1vdu3acGNaFIWbmIe4eoyBrIphRrqY2eobpsRkUK2X_jZBMAMCgmlkgnY0gmlwhKwSCCaKbXVsdGlhZGRyc5YACASsEggmBocEAAoErBIIJgaHBd0DgnJzhQPnAQAAiXNlY3AyNTZrMaED86nbHa3nQwF31Oh0WaKDrI9vCBuX5onxdIEHBDlmSNGDdGNwgocEg3VkcIKHBoV3YWt1MgU
|
||||
2026-01-21 04:30:56.458 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.211.226 waku bbfbdeff82ab10b4036f99cb5c18c39f2e0c3c1e6eebbe59ddfa7d140da47d66
|
||||
2026-01-21 04:30:56.494 DEBUG [src.node.docker_mananger] Container started with ID bbfbdeff82ab. Setting up logs at ./log/docker/node2_2026-01-21_04-30-55__31e1e212-f489-4da8-b9f6-6b56e5fcda95__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:30:56.495 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7654
|
||||
2026-01-21 04:30:56.495 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:30:57.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7654/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:30:57.503 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:30:57.504 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:30:57.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7654/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:30:57.508 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.211.226/tcp/7655/p2p/16Uiu2HAmKV8oAAAF48gM9qiWc7cBRAopdpA3qtb46g2e8GGDHUV1","/ip4/172.18.211.226/tcp/7656/ws/p2p/16Uiu2HAmKV8oAAAF48gM9qiWc7cBRAopdpA3qtb46g2e8GGDHUV1"],"enrUri":"enr:-L24QIidhCVr9XcE10nft247fyvQ4Q6SldZmBaUw5kZNXXhDMu_zZbnNzu98NbHp8epM9y2UefMPCvXFx6i1RO_-EZwCgmlkgnY0gmlwhKwS0-KKbXVsdGlhZGRyc5YACASsEtPiBh3nAAoErBLT4gYd6N0DgnJzhQPnAQAAiXNlY3AyNTZrMaEDZXuM4pm_ZEeE4yqKEq-bGvS54zcsofpPpuR-V8Is5wSDdGNwgh3ng3VkcIId6YV3YWt1MgE"}'
|
||||
2026-01-21 04:30:57.508 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:30:57.508 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7654/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.8.38/tcp/34564/p2p/16Uiu2HAmV49eE2xPknGE4gqb4b4eCCfzpxarzva6YCBFbsp4jNYx"]'
|
||||
2026-01-21 04:30:57.511 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:30:57.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34563/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/999/999"]'
|
||||
2026-01-21 04:30:57.515 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:30:57.516 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7654/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/999/999"]'
|
||||
2026-01-21 04:30:57.520 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:30:57.521 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34563/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:30:57.527 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:30:57.527 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:30:57.628 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:30:57.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34563/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:30:57.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969857521596265,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:30:57.632 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:30:57.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7654/relay/v1/messages/%2Fwaku%2F2%2Frs%2F999%2F999" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:30:57.635 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969857521596265,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:30:57.638 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:30:57.639 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:30:57.639 DEBUG [src.node.waku_node] Stopping container with id a48885d164d0
|
||||
2026-01-21 04:30:58.214 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:30:58.215 DEBUG [src.node.waku_node] Stopping container with id bbfbdeff82ab
|
||||
2026-01-21 04:30:58.782 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:30:58.784 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:30:58.794 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:30:58.800 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
73
nim/1043/data/attachments/13af06b5b3dd1343.txt
Normal file
73
nim/1043/data/attachments/13af06b5b3dd1343.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_single_content_topic[/waku/2/content/test.js] with id: 2026-01-21_04-28-42__4e4a2e89-f94e-43b1-9739-ff76d8c06a94
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-28-42__4e4a2e89-f94e-43b1-9739-ff76d8c06a94__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.239.230
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['39046', '39047', '39048', '39049', '39050']
|
||||
[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 39046:39046 -p 39047:39047 -p 39048:39048 -p 39049:39049 -p 39050:39050 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=39048 --rest-port=39046 --tcp-port=39047 --discv5-udp-port=39049 --rest-address=0.0.0.0 --nat=extip:172.18.239.230 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=6aa6cd146d211855511ca1fe5fedeb931ef2d83a497fce947f9dd0c85da641c7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=39050 --metrics-logging=true --relay=true --filter=true --content-topic=/waku/2/content/test.js
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.239.230 waku a473bdd79929094c493d4a8b1a201d5d1f4c9a2eaff9401d469fb06106c0ccbf
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a473bdd79929. Setting up logs at ./log/docker/node1_2026-01-21_04-28-42__4e4a2e89-f94e-43b1-9739-ff76d8c06a94__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 39046
|
||||
[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 4a42259d7c58. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3e048fb47722. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:39046/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:39046/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.239.230/tcp/39047/p2p/16Uiu2HAmNdAcbqKXe4gpTxqDnWr2kUUcfhkRw3jrgqm58LaNFDdi","/ip4/172.18.239.230/tcp/39048/ws/p2p/16Uiu2HAmNdAcbqKXe4gpTxqDnWr2kUUcfhkRw3jrgqm58LaNFDdi"],"enrUri":"enr:-L24QEXvtcLblhg98m_BzozHz9UsRbw_LWp-xoDvPf4i4QS0Bume2c4qaL11G5DX6WWZ1zREAe5RfZ901xOgT8uok4MCgmlkgnY0gmlwhKwS7-aKbXVsdGlhZGRyc5YACASsEu_mBpiHAAoErBLv5gaYiN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDlB1QLGjj9CoJ4SkH5CUF4pGpvmHf5oZ1blkY2WEdFGGDdGNwgpiHg3VkcIKYiYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-28-42__4e4a2e89-f94e-43b1-9739-ff76d8c06a94__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.116.84
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['61599', '61600', '61601', '61602', '61603']
|
||||
[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 61599:61599 -p 61600:61600 -p 61601:61601 -p 61602:61602 -p 61603:61603 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61601 --rest-port=61599 --tcp-port=61600 --discv5-udp-port=61602 --rest-address=0.0.0.0 --nat=extip:172.18.116.84 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c59ec13140a71ef2a2c2ccb8d4a8deaf5cce3babfb433d551213a7018bd79ce1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61603 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEXvtcLblhg98m_BzozHz9UsRbw_LWp-xoDvPf4i4QS0Bume2c4qaL11G5DX6WWZ1zREAe5RfZ901xOgT8uok4MCgmlkgnY0gmlwhKwS7-aKbXVsdGlhZGRyc5YACASsEu_mBpiHAAoErBLv5gaYiN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDlB1QLGjj9CoJ4SkH5CUF4pGpvmHf5oZ1blkY2WEdFGGDdGNwgpiHg3VkcIKYiYV3YWt1MgU --content-topic=/waku/2/content/test.js
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.116.84 waku 2a2e57a3e99e75c641a122e1bece424ab3d010cd920f33bce74d7981364fdeaf
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2a2e57a3e99e. Setting up logs at ./log/docker/node2_2026-01-21_04-28-42__4e4a2e89-f94e-43b1-9739-ff76d8c06a94__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 61599
|
||||
[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:61599/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:61599/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.116.84/tcp/61600/p2p/16Uiu2HAmVif3jVRFQS4jnXj2dEyUa5XNrtw69Wu9yfHDBw4FupXQ","/ip4/172.18.116.84/tcp/61601/ws/p2p/16Uiu2HAmVif3jVRFQS4jnXj2dEyUa5XNrtw69Wu9yfHDBw4FupXQ"],"enrUri":"enr:-L24QK3dW1niB9FL2D_u-RWStCrvBpA2QUjOVDriy4WxAZezU6hVBFA5CBCVxs-cP7Az6G0h_x2xcyYRDjtJPTeF-YACgmlkgnY0gmlwhKwSdFSKbXVsdGlhZGRyc5YACASsEnRUBvCgAAoErBJ0VAbwod0DgnJzhQACAQAAiXNlY3AyNTZrMaED_Ycs5ASOlbIaoPKBlgPLpA2s03jkGK63zyULj3Sklt-DdGNwgvCgg3VkcILwooV3YWt1MgE"}'
|
||||
[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:61599/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.239.230/tcp/39047/p2p/16Uiu2HAmNdAcbqKXe4gpTxqDnWr2kUUcfhkRw3jrgqm58LaNFDdi"]'
|
||||
[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:39046/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:61599/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/content/test.js"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:39046/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:39046/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":1768969725218680230,"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:61599/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":1768969725218680230,"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 a473bdd79929
|
||||
[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 2a2e57a3e99e
|
||||
[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.
|
||||
864
nim/1043/data/attachments/13b397cb098735db.txt
Normal file
864
nim/1043/data/attachments/13b397cb098735db.txt
Normal file
@ -0,0 +1,864 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_light_push_with_payload_less_than_150_kb with id: 2026-01-21_04-20-34__d259b21e-e43f-46e2-aa2b-395a37f957fe
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-21_04-20-34__d259b21e-e43f-46e2-aa2b-395a37f957fe__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.234.60
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64763', '64764', '64765', '64766', '64767']
|
||||
[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 64763:64763 -p 64764:64764 -p 64765:64765 -p 64766:64766 -p 64767:64767 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64765 --rest-port=64763 --tcp-port=64764 --discv5-udp-port=64766 --rest-address=0.0.0.0 --nat=extip:172.18.234.60 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=98dcf5160ee05d95a806aeaae2cc3a148e93c04faac5ccd0bc1abcbf75cf8efe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64767 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.234.60 waku e49a67cf1dd670d3188f68a3fb560834d2141efa04f6e7f79185cf49e588c191
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e49a67cf1dd6. Setting up logs at ./log/docker/receiving_node1_2026-01-21_04-20-34__d259b21e-e43f-46e2-aa2b-395a37f957fe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64763
|
||||
[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 b46ab7d85fd9. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4ea38bd47e8a. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:64763/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:64763/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.234.60/tcp/64764/p2p/16Uiu2HAm2LevJY5FfFKkuLnLUS1mybhKNF4ThnST4eoMYkpGVjFA","/ip4/172.18.234.60/tcp/64765/ws/p2p/16Uiu2HAm2LevJY5FfFKkuLnLUS1mybhKNF4ThnST4eoMYkpGVjFA"],"enrUri":"enr:-L24QEavB9jzJi6yG0vPTs66JDvlTetySADERg0xYai2pMerDo3CfV6ftm_YEib3ZcB4T-VuPWwXEzuIqDOiAeB6jB8CgmlkgnY0gmlwhKwS6jyKbXVsdGlhZGRyc5YACASsEuo8Bvz8AAoErBLqPAb8_d0DgnJzhQADAQAAiXNlY3AyNTZrMaECZri0qC9fSABerPf-BfRJKMbTpzdHKLUPWt06t-X7wg2DdGNwgvz8g3VkcIL8_oV3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-21_04-20-34__d259b21e-e43f-46e2-aa2b-395a37f957fe__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.127.150
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['5187', '5188', '5189', '5190', '5191']
|
||||
[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 5187:5187 -p 5188:5188 -p 5189:5189 -p 5190:5190 -p 5191:5191 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=5189 --rest-port=5187 --tcp-port=5188 --discv5-udp-port=5190 --rest-address=0.0.0.0 --nat=extip:172.18.127.150 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9d2a9fddb11cdff01f1bcc9f7c2dee935e20cfef7fa08e3a45f8fbded1d8aedc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=5191 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.127.150 waku f5ed6804e1749eece51891d3da0d49c24bd938cd59ef62217be036e41839010d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f5ed6804e174. Setting up logs at ./log/docker/receiving_node2_2026-01-21_04-20-34__d259b21e-e43f-46e2-aa2b-395a37f957fe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 5187
|
||||
[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:5187/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:5187/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.127.150/tcp/5188/p2p/16Uiu2HAm3CdbBD1cPPdMiudBa2cxJVsJZ1mzY4dvvwNHd7K4eJZw","/ip4/172.18.127.150/tcp/5189/ws/p2p/16Uiu2HAm3CdbBD1cPPdMiudBa2cxJVsJZ1mzY4dvvwNHd7K4eJZw"],"enrUri":"enr:-L24QCLwlNRnOJj-GTj0A_oTw0D2M0XsZ2-eGhoHKnGW_cp7b0VmtDvVMfP_tDBoQ9_w_vM-Xb5KyBZFfZsD4lKK4W8CgmlkgnY0gmlwhKwSf5aKbXVsdGlhZGRyc5YACASsEn-WBhREAAoErBJ_lgYURd0DgnJzhQADAQAAiXNlY3AyNTZrMaECc4Y-GWkuzLePnQua2yNtjKvxGBJj7thU4IF_YE89vJKDdGNwghREg3VkcIIURoV3YWt1MgE"}'
|
||||
[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:5187/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.234.60/tcp/64764/p2p/16Uiu2HAm2LevJY5FfFKkuLnLUS1mybhKNF4ThnST4eoMYkpGVjFA"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-21_04-20-34__d259b21e-e43f-46e2-aa2b-395a37f957fe__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.19.43
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['59208', '59209', '59210', '59211', '59212']
|
||||
[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 59208:59208 -p 59209:59209 -p 59210:59210 -p 59211:59211 -p 59212:59212 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59210 --rest-port=59208 --tcp-port=59209 --discv5-udp-port=59211 --rest-address=0.0.0.0 --nat=extip:172.18.19.43 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c9c9e1e69af2b3a16bafecbfdf7cfb216aacb9618c6e92acae143efac2fe2f55 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59212 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEavB9jzJi6yG0vPTs66JDvlTetySADERg0xYai2pMerDo3CfV6ftm_YEib3ZcB4T-VuPWwXEzuIqDOiAeB6jB8CgmlkgnY0gmlwhKwS6jyKbXVsdGlhZGRyc5YACASsEuo8Bvz8AAoErBLqPAb8_d0DgnJzhQADAQAAiXNlY3AyNTZrMaECZri0qC9fSABerPf-BfRJKMbTpzdHKLUPWt06t-X7wg2DdGNwgvz8g3VkcIL8_oV3YWt1Mgk --lightpushnode=/ip4/172.18.234.60/tcp/64764/p2p/16Uiu2HAm2LevJY5FfFKkuLnLUS1mybhKNF4ThnST4eoMYkpGVjFA --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.19.43 waku 51141bcb278d2fcb57a49d8e4fbd616674574a14c929f9a22e8e4ecfeb76e3f1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 51141bcb278d. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-20-34__d259b21e-e43f-46e2-aa2b-395a37f957fe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 59208
|
||||
[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:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 51141bcb278d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:59208/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=59208): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efdaf7dc2f0>: 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.221.86
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4198', '4199', '4200', '4201', '4202']
|
||||
[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 4198:4198 -p 4199:4199 -p 4200:4200 -p 4201:4201 -p 4202:4202 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4200 --rest-port=4198 --tcp-port=4199 --discv5-udp-port=4201 --rest-address=0.0.0.0 --nat=extip:172.18.221.86 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5acf5ba406c697dcd0470fe9d4e126cdf3df63b0a7e788a04fcaeaadc8df594c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4202 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEavB9jzJi6yG0vPTs66JDvlTetySADERg0xYai2pMerDo3CfV6ftm_YEib3ZcB4T-VuPWwXEzuIqDOiAeB6jB8CgmlkgnY0gmlwhKwS6jyKbXVsdGlhZGRyc5YACASsEuo8Bvz8AAoErBLqPAb8_d0DgnJzhQADAQAAiXNlY3AyNTZrMaECZri0qC9fSABerPf-BfRJKMbTpzdHKLUPWt06t-X7wg2DdGNwgvz8g3VkcIL8_oV3YWt1Mgk --lightpushnode=/ip4/172.18.234.60/tcp/64764/p2p/16Uiu2HAm2LevJY5FfFKkuLnLUS1mybhKNF4ThnST4eoMYkpGVjFA --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.221.86 waku bc7252f2a36007d0d7b401dfa27951a5a53f404b79c3efcf6c9c05245e523210
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID bc7252f2a360. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-20-34__d259b21e-e43f-46e2-aa2b-395a37f957fe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4198
|
||||
[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:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container bc7252f2a360. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:4198/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=4198): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efdaf791430>: 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.180.98
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21996', '21997', '21998', '21999', '22000']
|
||||
[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 21996:21996 -p 21997:21997 -p 21998:21998 -p 21999:21999 -p 22000:22000 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21998 --rest-port=21996 --tcp-port=21997 --discv5-udp-port=21999 --rest-address=0.0.0.0 --nat=extip:172.18.180.98 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4fdb8e54a7cffb9cfdf4bf3b0aab02c8fbfe6bfaf0bfbdeb4d455a1279a004d4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22000 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEavB9jzJi6yG0vPTs66JDvlTetySADERg0xYai2pMerDo3CfV6ftm_YEib3ZcB4T-VuPWwXEzuIqDOiAeB6jB8CgmlkgnY0gmlwhKwS6jyKbXVsdGlhZGRyc5YACASsEuo8Bvz8AAoErBLqPAb8_d0DgnJzhQADAQAAiXNlY3AyNTZrMaECZri0qC9fSABerPf-BfRJKMbTpzdHKLUPWt06t-X7wg2DdGNwgvz8g3VkcIL8_oV3YWt1Mgk --lightpushnode=/ip4/172.18.234.60/tcp/64764/p2p/16Uiu2HAm2LevJY5FfFKkuLnLUS1mybhKNF4ThnST4eoMYkpGVjFA --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.180.98 waku b59228df1ed1a8e699cbe329cb6c825189cdba57a35ec74ae115d26e86e61134
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b59228df1ed1. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-20-34__d259b21e-e43f-46e2-aa2b-395a37f957fe__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21996
|
||||
[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:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b59228df1ed1. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21996/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=21996): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7efdaf7edfd0>: 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 e49a67cf1dd6
|
||||
[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 f5ed6804e174
|
||||
[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 b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e49a67cf1dd6. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f5ed6804e174. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[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/b59228df1ed1a8e699cbe329cb6c825189cdba57a35ec74ae115d26e86e61134/stop: Not Found ("No such container: b59228df1ed1a8e699cbe329cb6c825189cdba57a35ec74ae115d26e86e61134")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[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/b59228df1ed1a8e699cbe329cb6c825189cdba57a35ec74ae115d26e86e61134/stop: Not Found ("No such container: b59228df1ed1a8e699cbe329cb6c825189cdba57a35ec74ae115d26e86e61134")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b59228df1ed1
|
||||
[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/b59228df1ed1a8e699cbe329cb6c825189cdba57a35ec74ae115d26e86e61134/stop: Not Found ("No such container: b59228df1ed1a8e699cbe329cb6c825189cdba57a35ec74ae115d26e86e61134")
|
||||
[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.
|
||||
84
nim/1043/data/attachments/13b3b77ce2826f0c.txt
Normal file
84
nim/1043/data/attachments/13b3b77ce2826f0c.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_no_timestamp with id: 2026-01-21_04-24-42__ec76288a-0f6c-423f-bc4d-f657bd4a0f57
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-24-42__ec76288a-0f6c-423f-bc4d-f657bd4a0f57__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.67.204
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['11311', '11312', '11313', '11314', '11315']
|
||||
[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 11311:11311 -p 11312:11312 -p 11313:11313 -p 11314:11314 -p 11315:11315 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11313 --rest-port=11311 --tcp-port=11312 --discv5-udp-port=11314 --rest-address=0.0.0.0 --nat=extip:172.18.67.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=de68e64fb6fc4daabbe20dfaca8dd881cdab9bb1a398b6ef923c98bb1c3c3a2e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11315 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.67.204 waku a295bff7565c5df79a88b8b55792419a4811151aca00bf4b8a4e3221163fdf5f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a295bff7565c. Setting up logs at ./log/docker/node1_2026-01-21_04-24-42__ec76288a-0f6c-423f-bc4d-f657bd4a0f57__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 11311
|
||||
[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 56ae8b5a0413. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ef175dc4ec81. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:11311/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:11311/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.67.204/tcp/11312/p2p/16Uiu2HAmGLhaSxfdsiVQSmRpC3TSLs7DaouaMd4hq7N6Gm5U1huM","/ip4/172.18.67.204/tcp/11313/ws/p2p/16Uiu2HAmGLhaSxfdsiVQSmRpC3TSLs7DaouaMd4hq7N6Gm5U1huM"],"enrUri":"enr:-L24QPbhB-lBw0z69Yv4P36vu_tKuxsjx7ubuYa5TT1yFpALZzzBZXRENTTwaeGRioF6It8mdIaushfEfiatKXKtrogCgmlkgnY0gmlwhKwSQ8yKbXVsdGlhZGRyc5YACASsEkPMBiwwAAoErBJDzAYsMd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNr9T5HTo-V9qf4mDY2fokrIQd_S6qQgLCcX4TjTVoCyDdGNwgiwwg3VkcIIsMoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-24-42__ec76288a-0f6c-423f-bc4d-f657bd4a0f57__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.229.254
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['4343', '4344', '4345', '4346', '4347']
|
||||
[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 4343:4343 -p 4344:4344 -p 4345:4345 -p 4346:4346 -p 4347:4347 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4345 --rest-port=4343 --tcp-port=4344 --discv5-udp-port=4346 --rest-address=0.0.0.0 --nat=extip:172.18.229.254 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=63f326b1b8caffa908dc9e5a3e2b53ffecdcebbac5e242debbb2f584a3fbfff6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4347 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QPbhB-lBw0z69Yv4P36vu_tKuxsjx7ubuYa5TT1yFpALZzzBZXRENTTwaeGRioF6It8mdIaushfEfiatKXKtrogCgmlkgnY0gmlwhKwSQ8yKbXVsdGlhZGRyc5YACASsEkPMBiwwAAoErBJDzAYsMd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDNr9T5HTo-V9qf4mDY2fokrIQd_S6qQgLCcX4TjTVoCyDdGNwgiwwg3VkcIIsMoV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.229.254 waku 25a0b7ec97c4404b125d2929b32799bff575d9032ff5868a9c226c054c7ae360
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 25a0b7ec97c4. Setting up logs at ./log/docker/node2_2026-01-21_04-24-42__ec76288a-0f6c-423f-bc4d-f657bd4a0f57__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 4343
|
||||
[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:4343/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:4343/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.229.254/tcp/4344/p2p/16Uiu2HAmRnWAr3ynMACLRcPSMN64PHBe755VBuVm8aEesNJBP98s","/ip4/172.18.229.254/tcp/4345/ws/p2p/16Uiu2HAmRnWAr3ynMACLRcPSMN64PHBe755VBuVm8aEesNJBP98s"],"enrUri":"enr:-L24QO_qLKqRLvEZN-mqx9avTUQJhSQXcRIHMMtw-z5z2Im2EfAzbuXK7cfX7gkgBHlCbGujljX8AhkrHtz-HRMoGhQCgmlkgnY0gmlwhKwS5f6KbXVsdGlhZGRyc5YACASsEuX-BhD4AAoErBLl_gYQ-d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwxS2lb2Wb8HuMLhBb4FxBgRqdDkh7whAG7lRbCz5n9iDdGNwghD4g3VkcIIQ-oV3YWt1MgE"}'
|
||||
[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:4343/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.67.204/tcp/11312/p2p/16Uiu2HAmGLhaSxfdsiVQSmRpC3TSLs7DaouaMd4hq7N6Gm5U1huM"]'
|
||||
[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:11311/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:4343/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:11311/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:11311/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":1768969484687025152,"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:4343/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":1768969484687025152,"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:11311/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto"}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:11311/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":1768969484804625664,"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:4343/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":1768969484804625664,"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 a295bff7565c
|
||||
[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 25a0b7ec97c4
|
||||
[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/1043/data/attachments/13c78c9f0ad0163.txt
Normal file
862
nim/1043/data/attachments/13c78c9f0ad0163.txt
Normal file
@ -0,0 +1,862 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_light_push_after_node_pauses_and_pauses with id: 2026-01-21_04-29-09__5a618c9c-12d0-40b7-bfed-bc4190c0b2ae
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-21_04-29-09__5a618c9c-12d0-40b7-bfed-bc4190c0b2ae__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.153.151
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17696', '17697', '17698', '17699', '17700']
|
||||
[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 17696:17696 -p 17697:17697 -p 17698:17698 -p 17699:17699 -p 17700:17700 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17698 --rest-port=17696 --tcp-port=17697 --discv5-udp-port=17699 --rest-address=0.0.0.0 --nat=extip:172.18.153.151 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e4bc69351e74decd01fcf6af3ee6b2c6983d7cb9c9b564efdac6ab6b6ddbafb9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17700 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.153.151 waku 4e4080a40cf549ea3bdd5326b47103090340d983063d69eb72a96f8511806ccd
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4e4080a40cf5. Setting up logs at ./log/docker/receiving_node1_2026-01-21_04-29-09__5a618c9c-12d0-40b7-bfed-bc4190c0b2ae__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17696
|
||||
[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:17696/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:17696/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.153.151/tcp/17697/p2p/16Uiu2HAm3LjLmMYBE7Y1uTzrihBs6MsuZgAd3UbvJh87agjf24PG","/ip4/172.18.153.151/tcp/17698/ws/p2p/16Uiu2HAm3LjLmMYBE7Y1uTzrihBs6MsuZgAd3UbvJh87agjf24PG"],"enrUri":"enr:-L24QIxvGEfocHo2B1atBkJa6fnRo8_UT0sCXib3x4pqpTYFBKl4k921rzsSFzURBYfBJQIRU82tmELMNZmfuXf_0iACgmlkgnY0gmlwhKwSmZeKbXVsdGlhZGRyc5YACASsEpmXBkUhAAoErBKZlwZFIt0DgnJzhQADAQAAiXNlY3AyNTZrMaECdZlkb1FgDVQRstNIGf9wlDXWkGeaf01MqeRAZ2s5JX-DdGNwgkUhg3VkcIJFI4V3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-21_04-29-09__5a618c9c-12d0-40b7-bfed-bc4190c0b2ae__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.239.35
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['52751', '52752', '52753', '52754', '52755']
|
||||
[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 52751:52751 -p 52752:52752 -p 52753:52753 -p 52754:52754 -p 52755:52755 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=52753 --rest-port=52751 --tcp-port=52752 --discv5-udp-port=52754 --rest-address=0.0.0.0 --nat=extip:172.18.239.35 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f27827fce0b63d2aede1d7cef33fdfa805a8f2d2d4cf88ffec2d4bacff31e5ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=52755 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.239.35 waku b1b684cb2a18989b24109c86a0346ac16c7cb9610a5c0662918c8f128d5a95d9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b1b684cb2a18. Setting up logs at ./log/docker/receiving_node2_2026-01-21_04-29-09__5a618c9c-12d0-40b7-bfed-bc4190c0b2ae__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 52751
|
||||
[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:52751/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:52751/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.239.35/tcp/52752/p2p/16Uiu2HAmMFpmJh1TDT6x8qizYNraxkFZcpumDopP287xV8kEajw1","/ip4/172.18.239.35/tcp/52753/ws/p2p/16Uiu2HAmMFpmJh1TDT6x8qizYNraxkFZcpumDopP287xV8kEajw1"],"enrUri":"enr:-L24QGYe7tt1GxSLceYIO634w4wrZiZxO58oVnmEYO0rXpkQPYFlOmHW5e2yYYR3QvTrThD2k-hjGnKDBaQGTa14j9wCgmlkgnY0gmlwhKwS7yOKbXVsdGlhZGRyc5YACASsEu8jBs4QAAoErBLvIwbOEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDf8n8IR_ROFhzmJ_k5O8s-_ydgmMOyxRfVlg76O6qR7yDdGNwgs4Qg3VkcILOEoV3YWt1MgE"}'
|
||||
[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:52751/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.153.151/tcp/17697/p2p/16Uiu2HAm3LjLmMYBE7Y1uTzrihBs6MsuZgAd3UbvJh87agjf24PG"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-21_04-29-09__5a618c9c-12d0-40b7-bfed-bc4190c0b2ae__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.38.199
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40657', '40658', '40659', '40660', '40661']
|
||||
[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 40657:40657 -p 40658:40658 -p 40659:40659 -p 40660:40660 -p 40661:40661 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40659 --rest-port=40657 --tcp-port=40658 --discv5-udp-port=40660 --rest-address=0.0.0.0 --nat=extip:172.18.38.199 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=097dc91abe5bd569c3db21eebfb64ccab1acdedceabfbe1fc7c66aa8eac76cbe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40661 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIxvGEfocHo2B1atBkJa6fnRo8_UT0sCXib3x4pqpTYFBKl4k921rzsSFzURBYfBJQIRU82tmELMNZmfuXf_0iACgmlkgnY0gmlwhKwSmZeKbXVsdGlhZGRyc5YACASsEpmXBkUhAAoErBKZlwZFIt0DgnJzhQADAQAAiXNlY3AyNTZrMaECdZlkb1FgDVQRstNIGf9wlDXWkGeaf01MqeRAZ2s5JX-DdGNwgkUhg3VkcIJFI4V3YWt1Mgk --lightpushnode=/ip4/172.18.153.151/tcp/17697/p2p/16Uiu2HAm3LjLmMYBE7Y1uTzrihBs6MsuZgAd3UbvJh87agjf24PG --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.38.199 waku 849a62ef6570034e4b8c115e657dbd6794fac519f9b0c9ea29afc82cf195227b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 849a62ef6570. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-29-09__5a618c9c-12d0-40b7-bfed-bc4190c0b2ae__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40657
|
||||
[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:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 849a62ef6570. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40657/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=40657): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f307c95e6c0>: 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.215.138
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['27265', '27266', '27267', '27268', '27269']
|
||||
[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 27265:27265 -p 27266:27266 -p 27267:27267 -p 27268:27268 -p 27269:27269 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27267 --rest-port=27265 --tcp-port=27266 --discv5-udp-port=27268 --rest-address=0.0.0.0 --nat=extip:172.18.215.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9cb85059fb9485e83f74c6cdffff4e1a5d3fc8e27ca1caacf3f41a377fc1e3a3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27269 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIxvGEfocHo2B1atBkJa6fnRo8_UT0sCXib3x4pqpTYFBKl4k921rzsSFzURBYfBJQIRU82tmELMNZmfuXf_0iACgmlkgnY0gmlwhKwSmZeKbXVsdGlhZGRyc5YACASsEpmXBkUhAAoErBKZlwZFIt0DgnJzhQADAQAAiXNlY3AyNTZrMaECdZlkb1FgDVQRstNIGf9wlDXWkGeaf01MqeRAZ2s5JX-DdGNwgkUhg3VkcIJFI4V3YWt1Mgk --lightpushnode=/ip4/172.18.153.151/tcp/17697/p2p/16Uiu2HAm3LjLmMYBE7Y1uTzrihBs6MsuZgAd3UbvJh87agjf24PG --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.215.138 waku 86ed0918cc75293b7b6ebbe12d877eb14661f1b7fe81aad3745f1bec54b9aa53
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 86ed0918cc75. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-29-09__5a618c9c-12d0-40b7-bfed-bc4190c0b2ae__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 27265
|
||||
[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:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 86ed0918cc75. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27265/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=27265): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f307ca629c0>: 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.222.136
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17393', '17394', '17395', '17396', '17397']
|
||||
[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 17393:17393 -p 17394:17394 -p 17395:17395 -p 17396:17396 -p 17397:17397 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17395 --rest-port=17393 --tcp-port=17394 --discv5-udp-port=17396 --rest-address=0.0.0.0 --nat=extip:172.18.222.136 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2820eeb633d6daaee2efe224ded7b327cae5b755934e9f6bef69e5be5447f98a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17397 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIxvGEfocHo2B1atBkJa6fnRo8_UT0sCXib3x4pqpTYFBKl4k921rzsSFzURBYfBJQIRU82tmELMNZmfuXf_0iACgmlkgnY0gmlwhKwSmZeKbXVsdGlhZGRyc5YACASsEpmXBkUhAAoErBKZlwZFIt0DgnJzhQADAQAAiXNlY3AyNTZrMaECdZlkb1FgDVQRstNIGf9wlDXWkGeaf01MqeRAZ2s5JX-DdGNwgkUhg3VkcIJFI4V3YWt1Mgk --lightpushnode=/ip4/172.18.153.151/tcp/17697/p2p/16Uiu2HAm3LjLmMYBE7Y1uTzrihBs6MsuZgAd3UbvJh87agjf24PG --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.222.136 waku cd50bde6fe2a0c050347508691cd7411db49199640d4d55b51c1ed4b665d4905
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cd50bde6fe2a. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-29-09__5a618c9c-12d0-40b7-bfed-bc4190c0b2ae__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17393
|
||||
[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:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cd50bde6fe2a. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17393/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=17393): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f307cd3b620>: 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 4e4080a40cf5
|
||||
[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 b1b684cb2a18
|
||||
[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 cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4e4080a40cf5. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b1b684cb2a18. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[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/cd50bde6fe2a0c050347508691cd7411db49199640d4d55b51c1ed4b665d4905/stop: Not Found ("No such container: cd50bde6fe2a0c050347508691cd7411db49199640d4d55b51c1ed4b665d4905")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[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/cd50bde6fe2a0c050347508691cd7411db49199640d4d55b51c1ed4b665d4905/stop: Not Found ("No such container: cd50bde6fe2a0c050347508691cd7411db49199640d4d55b51c1ed4b665d4905")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id cd50bde6fe2a
|
||||
[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/cd50bde6fe2a0c050347508691cd7411db49199640d4d55b51c1ed4b665d4905/stop: Not Found ("No such container: cd50bde6fe2a0c050347508691cd7411db49199640d4d55b51c1ed4b665d4905")
|
||||
[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.
|
||||
86
nim/1043/data/attachments/13f9468adfdef55.txt
Normal file
86
nim/1043/data/attachments/13f9468adfdef55.txt
Normal file
@ -0,0 +1,86 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publish_with_missing_payload with id: 2026-01-21_04-28-22__7064d168-5b37-47fd-8911-88e0e188bb68
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-28-22__7064d168-5b37-47fd-8911-88e0e188bb68__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.129.47
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58752', '58753', '58754', '58755', '58756']
|
||||
[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 58752:58752 -p 58753:58753 -p 58754:58754 -p 58755:58755 -p 58756:58756 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58754 --rest-port=58752 --tcp-port=58753 --discv5-udp-port=58755 --rest-address=0.0.0.0 --nat=extip:172.18.129.47 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=05dff202bd2d5d6ec751aeaa411b72c268c6abc4be51b4feea3d996ffe27f89e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58756 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.129.47 waku 39928dd87b4f2356e039c645c9a944b1ddf8342d55b925b42cf5e76c6361ef2d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 39928dd87b4f. Setting up logs at ./log/docker/node1_2026-01-21_04-28-22__7064d168-5b37-47fd-8911-88e0e188bb68__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 58752
|
||||
[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 45df7c864576. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a19b1ea39a38. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:58752/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:58752/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.129.47/tcp/58753/p2p/16Uiu2HAmNwmWR6wUxkdZ34kWerJHqVZ57Y61JMcL4yiAVPo1Gj3u","/ip4/172.18.129.47/tcp/58754/ws/p2p/16Uiu2HAmNwmWR6wUxkdZ34kWerJHqVZ57Y61JMcL4yiAVPo1Gj3u"],"enrUri":"enr:-L24QC9NAk7nJGACA1qs8NBjMBgDYTZJ8dg1vTOVnc6WNISdNYGgFlofzYBce2RYyVsRy232MYNx9Leslqy4xNsIYfgCgmlkgnY0gmlwhKwSgS-KbXVsdGlhZGRyc5YACASsEoEvBuWBAAoErBKBLwblgt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDmOE4x0wEJQkmGcHe_36zaY4907eMjjMa2Cjn-UmtfiiDdGNwguWBg3VkcILlg4V3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-28-22__7064d168-5b37-47fd-8911-88e0e188bb68__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.93.235
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['33665', '33666', '33667', '33668', '33669']
|
||||
[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 33665:33665 -p 33666:33666 -p 33667:33667 -p 33668:33668 -p 33669:33669 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=33667 --rest-port=33665 --tcp-port=33666 --discv5-udp-port=33668 --rest-address=0.0.0.0 --nat=extip:172.18.93.235 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d391179f73cacd66ab6cab3b5a179efd717d194d99cfd5355cdf0dfabe34ce7e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33669 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QC9NAk7nJGACA1qs8NBjMBgDYTZJ8dg1vTOVnc6WNISdNYGgFlofzYBce2RYyVsRy232MYNx9Leslqy4xNsIYfgCgmlkgnY0gmlwhKwSgS-KbXVsdGlhZGRyc5YACASsEoEvBuWBAAoErBKBLwblgt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDmOE4x0wEJQkmGcHe_36zaY4907eMjjMa2Cjn-UmtfiiDdGNwguWBg3VkcILlg4V3YWt1MgE
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.135.164
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41145', '41146', '41147', '41148', '41149']
|
||||
[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 41145:41145 -p 41146:41146 -p 41147:41147 -p 41148:41148 -p 41149:41149 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41147 --rest-port=41145 --tcp-port=41146 --discv5-udp-port=41148 --rest-address=0.0.0.0 --nat=extip:172.18.135.164 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e32afa6113c1fe5f1ce1e812079c83c95b1c717c01aaaa0041cdbbccfaa6affb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41149 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QC9NAk7nJGACA1qs8NBjMBgDYTZJ8dg1vTOVnc6WNISdNYGgFlofzYBce2RYyVsRy232MYNx9Leslqy4xNsIYfgCgmlkgnY0gmlwhKwSgS-KbXVsdGlhZGRyc5YACASsEoEvBuWBAAoErBKBLwblgt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDmOE4x0wEJQkmGcHe_36zaY4907eMjjMa2Cjn-UmtfiiDdGNwguWBg3VkcILlg4V3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.135.164 waku 20f5c9757656f862388b48344ddc513559700eb48efd0211a43cbae44abef97a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 20f5c9757656. Setting up logs at ./log/docker/node2_2026-01-21_04-28-22__7064d168-5b37-47fd-8911-88e0e188bb68__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41145
|
||||
[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:41145/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:41145/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.135.164/tcp/41146/p2p/16Uiu2HAkyqnnCZ61pizFbjMSAczANfVZJqBd4T1eXdhA8zHpFwBb","/ip4/172.18.135.164/tcp/41147/ws/p2p/16Uiu2HAkyqnnCZ61pizFbjMSAczANfVZJqBd4T1eXdhA8zHpFwBb"],"enrUri":"enr:-L24QLheCMsLlt964bStgDYWx50Q9_HDoBqnvf55RT1VBkFPTlBHq9xqAqc21ifwFEgCdLYDGEmP3KtcgCrMITXIKNwCgmlkgnY0gmlwhKwSh6SKbXVsdGlhZGRyc5YACASsEoekBqC6AAoErBKHpAagu90DgnJzhQADAQAAiXNlY3AyNTZrMaECQZxgQ8ijFTjOGAstvGANfZkOteg0W6WlGYpTl0NWjN6DdGNwgqC6g3VkcIKgvIV3YWt1MgE"}'
|
||||
[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:41145/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.129.47/tcp/58753/p2p/16Uiu2HAmNwmWR6wUxkdZ34kWerJHqVZ57Y61JMcL4yiAVPo1Gj3u"]'
|
||||
[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:58752/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:41145/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:58752/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:58752/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":1768969704987259392,"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:41145/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":1768969704987259392,"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:58752/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:58752/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 39928dd87b4f
|
||||
[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 20f5c9757656
|
||||
[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.
|
||||
112
nim/1043/data/attachments/140bb60446385ac1.txt
Normal file
112
nim/1043/data/attachments/140bb60446385ac1.txt
Normal file
@ -0,0 +1,112 @@
|
||||
2026-01-21 04:36:39.470 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:36:39.470 DEBUG [tests.conftest] Running test: test_unsubscribe_from_non_subscribed_content_topics with id: 2026-01-21_04-36-39__fffcb28f-8a7a-4931-bebc-9ad533a177b2
|
||||
2026-01-21 04:36:39.470 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:36:39.470 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:36:39.471 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-21 04:36:39.477 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:36:39.478 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-36-39__fffcb28f-8a7a-4931-bebc-9ad533a177b2__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:36:39.478 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:36:39.478 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:36:39.479 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:36:39.479 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.128.212
|
||||
2026-01-21 04:36:39.479 DEBUG [src.node.docker_mananger] Generated ports ['24888', '24889', '24890', '24891', '24892']
|
||||
2026-01-21 04:36:39.480 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:36:39.480 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:36:39.480 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:36:39.480 DEBUG [src.node.docker_mananger] docker run -i -t -p 24888:24888 -p 24889:24889 -p 24890:24890 -p 24891:24891 -p 24892:24892 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24890 --rest-port=24888 --tcp-port=24889 --discv5-udp-port=24891 --rest-address=0.0.0.0 --nat=extip:172.18.128.212 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=a16c6ce7cac7e0bddd605adb42306a9e18e362faffd36ea83c9bf369e96b3bee --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24892 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-01-21 04:36:39.629 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.128.212 waku bfc3c963b99f0cd0dce3626110ed973fc3a78f3475ee96e94b4a0468c6310fc0
|
||||
2026-01-21 04:36:39.653 DEBUG [src.node.docker_mananger] Container started with ID bfc3c963b99f. Setting up logs at ./log/docker/node1_2026-01-21_04-36-39__fffcb28f-8a7a-4931-bebc-9ad533a177b2__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:36:39.653 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 24888
|
||||
2026-01-21 04:36:39.654 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:36:39.806 ERROR [src.node.docker_mananger] Max retries reached for container 0ac0b338b8d1. Exiting log stream.
|
||||
2026-01-21 04:36:40.268 ERROR [src.node.docker_mananger] Max retries reached for container 9ecd4fa50664. Exiting log stream.
|
||||
2026-01-21 04:36:40.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24888/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:40.657 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:36:40.657 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:36:40.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24888/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:40.659 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.128.212/tcp/24889/p2p/16Uiu2HAkudsXjrumHov6WKhHe9j4scWADCnf4KM84NtLecFp5ZL3","/ip4/172.18.128.212/tcp/24890/ws/p2p/16Uiu2HAkudsXjrumHov6WKhHe9j4scWADCnf4KM84NtLecFp5ZL3"],"enrUri":"enr:-L24QOQ6ZUS3HgkxZW515gVh09c-0JbiWY52_stKFP-bNp_BABFKcv2q-WN__1tV77BLX-uw8UjpTcusbLkK2XEEGlgCgmlkgnY0gmlwhKwSgNSKbXVsdGlhZGRyc5YACASsEoDUBmE5AAoErBKA1AZhOt0DgnJzhQACAQAAiXNlY3AyNTZrMaECAyAHvadbc2AU5HHgvZeHb9BulqnlPf4mof-fHYK4QmCDdGNwgmE5g3VkcIJhO4V3YWt1MgU"}'
|
||||
2026-01-21 04:36:40.660 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:36:40.666 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:36:40.666 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-36-39__fffcb28f-8a7a-4931-bebc-9ad533a177b2__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:36:40.666 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:36:40.666 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:36:40.668 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:36:40.668 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.217.132
|
||||
2026-01-21 04:36:40.668 DEBUG [src.node.docker_mananger] Generated ports ['55107', '55108', '55109', '55110', '55111']
|
||||
2026-01-21 04:36:40.668 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:36:40.668 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:36:40.668 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:36:40.668 DEBUG [src.node.docker_mananger] docker run -i -t -p 55107:55107 -p 55108:55108 -p 55109:55109 -p 55110:55110 -p 55111:55111 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=55109 --rest-port=55107 --tcp-port=55108 --discv5-udp-port=55110 --rest-address=0.0.0.0 --nat=extip:172.18.217.132 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e3e528edaaaed78f5eab9b3aaae5b4e7caf7cb9bfaadd6cbad8bc81bdfaf52ac --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55111 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QOQ6ZUS3HgkxZW515gVh09c-0JbiWY52_stKFP-bNp_BABFKcv2q-WN__1tV77BLX-uw8UjpTcusbLkK2XEEGlgCgmlkgnY0gmlwhKwSgNSKbXVsdGlhZGRyc5YACASsEoDUBmE5AAoErBKA1AZhOt0DgnJzhQACAQAAiXNlY3AyNTZrMaECAyAHvadbc2AU5HHgvZeHb9BulqnlPf4mof-fHYK4QmCDdGNwgmE5g3VkcIJhO4V3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-01-21 04:36:40.824 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.217.132 waku 527db6f59c599f79729cab9344a6d40947223c7523a9d517d9214f8bb13f079c
|
||||
2026-01-21 04:36:40.848 DEBUG [src.node.docker_mananger] Container started with ID 527db6f59c59. Setting up logs at ./log/docker/node2_2026-01-21_04-36-39__fffcb28f-8a7a-4931-bebc-9ad533a177b2__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:36:40.849 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55107
|
||||
2026-01-21 04:36:40.849 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:36:41.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55107/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:41.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:36:41.863 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:36:41.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55107/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:41.870 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.132/tcp/55108/p2p/16Uiu2HAmTATXVMsKvUCzzUxrm53gbtRAQdk6TBt7cuQBvp8JhfHX","/ip4/172.18.217.132/tcp/55109/ws/p2p/16Uiu2HAmTATXVMsKvUCzzUxrm53gbtRAQdk6TBt7cuQBvp8JhfHX"],"enrUri":"enr:-L24QNYlp6GAsPMCq0ASWtfUaEyvnI8gTblmFycRqjdV_zHSMLg4PtUK7ssgWmPIbr4rFUJHnvQMpy62_Nl821oTmtECgmlkgnY0gmlwhKwS2YSKbXVsdGlhZGRyc5YACASsEtmEBtdEAAoErBLZhAbXRd0DgnJzhQACAQAAiXNlY3AyNTZrMaED15AwMtEpwjtB_Xavu1FHgjO1mtHb7kapYrmVAK_oHQaDdGNwgtdEg3VkcILXRoV3YWt1MgE"}'
|
||||
2026-01-21 04:36:41.870 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:36:41.870 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:55107/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.128.212/tcp/24889/p2p/16Uiu2HAkudsXjrumHov6WKhHe9j4scWADCnf4KM84NtLecFp5ZL3"]'
|
||||
2026-01-21 04:36:41.872 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:41.873 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:24888/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2026-01-21 04:36:41.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:41.879 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:55107/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/myapp/1/latest/proto", "/waku/2/content/test.js", "/app/22/sometopic/someencoding", "/toychat/2/huilong/proto", "/statusim/1/community/cbor", "/app/27/sometopic/someencoding", "/app/29/sometopic/someencoding", "/app/20/sometopic/someencoding"]'
|
||||
2026-01-21 04:36:41.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:41.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24888/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:41.885 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:41.885 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:36:41.986 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:36:41.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24888/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:41.989 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:24888/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto. Response content: b'/myapp/1/latest/proto'
|
||||
2026-01-21 04:36:41.990 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24888/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:41.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:41.993 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:36:42.093 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:36:42.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24888/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:42.097 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:24888/relay/v1/auto/messages/%2Fwaku%2F2%2Fcontent%2Ftest.js. Response content: b'/waku/2/content/test.js'
|
||||
2026-01-21 04:36:42.098 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24888/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:42.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:42.101 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:36:42.201 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:36:42.202 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24888/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:42.204 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:24888/relay/v1/auto/messages/%2Fapp%2F22%2Fsometopic%2Fsomeencoding. Response content: b'/app/22/sometopic/someencoding'
|
||||
2026-01-21 04:36:42.206 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24888/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:42.208 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:42.209 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:36:42.309 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:36:42.309 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24888/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:42.312 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:24888/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto. Response content: b'/toychat/2/huilong/proto'
|
||||
2026-01-21 04:36:42.314 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24888/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:42.316 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:42.316 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:36:42.417 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:36:42.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24888/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:42.420 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:24888/relay/v1/auto/messages/%2Fstatusim%2F1%2Fcommunity%2Fcbor. Response content: b'/statusim/1/community/cbor'
|
||||
2026-01-21 04:36:42.421 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24888/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:42.424 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:42.424 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:36:42.524 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:36:42.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24888/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:42.527 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:24888/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding. Response content: b'/app/27/sometopic/someencoding'
|
||||
2026-01-21 04:36:42.528 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24888/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:42.531 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:42.531 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:36:42.632 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:36:42.632 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24888/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:42.635 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:24888/relay/v1/auto/messages/%2Fapp%2F29%2Fsometopic%2Fsomeencoding. Response content: b'/app/29/sometopic/someencoding'
|
||||
2026-01-21 04:36:42.636 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:24888/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:42.639 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:42.639 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:36:42.740 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:36:42.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:24888/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:42.743 ERROR [src.node.api_clients.base_client] HTTP error occurred: 404 Client Error: Not Found for url: http://127.0.0.1:24888/relay/v1/auto/messages/%2Fapp%2F20%2Fsometopic%2Fsomeencoding. Response content: b'/app/20/sometopic/someencoding'
|
||||
2026-01-21 04:36:42.745 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:36:42.746 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:36:42.746 DEBUG [src.node.waku_node] Stopping container with id bfc3c963b99f
|
||||
2026-01-21 04:36:43.217 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:36:43.217 DEBUG [src.node.waku_node] Stopping container with id 527db6f59c59
|
||||
2026-01-21 04:36:43.715 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:36:43.716 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:36:43.722 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:36:43.728 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
95
nim/1043/data/attachments/148af64962fd3a19.txt
Normal file
95
nim/1043/data/attachments/148af64962fd3a19.txt
Normal file
@ -0,0 +1,95 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_time_filter_negative_end_time with id: 2026-01-21_04-34-00__75f7c401-979f-4d08-bc09-c4ce6b4195c0
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-34-00__75f7c401-979f-4d08-bc09-c4ce6b4195c0__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.34
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['33113', '33114', '33115', '33116', '33117']
|
||||
[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 33113:33113 -p 33114:33114 -p 33115:33115 -p 33116:33116 -p 33117:33117 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=33115 --rest-port=33113 --tcp-port=33114 --discv5-udp-port=33116 --rest-address=0.0.0.0 --nat=extip:172.18.142.34 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=72ada2d3cf82a6ae56f43e087af30daec55a9a71ed0ac5fa99f4fdc57bd94dd0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33117 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.142.34 waku c741645b32410afbc1af6ea4a9a79b4c4da1f960e206a33d55fc845949b23d18
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c741645b3241. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-34-00__75f7c401-979f-4d08-bc09-c4ce6b4195c0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 33113
|
||||
[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 c2f4af7a8118. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container dd6a05600cc0. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33113/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:33113/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.34/tcp/33114/p2p/16Uiu2HAmLmtBW1MZFZztZCMArMsvJaGJNyuJLagUJR4cxDgNEgFj","/ip4/172.18.142.34/tcp/33115/ws/p2p/16Uiu2HAmLmtBW1MZFZztZCMArMsvJaGJNyuJLagUJR4cxDgNEgFj"],"enrUri":"enr:-L24QCeWOXG4QJu30xYLGufzLtwFpZFYCx5qk3ETDgOJ8oneaL0yS4zL20AxR2sNe5AZPRR_7J49r35PpzUDA1Ym3yUCgmlkgnY0gmlwhKwSjiKKbXVsdGlhZGRyc5YACASsEo4iBoFaAAoErBKOIgaBW90DgnJzhQADAQAAiXNlY3AyNTZrMaEDeKGWBUjFL2lmYVSYQTJqQj29_qCHBToIK6-VwaA5ywqDdGNwgoFag3VkcIKBXIV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-34-00__75f7c401-979f-4d08-bc09-c4ce6b4195c0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.207.233
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28988', '28989', '28990', '28991', '28992']
|
||||
[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 28988:28988 -p 28989:28989 -p 28990:28990 -p 28991:28991 -p 28992:28992 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28990 --rest-port=28988 --tcp-port=28989 --discv5-udp-port=28991 --rest-address=0.0.0.0 --nat=extip:172.18.207.233 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6d81edfc3f4d3cbdfec9a2b40ded0b9cafa5d27a8b4318a5f40dbd7d76cecbd0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28992 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCeWOXG4QJu30xYLGufzLtwFpZFYCx5qk3ETDgOJ8oneaL0yS4zL20AxR2sNe5AZPRR_7J49r35PpzUDA1Ym3yUCgmlkgnY0gmlwhKwSjiKKbXVsdGlhZGRyc5YACASsEo4iBoFaAAoErBKOIgaBW90DgnJzhQADAQAAiXNlY3AyNTZrMaEDeKGWBUjFL2lmYVSYQTJqQj29_qCHBToIK6-VwaA5ywqDdGNwgoFag3VkcIKBXIV3YWt1MgM --storenode=/ip4/172.18.142.34/tcp/33114/p2p/16Uiu2HAmLmtBW1MZFZztZCMArMsvJaGJNyuJLagUJR4cxDgNEgFj --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.207.233 waku f6537898175de636dd617c28b71467ae504620b582cb5c5f8a376a6a35f48b5e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f6537898175d. Setting up logs at ./log/docker/store_node1_2026-01-21_04-34-00__75f7c401-979f-4d08-bc09-c4ce6b4195c0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28988
|
||||
[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:28988/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:28988/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.207.233/tcp/28989/p2p/16Uiu2HAmBcSEtLRg8CpyLuZp26JaiiTnXxekC5hod4zVzNqMoFke","/ip4/172.18.207.233/tcp/28990/ws/p2p/16Uiu2HAmBcSEtLRg8CpyLuZp26JaiiTnXxekC5hod4zVzNqMoFke"],"enrUri":"enr:-L24QNutyI4n9AvvPpGesw4PEr2NQjJ1jpl_H6mM3kLddpb0L5i0aeNLALQxqLrrFSRh-IffQh_eQa8a5jyMK8ka7J4CgmlkgnY0gmlwhKwSz-mKbXVsdGlhZGRyc5YACASsEs_pBnE9AAoErBLP6QZxPt0DgnJzhQADAQAAiXNlY3AyNTZrMaEC8HzYFqI8BzG8fVrq-bESwbdPihEFIG9E8lQSUc31FAuDdGNwgnE9g3VkcIJxP4V3YWt1MgM"}'
|
||||
[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:28988/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.142.34/tcp/33114/p2p/16Uiu2HAmLmtBW1MZFZztZCMArMsvJaGJNyuJLagUJR4cxDgNEgFj"]'
|
||||
[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:33113/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:28988/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:33113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:33113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:33113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:33113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:33113/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:33113/relay/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 tests.store.test_time_filter:test_time_filter.py:225 inquering stored messages with end time -10000
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33113/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=-10000&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xcdbf7aad02a8b14ca0207d3f78df39f0fc474a542c518435ab36b3d06b774d69","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970039819312128,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x051b23767198baf6cb8248340de83768f61997699f43bb05d107ac1c66db3a31","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970041819319040,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x7a06d7eb483d596fa6f978f87ce89e4c3ba04919a51c11857fcfe6b95bcd4c6a","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970042719321088,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x95b7c68f5e021c3cf6d59b53f3a66b66ca712972bb39f3ef8658dc6f211d9bbd","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970042919322880,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x6627a8110d0fc435ade1299443cfa14894e13039c8702c41859fa9eb9dda4336","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970044819323904,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x7d05bd15a87798d5456cf1425bccbe7a35b3c84baf9a1f6ed3d7d0705eeebe79","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970052819325952,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:228 number of messages stored for end time = -10000 is 6
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28988/store/v3/messages?includeData=True&pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&endTime=-10000&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0xcdbf7aad02a8b14ca0207d3f78df39f0fc474a542c518435ab36b3d06b774d69","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970039819312128,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x051b23767198baf6cb8248340de83768f61997699f43bb05d107ac1c66db3a31","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970041819319040,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x7a06d7eb483d596fa6f978f87ce89e4c3ba04919a51c11857fcfe6b95bcd4c6a","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970042719321088,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x95b7c68f5e021c3cf6d59b53f3a66b66ca712972bb39f3ef8658dc6f211d9bbd","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970042919322880,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x6627a8110d0fc435ade1299443cfa14894e13039c8702c41859fa9eb9dda4336","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970044819323904,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x7d05bd15a87798d5456cf1425bccbe7a35b3c84baf9a1f6ed3d7d0705eeebe79","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970052819325952,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
[35mDEBUG [0m tests.store.test_time_filter:test_time_filter.py:228 number of messages stored for end time = -10000 is 6
|
||||
[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 c741645b3241
|
||||
[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 f6537898175d
|
||||
[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.
|
||||
861
nim/1043/data/attachments/151036ed4d0808ec.txt
Normal file
861
nim/1043/data/attachments/151036ed4d0808ec.txt
Normal file
@ -0,0 +1,861 @@
|
||||
[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_extra_field with id: 2026-01-21_04-27-52__06d9ac0f-e3cc-4828-97ed-0abc95ffb93a
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-21_04-27-52__06d9ac0f-e3cc-4828-97ed-0abc95ffb93a__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.18
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13961', '13962', '13963', '13964', '13965']
|
||||
[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 13961:13961 -p 13962:13962 -p 13963:13963 -p 13964:13964 -p 13965:13965 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13963 --rest-port=13961 --tcp-port=13962 --discv5-udp-port=13964 --rest-address=0.0.0.0 --nat=extip:172.18.216.18 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a5bea4b0401f25b97a613bd98e5c3c7e2d1d23dd1ae536c6f7a7db2c5fe89be0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13965 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.216.18 waku 08e9fbd29a380c7f4e77541f0c5e0baf92e4155e0bd3a50fb715c1e494e89974
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 08e9fbd29a38. Setting up logs at ./log/docker/receiving_node1_2026-01-21_04-27-52__06d9ac0f-e3cc-4828-97ed-0abc95ffb93a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13961
|
||||
[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:13961/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:13961/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.18/tcp/13962/p2p/16Uiu2HAmCEMg6oHK7ec58rUv1FXGeft7Rz5aP1LqXZaSY7Q2cBP6","/ip4/172.18.216.18/tcp/13963/ws/p2p/16Uiu2HAmCEMg6oHK7ec58rUv1FXGeft7Rz5aP1LqXZaSY7Q2cBP6"],"enrUri":"enr:-L24QCbN8l97lkM5UsPIxhMpvYFx_SGJfYeY-JG7Zs7hqzvzW4cNktMoaRXm51kHTybxQsoFf5tWON1bO7FucxBIqzMCgmlkgnY0gmlwhKwS2BKKbXVsdGlhZGRyc5YACASsEtgSBjaKAAoErBLYEgY2i90DgnJzhQADAQAAiXNlY3AyNTZrMaEC-bCXXSphnT-PBi_OMJ6NhlRAscG0QNkwG6BAgkdnSFGDdGNwgjaKg3VkcII2jIV3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-21_04-27-52__06d9ac0f-e3cc-4828-97ed-0abc95ffb93a__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.225.180
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['32649', '32650', '32651', '32652', '32653']
|
||||
[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 32649:32649 -p 32650:32650 -p 32651:32651 -p 32652:32652 -p 32653:32653 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32651 --rest-port=32649 --tcp-port=32650 --discv5-udp-port=32652 --rest-address=0.0.0.0 --nat=extip:172.18.225.180 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=25fcd31a2dabad0decc31dbb5d74bbaee1fc3a1a1eb048bdb155a3aeb7dccbdf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32653 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.225.180 waku 765232a816951ec9cda1a403a48a25af65386d3489b4a7b1f1c9da2386d883fb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 765232a81695. Setting up logs at ./log/docker/receiving_node2_2026-01-21_04-27-52__06d9ac0f-e3cc-4828-97ed-0abc95ffb93a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 32649
|
||||
[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:32649/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:32649/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.225.180/tcp/32650/p2p/16Uiu2HAmCcRm8AUj9ueXWRYa9nukEMjJSpMw9jr8zsqCvRGHE1q6","/ip4/172.18.225.180/tcp/32651/ws/p2p/16Uiu2HAmCcRm8AUj9ueXWRYa9nukEMjJSpMw9jr8zsqCvRGHE1q6"],"enrUri":"enr:-L24QCtyb2XQ7Z4xh69VraDeXzwkHab3HyFby6FhcKF_GPV_acYRaEyo-4295531u_5K13O1XipABvO4K4DjFJoQW7cCgmlkgnY0gmlwhKwS4bSKbXVsdGlhZGRyc5YACASsEuG0Bn-KAAoErBLhtAZ_i90DgnJzhQADAQAAiXNlY3AyNTZrMaEC_1f9ZF95AuBd8KzXGL6utJJOQfLOuwvHZKgveAbP4c2DdGNwgn-Kg3VkcIJ_jIV3YWt1MgE"}'
|
||||
[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:32649/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.216.18/tcp/13962/p2p/16Uiu2HAmCEMg6oHK7ec58rUv1FXGeft7Rz5aP1LqXZaSY7Q2cBP6"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-21_04-27-52__06d9ac0f-e3cc-4828-97ed-0abc95ffb93a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.197.141
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['55602', '55603', '55604', '55605', '55606']
|
||||
[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 55602:55602 -p 55603:55603 -p 55604:55604 -p 55605:55605 -p 55606:55606 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=55604 --rest-port=55602 --tcp-port=55603 --discv5-udp-port=55605 --rest-address=0.0.0.0 --nat=extip:172.18.197.141 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=af386ab71fb30bf4b2eef6be8dc4cddfdcaf04ebeb11e8c60c8c95cceaa5ce2a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55606 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCbN8l97lkM5UsPIxhMpvYFx_SGJfYeY-JG7Zs7hqzvzW4cNktMoaRXm51kHTybxQsoFf5tWON1bO7FucxBIqzMCgmlkgnY0gmlwhKwS2BKKbXVsdGlhZGRyc5YACASsEtgSBjaKAAoErBLYEgY2i90DgnJzhQADAQAAiXNlY3AyNTZrMaEC-bCXXSphnT-PBi_OMJ6NhlRAscG0QNkwG6BAgkdnSFGDdGNwgjaKg3VkcII2jIV3YWt1Mgk --lightpushnode=/ip4/172.18.216.18/tcp/13962/p2p/16Uiu2HAmCEMg6oHK7ec58rUv1FXGeft7Rz5aP1LqXZaSY7Q2cBP6 --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.197.141 waku 58a116630f9e00e5fa516005d5904452f1f2797502f03ff995622d4577c76a81
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 58a116630f9e. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-27-52__06d9ac0f-e3cc-4828-97ed-0abc95ffb93a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 55602
|
||||
[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:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 58a116630f9e. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:55602/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=55602): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8a8b2e0ef0>: 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.168.32
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['12907', '12908', '12909', '12910', '12911']
|
||||
[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 12907:12907 -p 12908:12908 -p 12909:12909 -p 12910:12910 -p 12911:12911 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=12909 --rest-port=12907 --tcp-port=12908 --discv5-udp-port=12910 --rest-address=0.0.0.0 --nat=extip:172.18.168.32 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5aca74e29c56baafafe3f3d521cc02f2e2cf76bd3f2bd4857d4bc2aece05d441 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=12911 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCbN8l97lkM5UsPIxhMpvYFx_SGJfYeY-JG7Zs7hqzvzW4cNktMoaRXm51kHTybxQsoFf5tWON1bO7FucxBIqzMCgmlkgnY0gmlwhKwS2BKKbXVsdGlhZGRyc5YACASsEtgSBjaKAAoErBLYEgY2i90DgnJzhQADAQAAiXNlY3AyNTZrMaEC-bCXXSphnT-PBi_OMJ6NhlRAscG0QNkwG6BAgkdnSFGDdGNwgjaKg3VkcII2jIV3YWt1Mgk --lightpushnode=/ip4/172.18.216.18/tcp/13962/p2p/16Uiu2HAmCEMg6oHK7ec58rUv1FXGeft7Rz5aP1LqXZaSY7Q2cBP6 --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.168.32 waku cdb40eccb53f77fc28cac89397429ff1b17329dc30eb1fde392431806ff7b669
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cdb40eccb53f. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-27-52__06d9ac0f-e3cc-4828-97ed-0abc95ffb93a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 12907
|
||||
[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:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cdb40eccb53f. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:12907/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=12907): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8a8af85cd0>: 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.205.4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10890', '10891', '10892', '10893', '10894']
|
||||
[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 10890:10890 -p 10891:10891 -p 10892:10892 -p 10893:10893 -p 10894:10894 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10892 --rest-port=10890 --tcp-port=10891 --discv5-udp-port=10893 --rest-address=0.0.0.0 --nat=extip:172.18.205.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aa77ce253b37836c6fae0afc664a6dc6ddeab8f5fa9e210fb547a00c7cab328d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10894 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QCbN8l97lkM5UsPIxhMpvYFx_SGJfYeY-JG7Zs7hqzvzW4cNktMoaRXm51kHTybxQsoFf5tWON1bO7FucxBIqzMCgmlkgnY0gmlwhKwS2BKKbXVsdGlhZGRyc5YACASsEtgSBjaKAAoErBLYEgY2i90DgnJzhQADAQAAiXNlY3AyNTZrMaEC-bCXXSphnT-PBi_OMJ6NhlRAscG0QNkwG6BAgkdnSFGDdGNwgjaKg3VkcII2jIV3YWt1Mgk --lightpushnode=/ip4/172.18.216.18/tcp/13962/p2p/16Uiu2HAmCEMg6oHK7ec58rUv1FXGeft7Rz5aP1LqXZaSY7Q2cBP6 --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.205.4 waku 89358438d15b152014b69a2f0f264ea07d8499507c4d64be5305a5ec7c24bbae
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 89358438d15b. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-27-52__06d9ac0f-e3cc-4828-97ed-0abc95ffb93a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10890
|
||||
[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:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 89358438d15b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10890/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=10890): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8a8ae5aa80>: 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 08e9fbd29a38
|
||||
[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 765232a81695
|
||||
[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 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 08e9fbd29a38. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 765232a81695. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/89358438d15b152014b69a2f0f264ea07d8499507c4d64be5305a5ec7c24bbae/stop: Not Found ("No such container: 89358438d15b152014b69a2f0f264ea07d8499507c4d64be5305a5ec7c24bbae")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/89358438d15b152014b69a2f0f264ea07d8499507c4d64be5305a5ec7c24bbae/stop: Not Found ("No such container: 89358438d15b152014b69a2f0f264ea07d8499507c4d64be5305a5ec7c24bbae")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 89358438d15b
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/89358438d15b152014b69a2f0f264ea07d8499507c4d64be5305a5ec7c24bbae/stop: Not Found ("No such container: 89358438d15b152014b69a2f0f264ea07d8499507c4d64be5305a5ec7c24bbae")
|
||||
[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.
|
||||
84
nim/1043/data/attachments/153501892a0873c7.txt
Normal file
84
nim/1043/data/attachments/153501892a0873c7.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: 2026-01-21_04-36-17__eb24f231-a465-413e-bd2c-8c3c8030eedf
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-36-17__eb24f231-a465-413e-bd2c-8c3c8030eedf__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.63.230
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['43977', '43978', '43979', '43980', '43981']
|
||||
[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 43977:43977 -p 43978:43978 -p 43979:43979 -p 43980:43980 -p 43981:43981 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43979 --rest-port=43977 --tcp-port=43978 --discv5-udp-port=43980 --rest-address=0.0.0.0 --nat=extip:172.18.63.230 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ed57c9dd4ebfcec9a2fb0fb1bbb8db70e33cbe0a9f3aa86fadfbf7978c1fa9ec --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43981 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.63.230 waku 992f0a2248b342d8f4389624f4bbef9f8d9a77408c30993b66610e0371eaf7c4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 992f0a2248b3. Setting up logs at ./log/docker/node1_2026-01-21_04-36-17__eb24f231-a465-413e-bd2c-8c3c8030eedf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 43977
|
||||
[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 246c93b1fc2a. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2728b83cf211. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:43977/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:43977/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.63.230/tcp/43978/p2p/16Uiu2HAkudSVeFiqWn1UJKywBWVUwm4zNWhBcd7sb4qzkmeYTkNu","/ip4/172.18.63.230/tcp/43979/ws/p2p/16Uiu2HAkudSVeFiqWn1UJKywBWVUwm4zNWhBcd7sb4qzkmeYTkNu"],"enrUri":"enr:-L24QCd7CfDzdHK3a0GnuAI9mu8fBQfH3ae75jW35bO6Ve24dPeGzytV2nXExQj_O0E-rlk2ftT9NZPIjWJSCgfIDucCgmlkgnY0gmlwhKwSP-aKbXVsdGlhZGRyc5YACASsEj_mBqvKAAoErBI_5gary90DgnJzhQADAQAAiXNlY3AyNTZrMaECAwO4xiFBAszlljx1iY8NfquNXcjt0pAD3ZBQtKRS4qKDdGNwgqvKg3VkcIKrzIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-36-17__eb24f231-a465-413e-bd2c-8c3c8030eedf__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.2.77
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29020', '29021', '29022', '29023', '29024']
|
||||
[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 29020:29020 -p 29021:29021 -p 29022:29022 -p 29023:29023 -p 29024:29024 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29022 --rest-port=29020 --tcp-port=29021 --discv5-udp-port=29023 --rest-address=0.0.0.0 --nat=extip:172.18.2.77 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ae339ad5ce971aac1ad1be47dfa8f04bb315e9ffe86f8a9b70a2fc7df5ca9fbf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29024 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCd7CfDzdHK3a0GnuAI9mu8fBQfH3ae75jW35bO6Ve24dPeGzytV2nXExQj_O0E-rlk2ftT9NZPIjWJSCgfIDucCgmlkgnY0gmlwhKwSP-aKbXVsdGlhZGRyc5YACASsEj_mBqvKAAoErBI_5gary90DgnJzhQADAQAAiXNlY3AyNTZrMaECAwO4xiFBAszlljx1iY8NfquNXcjt0pAD3ZBQtKRS4qKDdGNwgqvKg3VkcIKrzIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.2.77 waku 4e584803b8f53a41902f09a51a9907f5bc09d9290b549fe3afcead3d968aefb3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4e584803b8f5. Setting up logs at ./log/docker/node2_2026-01-21_04-36-17__eb24f231-a465-413e-bd2c-8c3c8030eedf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29020
|
||||
[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:29020/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:29020/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.2.77/tcp/29021/p2p/16Uiu2HAmGmfvPCZxmpFKN21nXdEgYULKZew5WJjJAE94BLWhFpxB","/ip4/172.18.2.77/tcp/29022/ws/p2p/16Uiu2HAmGmfvPCZxmpFKN21nXdEgYULKZew5WJjJAE94BLWhFpxB"],"enrUri":"enr:-L24QPaRaHG1hRJr8WURvLdz2e4UfeK2fLsg38IMJnyoCTWxHZbySdN-YFnuMTQbMeO9Reid6bo7Y7LppGFR-0dPxCoCgmlkgnY0gmlwhKwSAk2KbXVsdGlhZGRyc5YACASsEgJNBnFdAAoErBICTQZxXt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDPST5o_j9gCWw3a0AdKbH_8E34o4Zaq8JafRCQX_uQKyDdGNwgnFdg3VkcIJxX4V3YWt1MgE"}'
|
||||
[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:29020/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.63.230/tcp/43978/p2p/16Uiu2HAkudSVeFiqWn1UJKywBWVUwm4zNWhBcd7sb4qzkmeYTkNu"]'
|
||||
[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:43977/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:29020/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:43977/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:43977/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":1768970180200818944,"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:29020/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":1768970180200818944,"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:43977/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:43977/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":1768970180315562327,"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:29020/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":1768970180315562327,"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 992f0a2248b3
|
||||
[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 4e584803b8f5
|
||||
[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.
|
||||
144
nim/1043/data/attachments/15d14709fb531298.txt
Normal file
144
nim/1043/data/attachments/15d14709fb531298.txt
Normal file
@ -0,0 +1,144 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_sync_nodes_have_store_true with id: 2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.23.183
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28095', '28096', '28097', '28098', '28099']
|
||||
[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 28095:28095 -p 28096:28096 -p 28097:28097 -p 28098:28098 -p 28099:28099 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28097 --rest-port=28095 --tcp-port=28096 --discv5-udp-port=28098 --rest-address=0.0.0.0 --nat=extip:172.18.23.183 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0000bdcde62f6d603e31b4d0dc8edfb05a05cada9e51dad3eedcf5b36cb4bd5c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28099 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.23.183 waku 518e218f187ab3b383e696ac11f1bdf01e66ac67b108ba3565806d7c6eea34ff
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9b0ac512d536. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 518e218f187a. Setting up logs at ./log/docker/node1_2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28095
|
||||
[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 9bf7a57c2a8c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28095/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:28095/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.23.183/tcp/28096/p2p/16Uiu2HAm5ModNfTd37F4khxPkNxghpWFK7qP3k5WoTNQDGppEyEB","/ip4/172.18.23.183/tcp/28097/ws/p2p/16Uiu2HAm5ModNfTd37F4khxPkNxghpWFK7qP3k5WoTNQDGppEyEB"],"enrUri":"enr:-L24QEicrFaRbM_eqdWptys9MJb1aaVU3emnglANcOrQkBh1ONc8GikFrePmPRDXvcJbjVtRJJZVY6xkau7rI1aOfPACgmlkgnY0gmlwhKwSF7eKbXVsdGlhZGRyc5YACASsEhe3Bm3AAAoErBIXtwZtwd0DgnJzhQADAQAAiXNlY3AyNTZrMaECk5cxjtqRSXl9ZnLfIGnMiIH0KX9DP8eHNtxzGRzV0fSDdGNwgm3Ag3VkcIJtwoV3YWt1MgM"}'
|
||||
[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.246.32
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50844', '50845', '50846', '50847', '50848']
|
||||
[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 50844:50844 -p 50845:50845 -p 50846:50846 -p 50847:50847 -p 50848:50848 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50846 --rest-port=50844 --tcp-port=50845 --discv5-udp-port=50847 --rest-address=0.0.0.0 --nat=extip:172.18.246.32 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=431c17d6d8e1b081ceaad5f11dae745e331dddcbde674b01a9c417fccf310f42 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50848 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEicrFaRbM_eqdWptys9MJb1aaVU3emnglANcOrQkBh1ONc8GikFrePmPRDXvcJbjVtRJJZVY6xkau7rI1aOfPACgmlkgnY0gmlwhKwSF7eKbXVsdGlhZGRyc5YACASsEhe3Bm3AAAoErBIXtwZtwd0DgnJzhQADAQAAiXNlY3AyNTZrMaECk5cxjtqRSXl9ZnLfIGnMiIH0KX9DP8eHNtxzGRzV0fSDdGNwgm3Ag3VkcIJtwoV3YWt1MgM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.246.32 waku 11966b4253492ac665a943b8919175f38187051251713d0763daae089bff775e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 11966b425349. Setting up logs at ./log/docker/node2_2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50844
|
||||
[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:50844/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:50844/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.246.32/tcp/50845/p2p/16Uiu2HAmNqqABSssPRu28b5ReevK4TVHRndKCqAYAJtKBPQP136t","/ip4/172.18.246.32/tcp/50846/ws/p2p/16Uiu2HAmNqqABSssPRu28b5ReevK4TVHRndKCqAYAJtKBPQP136t"],"enrUri":"enr:-L24QFtZYJCjSVdWuVdvq7hA_nPwjvVtUCoxuCVWA4i90oM4ZdqyJd35dZxfxHEzUv5NGY_eM1Z8txLXtCByGeCuN7oCgmlkgnY0gmlwhKwS9iCKbXVsdGlhZGRyc5YACASsEvYgBsadAAoErBL2IAbGnt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDl1vdgeGjarkbbHOkY9gwgvDj3fJtSwQ54zRRc0Ajut2DdGNwgsadg3VkcILGn4V3YWt1MhM"}'
|
||||
[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.78.89
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56318', '56319', '56320', '56321', '56322']
|
||||
[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 56318:56318 -p 56319:56319 -p 56320:56320 -p 56321:56321 -p 56322:56322 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56320 --rest-port=56318 --tcp-port=56319 --discv5-udp-port=56321 --rest-address=0.0.0.0 --nat=extip:172.18.78.89 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ef1dfdd59cb877f6ae200cf3e284ca241fd82fffc514e4a5fa18ba0337be6ea6 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56322 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFtZYJCjSVdWuVdvq7hA_nPwjvVtUCoxuCVWA4i90oM4ZdqyJd35dZxfxHEzUv5NGY_eM1Z8txLXtCByGeCuN7oCgmlkgnY0gmlwhKwS9iCKbXVsdGlhZGRyc5YACASsEvYgBsadAAoErBL2IAbGnt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDl1vdgeGjarkbbHOkY9gwgvDj3fJtSwQ54zRRc0Ajut2DdGNwgsadg3VkcILGn4V3YWt1MhM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.78.89 waku c0dd9bbbaa56fd45a726a087fbf638e22cce330df03a5011b5b059cc8ea045c8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c0dd9bbbaa56. Setting up logs at ./log/docker/node3_2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56318
|
||||
[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:56318/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:56318/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.89/tcp/56319/p2p/16Uiu2HAmQQeKGvyfRHTdr95Gna7j8iaTzz4hXQs8cT2s1kxQ4ise","/ip4/172.18.78.89/tcp/56320/ws/p2p/16Uiu2HAmQQeKGvyfRHTdr95Gna7j8iaTzz4hXQs8cT2s1kxQ4ise"],"enrUri":"enr:-L24QF7pNNm0MgcBnqnkAZAhKSj9fxeXhGOCmgnhU0oeRG9iEEfts-PAc-eWE_l3WMUodCn6PzEQVgHS1RrhG83dMJMCgmlkgnY0gmlwhKwSTlmKbXVsdGlhZGRyc5YACASsEk5ZBtv_AAoErBJOWQbcAN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrp91XMNhRLpnDn-fD85aUeb4YHcCxk0g0eQ4K0tgD0WDdGNwgtv_g3VkcILcAYV3YWt1MhM"}'
|
||||
[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:50844/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.23.183/tcp/28096/p2p/16Uiu2HAm5ModNfTd37F4khxPkNxghpWFK7qP3k5WoTNQDGppEyEB"]'
|
||||
[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:56318/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.246.32/tcp/50845/p2p/16Uiu2HAmNqqABSssPRu28b5ReevK4TVHRndKCqAYAJtKBPQP136t"]'
|
||||
[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:28095/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:50844/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:56318/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:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28095/relay/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:28095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x786fe38cdcbbe1f26b9357b03bff96bcc8e2766e382d9ac7e7d1069402eecd8f"},{"messageHash":"0x29317cfdd87391260f9e29a55a40eb159af9771d97eb2d354470ad76437d68ec"},{"messageHash":"0x729313cbf9aa77b122400bdc91c2ccfd9bd979c62a7685636315709e2289276c"},{"messageHash":"0xbd4635ee7683d9784b1e7d5ad4183cc7565629185f468bd0ad00a12ed38bfd02"},{"messageHash":"0x48b1c8499776d2044799a08a7381f4c03a459ce197bb05c2d9f9d621db5ec0cf"},{"messageHash":"0x4a3c6bdb055a8989c70ad15820f3cd230e81457a6753cb7fae4ddfb84101e506"},{"messageHash":"0x06c9f826a449d5c4e2cdbebfee3a514468d33ae72b70db83c8566f7c7566d8c5"},{"messageHash":"0xc2e9c388012f1df2b1a15036f2a34763006b8f5228409162ad6d7d1701e958aa"},{"messageHash":"0xd3b7d0b023d36389ba3adbbab7f77c3c14a37bc5611e1cc0bef339dcfc5fc5e2"},{"messageHash":"0xaec5350dc2607127c6f451a557e2c73aa9f53b46ba023ea589e8f7607fc1c041"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50844/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x786fe38cdcbbe1f26b9357b03bff96bcc8e2766e382d9ac7e7d1069402eecd8f"},{"messageHash":"0x29317cfdd87391260f9e29a55a40eb159af9771d97eb2d354470ad76437d68ec"},{"messageHash":"0x729313cbf9aa77b122400bdc91c2ccfd9bd979c62a7685636315709e2289276c"},{"messageHash":"0xbd4635ee7683d9784b1e7d5ad4183cc7565629185f468bd0ad00a12ed38bfd02"},{"messageHash":"0x48b1c8499776d2044799a08a7381f4c03a459ce197bb05c2d9f9d621db5ec0cf"},{"messageHash":"0x4a3c6bdb055a8989c70ad15820f3cd230e81457a6753cb7fae4ddfb84101e506"},{"messageHash":"0x06c9f826a449d5c4e2cdbebfee3a514468d33ae72b70db83c8566f7c7566d8c5"},{"messageHash":"0xc2e9c388012f1df2b1a15036f2a34763006b8f5228409162ad6d7d1701e958aa"},{"messageHash":"0xd3b7d0b023d36389ba3adbbab7f77c3c14a37bc5611e1cc0bef339dcfc5fc5e2"},{"messageHash":"0xaec5350dc2607127c6f451a557e2c73aa9f53b46ba023ea589e8f7607fc1c041"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56318/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x786fe38cdcbbe1f26b9357b03bff96bcc8e2766e382d9ac7e7d1069402eecd8f"},{"messageHash":"0x29317cfdd87391260f9e29a55a40eb159af9771d97eb2d354470ad76437d68ec"},{"messageHash":"0x729313cbf9aa77b122400bdc91c2ccfd9bd979c62a7685636315709e2289276c"},{"messageHash":"0xbd4635ee7683d9784b1e7d5ad4183cc7565629185f468bd0ad00a12ed38bfd02"},{"messageHash":"0x48b1c8499776d2044799a08a7381f4c03a459ce197bb05c2d9f9d621db5ec0cf"},{"messageHash":"0x4a3c6bdb055a8989c70ad15820f3cd230e81457a6753cb7fae4ddfb84101e506"},{"messageHash":"0x06c9f826a449d5c4e2cdbebfee3a514468d33ae72b70db83c8566f7c7566d8c5"},{"messageHash":"0xc2e9c388012f1df2b1a15036f2a34763006b8f5228409162ad6d7d1701e958aa"},{"messageHash":"0xd3b7d0b023d36389ba3adbbab7f77c3c14a37bc5611e1cc0bef339dcfc5fc5e2"},{"messageHash":"0xaec5350dc2607127c6f451a557e2c73aa9f53b46ba023ea589e8f7607fc1c041"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 518e218f187a
|
||||
[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 11966b425349
|
||||
[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 c0dd9bbbaa56
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 518e218f187a. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
124
nim/1043/data/attachments/16eec78021007864.txt
Normal file
124
nim/1043/data/attachments/16eec78021007864.txt
Normal file
@ -0,0 +1,124 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_admin_connected_peers_contains_peers_only with id: 2026-01-21_04-37-37__2f1a0ed6-c5a5-4733-a8ca-5c4ffc1c6d11
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-37-37__2f1a0ed6-c5a5-4733-a8ca-5c4ffc1c6d11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-37-37__2f1a0ed6-c5a5-4733-a8ca-5c4ffc1c6d11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-37-37__2f1a0ed6-c5a5-4733-a8ca-5c4ffc1c6d11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-21_04-37-37__2f1a0ed6-c5a5-4733-a8ca-5c4ffc1c6d11__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.47.24
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26838', '26839', '26840', '26841', '26842']
|
||||
[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 26838:26838 -p 26839:26839 -p 26840:26840 -p 26841:26841 -p 26842:26842 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26840 --rest-port=26838 --tcp-port=26839 --discv5-udp-port=26841 --rest-address=0.0.0.0 --nat=extip:172.18.47.24 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9f7c4bb023ea8c351858b01bf3cd4dbcb5ffbdbcae85cbf2e4fdafb1683f05cf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26842 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.47.24 waku 51dca0003337d078952897905941a78b2b6ab49c69d9b99b5080e1226f0e789e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 51dca0003337. Setting up logs at ./log/docker/node1_2026-01-21_04-37-37__2f1a0ed6-c5a5-4733-a8ca-5c4ffc1c6d11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26838
|
||||
[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 e028c7762c10. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26838/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:26838/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.47.24/tcp/26839/p2p/16Uiu2HAmPvuws3LxwM77g5nQidECgRb7s1mVARcpNAo2L8WuHgwJ","/ip4/172.18.47.24/tcp/26840/ws/p2p/16Uiu2HAmPvuws3LxwM77g5nQidECgRb7s1mVARcpNAo2L8WuHgwJ"],"enrUri":"enr:-L24QGGargTdg3ohkRBNsglS1_UzB2h8B-sZBEjvGYOw294HVtpxupudQRXCfxwCTFH1wr1WEtNBxok9ZBlZKeCmhLQCgmlkgnY0gmlwhKwSLxiKbXVsdGlhZGRyc5YACASsEi8YBmjXAAoErBIvGAZo2N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDp4Ten-rNipsWF2aamxTs0N5stXRANsmMaeaQxbhihemDdGNwgmjXg3VkcIJo2YV3YWt1MgE"}'
|
||||
[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.82.243
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['58509', '58510', '58511', '58512', '58513']
|
||||
[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 58509:58509 -p 58510:58510 -p 58511:58511 -p 58512:58512 -p 58513:58513 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=58511 --rest-port=58509 --tcp-port=58510 --discv5-udp-port=58512 --rest-address=0.0.0.0 --nat=extip:172.18.82.243 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=066aebdeecd88ec0a5324ae7a14ffeba5dc2759fdcdba7e6bbfeba5f1cef574c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=58513 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGGargTdg3ohkRBNsglS1_UzB2h8B-sZBEjvGYOw294HVtpxupudQRXCfxwCTFH1wr1WEtNBxok9ZBlZKeCmhLQCgmlkgnY0gmlwhKwSLxiKbXVsdGlhZGRyc5YACASsEi8YBmjXAAoErBIvGAZo2N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDp4Ten-rNipsWF2aamxTs0N5stXRANsmMaeaQxbhihemDdGNwgmjXg3VkcIJo2YV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.82.243 waku 01890ad1c95229abd78100afbda8d3cb93d4977dfc44b93c97ba175f61360cdd
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 01890ad1c952. Setting up logs at ./log/docker/node2_2026-01-21_04-37-37__2f1a0ed6-c5a5-4733-a8ca-5c4ffc1c6d11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 58509
|
||||
[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:58509/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:58509/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.82.243/tcp/58510/p2p/16Uiu2HAmJzmmnkCtW28bCKebj8BHgkcD3SzdZoQsGuWksFj71Bvm","/ip4/172.18.82.243/tcp/58511/ws/p2p/16Uiu2HAmJzmmnkCtW28bCKebj8BHgkcD3SzdZoQsGuWksFj71Bvm"],"enrUri":"enr:-L24QN8akubEw2IBGOfMaXLn2PvXq3lRfSX24lUYjhNFmLgqCK0qF126KiN0G0gVwZnwZtNBnZQEsbStHVK14-LpTHgCgmlkgnY0gmlwhKwSUvOKbXVsdGlhZGRyc5YACASsElLzBuSOAAoErBJS8wbkj90DgnJzhQADAQAAiXNlY3AyNTZrMaEDXjeEJmGCwE5qpyJ7L0MUyCno3wt9-WJACUucscAiU7aDdGNwguSOg3VkcILkkIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-37-37__2f1a0ed6-c5a5-4733-a8ca-5c4ffc1c6d11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-21_04-37-37__2f1a0ed6-c5a5-4733-a8ca-5c4ffc1c6d11__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.114.162
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16677', '16678', '16679', '16680', '16681']
|
||||
[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 16677:16677 -p 16678:16678 -p 16679:16679 -p 16680:16680 -p 16681:16681 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16679 --rest-port=16677 --tcp-port=16678 --discv5-udp-port=16680 --rest-address=0.0.0.0 --nat=extip:172.18.114.162 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=afb1d0abc59fbe3b0ff8efd656c4a2d2ee2cfe204235cfd5faed1e16104c55ce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16681 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGGargTdg3ohkRBNsglS1_UzB2h8B-sZBEjvGYOw294HVtpxupudQRXCfxwCTFH1wr1WEtNBxok9ZBlZKeCmhLQCgmlkgnY0gmlwhKwSLxiKbXVsdGlhZGRyc5YACASsEi8YBmjXAAoErBIvGAZo2N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDp4Ten-rNipsWF2aamxTs0N5stXRANsmMaeaQxbhihemDdGNwgmjXg3VkcIJo2YV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.114.162 waku 0c782a61a33ecee8b7df81c9d552904b06f66fe85bde5a5eab490d1c68e8e44a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0c782a61a33e. Setting up logs at ./log/docker/node3_2026-01-21_04-37-37__2f1a0ed6-c5a5-4733-a8ca-5c4ffc1c6d11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16677
|
||||
[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:16677/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:16677/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.114.162/tcp/16678/p2p/16Uiu2HAmDepkdJ2hbxBqsQGxadGivbVArCcH4FEuDscYhfGeHtbd","/ip4/172.18.114.162/tcp/16679/ws/p2p/16Uiu2HAmDepkdJ2hbxBqsQGxadGivbVArCcH4FEuDscYhfGeHtbd"],"enrUri":"enr:-L24QMFEMOgvBFNRLWiDgDQdRHbkrIcH6WKmw57fqZbpxYzBXvvbs9HND7ohBYr25JzKgjhBK82N4tl1Epi_G_lkny8CgmlkgnY0gmlwhKwScqKKbXVsdGlhZGRyc5YACASsEnKiBkEmAAoErBJyogZBJ90DgnJzhQADAQAAiXNlY3AyNTZrMaEDDtDVt9kSah02K5Q5XA2ImOiCgKQGq6LtM_gp3PJ_NrSDdGNwgkEmg3VkcIJBKIV3YWt1MgE"}'
|
||||
[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.34.235
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['54831', '54832', '54833', '54834', '54835']
|
||||
[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 54831:54831 -p 54832:54832 -p 54833:54833 -p 54834:54834 -p 54835:54835 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54833 --rest-port=54831 --tcp-port=54832 --discv5-udp-port=54834 --rest-address=0.0.0.0 --nat=extip:172.18.34.235 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c268d9ec9ef66b8ca0bef51c1ae3fe6d078e0d6ce14e2cb4a4abd4ebbabd0d1a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54835 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.34.235 waku b1a049f142b70d101bb4ac4d11444bc5a9b041025ae05c529a353f3d9f631898
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b1a049f142b7. Setting up logs at ./log/docker/node4_2026-01-21_04-37-37__2f1a0ed6-c5a5-4733-a8ca-5c4ffc1c6d11__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 54831
|
||||
[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:54831/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:54831/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.34.235/tcp/54832/p2p/16Uiu2HAm38k2Epo9vZhTac6RekBGYYnxPDMLbVb8vAkr7a7ZEfaS","/ip4/172.18.34.235/tcp/54833/ws/p2p/16Uiu2HAm38k2Epo9vZhTac6RekBGYYnxPDMLbVb8vAkr7a7ZEfaS"],"enrUri":"enr:-L24QPu1IY-vdQh8Y6tUINf4NWRrmoGELPrk5iPinz_QZ-VhM9-v8AcnhcY5d2UCjRlhXp7RyEa9ogg02FDoKyAccdsCgmlkgnY0gmlwhKwSIuuKbXVsdGlhZGRyc5YACASsEiLrBtYwAAoErBIi6wbWMd0DgnJzhQADAQAAiXNlY3AyNTZrMaECcocxMKWx4704NvPKSnti_RlhzOMME85i93oWjxmlivODdGNwgtYwg3VkcILWMoV3YWt1MgE"}'
|
||||
[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:26838/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.82.243/tcp/58510/p2p/16Uiu2HAmJzmmnkCtW28bCKebj8BHgkcD3SzdZoQsGuWksFj71Bvm"]'
|
||||
[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:58509/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.47.24/tcp/26839/p2p/16Uiu2HAmPvuws3LxwM77g5nQidECgRb7s1mVARcpNAo2L8WuHgwJ"]'
|
||||
[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:26838/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.114.162/tcp/16678/p2p/16Uiu2HAmDepkdJ2hbxBqsQGxadGivbVArCcH4FEuDscYhfGeHtbd"]'
|
||||
[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:16677/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.47.24/tcp/26839/p2p/16Uiu2HAmPvuws3LxwM77g5nQidECgRb7s1mVARcpNAo2L8WuHgwJ"]'
|
||||
[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:26838/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.82.243/tcp/43468/p2p/16Uiu2HAmJzmmnkCtW28bCKebj8BHgkcD3SzdZoQsGuWksFj71Bvm","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.114.162/tcp/56464/p2p/16Uiu2HAmDepkdJ2hbxBqsQGxadGivbVArCcH4FEuDscYhfGeHtbd","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:512 /admin/v1/peers/connected contains : [{'multiaddr': '/ip4/172.18.82.243/tcp/43468/p2p/16Uiu2HAmJzmmnkCtW28bCKebj8BHgkcD3SzdZoQsGuWksFj71Bvm', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-127-ga4e44d', 'origin': 'UnknownOrigin'}, {'multiaddr': '/ip4/172.18.114.162/tcp/56464/p2p/16Uiu2HAmDepkdJ2hbxBqsQGxadGivbVArCcH4FEuDscYhfGeHtbd', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-127-ga4e44d', 'origin': 'UnknownOrigin'}]
|
||||
[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 51dca0003337
|
||||
[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 01890ad1c952
|
||||
[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 0c782a61a33e
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 51dca0003337. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id b1a049f142b7
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 01890ad1c952. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
127
nim/1043/data/attachments/173cdb11a7df2079.txt
Normal file
127
nim/1043/data/attachments/173cdb11a7df2079.txt
Normal file
@ -0,0 +1,127 @@
|
||||
2026-01-21 04:19:25.541 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:19:25.541 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_all_from_few_content_topics with id: 2026-01-21_04-19-25__f6f2c9d7-4d03-4c66-b9b2-c2dba506dc2a
|
||||
2026-01-21 04:19:25.541 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:19:25.541 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-21 04:19:25.541 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-01-21 04:19:25.549 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:19:25.549 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-19-25__f6f2c9d7-4d03-4c66-b9b2-c2dba506dc2a__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:25.549 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:19:25.549 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:19:25.551 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:19:25.551 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.5.217
|
||||
2026-01-21 04:19:25.551 DEBUG [src.node.docker_mananger] Generated ports ['41590', '41591', '41592', '41593', '41594']
|
||||
2026-01-21 04:19:25.551 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:19:25.551 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:19:25.551 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:19:25.551 DEBUG [src.node.docker_mananger] docker run -i -t -p 41590:41590 -p 41591:41591 -p 41592:41592 -p 41593:41593 -p 41594:41594 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41592 --rest-port=41590 --tcp-port=41591 --discv5-udp-port=41593 --rest-address=0.0.0.0 --nat=extip:172.18.5.217 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b4dcdb403705c4de35e2ecfb4bec4c73eefaf4a04dfdc7ec35cc539d226fcb65 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41594 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-21 04:19:25.714 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.5.217 waku 26b9b9b2b96a3074f22cb3275787011cb1a6b2a09532c29e63e5ce8abaa14581
|
||||
2026-01-21 04:19:25.740 DEBUG [src.node.docker_mananger] Container started with ID 26b9b9b2b96a. Setting up logs at ./log/docker/node1_2026-01-21_04-19-25__f6f2c9d7-4d03-4c66-b9b2-c2dba506dc2a__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:25.740 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41590
|
||||
2026-01-21 04:19:25.742 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:19:25.831 ERROR [src.node.docker_mananger] Max retries reached for container 9bc82472a081. Exiting log stream.
|
||||
2026-01-21 04:19:26.321 ERROR [src.node.docker_mananger] Max retries reached for container 23d42ee64a94. Exiting log stream.
|
||||
2026-01-21 04:19:26.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41590/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:26.746 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:19:26.746 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:19:26.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41590/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:26.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.5.217/tcp/41591/p2p/16Uiu2HAkvRo6HHdqQpWemRtFeL71DSaaxrCcUN3DAdV1KAxALYYv","/ip4/172.18.5.217/tcp/41592/ws/p2p/16Uiu2HAkvRo6HHdqQpWemRtFeL71DSaaxrCcUN3DAdV1KAxALYYv"],"enrUri":"enr:-L24QEZJ7BD3Khpi3ZS-2F49vVeyBFTwjphX3P5QIAzzaJ0QGQbiAW7TVbkrxZoupAUL6HXH0YEN-HR6Hk2NSHUaqXcCgmlkgnY0gmlwhKwSBdmKbXVsdGlhZGRyc5YACASsEgXZBqJ3AAoErBIF2QaieN0DgnJzhQADAQAAiXNlY3AyNTZrMaECDuO6dELhAp1p7495jc0igIzbd-PAAPYdGv0uRiggr7-DdGNwgqJ3g3VkcIKieYV3YWt1MgU"}'
|
||||
2026-01-21 04:19:26.749 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:19:26.749 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-01-21 04:19:26.757 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:19:26.757 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-19-25__f6f2c9d7-4d03-4c66-b9b2-c2dba506dc2a__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:26.757 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:19:26.757 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:19:26.758 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:19:26.758 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.113.87
|
||||
2026-01-21 04:19:26.759 DEBUG [src.node.docker_mananger] Generated ports ['33244', '33245', '33246', '33247', '33248']
|
||||
2026-01-21 04:19:26.759 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:19:26.759 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:19:26.759 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:19:26.759 DEBUG [src.node.docker_mananger] docker run -i -t -p 33244:33244 -p 33245:33245 -p 33246:33246 -p 33247:33247 -p 33248:33248 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=33246 --rest-port=33244 --tcp-port=33245 --discv5-udp-port=33247 --rest-address=0.0.0.0 --nat=extip:172.18.113.87 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2328bfd1c6a1aca34ba5eadeb808ffbc1b69c920b59024de71ec36fa0b7fe8cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33248 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEZJ7BD3Khpi3ZS-2F49vVeyBFTwjphX3P5QIAzzaJ0QGQbiAW7TVbkrxZoupAUL6HXH0YEN-HR6Hk2NSHUaqXcCgmlkgnY0gmlwhKwSBdmKbXVsdGlhZGRyc5YACASsEgXZBqJ3AAoErBIF2QaieN0DgnJzhQADAQAAiXNlY3AyNTZrMaECDuO6dELhAp1p7495jc0igIzbd-PAAPYdGv0uRiggr7-DdGNwgqJ3g3VkcIKieYV3YWt1MgU --filternode=/ip4/172.18.5.217/tcp/41591/p2p/16Uiu2HAkvRo6HHdqQpWemRtFeL71DSaaxrCcUN3DAdV1KAxALYYv
|
||||
2026-01-21 04:19:26.937 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.113.87 waku 3731ef3402696a43f5a298d1b1748ca8b4147bb3aade7785d3b228569e18f7bc
|
||||
2026-01-21 04:19:26.963 DEBUG [src.node.docker_mananger] Container started with ID 3731ef340269. Setting up logs at ./log/docker/node2_2026-01-21_04-19-25__f6f2c9d7-4d03-4c66-b9b2-c2dba506dc2a__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:26.964 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 33244
|
||||
2026-01-21 04:19:26.964 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:19:27.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33244/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:27.969 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:19:27.969 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:19:27.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33244/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:27.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.113.87/tcp/33245/p2p/16Uiu2HAmLCqfpGqctxAtTX2eotGwYwSYiPSkncSeRzvwoBYjHyQt","/ip4/172.18.113.87/tcp/33246/ws/p2p/16Uiu2HAmLCqfpGqctxAtTX2eotGwYwSYiPSkncSeRzvwoBYjHyQt"],"enrUri":"enr:-L24QFOb5D1srV8pj5XS6c9cyDbjIjEF_z57bZ2I0n4VXpoNNJ8U1vWwfzuPh8ZYY2RJm88mITVVg0DLnZ2YDmvKr7QCgmlkgnY0gmlwhKwScVeKbXVsdGlhZGRyc5YACASsEnFXBoHdAAoErBJxVwaB3t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDcCqURsEQ1r1KqpKy3WUql5UUSRR3Bcx8Uj7HfEXzOEmDdGNwgoHdg3VkcIKB34V3YWt1MgA"}'
|
||||
2026-01-21 04:19:27.972 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:19:27.973 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33244/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.5.217/tcp/41591/p2p/16Uiu2HAkvRo6HHdqQpWemRtFeL71DSaaxrCcUN3DAdV1KAxALYYv"]'
|
||||
2026-01-21 04:19:28.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:28.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41590/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-21 04:19:28.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:28.015 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:33244/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "25d68e3f-5c9f-4c5c-a643-4830c42a4eb3", "contentFilters": ["Hello World!", "1234567890", "{\"key\": \"value\"}", "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "\ud83d\ude80\ud83c\udf1f\u2728"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:28.026 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"25d68e3f-5c9f-4c5c-a643-4830c42a4eb3","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:28.026 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41590/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "Hello World!", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:28.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:28.034 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:28.134 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:28.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33244/filter/v2/messages/Hello%20World%21" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:28.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"Hello World!","version":0,"timestamp":1768969168026653246,"ephemeral":false}]'
|
||||
2026-01-21 04:19:28.140 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41590/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1234567890", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:28.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:28.146 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:28.246 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:28.247 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33244/filter/v2/messages/1234567890" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:28.250 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1234567890","version":0,"timestamp":1768969168140696330,"ephemeral":false}]'
|
||||
2026-01-21 04:19:28.252 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41590/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "{\"key\": \"value\"}", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:28.258 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:28.258 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:28.358 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:28.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33244/filter/v2/messages/%7B%22key%22%3A%20%22value%22%7D" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:28.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"{\\"key\\": \\"value\\"}","version":0,"timestamp":1768969168252655730,"ephemeral":false}]'
|
||||
2026-01-21 04:19:28.364 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41590/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:28.370 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:28.370 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:28.470 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:28.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33244/filter/v2/messages/%E8%BF%99%E6%98%AF%E4%B8%80%E4%BA%9B%E4%B8%AD%E6%96%87" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:28.474 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":1768969168364719556,"ephemeral":false}]'
|
||||
2026-01-21 04:19:28.476 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41590/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\ud83d\ude80\ud83c\udf1f\u2728", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:28.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:28.482 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:28.582 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:28.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33244/filter/v2/messages/%F0%9F%9A%80%F0%9F%8C%9F%E2%9C%A8" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:28.586 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":1768969168476560021,"ephemeral":false}]'
|
||||
2026-01-21 04:19:28.588 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:33244/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": "1"}'
|
||||
2026-01-21 04:19:28.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:28.597 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41590/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "Hello World!", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:28.602 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:28.603 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:28.703 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:28.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33244/filter/v2/messages/Hello%20World%21" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:28.707 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:33244/filter/v2/messages/Hello%20World%21. Response content: b'Not subscribed to topic: Hello World!'
|
||||
2026-01-21 04:19:28.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41590/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1234567890", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:28.712 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:28.712 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:28.813 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:28.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33244/filter/v2/messages/1234567890" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:28.817 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:33244/filter/v2/messages/1234567890. Response content: b'Not subscribed to topic: 1234567890'
|
||||
2026-01-21 04:19:28.818 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41590/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "{\"key\": \"value\"}", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:28.822 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:28.822 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:28.923 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:28.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33244/filter/v2/messages/%7B%22key%22%3A%20%22value%22%7D" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:28.927 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:33244/filter/v2/messages/%7B%22key%22%3A%20%22value%22%7D. Response content: b'Not subscribed to topic: {"key": "value"}'
|
||||
2026-01-21 04:19:28.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41590/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:28.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:28.932 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:29.032 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:29.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33244/filter/v2/messages/%E8%BF%99%E6%98%AF%E4%B8%80%E4%BA%9B%E4%B8%AD%E6%96%87" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:29.036 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:33244/filter/v2/messages/%E8%BF%99%E6%98%AF%E4%B8%80%E4%BA%9B%E4%B8%AD%E6%96%87. Response content: b'Not subscribed to topic: \xe8\xbf\x99\xe6\x98\xaf\xe4\xb8\x80\xe4\xba\x9b\xe4\xb8\xad\xe6\x96\x87'
|
||||
2026-01-21 04:19:29.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41590/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "\ud83d\ude80\ud83c\udf1f\u2728", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:29.041 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:29.042 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:29.142 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:29.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:33244/filter/v2/messages/%F0%9F%9A%80%F0%9F%8C%9F%E2%9C%A8" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:29.146 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:33244/filter/v2/messages/%F0%9F%9A%80%F0%9F%8C%9F%E2%9C%A8. Response content: b'Not subscribed to topic: \xf0\x9f\x9a\x80\xf0\x9f\x8c\x9f\xe2\x9c\xa8'
|
||||
2026-01-21 04:19:29.148 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:19:29.149 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:19:29.149 DEBUG [src.node.waku_node] Stopping container with id 26b9b9b2b96a
|
||||
2026-01-21 04:19:29.660 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:19:29.660 DEBUG [src.node.waku_node] Stopping container with id 3731ef340269
|
||||
2026-01-21 04:19:30.161 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:19:30.163 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:19:30.171 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:19:30.176 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
102
nim/1043/data/attachments/174fc5d126767295.txt
Normal file
102
nim/1043/data/attachments/174fc5d126767295.txt
Normal file
@ -0,0 +1,102 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_node_not_connected_directly_to_relaying_node with id: 2026-01-21_04-20-17__464dbab0-6f4e-4638-a635-255e435a2bae
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-20-17__464dbab0-6f4e-4638-a635-255e435a2bae__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-20-17__464dbab0-6f4e-4638-a635-255e435a2bae__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-20-17__464dbab0-6f4e-4638-a635-255e435a2bae__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:33 Network waku created
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.134.137
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13721', '13722', '13723', '13724', '13725']
|
||||
[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 13721:13721 -p 13722:13722 -p 13723:13723 -p 13724:13724 -p 13725:13725 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13723 --rest-port=13721 --tcp-port=13722 --discv5-udp-port=13724 --rest-address=0.0.0.0 --nat=extip:172.18.134.137 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ccfbed0bf1b491dc9af55824fed7d17a37828851a58bf1c024b2a0083abf5fae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13725 --metrics-logging=true --filter=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.134.137 waku 9a1c81381037a6fd355faed93d979d5153aa26490609091ad1ba0d949e3825f5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9a1c81381037. Setting up logs at ./log/docker/node1_2026-01-21_04-20-17__464dbab0-6f4e-4638-a635-255e435a2bae__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13721
|
||||
[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:13721/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:13721/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.134.137/tcp/13722/p2p/16Uiu2HAmSWpgsZSciRDKRFK1cEYgZ3NddLCpMCj1LnRgvQru9FhS","/ip4/172.18.134.137/tcp/13723/ws/p2p/16Uiu2HAmSWpgsZSciRDKRFK1cEYgZ3NddLCpMCj1LnRgvQru9FhS"],"enrUri":"enr:-L24QKpU3VYif6LzxA_DWUfwv5MAXV6-EgePDiWeEQvcQZLTNY4W-sMt_tvrdB_qKGjsI7jlMZVl1KQ1Y2crqndMux4CgmlkgnY0gmlwhKwShomKbXVsdGlhZGRyc5YACASsEoaJBjWaAAoErBKGiQY1m90DgnJzhQADAQAAiXNlY3AyNTZrMaEDzewLk6plZkJlTsM_pZOysEVhyVDgU1_5WRa4zIm_fIGDdGNwgjWag3VkcII1nIV3YWt1MgU"}'
|
||||
[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.228.37
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56491', '56492', '56493', '56494', '56495']
|
||||
[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 56491:56491 -p 56492:56492 -p 56493:56493 -p 56494:56494 -p 56495:56495 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56493 --rest-port=56491 --tcp-port=56492 --discv5-udp-port=56494 --rest-address=0.0.0.0 --nat=extip:172.18.228.37 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fe43572da3cbce72bdc446b41e24dea0167afbfddc9aae2121eee433b03cbcaf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56495 --metrics-logging=true --filter=true --relay=true --discv5-bootstrap-node=enr:-L24QKpU3VYif6LzxA_DWUfwv5MAXV6-EgePDiWeEQvcQZLTNY4W-sMt_tvrdB_qKGjsI7jlMZVl1KQ1Y2crqndMux4CgmlkgnY0gmlwhKwShomKbXVsdGlhZGRyc5YACASsEoaJBjWaAAoErBKGiQY1m90DgnJzhQADAQAAiXNlY3AyNTZrMaEDzewLk6plZkJlTsM_pZOysEVhyVDgU1_5WRa4zIm_fIGDdGNwgjWag3VkcII1nIV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.228.37 waku e63294472c562f0925d354c226358124e34a3433870b29dae5c2129dad2b9c6b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e63294472c56. Setting up logs at ./log/docker/node2_2026-01-21_04-20-17__464dbab0-6f4e-4638-a635-255e435a2bae__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56491
|
||||
[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:56491/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56491/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.37/tcp/56492/p2p/16Uiu2HAmCEuvHE8zac97ZF9mYH5CRQ8piUiURrh21s7gX2pC68uP","/ip4/172.18.228.37/tcp/56493/ws/p2p/16Uiu2HAmCEuvHE8zac97ZF9mYH5CRQ8piUiURrh21s7gX2pC68uP"],"enrUri":"enr:-L24QOADCtWRuuZFt6eQZxRn-p9JC7uGG5HXlN_yz3U3ICA4Ao7Tw6qNsTi76LwxoNcIZf83LAtZ1uIZiaE5p3TdQ5oCgmlkgnY0gmlwhKwS5CWKbXVsdGlhZGRyc5YACASsEuQlBtysAAoErBLkJQbcrd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-dUM2tmd354UK7zGEk6rzGoZCzquIfQW4EnIF0KObvKDdGNwgtysg3VkcILcroV3YWt1MgU"}'
|
||||
[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.142.238
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['32895', '32896', '32897', '32898', '32899']
|
||||
[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 32895:32895 -p 32896:32896 -p 32897:32897 -p 32898:32898 -p 32899:32899 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32897 --rest-port=32895 --tcp-port=32896 --discv5-udp-port=32898 --rest-address=0.0.0.0 --nat=extip:172.18.142.238 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=02eed7f202c6edc578fcbfe2eb0ecf2ca4cbdcab2bcea91e5515ab53aa22f47a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32899 --metrics-logging=true --relay=false --filternode=/ip4/172.18.228.37/tcp/56492/p2p/16Uiu2HAmCEuvHE8zac97ZF9mYH5CRQ8piUiURrh21s7gX2pC68uP --discv5-bootstrap-node=enr:-L24QOADCtWRuuZFt6eQZxRn-p9JC7uGG5HXlN_yz3U3ICA4Ao7Tw6qNsTi76LwxoNcIZf83LAtZ1uIZiaE5p3TdQ5oCgmlkgnY0gmlwhKwS5CWKbXVsdGlhZGRyc5YACASsEuQlBtysAAoErBLkJQbcrd0DgnJzhQADAQAAiXNlY3AyNTZrMaEC-dUM2tmd354UK7zGEk6rzGoZCzquIfQW4EnIF0KObvKDdGNwgtysg3VkcILcroV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.142.238 waku 3d6fd8c24f050e3c3bac636525ceb323b4a02d5f715fea0d7079c745f51b5df9
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3d6fd8c24f05. Setting up logs at ./log/docker/node3_2026-01-21_04-20-17__464dbab0-6f4e-4638-a635-255e435a2bae__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 32895
|
||||
[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:32895/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:32895/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.238/tcp/32896/p2p/16Uiu2HAkuyzu9QgUrheqP4PVRL7CSmEfqGGv7pg5ETUM1HASr58U","/ip4/172.18.142.238/tcp/32897/ws/p2p/16Uiu2HAkuyzu9QgUrheqP4PVRL7CSmEfqGGv7pg5ETUM1HASr58U"],"enrUri":"enr:-L24QH73vv1P03_AX1xY2rQOGQEsq1-8CDNRTRYcwIGPm9t-aRpRKYRBe3__BVBXWQmSKQWGFi2tamPRmGjNDc-inR8CgmlkgnY0gmlwhKwSju6KbXVsdGlhZGRyc5YACASsEo7uBoCAAAoErBKO7gaAgd0DgnJzhQADAQAAiXNlY3AyNTZrMaECCEf6iO5kqHa6WlXQ0zNCFLDDSiGeXxpKcEIixd-6xxmDdGNwgoCAg3VkcIKAgoV3YWt1MgA"}'
|
||||
[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:13721/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:56491/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:32895/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 GET "http://127.0.0.1:13721/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.228.37/tcp/45576/p2p/16Uiu2HAmCEuvHE8zac97ZF9mYH5CRQ8piUiURrh21s7gX2pC68uP","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-127-ga4e44d","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56491/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.134.137/tcp/13722/p2p/16Uiu2HAmSWpgsZSciRDKRFK1cEYgZ3NddLCpMCj1LnRgvQru9FhS","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-127-ga4e44d","origin":"Discv5"},{"multiaddr":"/ip4/172.18.142.238/tcp/44068/p2p/16Uiu2HAkuyzu9QgUrheqP4PVRL7CSmEfqGGv7pg5ETUM1HASr58U","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-127-ga4e44d","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32895/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.228.37/tcp/56492/p2p/16Uiu2HAmCEuvHE8zac97ZF9mYH5CRQ8piUiURrh21s7gX2pC68uP","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,1],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 30 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:13721/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[35mDEBUG [0m src.steps.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:32895/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":1768969253553931292,"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 9a1c81381037
|
||||
[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 e63294472c56
|
||||
[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 3d6fd8c24f05
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9a1c81381037. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
329
nim/1043/data/attachments/1779b78896caada2.txt
Normal file
329
nim/1043/data/attachments/1779b78896caada2.txt
Normal file
@ -0,0 +1,329 @@
|
||||
2026-01-21 04:19:37.271 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:19:37.271 DEBUG [tests.conftest] Running test: test_filter_subscribe_to_29_content_topics_in_separate_calls with id: 2026-01-21_04-19-37__481f9058-a0f8-4ec7-97fa-f86d09671538
|
||||
2026-01-21 04:19:37.272 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:19:37.272 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-21 04:19:37.272 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-01-21 04:19:37.279 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:19:37.279 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-19-37__481f9058-a0f8-4ec7-97fa-f86d09671538__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:37.279 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:19:37.279 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:19:37.280 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:19:37.281 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.188.223
|
||||
2026-01-21 04:19:37.281 DEBUG [src.node.docker_mananger] Generated ports ['60418', '60419', '60420', '60421', '60422']
|
||||
2026-01-21 04:19:37.281 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:19:37.281 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:19:37.281 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:19:37.281 DEBUG [src.node.docker_mananger] docker run -i -t -p 60418:60418 -p 60419:60419 -p 60420:60420 -p 60421:60421 -p 60422:60422 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60420 --rest-port=60418 --tcp-port=60419 --discv5-udp-port=60421 --rest-address=0.0.0.0 --nat=extip:172.18.188.223 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d4d549bf83746bcf1c4eb1b1aaddf515eabdd3bd5abe7c0168eecf30cb3bb0e1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60422 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-21 04:19:37.463 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.188.223 waku 06e36cf5a1f4dfef443996113ead4ef843035e4133e4b7f9ef0aaed63d9efb54
|
||||
2026-01-21 04:19:37.494 DEBUG [src.node.docker_mananger] Container started with ID 06e36cf5a1f4. Setting up logs at ./log/docker/node1_2026-01-21_04-19-37__481f9058-a0f8-4ec7-97fa-f86d09671538__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:37.495 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 60418
|
||||
2026-01-21 04:19:37.495 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:19:37.523 ERROR [src.node.docker_mananger] Max retries reached for container 1f97d6ccca1c. Exiting log stream.
|
||||
2026-01-21 04:19:38.075 ERROR [src.node.docker_mananger] Max retries reached for container 79ae52f690b1. Exiting log stream.
|
||||
2026-01-21 04:19:38.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60418/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:38.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:19:38.499 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:19:38.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:60418/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:38.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.188.223/tcp/60419/p2p/16Uiu2HAm8BrxEFr8jW9Kbd3tGrWMK7uNGuTWHNSmbDTvd94abJBC","/ip4/172.18.188.223/tcp/60420/ws/p2p/16Uiu2HAm8BrxEFr8jW9Kbd3tGrWMK7uNGuTWHNSmbDTvd94abJBC"],"enrUri":"enr:-L24QKVbHiGICaTsndx59IQBi06Qb_ktZkcPfywKIo9i8b5VIUUBpBbnUpc08hLgpbwqNlrmOhJVgRirN9zWaUrEru0CgmlkgnY0gmlwhKwSvN-KbXVsdGlhZGRyc5YACASsErzfBuwDAAoErBK83wbsBN0DgnJzhQADAQAAiXNlY3AyNTZrMaECvZ40ufFxANUbTaZ03LeGVa6KFpwF6ocprBDtlcHdj_ODdGNwguwDg3VkcILsBYV3YWt1MgU"}'
|
||||
2026-01-21 04:19:38.501 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:19:38.502 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-01-21 04:19:38.508 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:19:38.508 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-19-37__481f9058-a0f8-4ec7-97fa-f86d09671538__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:38.508 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:19:38.509 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:19:38.510 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:19:38.510 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.105.31
|
||||
2026-01-21 04:19:38.510 DEBUG [src.node.docker_mananger] Generated ports ['28982', '28983', '28984', '28985', '28986']
|
||||
2026-01-21 04:19:38.510 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:19:38.511 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:19:38.511 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:19:38.511 DEBUG [src.node.docker_mananger] docker run -i -t -p 28982:28982 -p 28983:28983 -p 28984:28984 -p 28985:28985 -p 28986:28986 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28984 --rest-port=28982 --tcp-port=28983 --discv5-udp-port=28985 --rest-address=0.0.0.0 --nat=extip:172.18.105.31 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bbc3ffc1a33b61a2c44f062a1bdb7208a25e7d8ea4a16dcdda6c6f6fb4dab0fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28986 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QKVbHiGICaTsndx59IQBi06Qb_ktZkcPfywKIo9i8b5VIUUBpBbnUpc08hLgpbwqNlrmOhJVgRirN9zWaUrEru0CgmlkgnY0gmlwhKwSvN-KbXVsdGlhZGRyc5YACASsErzfBuwDAAoErBK83wbsBN0DgnJzhQADAQAAiXNlY3AyNTZrMaECvZ40ufFxANUbTaZ03LeGVa6KFpwF6ocprBDtlcHdj_ODdGNwguwDg3VkcILsBYV3YWt1MgU --filternode=/ip4/172.18.188.223/tcp/60419/p2p/16Uiu2HAm8BrxEFr8jW9Kbd3tGrWMK7uNGuTWHNSmbDTvd94abJBC
|
||||
2026-01-21 04:19:38.696 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.105.31 waku 0fc8e32523df977bac8fa21cd2fcdb517626dcd92e27821a0f8c16d8839fb8d9
|
||||
2026-01-21 04:19:38.728 DEBUG [src.node.docker_mananger] Container started with ID 0fc8e32523df. Setting up logs at ./log/docker/node2_2026-01-21_04-19-37__481f9058-a0f8-4ec7-97fa-f86d09671538__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:38.728 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28982
|
||||
2026-01-21 04:19:38.729 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:19:39.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:39.733 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:19:39.734 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:19:39.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:39.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.105.31/tcp/28983/p2p/16Uiu2HAm18Q7rX9vNxhCf6gqpKycndWR6SFqgmStUGnM1Efnhkrc","/ip4/172.18.105.31/tcp/28984/ws/p2p/16Uiu2HAm18Q7rX9vNxhCf6gqpKycndWR6SFqgmStUGnM1Efnhkrc"],"enrUri":"enr:-L24QHoquzQTkS9bs1NwPXdQVp3jGIV75a6ut5r064iA7aTVehPBIlxpxfZmQ2tU6rWMWpAqZ5qKxwsdlXKjfAVpOogCgmlkgnY0gmlwhKwSaR-KbXVsdGlhZGRyc5YACASsEmkfBnE3AAoErBJpHwZxON0DgnJzhQADAQAAiXNlY3AyNTZrMaECVLlQTmWBTkq4niioXOp5FlS_l2HK2dJ0-e_9StHc01mDdGNwgnE3g3VkcIJxOYV3YWt1MgA"}'
|
||||
2026-01-21 04:19:39.736 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:19:39.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.188.223/tcp/60419/p2p/16Uiu2HAm8BrxEFr8jW9Kbd3tGrWMK7uNGuTWHNSmbDTvd94abJBC"]'
|
||||
2026-01-21 04:19:39.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:39.768 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-01-21 04:19:39.768 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-21 04:19:39.784 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:39.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b20335eb-d9d4-4f7c-bab2-68c09c8b1e52", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"b20335eb-d9d4-4f7c-bab2-68c09c8b1e52","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["0"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.808 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.817 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.817 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["2"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.826 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.827 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["3"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.837 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.837 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["4"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.846 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.846 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["5"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.856 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.856 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["6"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.866 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["7"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.876 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["8"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.887 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["9"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.896 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.897 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["10"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.906 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.906 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["11"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.917 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.917 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["12"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.928 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["13"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.939 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.939 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["14"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.949 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.949 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["15"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.961 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.961 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["16"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.972 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.973 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["17"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.984 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.984 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["18"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:39.995 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:39.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["19"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:40.007 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:40.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["20"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:40.019 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:40.020 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["21"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:40.032 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:40.033 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["22"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:40.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:40.047 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["23"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:40.059 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:40.060 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["24"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:40.072 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:40.073 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["25"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:40.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:40.086 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["26"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:40.099 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:40.100 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["27"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:40.113 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:40.114 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["28"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:40.128 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:40.128 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 0
|
||||
2026-01-21 04:19:40.129 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "0", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:40.143 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:40.143 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:40.244 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:40.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:40.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"0","version":0,"timestamp":1768969180128964322,"ephemeral":false}]'
|
||||
2026-01-21 04:19:40.249 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 1
|
||||
2026-01-21 04:19:40.249 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "1", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:40.261 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:40.261 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:40.361 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:40.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:40.365 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"1","version":0,"timestamp":1768969180249502410,"ephemeral":false}]'
|
||||
2026-01-21 04:19:40.366 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 2
|
||||
2026-01-21 04:19:40.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "2", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:40.378 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:40.379 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:40.479 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:40.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/2" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:40.482 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"2","version":0,"timestamp":1768969180367172386,"ephemeral":false}]'
|
||||
2026-01-21 04:19:40.483 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 3
|
||||
2026-01-21 04:19:40.484 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "3", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:40.495 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:40.495 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:40.596 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:40.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/3" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:40.599 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"3","version":0,"timestamp":1768969180484051615,"ephemeral":false}]'
|
||||
2026-01-21 04:19:40.600 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 4
|
||||
2026-01-21 04:19:40.601 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "4", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:40.612 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:40.613 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:40.713 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:40.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/4" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:40.716 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"4","version":0,"timestamp":1768969180601011801,"ephemeral":false}]'
|
||||
2026-01-21 04:19:40.718 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 5
|
||||
2026-01-21 04:19:40.718 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "5", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:40.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:40.730 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:40.830 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:40.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/5" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:40.833 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"5","version":0,"timestamp":1768969180718412078,"ephemeral":false}]'
|
||||
2026-01-21 04:19:40.835 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 6
|
||||
2026-01-21 04:19:40.835 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "6", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:40.847 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:40.847 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:40.947 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:40.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/6" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:40.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"6","version":0,"timestamp":1768969180835741722,"ephemeral":false}]'
|
||||
2026-01-21 04:19:40.952 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 7
|
||||
2026-01-21 04:19:40.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "7", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:40.964 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:40.964 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:41.064 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:41.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/7" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:41.068 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"7","version":0,"timestamp":1768969180952779054,"ephemeral":false}]'
|
||||
2026-01-21 04:19:41.069 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 8
|
||||
2026-01-21 04:19:41.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "8", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:41.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:41.081 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:41.182 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:41.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/8" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:41.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"8","version":0,"timestamp":1768969181069952239,"ephemeral":false}]'
|
||||
2026-01-21 04:19:41.186 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 9
|
||||
2026-01-21 04:19:41.187 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "9", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:41.198 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:41.198 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:41.298 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:41.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/9" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:41.302 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"9","version":0,"timestamp":1768969181187185639,"ephemeral":false}]'
|
||||
2026-01-21 04:19:41.303 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 10
|
||||
2026-01-21 04:19:41.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "10", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:41.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:41.315 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:41.415 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:41.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/10" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:41.418 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"10","version":0,"timestamp":1768969181303706812,"ephemeral":false}]'
|
||||
2026-01-21 04:19:41.420 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 11
|
||||
2026-01-21 04:19:41.420 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "11", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:41.432 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:41.432 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:41.532 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:41.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/11" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:41.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"11","version":0,"timestamp":1768969181420552164,"ephemeral":false}]'
|
||||
2026-01-21 04:19:41.537 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 12
|
||||
2026-01-21 04:19:41.537 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "12", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:41.549 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:41.549 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:41.649 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:41.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/12" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:41.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"12","version":0,"timestamp":1768969181537242209,"ephemeral":false}]'
|
||||
2026-01-21 04:19:41.654 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 13
|
||||
2026-01-21 04:19:41.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "13", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:41.665 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:41.666 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:41.766 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:41.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/13" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:41.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"13","version":0,"timestamp":1768969181654269581,"ephemeral":false}]'
|
||||
2026-01-21 04:19:41.770 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 14
|
||||
2026-01-21 04:19:41.771 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:41.782 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:41.782 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:41.883 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:41.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/14" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:41.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"14","version":0,"timestamp":1768969181771197729,"ephemeral":false}]'
|
||||
2026-01-21 04:19:41.888 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 15
|
||||
2026-01-21 04:19:41.888 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "15", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:41.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:41.900 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:42.000 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:42.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/15" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:42.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"15","version":0,"timestamp":1768969181888360150,"ephemeral":false}]'
|
||||
2026-01-21 04:19:42.005 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 16
|
||||
2026-01-21 04:19:42.005 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "16", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:42.016 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:42.017 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:42.117 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:42.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/16" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:42.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"16","version":0,"timestamp":1768969182005305040,"ephemeral":false}]'
|
||||
2026-01-21 04:19:42.122 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 17
|
||||
2026-01-21 04:19:42.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "17", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:42.133 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:42.134 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:42.234 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:42.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/17" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:42.238 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"17","version":0,"timestamp":1768969182122755620,"ephemeral":false}]'
|
||||
2026-01-21 04:19:42.239 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 18
|
||||
2026-01-21 04:19:42.240 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "18", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:42.251 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:42.251 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:42.351 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:42.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/18" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:42.354 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"18","version":0,"timestamp":1768969182239831491,"ephemeral":false}]'
|
||||
2026-01-21 04:19:42.356 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 19
|
||||
2026-01-21 04:19:42.356 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "19", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:42.368 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:42.369 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:42.469 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:42.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/19" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:42.472 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"19","version":0,"timestamp":1768969182356818731,"ephemeral":false}]'
|
||||
2026-01-21 04:19:42.474 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 20
|
||||
2026-01-21 04:19:42.474 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "20", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:42.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:42.486 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:42.587 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:42.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/20" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:42.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"20","version":0,"timestamp":1768969182474744518,"ephemeral":false}]'
|
||||
2026-01-21 04:19:42.592 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 21
|
||||
2026-01-21 04:19:42.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "21", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:42.604 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:42.604 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:42.704 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:42.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/21" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:42.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"21","version":0,"timestamp":1768969182592248555,"ephemeral":false}]'
|
||||
2026-01-21 04:19:42.709 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 22
|
||||
2026-01-21 04:19:42.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "22", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:42.721 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:42.721 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:42.822 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:42.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/22" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:42.824 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"22","version":0,"timestamp":1768969182709543781,"ephemeral":false}]'
|
||||
2026-01-21 04:19:42.826 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 23
|
||||
2026-01-21 04:19:42.826 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "23", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:42.838 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:42.838 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:42.939 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:42.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/23" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:42.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"23","version":0,"timestamp":1768969182826765997,"ephemeral":false}]'
|
||||
2026-01-21 04:19:42.943 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 24
|
||||
2026-01-21 04:19:42.944 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "24", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:42.956 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:42.957 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:43.057 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:43.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/24" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:43.060 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"24","version":0,"timestamp":1768969182944012243,"ephemeral":false}]'
|
||||
2026-01-21 04:19:43.062 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 25
|
||||
2026-01-21 04:19:43.062 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "25", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:43.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:43.074 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:43.174 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:43.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/25" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:43.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"25","version":0,"timestamp":1768969183062314984,"ephemeral":false}]'
|
||||
2026-01-21 04:19:43.179 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 26
|
||||
2026-01-21 04:19:43.179 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "26", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:43.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:43.191 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:43.291 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:43.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/26" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:43.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"26","version":0,"timestamp":1768969183179660046,"ephemeral":false}]'
|
||||
2026-01-21 04:19:43.296 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 27
|
||||
2026-01-21 04:19:43.296 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "27", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:43.308 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:43.308 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:43.408 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:43.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/27" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:43.411 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"27","version":0,"timestamp":1768969183296727956,"ephemeral":false}]'
|
||||
2026-01-21 04:19:43.413 DEBUG [tests.filter.test_subscribe_create] Running test with content topic 28
|
||||
2026-01-21 04:19:43.413 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:60418/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "28", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:43.425 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:43.425 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:43.525 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:43.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28982/filter/v2/messages/28" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:43.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"28","version":0,"timestamp":1768969183413581694,"ephemeral":false}]'
|
||||
2026-01-21 04:19:43.530 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28982/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["rate limited"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:43.538 ERROR [src.node.api_clients.base_client] HTTP error occurred: 429 Client Error: Too Many Requests for url: http://127.0.0.1:28982/filter/v2/subscriptions. Response content: b'{"requestId":"1","statusDesc":"filter request rejected due rate limit exceeded"}'
|
||||
2026-01-21 04:19:43.542 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:19:43.543 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:19:43.543 DEBUG [src.node.waku_node] Stopping container with id 06e36cf5a1f4
|
||||
2026-01-21 04:19:44.072 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:19:44.072 DEBUG [src.node.waku_node] Stopping container with id 0fc8e32523df
|
||||
2026-01-21 04:19:44.625 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:19:44.628 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:19:44.648 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:19:44.667 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
72
nim/1043/data/attachments/17a4220384ec4cdd.txt
Normal file
72
nim/1043/data/attachments/17a4220384ec4cdd.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_store_with_peerAddr with id: 2026-01-21_04-28-59__b5835f19-d567-4638-8fbe-a0f91ca76782
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-28-59__b5835f19-d567-4638-8fbe-a0f91ca76782__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.66.109
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['9682', '9683', '9684', '9685', '9686']
|
||||
[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 9682:9682 -p 9683:9683 -p 9684:9684 -p 9685:9685 -p 9686:9686 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=9684 --rest-port=9682 --tcp-port=9683 --discv5-udp-port=9685 --rest-address=0.0.0.0 --nat=extip:172.18.66.109 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bcebe8efa85e67d0c0ffec1d297caea69ab6e0e1c771aafdb4ffb9a3f3e8dc29 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=9686 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.66.109 waku dad488959aa2513443c24b127a9b4a62674314cd6eb1b2a27484af0af924e4e4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID dad488959aa2. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-28-59__b5835f19-d567-4638-8fbe-a0f91ca76782__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 9682
|
||||
[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 d7499f84ff62. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5bf8417cd528. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:9682/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:9682/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.66.109/tcp/9683/p2p/16Uiu2HAmJKRw8f4Tzm3F5DFkQY4jJgWTHmh8poNMYRrQJZLWLgB7","/ip4/172.18.66.109/tcp/9684/ws/p2p/16Uiu2HAmJKRw8f4Tzm3F5DFkQY4jJgWTHmh8poNMYRrQJZLWLgB7"],"enrUri":"enr:-L24QAu9TUcnkRySY0RvF1rnBu_KTmAKOg9_Tp8d87ahUaFuMpcj9zlqAEgj0kuoWZIKzDOxJdi1BH6ot1B_EON_GOgCgmlkgnY0gmlwhKwSQm2KbXVsdGlhZGRyc5YACASsEkJtBiXTAAoErBJCbQYl1N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVCNux3ioL32RXWP-F4MW6vJiSRZ4vXOkES1cN6KDrO6DdGNwgiXTg3VkcIIl1YV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-28-59__b5835f19-d567-4638-8fbe-a0f91ca76782__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.209
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29818', '29819', '29820', '29821', '29822']
|
||||
[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 29818:29818 -p 29819:29819 -p 29820:29820 -p 29821:29821 -p 29822:29822 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29820 --rest-port=29818 --tcp-port=29819 --discv5-udp-port=29821 --rest-address=0.0.0.0 --nat=extip:172.18.218.209 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=55bcdbd57978e979d3e9ceb0dc8583ac5cbbdaa99feca7fc8dc26863af0391b5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29822 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAu9TUcnkRySY0RvF1rnBu_KTmAKOg9_Tp8d87ahUaFuMpcj9zlqAEgj0kuoWZIKzDOxJdi1BH6ot1B_EON_GOgCgmlkgnY0gmlwhKwSQm2KbXVsdGlhZGRyc5YACASsEkJtBiXTAAoErBJCbQYl1N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVCNux3ioL32RXWP-F4MW6vJiSRZ4vXOkES1cN6KDrO6DdGNwgiXTg3VkcIIl1YV3YWt1MgM --storenode=/ip4/172.18.66.109/tcp/9683/p2p/16Uiu2HAmJKRw8f4Tzm3F5DFkQY4jJgWTHmh8poNMYRrQJZLWLgB7 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.218.209 waku af5b08bfc7c5d3996b59013ca61807db782020683b1e0bb91d3337d148c4da6d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID af5b08bfc7c5. Setting up logs at ./log/docker/store_node1_2026-01-21_04-28-59__b5835f19-d567-4638-8fbe-a0f91ca76782__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29818
|
||||
[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:29818/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:29818/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.209/tcp/29819/p2p/16Uiu2HAm9CJsmB5GPgWdwQn2X3dn2NnPmWGnaGYu2sBv3ufr29p3","/ip4/172.18.218.209/tcp/29820/ws/p2p/16Uiu2HAm9CJsmB5GPgWdwQn2X3dn2NnPmWGnaGYu2sBv3ufr29p3"],"enrUri":"enr:-L24QFa0QUvJwCHoQffxrUvTz3Ze8jYllO2PuJzVwuCHQBL3OYHVNjIlJfW5st7zGw5vAgyvNKMMhLAkwx7CmxTVcVYCgmlkgnY0gmlwhKwS2tGKbXVsdGlhZGRyc5YACASsEtrRBnR7AAoErBLa0QZ0fN0DgnJzhQADAQAAiXNlY3AyNTZrMaECzJc0P-RSiHO3JGHBrw6yMf-ZHJIZcC7Tsq0UI7gxxsCDdGNwgnR7g3VkcIJ0fYV3YWt1MgM"}'
|
||||
[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:29818/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.66.109/tcp/9683/p2p/16Uiu2HAmJKRw8f4Tzm3F5DFkQY4jJgWTHmh8poNMYRrQJZLWLgB7"]'
|
||||
[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:9682/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:29818/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:9682/relay/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:29818/store/v3/messages?peerAddr=%2Fip4%2F172.18.66.109%2Ftcp%2F9683%2Fp2p%2F16Uiu2HAmJKRw8f4Tzm3F5DFkQY4jJgWTHmh8poNMYRrQJZLWLgB7&pubsubTopic=%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'{"requestId":"56e08d778df7c22f8eaa","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x6dcaea140a06fdfe4b2a98a32c1c31887c3633570ffa9c6d6760e7396fa5a5da"}]}'
|
||||
[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 dad488959aa2
|
||||
[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 af5b08bfc7c5
|
||||
[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.
|
||||
111
nim/1043/data/attachments/17a75b0284fd25ae.txt
Normal file
111
nim/1043/data/attachments/17a75b0284fd25ae.txt
Normal file
@ -0,0 +1,111 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_all_from_90_content_topics with id: 2026-01-21_04-24-27__b5db7845-818a-4135-ac7b-2c7d50a7a618
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-24-27__b5db7845-818a-4135-ac7b-2c7d50a7a618__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.156.8
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26632', '26633', '26634', '26635', '26636']
|
||||
[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 26632:26632 -p 26633:26633 -p 26634:26634 -p 26635:26635 -p 26636:26636 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26634 --rest-port=26632 --tcp-port=26633 --discv5-udp-port=26635 --rest-address=0.0.0.0 --nat=extip:172.18.156.8 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dcee5c9f9dee32ef46b3ebd19eadccaaeadfc79e959ac9ec8f0fa98f39dc5b10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26636 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.156.8 waku d676a5d8c46a9c1dcab5ebb391ed1774326bdc1b8abaf599a14289997ac0e6e3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d676a5d8c46a. Setting up logs at ./log/docker/node1_2026-01-21_04-24-27__b5db7845-818a-4135-ac7b-2c7d50a7a618__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26632
|
||||
[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 e60df3ec6113. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5d72ba7ba067. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26632/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:26632/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.156.8/tcp/26633/p2p/16Uiu2HAmEa1WmFk8qx7Dt3b42z6tU8uzcywNKpEtDNdp4Sk1gJEe","/ip4/172.18.156.8/tcp/26634/ws/p2p/16Uiu2HAmEa1WmFk8qx7Dt3b42z6tU8uzcywNKpEtDNdp4Sk1gJEe"],"enrUri":"enr:-L24QMgFm9VcqRvZONKeXArOMfAsyUSgo329iY9BYDV8_vMKH_yNA4FeczlCIAQkfLZHiTaGsAGG2DIGz1srchWpdkYCgmlkgnY0gmlwhKwSnAiKbXVsdGlhZGRyc5YACASsEpwIBmgJAAoErBKcCAZoCt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHHDJAyg9R2yDn_9Re-wsWuvz9vF-Tdr68gxwGuTC1zODdGNwgmgJg3VkcIJoC4V3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-24-27__b5db7845-818a-4135-ac7b-2c7d50a7a618__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.34.135
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26961', '26962', '26963', '26964', '26965']
|
||||
[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 26961:26961 -p 26962:26962 -p 26963:26963 -p 26964:26964 -p 26965:26965 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26963 --rest-port=26961 --tcp-port=26962 --discv5-udp-port=26964 --rest-address=0.0.0.0 --nat=extip:172.18.34.135 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7495dcdb7fe391cf7dde6fceb2bcc4f5dfb18430aabc35bd48da3fbabbb64d1f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26965 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QMgFm9VcqRvZONKeXArOMfAsyUSgo329iY9BYDV8_vMKH_yNA4FeczlCIAQkfLZHiTaGsAGG2DIGz1srchWpdkYCgmlkgnY0gmlwhKwSnAiKbXVsdGlhZGRyc5YACASsEpwIBmgJAAoErBKcCAZoCt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHHDJAyg9R2yDn_9Re-wsWuvz9vF-Tdr68gxwGuTC1zODdGNwgmgJg3VkcIJoC4V3YWt1MgU --filternode=/ip4/172.18.156.8/tcp/26633/p2p/16Uiu2HAmEa1WmFk8qx7Dt3b42z6tU8uzcywNKpEtDNdp4Sk1gJEe
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.34.135 waku 68b415e6276ef3dfddddf479d635489a6fdc4a530bd6f6cad74cbd46e075643e
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 68b415e6276e. Setting up logs at ./log/docker/node2_2026-01-21_04-24-27__b5db7845-818a-4135-ac7b-2c7d50a7a618__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26961
|
||||
[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:26961/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:26961/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.34.135/tcp/26962/p2p/16Uiu2HAmShkHCBsr42zWTBnLsh1YhvwSv1tLtPQpo1fgkpdojnyv","/ip4/172.18.34.135/tcp/26963/ws/p2p/16Uiu2HAmShkHCBsr42zWTBnLsh1YhvwSv1tLtPQpo1fgkpdojnyv"],"enrUri":"enr:-L24QLRyQYxMNAUjti8_MGbJZtkvj53IYPNQVKak_PjlECMETZbt4R9CBR3qhUM6qd5-UmQXhwhEHdruUi2aNlHBE4QCgmlkgnY0gmlwhKwSIoeKbXVsdGlhZGRyc5YACASsEiKHBmlSAAoErBIihwZpU90DgnJzhQADAQAAiXNlY3AyNTZrMaED0LhzHvfVequeqt0wEBpFmAZ5Q0iA7jJgo0UCx3JA1mmDdGNwgmlSg3VkcIJpVIV3YWt1MgA"}'
|
||||
[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:26961/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.156.8/tcp/26633/p2p/16Uiu2HAmEa1WmFk8qx7Dt3b42z6tU8uzcywNKpEtDNdp4Sk1gJEe"]'
|
||||
[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:26632/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:26961/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "e39d08ea-0114-4970-abeb-ce85f471ba39", "contentFilters": ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30"], "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":"e39d08ea-0114-4970-abeb-ce85f471ba39","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26632/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:26961/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "b8bab056-0d57-4c70-9fa1-e390ff6f1109", "contentFilters": ["31", "32", "33", "34", "35", "36", "37", "38", "39", "40", "41", "42", "43", "44", "45", "46", "47", "48", "49", "50", "51", "52", "53", "54", "55", "56", "57", "58", "59", "60"], "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":"b8bab056-0d57-4c70-9fa1-e390ff6f1109","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26632/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:26961/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "9d308d19-9be1-402f-983b-d154b5156f1e", "contentFilters": ["61", "62", "63", "64", "65", "66", "67", "68", "69", "70", "71", "72", "73", "74", "75", "76", "77", "78", "79", "80", "81", "82", "83", "84", "85", "86", "87", "88", "89", "90"], "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":"9d308d19-9be1-402f-983b-d154b5156f1e","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26632/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "14", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:26961/filter/v2/messages/14" -H "Content-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":"14","version":0,"timestamp":1768969469628858873,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26632/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "42", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:26961/filter/v2/messages/42" -H "Content-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":"42","version":0,"timestamp":1768969469763031114,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26632/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "77", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:26961/filter/v2/messages/77" -H "Content-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":"77","version":0,"timestamp":1768969469894924994,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:26961/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": "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:26632/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "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:26961/filter/v2/messages/1" -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:26961/filter/v2/messages/1. Response content: b'Not subscribed to topic: 1'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26632/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "55", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:26961/filter/v2/messages/55" -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:26961/filter/v2/messages/55. Response content: b'Not subscribed to topic: 55'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:26632/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "74", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:26961/filter/v2/messages/74" -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:26961/filter/v2/messages/74. Response content: b'Not subscribed to topic: 74'
|
||||
[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 d676a5d8c46a
|
||||
[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 68b415e6276e
|
||||
[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.
|
||||
81
nim/1043/data/attachments/17fa161fbfcfd82d.txt
Normal file
81
nim/1043/data/attachments/17fa161fbfcfd82d.txt
Normal file
@ -0,0 +1,81 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publish_while_peer_is_paused with id: 2026-01-21_04-25-18__0ed2fce4-f6ee-4c39-a7b5-ff4338b4ea1d
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-25-18__0ed2fce4-f6ee-4c39-a7b5-ff4338b4ea1d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.149.211
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41975', '41976', '41977', '41978', '41979']
|
||||
[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 41975:41975 -p 41976:41976 -p 41977:41977 -p 41978:41978 -p 41979:41979 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41977 --rest-port=41975 --tcp-port=41976 --discv5-udp-port=41978 --rest-address=0.0.0.0 --nat=extip:172.18.149.211 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eb3eed3dca9af6fdee18c5277accdccb86052aa272c6a36acb9efffe5da53e76 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41979 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.149.211 waku 45d1f1d74d00bfab3411dd760dd824e1a352c97a9b10a964d1a4077b314adc0c
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7f1ba1fbc8e2. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 45d1f1d74d00. Setting up logs at ./log/docker/node1_2026-01-21_04-25-18__0ed2fce4-f6ee-4c39-a7b5-ff4338b4ea1d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41975
|
||||
[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 f5f2dfac051d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41975/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:41975/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.149.211/tcp/41976/p2p/16Uiu2HAmUf8bckj5Pip19GrXPEH2t21ba2upSWJALqV47qgF5Fdb","/ip4/172.18.149.211/tcp/41977/ws/p2p/16Uiu2HAmUf8bckj5Pip19GrXPEH2t21ba2upSWJALqV47qgF5Fdb"],"enrUri":"enr:-L24QKPDhaUNkwAFo0a5amfSxqpBpV1np1xaNWaO7zKMMfnGNMbs8cfXxk8MS7jbjgoMjrrnHUoS-v7ZpfyzUge5H6ICgmlkgnY0gmlwhKwSldOKbXVsdGlhZGRyc5YACASsEpXTBqP4AAoErBKV0waj-d0DgnJzhQADAQAAiXNlY3AyNTZrMaED7cRQ1buHIW2YFXI0Q16OA-_XcJ7ZULpX3EK6AEvAWSKDdGNwgqP4g3VkcIKj-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_2026-01-21_04-25-18__0ed2fce4-f6ee-4c39-a7b5-ff4338b4ea1d__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.32.187
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38401', '38402', '38403', '38404', '38405']
|
||||
[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 38401:38401 -p 38402:38402 -p 38403:38403 -p 38404:38404 -p 38405:38405 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38403 --rest-port=38401 --tcp-port=38402 --discv5-udp-port=38404 --rest-address=0.0.0.0 --nat=extip:172.18.32.187 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e0f1e7baf0cc7ae0caeafaf8ad0bab3f997d28d6adddbb55fcbdcec4f0e8f909 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38405 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QKPDhaUNkwAFo0a5amfSxqpBpV1np1xaNWaO7zKMMfnGNMbs8cfXxk8MS7jbjgoMjrrnHUoS-v7ZpfyzUge5H6ICgmlkgnY0gmlwhKwSldOKbXVsdGlhZGRyc5YACASsEpXTBqP4AAoErBKV0waj-d0DgnJzhQADAQAAiXNlY3AyNTZrMaED7cRQ1buHIW2YFXI0Q16OA-_XcJ7ZULpX3EK6AEvAWSKDdGNwgqP4g3VkcIKj-oV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.32.187 waku 572c651841dd4f121ab8ac762296cfdbd66bdd33a6157e66c8fc98a8ad8f47ca
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 572c651841dd. Setting up logs at ./log/docker/node2_2026-01-21_04-25-18__0ed2fce4-f6ee-4c39-a7b5-ff4338b4ea1d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38401
|
||||
[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:38401/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:38401/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.32.187/tcp/38402/p2p/16Uiu2HAkwbcBTWBDxv3DqimwXzzJLQvoNccVkoSC1FrDebS2kuES","/ip4/172.18.32.187/tcp/38403/ws/p2p/16Uiu2HAkwbcBTWBDxv3DqimwXzzJLQvoNccVkoSC1FrDebS2kuES"],"enrUri":"enr:-L24QBB4CErj7EVnXJO3CZUJdAnpBRv_qTlrJQyP5Ok5b9KdZReTmewBOpSaGPBD7fAuDMjQq9hdlL-vW_6sXDSdm_4CgmlkgnY0gmlwhKwSILuKbXVsdGlhZGRyc5YACASsEiC7BpYCAAoErBIguwaWA90DgnJzhQADAQAAiXNlY3AyNTZrMaECIELi8x-hjFx4qObdcKDJVjQS9hDdTSfVUkEWl8Nig8ODdGNwgpYCg3VkcIKWBIV3YWt1MgE"}'
|
||||
[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:38401/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.149.211/tcp/41976/p2p/16Uiu2HAmUf8bckj5Pip19GrXPEH2t21ba2upSWJALqV47qgF5Fdb"]'
|
||||
[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:41975/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:38401/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:41975/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:41975/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":1768969521071744256,"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:38401/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":1768969521071744256,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.steps.relay:relay.py:71 WARM UP successful!!
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:262 Pausing container with id 572c651841dd
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41975/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.node.waku_node:waku_node.py:267 Unpause container with id 572c651841dd
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38401/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":1768969521188036455,"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 45d1f1d74d00
|
||||
[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 572c651841dd
|
||||
[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.
|
||||
38
nim/1043/data/attachments/1803fa21c327a8a8.txt
Normal file
38
nim/1043/data/attachments/1803fa21c327a8a8.txt
Normal file
@ -0,0 +1,38 @@
|
||||
2026-01-21 04:24:08.056 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:24:08.057 DEBUG [tests.conftest] Running test: test_metrics_initial_value with id: 2026-01-21_04-24-08__214ba707-be79-4715-96b2-236682271042
|
||||
2026-01-21 04:24:08.057 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:24:08.057 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-21 04:24:08.058 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-21 04:24:08.058 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:24:08.058 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-21 04:24:08.066 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:08.067 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-24-08__214ba707-be79-4715-96b2-236682271042__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:08.067 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:08.067 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:08.068 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:08.069 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.14
|
||||
2026-01-21 04:24:08.069 DEBUG [src.node.docker_mananger] Generated ports ['61230', '61231', '61232', '61233', '61234']
|
||||
2026-01-21 04:24:08.069 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:08.069 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:08.069 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:08.069 DEBUG [src.node.docker_mananger] docker run -i -t -p 61230:61230 -p 61231:61231 -p 61232:61232 -p 61233:61233 -p 61234:61234 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61232 --rest-port=61230 --tcp-port=61231 --discv5-udp-port=61233 --rest-address=0.0.0.0 --nat=extip:172.18.138.14 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=db418bcc58f2579d76ac1ceef9e65c51706fbba3d97514cbebab7ac66ffdde41 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61234 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
|
||||
2026-01-21 04:24:08.282 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.14 waku 0885625023bcec91da4a454bfaa924157e565a2ea13d19132659773df0838bd2
|
||||
2026-01-21 04:24:08.322 DEBUG [src.node.docker_mananger] Container started with ID 0885625023bc. Setting up logs at ./log/docker/node1_2026-01-21_04-24-08__214ba707-be79-4715-96b2-236682271042__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:08.324 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61230
|
||||
2026-01-21 04:24:08.324 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:09.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61230/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:09.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:24:09.329 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:09.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61230/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:09.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.14/tcp/61231/p2p/16Uiu2HAkxVnJ9tvcekfxZ8aQ1pdKZCMZGfCe1j9seyqcjKZtt1ha","/ip4/172.18.138.14/tcp/61232/ws/p2p/16Uiu2HAkxVnJ9tvcekfxZ8aQ1pdKZCMZGfCe1j9seyqcjKZtt1ha"],"enrUri":"enr:-L24QMkuXG4TsCgY2Uw-sX0FyGh3Nuk5hExP_PsZ04Yw-U59YOvBsOpvAfNy3Eg3sQzv6q_iTgw8gP47tFWnkUFn-MUCgmlkgnY0gmlwhKwSig6KbXVsdGlhZGRyc5YACASsEooOBu8vAAoErBKKDgbvMN0DgnJzhQADAQAAiXNlY3AyNTZrMaECLaCGs3q-0Lt0lI1DW52nW-qZr4EwIK14JHov7g3-4dmDdGNwgu8vg3VkcILvMYV3YWt1Mg8"}'
|
||||
2026-01-21 04:24:09.332 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:09.332 DEBUG [src.libs.common] Sleeping for 5 seconds
|
||||
2026-01-21 04:24:14.344 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:24:14.345 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:24:14.345 DEBUG [src.node.waku_node] Stopping container with id 0885625023bc
|
||||
2026-01-21 04:24:14.932 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:24:14.934 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:24:14.937 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:24:14.938 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2026-01-21 04:24:14.938 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2026-01-21 04:24:14.938 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-01-21_04-24-08__214ba707-be79-4715-96b2-236682271042__wakuorg_nwaku:latest.log
|
||||
99
nim/1043/data/attachments/189173df14576afe.txt
Normal file
99
nim/1043/data/attachments/189173df14576afe.txt
Normal file
@ -0,0 +1,99 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_publish_on_multiple_pubsub_topics_and_only_after_fetch_them with id: 2026-01-21_04-27-01__c4126e53-58bb-4704-913b-c712e8611c40
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-27-01__c4126e53-58bb-4704-913b-c712e8611c40__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.108
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30570', '30571', '30572', '30573', '30574']
|
||||
[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 30570:30570 -p 30571:30571 -p 30572:30572 -p 30573:30573 -p 30574:30574 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30572 --rest-port=30570 --tcp-port=30571 --discv5-udp-port=30573 --rest-address=0.0.0.0 --nat=extip:172.18.184.108 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fd0f0f3ae80744cba5e8cea7283cb4feb6c7cfb2d40b0cce85e4c02f35a401dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30574 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.184.108 waku 3c650db980df1e2d829f706d294d4d86d51f08ac2d45cca43eada85652e56f1c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3c650db980df. Setting up logs at ./log/docker/node1_2026-01-21_04-27-01__c4126e53-58bb-4704-913b-c712e8611c40__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30570
|
||||
[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 c81da1e9e50a. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3b10ad168092. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30570/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:30570/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.108/tcp/30571/p2p/16Uiu2HAmFFerakoTpy4fe2tLVe34BaPvF9wNsknBdoSuSTCmKEnJ","/ip4/172.18.184.108/tcp/30572/ws/p2p/16Uiu2HAmFFerakoTpy4fe2tLVe34BaPvF9wNsknBdoSuSTCmKEnJ"],"enrUri":"enr:-L24QBN2baO4qvAfpafePt9hpUIqlewiLe-QAzVikRrcQXNCOW-0ye8ktseAocXG-HxS6tGvssmggLdR7jmOyEIvUDICgmlkgnY0gmlwhKwSuGyKbXVsdGlhZGRyc5YACASsErhsBndrAAoErBK4bAZ3bN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDJpiovr_g9Fa7mpg3OOghkrTDimAkUpjR_019W6qIF4eDdGNwgndrg3VkcIJ3bYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-27-01__c4126e53-58bb-4704-913b-c712e8611c40__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.247.73
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['17022', '17023', '17024', '17025', '17026']
|
||||
[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 17022:17022 -p 17023:17023 -p 17024:17024 -p 17025:17025 -p 17026:17026 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=17024 --rest-port=17022 --tcp-port=17023 --discv5-udp-port=17025 --rest-address=0.0.0.0 --nat=extip:172.18.247.73 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=86f2281b76ea2ef5deabbd94ed1dbc8fd6cfd4e86f4d3e9f9aa97aa112f4bcad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=17026 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QBN2baO4qvAfpafePt9hpUIqlewiLe-QAzVikRrcQXNCOW-0ye8ktseAocXG-HxS6tGvssmggLdR7jmOyEIvUDICgmlkgnY0gmlwhKwSuGyKbXVsdGlhZGRyc5YACASsErhsBndrAAoErBK4bAZ3bN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDJpiovr_g9Fa7mpg3OOghkrTDimAkUpjR_019W6qIF4eDdGNwgndrg3VkcIJ3bYV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.247.73 waku 60a18b9b729487334b167caeb6682eb9a1d71bb6aa97fbb0e92eb1bdc38a2b78
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 60a18b9b7294. Setting up logs at ./log/docker/node2_2026-01-21_04-27-01__c4126e53-58bb-4704-913b-c712e8611c40__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 17022
|
||||
[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:17022/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:17022/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.247.73/tcp/17023/p2p/16Uiu2HAmKNxgd7ZA8b3LDt5MTTR734Ztn6k8ahXRXmP1nPV37Hh2","/ip4/172.18.247.73/tcp/17024/ws/p2p/16Uiu2HAmKNxgd7ZA8b3LDt5MTTR734Ztn6k8ahXRXmP1nPV37Hh2"],"enrUri":"enr:-L24QL2VniWIGCGidhp1FxIT5h6Dq_BTEKBBm0NpGnlh8g1AEqy-AyP1-VK9LEGx-V1hiS33-ENLkjrD3ChtoXZ5AdQCgmlkgnY0gmlwhKwS90mKbXVsdGlhZGRyc5YACASsEvdJBkJ_AAoErBL3SQZCgN0DgnJzhQACAQAAiXNlY3AyNTZrMaEDY-ahi7VvMCCGIu7Ic5bs1tav6pLsfycEA5y07-8YTeGDdGNwgkJ_g3VkcIJCgYV3YWt1MgE"}'
|
||||
[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:17022/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.184.108/tcp/30571/p2p/16Uiu2HAmFFerakoTpy4fe2tLVe34BaPvF9wNsknBdoSuSTCmKEnJ"]'
|
||||
[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:30570/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:17022/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:30570/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30570/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30570/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30570/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzM=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30570/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30570/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzU=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30570/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzY=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[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:30570/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "L3dha3UvMi9ycy8yLzc=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17022/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":"L3dha3UvMi9ycy8yLzA=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969624300910685,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzE=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969624311214098,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzI=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969624320209427,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzM=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969624326304099,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzQ=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969624332538294,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzU=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969624337686518,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzY=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969624343285105,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:17022/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"L3dha3UvMi9ycy8yLzc=","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768969624348641576,"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 3c650db980df
|
||||
[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 60a18b9b7294
|
||||
[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/1043/data/attachments/189c50d3a4ed6239.txt
Normal file
862
nim/1043/data/attachments/189c50d3a4ed6239.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_payloads with id: 2026-01-21_04-20-11__f6091be3-f7ae-4137-a186-1f7d859903a0
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-21_04-20-11__f6091be3-f7ae-4137-a186-1f7d859903a0__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.201.50
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56690', '56691', '56692', '56693', '56694']
|
||||
[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 56690:56690 -p 56691:56691 -p 56692:56692 -p 56693:56693 -p 56694:56694 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56692 --rest-port=56690 --tcp-port=56691 --discv5-udp-port=56693 --rest-address=0.0.0.0 --nat=extip:172.18.201.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9d609e2ff528bac4e2f1aedbf27ac5cba1a37fbbbc5b6be868e3594a79db9f7c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56694 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.201.50 waku b62d6b35e67fdf09d28bccfc49bbf2196dd1bbcdae4d84346cf5125b73cfd1d5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID b62d6b35e67f. Setting up logs at ./log/docker/receiving_node1_2026-01-21_04-20-11__f6091be3-f7ae-4137-a186-1f7d859903a0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56690
|
||||
[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 b80d94b9d9e1. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4559a266652d. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56690/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:56690/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.201.50/tcp/56691/p2p/16Uiu2HAmFGVM5Vmw48XwnBR2NPGFxHBPYKimCqQmeujVLy3oMszG","/ip4/172.18.201.50/tcp/56692/ws/p2p/16Uiu2HAmFGVM5Vmw48XwnBR2NPGFxHBPYKimCqQmeujVLy3oMszG"],"enrUri":"enr:-L24QEkIJ5fRUnSA-W-ZzxzfUMVyH7lx6sw8O5CVi5weD7eOObMBA4t30LlDuOeHeZgDKHNUhhvnhx2fxF2ZKZZ7TGYCgmlkgnY0gmlwhKwSyTKKbXVsdGlhZGRyc5YACASsEskyBt1zAAoErBLJMgbddN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJs99Cx5zepts0tbJgJuc00LXTI3ys8DrHTpU8akGCsGDdGNwgt1zg3VkcILddYV3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-21_04-20-11__f6091be3-f7ae-4137-a186-1f7d859903a0__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.40
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56872', '56873', '56874', '56875', '56876']
|
||||
[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 56872:56872 -p 56873:56873 -p 56874:56874 -p 56875:56875 -p 56876:56876 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56874 --rest-port=56872 --tcp-port=56873 --discv5-udp-port=56875 --rest-address=0.0.0.0 --nat=extip:172.18.211.40 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=de2f5dd1bedd05dfe7b4d14aa83b9d99a2623e0cf0a008cc78fea59b02fead7a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56876 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.211.40 waku 6c902eabbf6211d3a654931ecfb99836db1c541804e41fede4bc8ed646d4e0bb
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6c902eabbf62. Setting up logs at ./log/docker/receiving_node2_2026-01-21_04-20-11__f6091be3-f7ae-4137-a186-1f7d859903a0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56872
|
||||
[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:56872/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:56872/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.40/tcp/56873/p2p/16Uiu2HAkx9hoLdYR5fq3U35sWtWR79xgJxpnQjRZmYyugxkRfHuu","/ip4/172.18.211.40/tcp/56874/ws/p2p/16Uiu2HAkx9hoLdYR5fq3U35sWtWR79xgJxpnQjRZmYyugxkRfHuu"],"enrUri":"enr:-L24QEzC8r5xk7vtPXMkBZ2N7rPwPv2kYJw-nsNqybgmtJrIZwvYP1EQxhcGd25ralDuale1O0jeB9BTilhMWxivVfQCgmlkgnY0gmlwhKwS0yiKbXVsdGlhZGRyc5YACASsEtMoBt4pAAoErBLTKAbeKt0DgnJzhQADAQAAiXNlY3AyNTZrMaECKHvTT8_F8uX9k_mciB-gPDWQKX6sTligTROouCAjjMyDdGNwgt4pg3VkcILeK4V3YWt1MgE"}'
|
||||
[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:56872/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.201.50/tcp/56691/p2p/16Uiu2HAmFGVM5Vmw48XwnBR2NPGFxHBPYKimCqQmeujVLy3oMszG"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-21_04-20-11__f6091be3-f7ae-4137-a186-1f7d859903a0__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.242.111
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28611', '28612', '28613', '28614', '28615']
|
||||
[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 28611:28611 -p 28612:28612 -p 28613:28613 -p 28614:28614 -p 28615:28615 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28613 --rest-port=28611 --tcp-port=28612 --discv5-udp-port=28614 --rest-address=0.0.0.0 --nat=extip:172.18.242.111 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=dcc9f29f8569dbd9d9218bbe5aa4599e1b1aba43cb800e63a7ba1fffda192cdf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28615 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEkIJ5fRUnSA-W-ZzxzfUMVyH7lx6sw8O5CVi5weD7eOObMBA4t30LlDuOeHeZgDKHNUhhvnhx2fxF2ZKZZ7TGYCgmlkgnY0gmlwhKwSyTKKbXVsdGlhZGRyc5YACASsEskyBt1zAAoErBLJMgbddN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJs99Cx5zepts0tbJgJuc00LXTI3ys8DrHTpU8akGCsGDdGNwgt1zg3VkcILddYV3YWt1Mgk --lightpushnode=/ip4/172.18.201.50/tcp/56691/p2p/16Uiu2HAmFGVM5Vmw48XwnBR2NPGFxHBPYKimCqQmeujVLy3oMszG --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.242.111 waku 04bc522d24d9d62c696636bfe4710fc5ab7b8884322740f07abb5efa9d8f3a5b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 04bc522d24d9. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-20-11__f6091be3-f7ae-4137-a186-1f7d859903a0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28611
|
||||
[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:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 04bc522d24d9. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:28611/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=28611): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4f97430680>: 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.10.138
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50399', '50400', '50401', '50402', '50403']
|
||||
[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 50399:50399 -p 50400:50400 -p 50401:50401 -p 50402:50402 -p 50403:50403 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50401 --rest-port=50399 --tcp-port=50400 --discv5-udp-port=50402 --rest-address=0.0.0.0 --nat=extip:172.18.10.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f449ae3a0df60efcdbcece876ead8fb4d1ba3c3b9b207277ced1b2402d8dbd4e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50403 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEkIJ5fRUnSA-W-ZzxzfUMVyH7lx6sw8O5CVi5weD7eOObMBA4t30LlDuOeHeZgDKHNUhhvnhx2fxF2ZKZZ7TGYCgmlkgnY0gmlwhKwSyTKKbXVsdGlhZGRyc5YACASsEskyBt1zAAoErBLJMgbddN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJs99Cx5zepts0tbJgJuc00LXTI3ys8DrHTpU8akGCsGDdGNwgt1zg3VkcILddYV3YWt1Mgk --lightpushnode=/ip4/172.18.201.50/tcp/56691/p2p/16Uiu2HAmFGVM5Vmw48XwnBR2NPGFxHBPYKimCqQmeujVLy3oMszG --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.10.138 waku f7c75b3c2069d4f78c13177a2026d8796cc3b0d5f35ee10edcf250d881f87000
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f7c75b3c2069. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-20-11__f6091be3-f7ae-4137-a186-1f7d859903a0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50399
|
||||
[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:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f7c75b3c2069. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:50399/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=50399): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4f97430230>: 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.18
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['32591', '32592', '32593', '32594', '32595']
|
||||
[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 32591:32591 -p 32592:32592 -p 32593:32593 -p 32594:32594 -p 32595:32595 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32593 --rest-port=32591 --tcp-port=32592 --discv5-udp-port=32594 --rest-address=0.0.0.0 --nat=extip:172.18.234.18 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=90ec9616a1ceabccefded81e4eb316f6c43fcb4ffceada6e35e74e1baf2c662c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32595 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEkIJ5fRUnSA-W-ZzxzfUMVyH7lx6sw8O5CVi5weD7eOObMBA4t30LlDuOeHeZgDKHNUhhvnhx2fxF2ZKZZ7TGYCgmlkgnY0gmlwhKwSyTKKbXVsdGlhZGRyc5YACASsEskyBt1zAAoErBLJMgbddN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDJs99Cx5zepts0tbJgJuc00LXTI3ys8DrHTpU8akGCsGDdGNwgt1zg3VkcILddYV3YWt1Mgk --lightpushnode=/ip4/172.18.201.50/tcp/56691/p2p/16Uiu2HAmFGVM5Vmw48XwnBR2NPGFxHBPYKimCqQmeujVLy3oMszG --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.234.18 waku 63b3acdc473372c7bcf311453de21c304756126bdce5389fb62d1fb351d33562
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 63b3acdc4733. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-20-11__f6091be3-f7ae-4137-a186-1f7d859903a0__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 32591
|
||||
[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:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 63b3acdc4733. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:32591/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=32591): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4f974dbec0>: 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 b62d6b35e67f
|
||||
[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 6c902eabbf62
|
||||
[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 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container b62d6b35e67f. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6c902eabbf62. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[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/63b3acdc473372c7bcf311453de21c304756126bdce5389fb62d1fb351d33562/stop: Not Found ("No such container: 63b3acdc473372c7bcf311453de21c304756126bdce5389fb62d1fb351d33562")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[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/63b3acdc473372c7bcf311453de21c304756126bdce5389fb62d1fb351d33562/stop: Not Found ("No such container: 63b3acdc473372c7bcf311453de21c304756126bdce5389fb62d1fb351d33562")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 63b3acdc4733
|
||||
[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/63b3acdc473372c7bcf311453de21c304756126bdce5389fb62d1fb351d33562/stop: Not Found ("No such container: 63b3acdc473372c7bcf311453de21c304756126bdce5389fb62d1fb351d33562")
|
||||
[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.
|
||||
69
nim/1043/data/attachments/18c14b8be400f6ca.txt
Normal file
69
nim/1043/data/attachments/18c14b8be400f6ca.txt
Normal file
@ -0,0 +1,69 @@
|
||||
2026-01-21 04:36:35.957 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:36:35.957 DEBUG [tests.conftest] Running test: test_retrieve_messages_without_subscribing_via_api with id: 2026-01-21_04-36-35__c396f513-f417-44ce-b226-66a9c5907548
|
||||
2026-01-21 04:36:35.957 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:36:35.958 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:36:35.958 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-21 04:36:35.965 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:36:35.965 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-36-35__c396f513-f417-44ce-b226-66a9c5907548__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:36:35.965 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:36:35.965 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:36:35.966 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:36:35.967 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.111.207
|
||||
2026-01-21 04:36:35.967 DEBUG [src.node.docker_mananger] Generated ports ['64930', '64931', '64932', '64933', '64934']
|
||||
2026-01-21 04:36:35.967 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:36:35.967 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:36:35.967 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:36:35.967 DEBUG [src.node.docker_mananger] docker run -i -t -p 64930:64930 -p 64931:64931 -p 64932:64932 -p 64933:64933 -p 64934:64934 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64932 --rest-port=64930 --tcp-port=64931 --discv5-udp-port=64933 --rest-address=0.0.0.0 --nat=extip:172.18.111.207 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e8b6a6de67c9ef455aed9289887ec0e98bd338efe5afd3adddf5eec5b6a4e5e4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64934 --metrics-logging=true --relay=true --filter=true --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-01-21 04:36:36.123 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.111.207 waku 0ac0b338b8d155302ce868199e51030cc4d5177654e1972e9843ba8a2b2ddbf6
|
||||
2026-01-21 04:36:36.148 DEBUG [src.node.docker_mananger] Container started with ID 0ac0b338b8d1. Setting up logs at ./log/docker/node1_2026-01-21_04-36-35__c396f513-f417-44ce-b226-66a9c5907548__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:36:36.148 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64930
|
||||
2026-01-21 04:36:36.148 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:36:36.183 ERROR [src.node.docker_mananger] Max retries reached for container 7cecfde5d2ae. Exiting log stream.
|
||||
2026-01-21 04:36:36.716 ERROR [src.node.docker_mananger] Max retries reached for container 5ea0a6fb02a4. Exiting log stream.
|
||||
2026-01-21 04:36:37.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64930/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:37.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:36:37.153 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:36:37.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64930/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:37.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.111.207/tcp/64931/p2p/16Uiu2HAm7JskHjiRfsEQHCBFxbxfFUEL4V79tcefYpnsa7ynwGBY","/ip4/172.18.111.207/tcp/64932/ws/p2p/16Uiu2HAm7JskHjiRfsEQHCBFxbxfFUEL4V79tcefYpnsa7ynwGBY"],"enrUri":"enr:-L24QM6thjS4dOGv6D1ZPHTmVJJ1ysc27WpJf05p_-XpvGdlHJvL3MldmbP1HJ9NPJKXNiqObRGLjJi6JrLzXLVUrRsCgmlkgnY0gmlwhKwSb8-KbXVsdGlhZGRyc5YACASsEm_PBv2jAAoErBJvzwb9pN0DgnJzhQACAQAAiXNlY3AyNTZrMaECsI57jeqHZ-lUpe3CvgXPJ42719UBeW-HSnPHWZv7Kr-DdGNwgv2jg3VkcIL9pYV3YWt1MgU"}'
|
||||
2026-01-21 04:36:37.155 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:36:37.161 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:36:37.162 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-36-35__c396f513-f417-44ce-b226-66a9c5907548__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:36:37.162 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:36:37.162 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:36:37.163 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:36:37.163 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.171.172
|
||||
2026-01-21 04:36:37.163 DEBUG [src.node.docker_mananger] Generated ports ['45801', '45802', '45803', '45804', '45805']
|
||||
2026-01-21 04:36:37.164 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:36:37.164 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:36:37.164 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:36:37.164 DEBUG [src.node.docker_mananger] docker run -i -t -p 45801:45801 -p 45802:45802 -p 45803:45803 -p 45804:45804 -p 45805:45805 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45803 --rest-port=45801 --tcp-port=45802 --discv5-udp-port=45804 --rest-address=0.0.0.0 --nat=extip:172.18.171.172 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dbf9ae0575e8c0ed59f5a9fa2eddbcff9b7dfa6eccdfc8eee06c6c6bb4a19e13 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45805 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QM6thjS4dOGv6D1ZPHTmVJJ1ysc27WpJf05p_-XpvGdlHJvL3MldmbP1HJ9NPJKXNiqObRGLjJi6JrLzXLVUrRsCgmlkgnY0gmlwhKwSb8-KbXVsdGlhZGRyc5YACASsEm_PBv2jAAoErBJvzwb9pN0DgnJzhQACAQAAiXNlY3AyNTZrMaECsI57jeqHZ-lUpe3CvgXPJ42719UBeW-HSnPHWZv7Kr-DdGNwgv2jg3VkcIL9pYV3YWt1MgU --content-topic=/myapp/1/latest/proto --num-shards-in-network=8
|
||||
2026-01-21 04:36:37.316 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.171.172 waku 9ecd4fa5066422d32d889e11f2ef737035fe120edcc8ee00c394f20ea1b4c30c
|
||||
2026-01-21 04:36:37.341 DEBUG [src.node.docker_mananger] Container started with ID 9ecd4fa50664. Setting up logs at ./log/docker/node2_2026-01-21_04-36-35__c396f513-f417-44ce-b226-66a9c5907548__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:36:37.341 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 45801
|
||||
2026-01-21 04:36:37.341 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:36:38.344 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45801/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:38.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:36:38.358 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:36:38.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45801/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:38.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.172/tcp/45802/p2p/16Uiu2HAmEhgXdz6KSk6JZo4SB4k1wsYAKA2PrN65PY1zvqCisANQ","/ip4/172.18.171.172/tcp/45803/ws/p2p/16Uiu2HAmEhgXdz6KSk6JZo4SB4k1wsYAKA2PrN65PY1zvqCisANQ"],"enrUri":"enr:-L24QDf-dr9Ks16cRKteo-xx7BqOD6yID0UEj5iD7jHU9tG9GqK2aOa3aTwAMdmhSO_oj2VdNzIh09SOxU3ZtqFN80UCgmlkgnY0gmlwhKwSq6yKbXVsdGlhZGRyc5YACASsEqusBrLqAAoErBKrrAay690DgnJzhQACAQAAiXNlY3AyNTZrMaEDHmf3IdNZYX4Mb3YXWy6Mtt0z2_HCi98cAHVv4UXJGd2DdGNwgrLqg3VkcIKy7IV3YWt1MgE"}'
|
||||
2026-01-21 04:36:38.363 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:36:38.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:45801/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.111.207/tcp/64931/p2p/16Uiu2HAm7JskHjiRfsEQHCBFxbxfFUEL4V79tcefYpnsa7ynwGBY"]'
|
||||
2026-01-21 04:36:38.367 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:38.367 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64930/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:38.371 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:38.372 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:36:38.472 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:36:38.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64930/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:38.475 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970198367628948,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:36:38.477 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:36:38.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:45801/relay/v1/auto/messages/%2Fmyapp%2F1%2Flatest%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:38.480 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970198367628948,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:36:38.482 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:36:38.483 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:36:38.483 DEBUG [src.node.waku_node] Stopping container with id 0ac0b338b8d1
|
||||
2026-01-21 04:36:38.989 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:36:38.990 DEBUG [src.node.waku_node] Stopping container with id 9ecd4fa50664
|
||||
2026-01-21 04:36:39.457 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:36:39.458 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:36:39.463 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:36:39.467 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
70
nim/1043/data/attachments/18d31cf9297f1364.txt
Normal file
70
nim/1043/data/attachments/18d31cf9297f1364.txt
Normal file
@ -0,0 +1,70 @@
|
||||
2026-01-21 04:50:24.858 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:50:24.858 DEBUG [tests.conftest] Running test: test_cant_publish_on_not_subscribed_shard with id: 2026-01-21_04-50-24__1d397327-b688-4484-ae36-bd6580af205e
|
||||
2026-01-21 04:50:24.859 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:50:24.859 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:50:24.859 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-21 04:50:24.866 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:50:24.866 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-50-24__1d397327-b688-4484-ae36-bd6580af205e__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:50:24.866 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:50:24.866 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:50:24.868 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:50:24.868 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.104.206
|
||||
2026-01-21 04:50:24.868 DEBUG [src.node.docker_mananger] Generated ports ['51903', '51904', '51905', '51906', '51907']
|
||||
2026-01-21 04:50:24.868 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2026-01-21 04:50:24.868 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-21 04:50:24.868 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:50:24.868 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:50:24.869 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:50:24.869 DEBUG [src.node.docker_mananger] docker run -i -t -p 51903:51903 -p 51904:51904 -p 51905:51905 -p 51906:51906 -p 51907:51907 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51905 --rest-port=51903 --tcp-port=51904 --discv5-udp-port=51906 --rest-address=0.0.0.0 --nat=extip:172.18.104.206 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=bead3421bf88f6a1138ed93c286ad3b5ecabfbdf1fe8d17b0323ec78fcf11c5c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51907 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-21 04:50:25.047 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.104.206 waku 3025f7ca400c6feae9d0819722f7eeae2fc6c8008da7da62ea89056570222c25
|
||||
2026-01-21 04:50:25.077 DEBUG [src.node.docker_mananger] Container started with ID 3025f7ca400c. Setting up logs at ./log/docker/node1_2026-01-21_04-50-24__1d397327-b688-4484-ae36-bd6580af205e__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:50:25.077 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51903
|
||||
2026-01-21 04:50:25.078 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:50:25.108 ERROR [src.node.docker_mananger] Max retries reached for container 7766bb9f1c48. Exiting log stream.
|
||||
2026-01-21 04:50:25.645 ERROR [src.node.docker_mananger] Max retries reached for container 51253bae1f44. Exiting log stream.
|
||||
2026-01-21 04:50:26.078 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51903/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:50:26.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:50:26.081 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:50:26.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51903/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:50:26.084 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.104.206/tcp/51904/p2p/16Uiu2HAkvZLUp2WANsPo8ZXJ8qs5cnaut75VaCQMprnfJ7ZGZVC3","/ip4/172.18.104.206/tcp/51905/ws/p2p/16Uiu2HAkvZLUp2WANsPo8ZXJ8qs5cnaut75VaCQMprnfJ7ZGZVC3"],"enrUri":"enr:-L24QJ7e47d2nnZJGxfw4GYnHuKVYvPZtmJK1Bsf11eDSTdoMTKZZU8SjaQlL-AdmamnaslsF7fwyGnX-GRNxe72NNsCgmlkgnY0gmlwhKwSaM6KbXVsdGlhZGRyc5YACASsEmjOBsrAAAoErBJozgbKwd0DgnJzhQACAQAAiXNlY3AyNTZrMaECENJI99BfRH69BQfh-qDMJ3MYA7U4P7b6LUCpi16fu2CDdGNwgsrAg3VkcILKwoV3YWt1MgU"}'
|
||||
2026-01-21 04:50:26.084 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:50:26.090 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:50:26.091 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-50-24__1d397327-b688-4484-ae36-bd6580af205e__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:50:26.091 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:50:26.091 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:50:26.092 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:50:26.092 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.228.130
|
||||
2026-01-21 04:50:26.092 DEBUG [src.node.docker_mananger] Generated ports ['37033', '37034', '37035', '37036', '37037']
|
||||
2026-01-21 04:50:26.093 DEBUG [src.node.waku_node] Cluster id was resolved to: 2
|
||||
2026-01-21 04:50:26.093 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-21 04:50:26.093 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:50:26.093 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:50:26.093 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:50:26.093 DEBUG [src.node.docker_mananger] docker run -i -t -p 37033:37033 -p 37034:37034 -p 37035:37035 -p 37036:37036 -p 37037:37037 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37035 --rest-port=37033 --tcp-port=37034 --discv5-udp-port=37036 --rest-address=0.0.0.0 --nat=extip:172.18.228.130 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=b9ef8e1a96c8f42ce1f9ff04bace5ef6ffd91aaf3f73db6af28025feccf719f8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37037 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJ7e47d2nnZJGxfw4GYnHuKVYvPZtmJK1Bsf11eDSTdoMTKZZU8SjaQlL-AdmamnaslsF7fwyGnX-GRNxe72NNsCgmlkgnY0gmlwhKwSaM6KbXVsdGlhZGRyc5YACASsEmjOBsrAAAoErBJozgbKwd0DgnJzhQACAQAAiXNlY3AyNTZrMaECENJI99BfRH69BQfh-qDMJ3MYA7U4P7b6LUCpi16fu2CDdGNwgsrAg3VkcILKwoV3YWt1MgU
|
||||
2026-01-21 04:50:26.270 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.228.130 waku 733047a417fb418f56392702934286a3b3f68298ce965823be32801b6e79ba3a
|
||||
2026-01-21 04:50:26.299 DEBUG [src.node.docker_mananger] Container started with ID 733047a417fb. Setting up logs at ./log/docker/node2_2026-01-21_04-50-24__1d397327-b688-4484-ae36-bd6580af205e__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:50:26.300 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37033
|
||||
2026-01-21 04:50:26.300 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:50:27.302 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37033/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:50:27.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":"READY"}]}'
|
||||
2026-01-21 04:50:27.314 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:50:27.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37033/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:50:27.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.228.130/tcp/37034/p2p/16Uiu2HAmM23nBjRoR1hGoCphMRaqCMY6XBgmmEncQ35eDBpNc6aw","/ip4/172.18.228.130/tcp/37035/ws/p2p/16Uiu2HAmM23nBjRoR1hGoCphMRaqCMY6XBgmmEncQ35eDBpNc6aw"],"enrUri":"enr:-L24QB93M2AT8mUtdKW1J2mNwnsQFg5sOK3yW5QWk5MgR8k7MSjH4VcIywwjkyPoqINR2C3ZCZBF4Qbd5pDwlkVIL_wCgmlkgnY0gmlwhKwS5IKKbXVsdGlhZGRyc5YACASsEuSCBpCqAAoErBLkggaQq90DgnJzhQACAQAAiXNlY3AyNTZrMaEDfEKR4hq39fb7Vwhg5Fvf3U4I9Z3PvNDpK2RvMCkjoQyDdGNwgpCqg3VkcIKQrIV3YWt1MgE"}'
|
||||
2026-01-21 04:50:27.320 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:50:27.320 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37033/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.104.206/tcp/51904/p2p/16Uiu2HAkvZLUp2WANsPo8ZXJ8qs5cnaut75VaCQMprnfJ7ZGZVC3"]'
|
||||
2026-01-21 04:50:27.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:50:27.324 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51903/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-01-21 04:50:27.326 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:50:27.326 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:37033/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0"]'
|
||||
2026-01-21 04:50:27.328 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:50:27.329 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51903/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:50:27.331 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:51903/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
||||
2026-01-21 04:50:27.334 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:50:27.335 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:50:27.335 DEBUG [src.node.waku_node] Stopping container with id 3025f7ca400c
|
||||
2026-01-21 04:50:27.877 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:50:27.877 DEBUG [src.node.waku_node] Stopping container with id 733047a417fb
|
||||
2026-01-21 04:50:28.360 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:50:28.362 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:50:28.367 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:50:28.371 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
4007
nim/1043/data/attachments/192586bf27ee5fd5.txt
Normal file
4007
nim/1043/data/attachments/192586bf27ee5fd5.txt
Normal file
File diff suppressed because it is too large
Load Diff
178
nim/1043/data/attachments/193d299adcaa1d57.txt
Normal file
178
nim/1043/data/attachments/193d299adcaa1d57.txt
Normal file
@ -0,0 +1,178 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_multiple_edge_service_nodes_communication with id: 2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node5_2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node6_2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node7_2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node8_2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:434 Start 2 edges nodes and 3 service nodes
|
||||
[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:33 Network waku created
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.99.201
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['33835', '33836', '33837', '33838', '33839']
|
||||
[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 33835:33835 -p 33836:33836 -p 33837:33837 -p 33838:33838 -p 33839:33839 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=33837 --rest-port=33835 --tcp-port=33836 --discv5-udp-port=33838 --rest-address=0.0.0.0 --nat=extip:172.18.99.201 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cdfbcc0e430b20d50f981aecc372ee1202ec130e1c3d8f5eff7e655dcf7d9b57 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33839 --metrics-logging=true --relay=true --store=true --lightpush=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.99.201 waku d7f7461b1e17d5a35af5a0450d03766c78ffb04c8bc3f78f909c2418e54c1b3c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d7f7461b1e17. Setting up logs at ./log/docker/node6_2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 33835
|
||||
[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:33835/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33835/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.201/tcp/33836/p2p/16Uiu2HAmHNBNF9oThDgeA4hbRjDa1Y4MN7tSzgz4Qe6q1UGA4Rme","/ip4/172.18.99.201/tcp/33837/ws/p2p/16Uiu2HAmHNBNF9oThDgeA4hbRjDa1Y4MN7tSzgz4Qe6q1UGA4Rme"],"enrUri":"enr:-L24QOnzrUbBQoZ4OlovLm_-7YdNsqlE_K3QTU0hAVqBQ6l0I-OelJTOENBlhl-WtjY5Xrw8NIe9GPcjGcXywmdm0qQCgmlkgnY0gmlwhKwSY8mKbXVsdGlhZGRyc5YACASsEmPJBoQsAAoErBJjyQaELd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRfwEaWpL_e7bWnTnP5RLJgxdro-NPWhAZPPkbQMFZKWDdGNwgoQsg3VkcIKELoV3YWt1Mgs"}'
|
||||
[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.63.94
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['3887', '3888', '3889', '3890', '3891']
|
||||
[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 3887:3887 -p 3888:3888 -p 3889:3889 -p 3890:3890 -p 3891:3891 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=3889 --rest-port=3887 --tcp-port=3888 --discv5-udp-port=3890 --rest-address=0.0.0.0 --nat=extip:172.18.63.94 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a03a63f7a3f7aecc72d83b7dfb7c6a90e6ba34c76bcc58cfec5ba7cc8de2f153 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=3891 --metrics-logging=true --relay=false --lightpushnode=/ip4/172.18.99.201/tcp/33836/p2p/16Uiu2HAmHNBNF9oThDgeA4hbRjDa1Y4MN7tSzgz4Qe6q1UGA4Rme --discv5-bootstrap-node=enr:-L24QOnzrUbBQoZ4OlovLm_-7YdNsqlE_K3QTU0hAVqBQ6l0I-OelJTOENBlhl-WtjY5Xrw8NIe9GPcjGcXywmdm0qQCgmlkgnY0gmlwhKwSY8mKbXVsdGlhZGRyc5YACASsEmPJBoQsAAoErBJjyQaELd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRfwEaWpL_e7bWnTnP5RLJgxdro-NPWhAZPPkbQMFZKWDdGNwgoQsg3VkcIKELoV3YWt1Mgs
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.63.94 waku 027bff7b09fa9e54f3f6af23dcac7e547bc4b055086668a16c71fbd78db1de77
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 027bff7b09fa. Setting up logs at ./log/docker/node4_2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 3887
|
||||
[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:3887/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":"READY"},{"Legacy Lightpush Client":"READY"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:3887/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.63.94/tcp/3888/p2p/16Uiu2HAmSjCj2Ssk7RTQ5w2tpMmDLmenz7PGxASyfArycaz5uby7","/ip4/172.18.63.94/tcp/3889/ws/p2p/16Uiu2HAmSjCj2Ssk7RTQ5w2tpMmDLmenz7PGxASyfArycaz5uby7"],"enrUri":"enr:-L24QKKPbFdwEGeJdWq5pBV2GiQgchKh-q-Uj_ZWpaE6jD9kDF8W9WLD3t4ShrZJ3X5hSls9deFgci1kHWO1Vu1EPDUCgmlkgnY0gmlwhKwSP16KbXVsdGlhZGRyc5YACASsEj9eBg8wAAoErBI_XgYPMd0DgnJzhQADAQAAiXNlY3AyNTZrMaED0RfusOkx4SpWdWjLdcmXOYtALreejcEzDTrDU8bIpD6DdGNwgg8wg3VkcIIPMoV3YWt1MgA"}'
|
||||
[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.78.50
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['61705', '61706', '61707', '61708', '61709']
|
||||
[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 61705:61705 -p 61706:61706 -p 61707:61707 -p 61708:61708 -p 61709:61709 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61707 --rest-port=61705 --tcp-port=61706 --discv5-udp-port=61708 --rest-address=0.0.0.0 --nat=extip:172.18.78.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ab19d2ab0ded4e89ed9fa6dbe306f52dae52f35bcf0fbfc0fd51ecdaff7c0be8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61709 --metrics-logging=true --relay=true --store=true --discv5-bootstrap-node=enr:-L24QOnzrUbBQoZ4OlovLm_-7YdNsqlE_K3QTU0hAVqBQ6l0I-OelJTOENBlhl-WtjY5Xrw8NIe9GPcjGcXywmdm0qQCgmlkgnY0gmlwhKwSY8mKbXVsdGlhZGRyc5YACASsEmPJBoQsAAoErBJjyQaELd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDRfwEaWpL_e7bWnTnP5RLJgxdro-NPWhAZPPkbQMFZKWDdGNwgoQsg3VkcIKELoV3YWt1Mgs
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.78.50 waku 6d6b172829b225001ab3a2a4bb03fd617468568c7adec982fc4036fa981e7a2a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6d6b172829b2. Setting up logs at ./log/docker/node7_2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 61705
|
||||
[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:61705/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":"READY"},{"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:61705/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.50/tcp/61706/p2p/16Uiu2HAm1WPyfg1u2nHhRjqmQt1tXptPvYgyH8tPnsMAq17g6mqL","/ip4/172.18.78.50/tcp/61707/ws/p2p/16Uiu2HAm1WPyfg1u2nHhRjqmQt1tXptPvYgyH8tPnsMAq17g6mqL"],"enrUri":"enr:-L24QIeV4iL9f_6YZBf1cCxnnG2Sq7amyZOsRnArNhGDv1ysTuikU-m4QMgSMPt5Yzk9DJ03qoUhT4x9n8GYH86Al0cCgmlkgnY0gmlwhKwSTjKKbXVsdGlhZGRyc5YACASsEk4yBvEKAAoErBJOMgbxC90DgnJzhQADAQAAiXNlY3AyNTZrMaECWlvukGWFcgegWX7sToRQTFQs0hCiYmXxzWKlla4gCBuDdGNwgvEKg3VkcILxDIV3YWt1MgM"}'
|
||||
[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.198.228
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['54738', '54739', '54740', '54741', '54742']
|
||||
[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 54738:54738 -p 54739:54739 -p 54740:54740 -p 54741:54741 -p 54742:54742 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54740 --rest-port=54738 --tcp-port=54739 --discv5-udp-port=54741 --rest-address=0.0.0.0 --nat=extip:172.18.198.228 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6bd1e64da5c4b45fbae04ada9101ed1dcb6a2f36a11c46e9adfcbc0b7cfebdbd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54742 --metrics-logging=true --relay=true --filter=true --storenode=/ip4/172.18.78.50/tcp/61706/p2p/16Uiu2HAm1WPyfg1u2nHhRjqmQt1tXptPvYgyH8tPnsMAq17g6mqL --discv5-bootstrap-node=enr:-L24QIeV4iL9f_6YZBf1cCxnnG2Sq7amyZOsRnArNhGDv1ysTuikU-m4QMgSMPt5Yzk9DJ03qoUhT4x9n8GYH86Al0cCgmlkgnY0gmlwhKwSTjKKbXVsdGlhZGRyc5YACASsEk4yBvEKAAoErBJOMgbxC90DgnJzhQADAQAAiXNlY3AyNTZrMaECWlvukGWFcgegWX7sToRQTFQs0hCiYmXxzWKlla4gCBuDdGNwgvEKg3VkcILxDIV3YWt1MgM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.198.228 waku c02762714343181b31a0cad98e7317972067f001edc7074ab0be1d4ffb3903a5
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c02762714343. Setting up logs at ./log/docker/node8_2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 54738
|
||||
[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:54738/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":"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:54738/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.198.228/tcp/54739/p2p/16Uiu2HAkx87TtNGZrskJPgkZ73Hi2BpUAwfvEj4e1oiH8QEADiLA","/ip4/172.18.198.228/tcp/54740/ws/p2p/16Uiu2HAkx87TtNGZrskJPgkZ73Hi2BpUAwfvEj4e1oiH8QEADiLA"],"enrUri":"enr:-L24QO7qDC7pvaqp2RTweggE4jDIeDzqM_cg38csps2TiDOXRZEhKJhFT5g3vyu-wpqAes_0SnZCI5VLLZObUL88128CgmlkgnY0gmlwhKwSxuSKbXVsdGlhZGRyc5YACASsEsbkBtXTAAoErBLG5AbV1N0DgnJzhQADAQAAiXNlY3AyNTZrMaECKBNr5b-vTajeDTQXEIA-Gwr4Jz3rNX7mbyDNTWLvAuuDdGNwgtXTg3VkcILV1YV3YWt1MgU"}'
|
||||
[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.200.48
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['6492', '6493', '6494', '6495', '6496']
|
||||
[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 6492:6492 -p 6493:6493 -p 6494:6494 -p 6495:6495 -p 6496:6496 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6494 --rest-port=6492 --tcp-port=6493 --discv5-udp-port=6495 --rest-address=0.0.0.0 --nat=extip:172.18.200.48 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ddcb9fd2fdf583f1cd44cb7118d7cebb0b923ee218918aef2e8fdbcaa3caa3c1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6496 --metrics-logging=true --relay=false --filternode=/ip4/172.18.198.228/tcp/54739/p2p/16Uiu2HAkx87TtNGZrskJPgkZ73Hi2BpUAwfvEj4e1oiH8QEADiLA --storenode=/ip4/172.18.78.50/tcp/61706/p2p/16Uiu2HAm1WPyfg1u2nHhRjqmQt1tXptPvYgyH8tPnsMAq17g6mqL --discv5-bootstrap-node=enr:-L24QIeV4iL9f_6YZBf1cCxnnG2Sq7amyZOsRnArNhGDv1ysTuikU-m4QMgSMPt5Yzk9DJ03qoUhT4x9n8GYH86Al0cCgmlkgnY0gmlwhKwSTjKKbXVsdGlhZGRyc5YACASsEk4yBvEKAAoErBJOMgbxC90DgnJzhQADAQAAiXNlY3AyNTZrMaECWlvukGWFcgegWX7sToRQTFQs0hCiYmXxzWKlla4gCBuDdGNwgvEKg3VkcILxDIV3YWt1MgM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.200.48 waku a00a7d6057b434c57b3727d4cfee4eb1abc8ae663116bfa0c5abf5f3fe004bf7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a00a7d6057b4. Setting up logs at ./log/docker/node5_2026-01-21_04-18-56__96d1ef26-4f55-4feb-91a6-321e77609615__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 6492
|
||||
[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:6492/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":"READY"},{"Legacy Store Client":"READY"},{"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:6492/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.48/tcp/6493/p2p/16Uiu2HAmGS39gHzdFKC98PLfLKBkiTR4yJSTSLx4sr7kDAD1gEdY","/ip4/172.18.200.48/tcp/6494/ws/p2p/16Uiu2HAmGS39gHzdFKC98PLfLKBkiTR4yJSTSLx4sr7kDAD1gEdY"],"enrUri":"enr:-L24QH68G6sacsrKz8DXqj9_7DweGWwQv9zwYcYsyNWXuHjRdu3rrc_3JRwKLtL_bv9kjjC9HJuG7h99LkYVgb-Qj0UCgmlkgnY0gmlwhKwSyDCKbXVsdGlhZGRyc5YACASsEsgwBhldAAoErBLIMAYZXt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDOB1c6RQkMvAolW8OvVd-7WAgoHcmcalOov0Gkg66k_ODdGNwghldg3VkcIIZX4V3YWt1MgA"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:450 Connect 3 service nodes to relay subscriptions
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:33835/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/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:61705/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:54738/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:33835/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.78.50/tcp/57330/p2p/16Uiu2HAm1WPyfg1u2nHhRjqmQt1tXptPvYgyH8tPnsMAq17g6mqL","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61705/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.17.0.5/tcp/42130/p2p/16Uiu2HAkx87TtNGZrskJPgkZ73Hi2BpUAwfvEj4e1oiH8QEADiLA","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-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.99.201/tcp/33836/p2p/16Uiu2HAmHNBNF9oThDgeA4hbRjDa1Y4MN7tSzgz4Qe6q1UGA4Rme","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/lightpush/3.0.0","/vac/waku/lightpush/2.0.0-beta1","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54738/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.78.50/tcp/61706/p2p/16Uiu2HAm1WPyfg1u2nHhRjqmQt1tXptPvYgyH8tPnsMAq17g6mqL","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 30 seconds
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:456 Edge node2 makes filter subscription to pubsubtopic /waku/2/rs/3/1 and content topic /test/1/waku-filter/proto
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:6492/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"}'
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:461 Check if service node1 receives message sent by edge node1
|
||||
[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:3887/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": 1768969175552097524}}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:33835/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1768969175552097524,"ephemeral":false,"proof":""}]'
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:465 Check if edge node2 can query stored message
|
||||
[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:6492/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&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":"1ba4899ebebcd08e0494","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x80605db96d4aba2559f194d0ab1ab351562df90bb316596bf0498812c3fa2218"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:468 Check if service node3 can query stored message
|
||||
[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:54738/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F1&pageSize=50&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":"a7e56538aa18eddc40cb","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x80605db96d4aba2559f194d0ab1ab351562df90bb316596bf0498812c3fa2218"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:471 Check if edge node2 can get sent message using filter get request
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6492/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":1768969175552097524,"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 d7f7461b1e17
|
||||
[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 027bff7b09fa
|
||||
[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 6d6b172829b2
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d7f7461b1e17. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c02762714343
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 027bff7b09fa. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id a00a7d6057b4
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6d6b172829b2. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
115
nim/1043/data/attachments/19de429bbb9fd148.txt
Normal file
115
nim/1043/data/attachments/19de429bbb9fd148.txt
Normal file
@ -0,0 +1,115 @@
|
||||
2026-01-21 04:20:30.808 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:20:30.808 DEBUG [tests.conftest] Running test: test_filter_get_message_with_valid_timestamps with id: 2026-01-21_04-20-30__c2cbc43a-4a87-4738-b1bc-e4ef1a0ad122
|
||||
2026-01-21 04:20:30.808 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:20:30.809 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-21 04:20:30.809 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-01-21 04:20:30.815 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:20:30.815 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-20-30__c2cbc43a-4a87-4738-b1bc-e4ef1a0ad122__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:30.815 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:20:30.815 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:20:30.817 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:20:30.817 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.82.184
|
||||
2026-01-21 04:20:30.817 DEBUG [src.node.docker_mananger] Generated ports ['41961', '41962', '41963', '41964', '41965']
|
||||
2026-01-21 04:20:30.817 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:20:30.817 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:20:30.817 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:20:30.818 DEBUG [src.node.docker_mananger] docker run -i -t -p 41961:41961 -p 41962:41962 -p 41963:41963 -p 41964:41964 -p 41965:41965 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41963 --rest-port=41961 --tcp-port=41962 --discv5-udp-port=41964 --rest-address=0.0.0.0 --nat=extip:172.18.82.184 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cb7ea6c5d7342be955ce182a03f21abee0315efbe127dec53d4e59c746842fe4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41965 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-21 04:20:30.995 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.82.184 waku 1135a6e8a76e8af3cf33b5358c550162ecb0f3ac0ec5a8727463eed3e2b2da31
|
||||
2026-01-21 04:20:31.003 ERROR [src.node.docker_mananger] Max retries reached for container 15f9f06e2640. Exiting log stream.
|
||||
2026-01-21 04:20:31.028 DEBUG [src.node.docker_mananger] Container started with ID 1135a6e8a76e. Setting up logs at ./log/docker/node1_2026-01-21_04-20-30__c2cbc43a-4a87-4738-b1bc-e4ef1a0ad122__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:31.029 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41961
|
||||
2026-01-21 04:20:31.030 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:20:31.416 ERROR [src.node.docker_mananger] Max retries reached for container e9db8f8d60a1. Exiting log stream.
|
||||
2026-01-21 04:20:32.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41961/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:32.034 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:20:32.034 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:20:32.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41961/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:32.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.82.184/tcp/41962/p2p/16Uiu2HAmM2XZskJvYR4kauYBeiz51BaCQ2gdw8obGWxAxZvEXEHB","/ip4/172.18.82.184/tcp/41963/ws/p2p/16Uiu2HAmM2XZskJvYR4kauYBeiz51BaCQ2gdw8obGWxAxZvEXEHB"],"enrUri":"enr:-L24QFZfroIeRWmtMG3lPSnXxWTal2N3hUku5tcmM0dAWX9PfYHkOxAigHceTGmikjI8a_GfQT_44jHarX-gBVsJJ14CgmlkgnY0gmlwhKwSUriKbXVsdGlhZGRyc5YACASsElK4BqPqAAoErBJSuAaj690DgnJzhQADAQAAiXNlY3AyNTZrMaEDfGH9VLFGJwsvD9pipt4sN53DF4SKgJ8GRmRZmSp8t56DdGNwgqPqg3VkcIKj7IV3YWt1MgU"}'
|
||||
2026-01-21 04:20:32.037 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:20:32.037 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-01-21 04:20:32.044 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:20:32.044 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-20-30__c2cbc43a-4a87-4738-b1bc-e4ef1a0ad122__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:32.044 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:20:32.044 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:20:32.046 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:20:32.046 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.101.237
|
||||
2026-01-21 04:20:32.046 DEBUG [src.node.docker_mananger] Generated ports ['31302', '31303', '31304', '31305', '31306']
|
||||
2026-01-21 04:20:32.046 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:20:32.047 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:20:32.047 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:20:32.047 DEBUG [src.node.docker_mananger] docker run -i -t -p 31302:31302 -p 31303:31303 -p 31304:31304 -p 31305:31305 -p 31306:31306 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31304 --rest-port=31302 --tcp-port=31303 --discv5-udp-port=31305 --rest-address=0.0.0.0 --nat=extip:172.18.101.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e64f0429e3febff722748bd584ecac145f4c9f9cdcd8da287fff98abee4b37ad --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31306 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QFZfroIeRWmtMG3lPSnXxWTal2N3hUku5tcmM0dAWX9PfYHkOxAigHceTGmikjI8a_GfQT_44jHarX-gBVsJJ14CgmlkgnY0gmlwhKwSUriKbXVsdGlhZGRyc5YACASsElK4BqPqAAoErBJSuAaj690DgnJzhQADAQAAiXNlY3AyNTZrMaEDfGH9VLFGJwsvD9pipt4sN53DF4SKgJ8GRmRZmSp8t56DdGNwgqPqg3VkcIKj7IV3YWt1MgU --filternode=/ip4/172.18.82.184/tcp/41962/p2p/16Uiu2HAmM2XZskJvYR4kauYBeiz51BaCQ2gdw8obGWxAxZvEXEHB
|
||||
2026-01-21 04:20:32.224 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.101.237 waku af9c25e3f003fa8cea4259ac82eefe9002e6e630a5d3da0c6695fbf3dac6366f
|
||||
2026-01-21 04:20:32.259 DEBUG [src.node.docker_mananger] Container started with ID af9c25e3f003. Setting up logs at ./log/docker/node2_2026-01-21_04-20-30__c2cbc43a-4a87-4738-b1bc-e4ef1a0ad122__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:32.259 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31302
|
||||
2026-01-21 04:20:32.259 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:20:33.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31302/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.265 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:20:33.265 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:20:33.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31302/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.268 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.101.237/tcp/31303/p2p/16Uiu2HAmTBsf5nYfMbcvNT3sD9QmpLovC5MWFe5u292RsPtyDHWY","/ip4/172.18.101.237/tcp/31304/ws/p2p/16Uiu2HAmTBsf5nYfMbcvNT3sD9QmpLovC5MWFe5u292RsPtyDHWY"],"enrUri":"enr:-L24QPKpwDlKvUELnO4lITthJREYfeDYM2MirQ3iIRTHy072UWRe4VUR7HcwqNExtmLQfO-brYcmXfx77Q74NfY7ZfECgmlkgnY0gmlwhKwSZe2KbXVsdGlhZGRyc5YACASsEmXtBnpHAAoErBJl7QZ6SN0DgnJzhQADAQAAiXNlY3AyNTZrMaED1-0N01r2JmgD9tBuktzzz50eHW_RsBibOXbSJPgPjbGDdGNwgnpHg3VkcIJ6SYV3YWt1MgA"}'
|
||||
2026-01-21 04:20:33.268 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:20:33.268 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31302/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.82.184/tcp/41962/p2p/16Uiu2HAmM2XZskJvYR4kauYBeiz51BaCQ2gdw8obGWxAxZvEXEHB"]'
|
||||
2026-01-21 04:20:33.299 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:33.301 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-01-21 04:20:33.301 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41961/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-21 04:20:33.315 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:33.316 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:31302/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8dcf61ac-6913-4252-925b-88a501242741", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:20:33.330 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"8dcf61ac-6913-4252-925b-88a501242741","statusDesc":"OK"}'
|
||||
2026-01-21 04:20:33.332 DEBUG [tests.filter.test_get_messages] Running test with timestamp Now
|
||||
2026-01-21 04:20:33.332 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41961/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:20:33.339 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:33.339 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:20:33.439 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:20:33.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31302/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.443 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":1768969160745183744,"ephemeral":false}]'
|
||||
2026-01-21 04:20:33.444 DEBUG [tests.filter.test_get_messages] Running test with timestamp Far future
|
||||
2026-01-21 04:20:33.445 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41961/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:20:33.449 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:33.449 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:20:33.550 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:20:33.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31302/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.553 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":2084329160745170176,"ephemeral":false}]'
|
||||
2026-01-21 04:20:33.554 DEBUG [tests.filter.test_get_messages] Running test with timestamp Recent past
|
||||
2026-01-21 04:20:33.555 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41961/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:20:33.559 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:33.559 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:20:33.660 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:20:33.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31302/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.663 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":1768965560745170176,"ephemeral":false}]'
|
||||
2026-01-21 04:20:33.664 DEBUG [tests.filter.test_get_messages] Running test with timestamp Near future
|
||||
2026-01-21 04:20:33.665 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41961/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:20:33.669 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:33.669 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:20:33.770 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:20:33.770 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31302/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.773 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":1768972760745170176,"ephemeral":false}]'
|
||||
2026-01-21 04:20:33.774 DEBUG [tests.filter.test_get_messages] Running test with timestamp Positive number
|
||||
2026-01-21 04:20:33.775 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41961/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:20:33.780 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:33.780 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:20:33.880 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:20:33.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31302/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.883 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1,"ephemeral":false}]'
|
||||
2026-01-21 04:20:33.885 DEBUG [tests.filter.test_get_messages] Running test with timestamp Negative number
|
||||
2026-01-21 04:20:33.885 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41961/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:20:33.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:33.890 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:20:33.990 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:20:33.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31302/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.993 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":-1,"ephemeral":false}]'
|
||||
2026-01-21 04:20:33.995 DEBUG [tests.filter.test_get_messages] Running test with timestamp DST change
|
||||
2026-01-21 04:20:33.995 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41961/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:20:34.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:34.000 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:20:34.100 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:20:34.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31302/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:34.104 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/1/waku-filter/proto","version":0,"timestamp":1583632800000000000,"ephemeral":false}]'
|
||||
2026-01-21 04:20:34.107 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:20:34.108 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:20:34.108 DEBUG [src.node.waku_node] Stopping container with id 1135a6e8a76e
|
||||
2026-01-21 04:20:34.654 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:20:34.654 DEBUG [src.node.waku_node] Stopping container with id af9c25e3f003
|
||||
2026-01-21 04:20:35.159 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:20:35.160 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:20:35.166 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:20:35.171 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
100
nim/1043/data/attachments/19fa8e69259f9003.txt
Normal file
100
nim/1043/data/attachments/19fa8e69259f9003.txt
Normal file
@ -0,0 +1,100 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_store_with_multiple_content_topics with id: 2026-01-21_04-42-32__b9e4d5c4-d07d-4493-91e1-845b5464ba01
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-42-32__b9e4d5c4-d07d-4493-91e1-845b5464ba01__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.26.144
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['19995', '19996', '19997', '19998', '19999']
|
||||
[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 19995:19995 -p 19996:19996 -p 19997:19997 -p 19998:19998 -p 19999:19999 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=19997 --rest-port=19995 --tcp-port=19996 --discv5-udp-port=19998 --rest-address=0.0.0.0 --nat=extip:172.18.26.144 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b703ea25312dfcb3c6bbf615fc947cb6650cccfb111f6ab819afa8b0e732e03f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19999 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.26.144 waku d37247ced49aa0a420692e3e74a78468525de862b57fc0affc6eaadfcb951244
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d37247ced49a. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-42-32__b9e4d5c4-d07d-4493-91e1-845b5464ba01__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 19995
|
||||
[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 c8cf7f18c0bb. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2da6a0240803. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19995/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:19995/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.26.144/tcp/19996/p2p/16Uiu2HAkxr6Vw1zGrY47Qtoz95JukcDHh9PnEo6ruLDr9zUd8Ah1","/ip4/172.18.26.144/tcp/19997/ws/p2p/16Uiu2HAkxr6Vw1zGrY47Qtoz95JukcDHh9PnEo6ruLDr9zUd8Ah1"],"enrUri":"enr:-L24QJNKSOgD0DUD6eruwwGaI_YL8O07SZ68iXig_J7lzoVVc3Gcpb_skajinFkOMprA4URMJb40n9MYCmMgUQFkjU4CgmlkgnY0gmlwhKwSGpCKbXVsdGlhZGRyc5YACASsEhqQBk4cAAoErBIakAZOHd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMtS5gYV67MKQ7rdPSeXHK6R2JY2zxFvFh67nH4rnMcyDdGNwgk4cg3VkcIJOHoV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-42-32__b9e4d5c4-d07d-4493-91e1-845b5464ba01__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.6.164
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['13381', '13382', '13383', '13384', '13385']
|
||||
[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 13381:13381 -p 13382:13382 -p 13383:13383 -p 13384:13384 -p 13385:13385 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=13383 --rest-port=13381 --tcp-port=13382 --discv5-udp-port=13384 --rest-address=0.0.0.0 --nat=extip:172.18.6.164 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7be4ffd37a124655fa5bcb44a6bf7063ab0beed6fb5f98a6dc7f654de7cd701e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=13385 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJNKSOgD0DUD6eruwwGaI_YL8O07SZ68iXig_J7lzoVVc3Gcpb_skajinFkOMprA4URMJb40n9MYCmMgUQFkjU4CgmlkgnY0gmlwhKwSGpCKbXVsdGlhZGRyc5YACASsEhqQBk4cAAoErBIakAZOHd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMtS5gYV67MKQ7rdPSeXHK6R2JY2zxFvFh67nH4rnMcyDdGNwgk4cg3VkcIJOHoV3YWt1MgM --storenode=/ip4/172.18.26.144/tcp/19996/p2p/16Uiu2HAkxr6Vw1zGrY47Qtoz95JukcDHh9PnEo6ruLDr9zUd8Ah1 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.6.164 waku 4de9390ac27a40afb3690b319361cd2192d5560a5c79777dab5b0fcae89b526b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4de9390ac27a. Setting up logs at ./log/docker/store_node1_2026-01-21_04-42-32__b9e4d5c4-d07d-4493-91e1-845b5464ba01__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 13381
|
||||
[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:13381/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:13381/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.6.164/tcp/13382/p2p/16Uiu2HAm2L7fxyNUequnPYAGdJruu9Ffvvc9aS872QRUnobWomqv","/ip4/172.18.6.164/tcp/13383/ws/p2p/16Uiu2HAm2L7fxyNUequnPYAGdJruu9Ffvvc9aS872QRUnobWomqv"],"enrUri":"enr:-L24QIvY0mMafsaLeaTzMQF6sSJ1XVi6BgwHnbYIMQc88InEUg-uyv7HO3ieP2L5lwT6rH10cIwgNC3DeNfqVhfDia4CgmlkgnY0gmlwhKwSBqSKbXVsdGlhZGRyc5YACASsEgakBjRGAAoErBIGpAY0R90DgnJzhQADAQAAiXNlY3AyNTZrMaECZpVf1w-fXHX3ppK-yuQXkmOUZGFjHn0wbPX9p25woYWDdGNwgjRGg3VkcII0SIV3YWt1MgM"}'
|
||||
[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:13381/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.26.144/tcp/19996/p2p/16Uiu2HAkxr6Vw1zGrY47Qtoz95JukcDHh9PnEo6ruLDr9zUd8Ah1"]'
|
||||
[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:19995/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:13381/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:19995/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:19995/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:19995/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:19995/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:19995/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:19995/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:19995/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:19995/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:19995/store/v3/messages?contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto%2C%2Fstatusim%2F1%2Fcommunity%2Fcbor&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9e1d506efb39e759c28b6d8b80956d680f0f2096988455f82efed97cfc089864"},{"messageHash":"0x540cd99d7c84be64b233a9cd292eeecfc6fcf5888de803205a2381f6401d25e0"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:13381/store/v3/messages?contentTopics=%2Fmyapp%2F1%2Flatest%2Fproto%2C%2Fstatusim%2F1%2Fcommunity%2Fcbor&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9e1d506efb39e759c28b6d8b80956d680f0f2096988455f82efed97cfc089864"},{"messageHash":"0x540cd99d7c84be64b233a9cd292eeecfc6fcf5888de803205a2381f6401d25e0"}]}'
|
||||
[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 d37247ced49a
|
||||
[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 4de9390ac27a
|
||||
[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/1043/data/attachments/1a5c74d188ae8b00.txt
Normal file
116
nim/1043/data/attachments/1a5c74d188ae8b00.txt
Normal file
@ -0,0 +1,116 @@
|
||||
2026-01-21 04:24:28.620 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:24:28.620 DEBUG [tests.conftest] Running test: test_admin_set_all_log_levels with id: 2026-01-21_04-24-28__bb33ea2a-eb65-4c8b-8c21-536e92119234
|
||||
2026-01-21 04:24:28.621 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:24:28.621 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-21 04:24:28.621 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-21 04:24:28.627 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:28.627 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-24-28__bb33ea2a-eb65-4c8b-8c21-536e92119234__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:28.633 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:28.633 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-24-28__bb33ea2a-eb65-4c8b-8c21-536e92119234__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:28.639 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:28.639 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-24-28__bb33ea2a-eb65-4c8b-8c21-536e92119234__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:28.644 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:28.645 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-21_04-24-28__bb33ea2a-eb65-4c8b-8c21-536e92119234__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:28.645 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:24:28.645 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-21 04:24:28.646 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:28.646 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:28.647 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:28.648 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.95.50
|
||||
2026-01-21 04:24:28.648 DEBUG [src.node.docker_mananger] Generated ports ['51542', '51543', '51544', '51545', '51546']
|
||||
2026-01-21 04:24:28.648 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:28.648 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:28.648 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:28.648 DEBUG [src.node.docker_mananger] docker run -i -t -p 51542:51542 -p 51543:51543 -p 51544:51544 -p 51545:51545 -p 51546:51546 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=51544 --rest-port=51542 --tcp-port=51543 --discv5-udp-port=51545 --rest-address=0.0.0.0 --nat=extip:172.18.95.50 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9ee285b7d34bc107b2b11e7668bdbaaa331d0fbba7f357eebc83aabd5eace934 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=51546 --metrics-logging=true --relay=true
|
||||
2026-01-21 04:24:28.826 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.95.50 waku 7a45ce4bdb72ca29b2622caf73125b14d52e2ff6a8d8db5ec1418761fa7cd0b4
|
||||
2026-01-21 04:24:28.857 DEBUG [src.node.docker_mananger] Container started with ID 7a45ce4bdb72. Setting up logs at ./log/docker/node1_2026-01-21_04-24-28__bb33ea2a-eb65-4c8b-8c21-536e92119234__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:28.858 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 51542
|
||||
2026-01-21 04:24:28.858 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:28.921 ERROR [src.node.docker_mananger] Max retries reached for container 1e9ca97760e7. Exiting log stream.
|
||||
2026-01-21 04:24:29.428 ERROR [src.node.docker_mananger] Max retries reached for container bcd754aba978. Exiting log stream.
|
||||
2026-01-21 04:24:29.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51542/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:29.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:24:29.863 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:29.863 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:51542/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:29.865 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.95.50/tcp/51543/p2p/16Uiu2HAmTyt9skAhibxi7R3ZKTvy3VWMVH7HSod6sDfHpaK48ruq","/ip4/172.18.95.50/tcp/51544/ws/p2p/16Uiu2HAmTyt9skAhibxi7R3ZKTvy3VWMVH7HSod6sDfHpaK48ruq"],"enrUri":"enr:-L24QMACKQOAfmkxnX2gTHVukOok8mAHoR12PydaxZHv5GZ3N_2ACP5fg28jnVEiruf_0DIma2H1tjwZSp_GpUAJ9VwCgmlkgnY0gmlwhKwSXzKKbXVsdGlhZGRyc5YACASsEl8yBslXAAoErBJfMgbJWN0DgnJzhQADAQAAiXNlY3AyNTZrMaED47ZVIJN2DdwZvHqtsqVmumv7zKKJDH0Zx-LeMMTO6ySDdGNwgslXg3VkcILJWYV3YWt1MgE"}'
|
||||
2026-01-21 04:24:29.865 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:29.866 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:29.866 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:29.867 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:29.867 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.100.237
|
||||
2026-01-21 04:24:29.867 DEBUG [src.node.docker_mananger] Generated ports ['41995', '41996', '41997', '41998', '41999']
|
||||
2026-01-21 04:24:29.867 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:29.868 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:29.868 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:29.868 DEBUG [src.node.docker_mananger] docker run -i -t -p 41995:41995 -p 41996:41996 -p 41997:41997 -p 41998:41998 -p 41999:41999 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41997 --rest-port=41995 --tcp-port=41996 --discv5-udp-port=41998 --rest-address=0.0.0.0 --nat=extip:172.18.100.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2c326af41f0fed6bb960eec00fd0e5fbdd2f26ab7e87d7c4d48dc3f967cbf575 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41999 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QMACKQOAfmkxnX2gTHVukOok8mAHoR12PydaxZHv5GZ3N_2ACP5fg28jnVEiruf_0DIma2H1tjwZSp_GpUAJ9VwCgmlkgnY0gmlwhKwSXzKKbXVsdGlhZGRyc5YACASsEl8yBslXAAoErBJfMgbJWN0DgnJzhQADAQAAiXNlY3AyNTZrMaED47ZVIJN2DdwZvHqtsqVmumv7zKKJDH0Zx-LeMMTO6ySDdGNwgslXg3VkcILJWYV3YWt1MgE
|
||||
2026-01-21 04:24:30.060 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.100.237 waku 0a4fbe89aa96bf774843226cdeb501e2e68b54cef692bf21d6c6eaa0264ab09d
|
||||
2026-01-21 04:24:30.090 DEBUG [src.node.docker_mananger] Container started with ID 0a4fbe89aa96. Setting up logs at ./log/docker/node2_2026-01-21_04-24-28__bb33ea2a-eb65-4c8b-8c21-536e92119234__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:30.091 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41995
|
||||
2026-01-21 04:24:30.091 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:31.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.106 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:24:31.108 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:31.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.237/tcp/41996/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5","/ip4/172.18.100.237/tcp/41997/ws/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5"],"enrUri":"enr:-L24QDCEHeJCx3_F-8o1vX5hXQLG6Qdqvlf4CHxrR3w7mtR-f4vhy8wWzSbGUYj7gTUA8eztveK9BRHZX5vunAhsCg8CgmlkgnY0gmlwhKwSZO2KbXVsdGlhZGRyc5YACASsEmTtBqQMAAoErBJk7QakDd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIKbmRsTwet9eYxPxsr5si5xygCundb9VotwpwBrKpOaDdGNwgqQMg3VkcIKkDoV3YWt1MgE"}'
|
||||
2026-01-21 04:24:31.113 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:31.113 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51542/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:31.117 DEBUG [tests.rest_flags.test_admin_flags] Set log level (TRACE) -> status=200
|
||||
2026-01-21 04:24:31.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.120 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.237/tcp/41996/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5","/ip4/172.18.100.237/tcp/41997/ws/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5"],"enrUri":"enr:-L24QDCEHeJCx3_F-8o1vX5hXQLG6Qdqvlf4CHxrR3w7mtR-f4vhy8wWzSbGUYj7gTUA8eztveK9BRHZX5vunAhsCg8CgmlkgnY0gmlwhKwSZO2KbXVsdGlhZGRyc5YACASsEmTtBqQMAAoErBJk7QakDd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIKbmRsTwet9eYxPxsr5si5xygCundb9VotwpwBrKpOaDdGNwgqQMg3VkcIKkDoV3YWt1MgE"}'
|
||||
2026-01-21 04:24:31.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-127-ga4e44d'
|
||||
2026-01-21 04:24:31.122 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51542/admin/v1/log-level/DEBUG" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.125 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:31.125 DEBUG [tests.rest_flags.test_admin_flags] Set log level (DEBUG) -> status=200
|
||||
2026-01-21 04:24:31.125 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.237/tcp/41996/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5","/ip4/172.18.100.237/tcp/41997/ws/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5"],"enrUri":"enr:-L24QDCEHeJCx3_F-8o1vX5hXQLG6Qdqvlf4CHxrR3w7mtR-f4vhy8wWzSbGUYj7gTUA8eztveK9BRHZX5vunAhsCg8CgmlkgnY0gmlwhKwSZO2KbXVsdGlhZGRyc5YACASsEmTtBqQMAAoErBJk7QakDd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIKbmRsTwet9eYxPxsr5si5xygCundb9VotwpwBrKpOaDdGNwgqQMg3VkcIKkDoV3YWt1MgE"}'
|
||||
2026-01-21 04:24:31.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.130 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-127-ga4e44d'
|
||||
2026-01-21 04:24:31.130 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51542/admin/v1/log-level/INFO" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:31.132 DEBUG [tests.rest_flags.test_admin_flags] Set log level (INFO) -> status=200
|
||||
2026-01-21 04:24:31.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.134 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.237/tcp/41996/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5","/ip4/172.18.100.237/tcp/41997/ws/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5"],"enrUri":"enr:-L24QDCEHeJCx3_F-8o1vX5hXQLG6Qdqvlf4CHxrR3w7mtR-f4vhy8wWzSbGUYj7gTUA8eztveK9BRHZX5vunAhsCg8CgmlkgnY0gmlwhKwSZO2KbXVsdGlhZGRyc5YACASsEmTtBqQMAAoErBJk7QakDd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIKbmRsTwet9eYxPxsr5si5xygCundb9VotwpwBrKpOaDdGNwgqQMg3VkcIKkDoV3YWt1MgE"}'
|
||||
2026-01-21 04:24:31.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.136 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-127-ga4e44d'
|
||||
2026-01-21 04:24:31.136 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51542/admin/v1/log-level/NOTICE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:31.138 DEBUG [tests.rest_flags.test_admin_flags] Set log level (NOTICE) -> status=200
|
||||
2026-01-21 04:24:31.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.140 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.237/tcp/41996/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5","/ip4/172.18.100.237/tcp/41997/ws/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5"],"enrUri":"enr:-L24QDCEHeJCx3_F-8o1vX5hXQLG6Qdqvlf4CHxrR3w7mtR-f4vhy8wWzSbGUYj7gTUA8eztveK9BRHZX5vunAhsCg8CgmlkgnY0gmlwhKwSZO2KbXVsdGlhZGRyc5YACASsEmTtBqQMAAoErBJk7QakDd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIKbmRsTwet9eYxPxsr5si5xygCundb9VotwpwBrKpOaDdGNwgqQMg3VkcIKkDoV3YWt1MgE"}'
|
||||
2026-01-21 04:24:31.140 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.142 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-127-ga4e44d'
|
||||
2026-01-21 04:24:31.142 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51542/admin/v1/log-level/WARN" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.144 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:31.144 DEBUG [tests.rest_flags.test_admin_flags] Set log level (WARN) -> status=200
|
||||
2026-01-21 04:24:31.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.146 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.237/tcp/41996/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5","/ip4/172.18.100.237/tcp/41997/ws/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5"],"enrUri":"enr:-L24QDCEHeJCx3_F-8o1vX5hXQLG6Qdqvlf4CHxrR3w7mtR-f4vhy8wWzSbGUYj7gTUA8eztveK9BRHZX5vunAhsCg8CgmlkgnY0gmlwhKwSZO2KbXVsdGlhZGRyc5YACASsEmTtBqQMAAoErBJk7QakDd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIKbmRsTwet9eYxPxsr5si5xygCundb9VotwpwBrKpOaDdGNwgqQMg3VkcIKkDoV3YWt1MgE"}'
|
||||
2026-01-21 04:24:31.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-127-ga4e44d'
|
||||
2026-01-21 04:24:31.149 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51542/admin/v1/log-level/ERROR" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:31.151 DEBUG [tests.rest_flags.test_admin_flags] Set log level (ERROR) -> status=200
|
||||
2026-01-21 04:24:31.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.153 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.237/tcp/41996/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5","/ip4/172.18.100.237/tcp/41997/ws/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5"],"enrUri":"enr:-L24QDCEHeJCx3_F-8o1vX5hXQLG6Qdqvlf4CHxrR3w7mtR-f4vhy8wWzSbGUYj7gTUA8eztveK9BRHZX5vunAhsCg8CgmlkgnY0gmlwhKwSZO2KbXVsdGlhZGRyc5YACASsEmTtBqQMAAoErBJk7QakDd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIKbmRsTwet9eYxPxsr5si5xygCundb9VotwpwBrKpOaDdGNwgqQMg3VkcIKkDoV3YWt1MgE"}'
|
||||
2026-01-21 04:24:31.153 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-127-ga4e44d'
|
||||
2026-01-21 04:24:31.155 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51542/admin/v1/log-level/FATAL" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:31.157 DEBUG [tests.rest_flags.test_admin_flags] Set log level (FATAL) -> status=200
|
||||
2026-01-21 04:24:31.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.159 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.237/tcp/41996/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5","/ip4/172.18.100.237/tcp/41997/ws/p2p/16Uiu2HAmErT1ApXNgv4dBWbx44ePTkLcu6J8b1dTJ3wJC77ysKi5"],"enrUri":"enr:-L24QDCEHeJCx3_F-8o1vX5hXQLG6Qdqvlf4CHxrR3w7mtR-f4vhy8wWzSbGUYj7gTUA8eztveK9BRHZX5vunAhsCg8CgmlkgnY0gmlwhKwSZO2KbXVsdGlhZGRyc5YACASsEmTtBqQMAAoErBJk7QakDd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIKbmRsTwet9eYxPxsr5si5xygCundb9VotwpwBrKpOaDdGNwgqQMg3VkcIKkDoV3YWt1MgE"}'
|
||||
2026-01-21 04:24:31.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41995/debug/v1/version" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'v0.36.0-127-ga4e44d'
|
||||
2026-01-21 04:24:31.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:51542/admin/v1/log-level/TRACE" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:31.164 DEBUG [tests.rest_flags.test_admin_flags] Restore default log level (TRACE) -> status=200
|
||||
2026-01-21 04:24:31.166 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:24:31.167 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:24:31.167 DEBUG [src.node.waku_node] Stopping container with id 7a45ce4bdb72
|
||||
2026-01-21 04:24:31.709 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:24:31.710 DEBUG [src.node.waku_node] Stopping container with id 0a4fbe89aa96
|
||||
2026-01-21 04:24:32.195 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:24:32.196 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:24:32.201 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:24:32.206 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
68
nim/1043/data/attachments/1aaca2dfb22a27d2.txt
Normal file
68
nim/1043/data/attachments/1aaca2dfb22a27d2.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_subscribe_with_no_pubsub_topic with id: 2026-01-21_04-20-42__fb924b23-e69b-4718-8c5d-b65e411fe325
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-20-42__fb924b23-e69b-4718-8c5d-b65e411fe325__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.94.142
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['15009', '15010', '15011', '15012', '15013']
|
||||
[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 15009:15009 -p 15010:15010 -p 15011:15011 -p 15012:15012 -p 15013:15013 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15011 --rest-port=15009 --tcp-port=15010 --discv5-udp-port=15012 --rest-address=0.0.0.0 --nat=extip:172.18.94.142 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a3d6252aeca9e462abadade3e7d703f44ed18cd47f453f8ab884a6ac0cbf40d9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15013 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.94.142 waku d66b2980c97a5f0989b60d36540fd39a450efe825db94a45370cdf0e2ba66a39
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f75a286744a7. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d66b2980c97a. Setting up logs at ./log/docker/node1_2026-01-21_04-20-42__fb924b23-e69b-4718-8c5d-b65e411fe325__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 15009
|
||||
[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 3e102166cc1b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:15009/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:15009/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.94.142/tcp/15010/p2p/16Uiu2HAmPHCHpycMGdNApZMMxJRyhU8uPzsU1BEQP4819kGDApmn","/ip4/172.18.94.142/tcp/15011/ws/p2p/16Uiu2HAmPHCHpycMGdNApZMMxJRyhU8uPzsU1BEQP4819kGDApmn"],"enrUri":"enr:-L24QLa-mnhlrYVKrHZjucl5YoFCxrVbXyCZBofjWqMF9kc7BMNRx6IseWYATg8JJh8hXaoetE9bBmhyBL2HT8t6Ek4CgmlkgnY0gmlwhKwSXo6KbXVsdGlhZGRyc5YACASsEl6OBjqiAAoErBJejgY6o90DgnJzhQADAQAAiXNlY3AyNTZrMaEDndtHgx0EQzs92T4JAr6dUxnGCGKQskdpTtqcZsE4AwmDdGNwgjqig3VkcII6pIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-20-42__fb924b23-e69b-4718-8c5d-b65e411fe325__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.92.3
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35073', '35074', '35075', '35076', '35077']
|
||||
[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 35073:35073 -p 35074:35074 -p 35075:35075 -p 35076:35076 -p 35077:35077 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35075 --rest-port=35073 --tcp-port=35074 --discv5-udp-port=35076 --rest-address=0.0.0.0 --nat=extip:172.18.92.3 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3f6ec14bdbd2b98ce7c59c9d5d1cbbfdc8dbfc851ba2ecb1a706e47c8424fc89 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35077 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QLa-mnhlrYVKrHZjucl5YoFCxrVbXyCZBofjWqMF9kc7BMNRx6IseWYATg8JJh8hXaoetE9bBmhyBL2HT8t6Ek4CgmlkgnY0gmlwhKwSXo6KbXVsdGlhZGRyc5YACASsEl6OBjqiAAoErBJejgY6o90DgnJzhQADAQAAiXNlY3AyNTZrMaEDndtHgx0EQzs92T4JAr6dUxnGCGKQskdpTtqcZsE4AwmDdGNwgjqig3VkcII6pIV3YWt1MgU --filternode=/ip4/172.18.94.142/tcp/15010/p2p/16Uiu2HAmPHCHpycMGdNApZMMxJRyhU8uPzsU1BEQP4819kGDApmn
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.92.3 waku c188f29c0097405d0fb2e656fa899a097e36ed2f65bfb009d03da708a1999d5d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c188f29c0097. Setting up logs at ./log/docker/node2_2026-01-21_04-20-42__fb924b23-e69b-4718-8c5d-b65e411fe325__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35073
|
||||
[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:35073/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:35073/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.92.3/tcp/35074/p2p/16Uiu2HAmUy5qek5Hqd14hDjKbysTscAdR6FQuE3mwDcVarih1UQA","/ip4/172.18.92.3/tcp/35075/ws/p2p/16Uiu2HAmUy5qek5Hqd14hDjKbysTscAdR6FQuE3mwDcVarih1UQA"],"enrUri":"enr:-L24QP1-KpSD1-vUrehV2gAyzB3Wwn0sHnOo3VR8FTAepcUAYTP8geiYMJ6uikpxnMER4Q3OaMa3ey-HlqdyB_KiACoCgmlkgnY0gmlwhKwSXAOKbXVsdGlhZGRyc5YACASsElwDBokCAAoErBJcAwaJA90DgnJzhQADAQAAiXNlY3AyNTZrMaED8l2m3RHSS4_91WUqYwmNcaDLddXHOkyb0mqcDywz_-uDdGNwgokCg3VkcIKJBIV3YWt1MgA"}'
|
||||
[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:35073/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.94.142/tcp/15010/p2p/16Uiu2HAmPHCHpycMGdNApZMMxJRyhU8uPzsU1BEQP4819kGDApmn"]'
|
||||
[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:15009/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:35073/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ca91784e-e667-4203-a885-8ed1a0bc3396", "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":"ca91784e-e667-4203-a885-8ed1a0bc3396","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:35073/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id d66b2980c97a
|
||||
[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 c188f29c0097
|
||||
[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/1043/data/attachments/1acca208f29f76e3.txt
Normal file
71
nim/1043/data/attachments/1acca208f29f76e3.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_admin_service_peers_schema with id: 2026-01-21_04-25-08__d3f5f349-baff-4188-8a88-5cc8d716291d
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-25-08__d3f5f349-baff-4188-8a88-5cc8d716291d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-25-08__d3f5f349-baff-4188-8a88-5cc8d716291d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-25-08__d3f5f349-baff-4188-8a88-5cc8d716291d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-21_04-25-08__d3f5f349-baff-4188-8a88-5cc8d716291d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/n1_service_schema__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/n2_service_schema__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.190.244
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47706', '47707', '47708', '47709', '47710']
|
||||
[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 47706:47706 -p 47707:47707 -p 47708:47708 -p 47709:47709 -p 47710:47710 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47708 --rest-port=47706 --tcp-port=47707 --discv5-udp-port=47709 --rest-address=0.0.0.0 --nat=extip:172.18.190.244 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cbcc724f9eb523af64b4db3559e8f5a5b07bfcefdbd7cbe29cad2c5d70acdae5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47710 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.190.244 waku c91a9307359ef0c8757f8dc0ed35fe4e29bf5fb18dc4be3f8a298de6858c3504
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c91a9307359e. Setting up logs at ./log/docker/n1_service_schema__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47706
|
||||
[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 295c0068b15e. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7883e04dacf5. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47706/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:47706/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.190.244/tcp/47707/p2p/16Uiu2HAmNFyDmh9WRMkLUaTv77wcvKBwYC9y4mT8xKFmUCkn7eoT","/ip4/172.18.190.244/tcp/47708/ws/p2p/16Uiu2HAmNFyDmh9WRMkLUaTv77wcvKBwYC9y4mT8xKFmUCkn7eoT"],"enrUri":"enr:-L24QNUCPVHGTf4ocwYxpVerrWfZcm6wuTGKXvkOylkwJ6MNaloC6_0lCFCuA28RffGYftVYZOH2uRcLQyfqS9WBh-MCgmlkgnY0gmlwhKwSvvSKbXVsdGlhZGRyc5YACASsEr70BrpbAAoErBK-9Aa6XN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjq87vrYRznNICQMMfovaSIQKn5hV94-5v9ZU3kjNg5qDdGNwgrpbg3VkcIK6XYV3YWt1MgE"}'
|
||||
[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.224.0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['32586', '32587', '32588', '32589', '32590']
|
||||
[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 32586:32586 -p 32587:32587 -p 32588:32588 -p 32589:32589 -p 32590:32590 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32588 --rest-port=32586 --tcp-port=32587 --discv5-udp-port=32589 --rest-address=0.0.0.0 --nat=extip:172.18.224.0 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bbe4acfd81804f0e0a6b4120705e4ab8e483c715bc1d40ecdbee9b4e9d31ddce --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32590 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QNUCPVHGTf4ocwYxpVerrWfZcm6wuTGKXvkOylkwJ6MNaloC6_0lCFCuA28RffGYftVYZOH2uRcLQyfqS9WBh-MCgmlkgnY0gmlwhKwSvvSKbXVsdGlhZGRyc5YACASsEr70BrpbAAoErBK-9Aa6XN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDjq87vrYRznNICQMMfovaSIQKn5hV94-5v9ZU3kjNg5qDdGNwgrpbg3VkcIK6XYV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.224.0 waku 47fa6f42270f51b445bd6c89d4977392e303ec7aae15517b2bbf45134ff93b32
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 47fa6f42270f. Setting up logs at ./log/docker/n2_service_schema__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 32586
|
||||
[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:32586/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:32586/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.224.0/tcp/32587/p2p/16Uiu2HAmSrPMnVfAXQnqPuApTMw23NNzSYPKiMcVwD5iFYATL4Q6","/ip4/172.18.224.0/tcp/32588/ws/p2p/16Uiu2HAmSrPMnVfAXQnqPuApTMw23NNzSYPKiMcVwD5iFYATL4Q6"],"enrUri":"enr:-L24QOcwJrzg8p5EgEMA0i4sC4D-AkPLjfQoOI8Qs0gKLBdSdNMgwEfYBATLvdKxXkU6G4Xi66XYtg4VQrDmtdsoHRQCgmlkgnY0gmlwhKwS4ACKbXVsdGlhZGRyc5YACASsEuAABn9LAAoErBLgAAZ_TN0DgnJzhQADAQAAiXNlY3AyNTZrMaED0u8FjqY1n_P95qX_PE5B5IJDlQt1UNOg2cVhM0cDGZ-DdGNwgn9Lg3VkcIJ_TYV3YWt1MgE"}'
|
||||
[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:47706/admin/v1/peers/service" -H "Content-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.224.0/tcp/41556/p2p/16Uiu2HAmSrPMnVfAXQnqPuApTMw23NNzSYPKiMcVwD5iFYATL4Q6","protocols":["/vac/waku/relay/2.0.0","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:543 Validate schema of get service 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 c91a9307359e
|
||||
[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 47fa6f42270f
|
||||
[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.
|
||||
87
nim/1043/data/attachments/1ae4e2ea55f6315e.txt
Normal file
87
nim/1043/data/attachments/1ae4e2ea55f6315e.txt
Normal file
@ -0,0 +1,87 @@
|
||||
[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_a_new_pubsub_topic with id: 2026-01-21_04-20-55__cf7b715d-c43e-4415-bf66-f1a79b395c9c
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-20-55__cf7b715d-c43e-4415-bf66-f1a79b395c9c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.49.159
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56209', '56210', '56211', '56212', '56213']
|
||||
[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 56209:56209 -p 56210:56210 -p 56211:56211 -p 56212:56212 -p 56213:56213 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56211 --rest-port=56209 --tcp-port=56210 --discv5-udp-port=56212 --rest-address=0.0.0.0 --nat=extip:172.18.49.159 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=beef0c18dcae3a1d30ad76c45cca3ca7bbccb7a7e8ac0ff0e0dcc7b7aebab9c5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56213 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.49.159 waku 4f4a2553abc336c0ea9f7276022fa346660cc0a97eb877b2c80a20f79541d68c
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4f4a2553abc3. Setting up logs at ./log/docker/node1_2026-01-21_04-20-55__cf7b715d-c43e-4415-bf66-f1a79b395c9c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56209
|
||||
[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 bdbdafcb2879. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5f784d08cd87. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56209/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:56209/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.159/tcp/56210/p2p/16Uiu2HAmUhUastXajFKn2eQZ726gjxR3CRjb1joLJ6BRjZAMLNrm","/ip4/172.18.49.159/tcp/56211/ws/p2p/16Uiu2HAmUhUastXajFKn2eQZ726gjxR3CRjb1joLJ6BRjZAMLNrm"],"enrUri":"enr:-L24QHkJPO0oA8RJ-lqIRvNR_6CHI56A5k_IxhN68F6X_9YYRIZicK0T-46fG3LguUEzK9zKEBxnG2tNeqVT5TN38wgCgmlkgnY0gmlwhKwSMZ-KbXVsdGlhZGRyc5YACASsEjGfBtuSAAoErBIxnwbbk90DgnJzhQADAQAAiXNlY3AyNTZrMaED7l4TuSHyaMmAWw-eFJnEowHHzdR_jI8CJqgbd2iSARKDdGNwgtuSg3VkcILblIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-20-55__cf7b715d-c43e-4415-bf66-f1a79b395c9c__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.241.15
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['46052', '46053', '46054', '46055', '46056']
|
||||
[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 46052:46052 -p 46053:46053 -p 46054:46054 -p 46055:46055 -p 46056:46056 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46054 --rest-port=46052 --tcp-port=46053 --discv5-udp-port=46055 --rest-address=0.0.0.0 --nat=extip:172.18.241.15 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=21ab28efddfcd64cab8c300a93ea71add9e6dffc0bca8ed36ca5ca1ef756db1e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46056 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QHkJPO0oA8RJ-lqIRvNR_6CHI56A5k_IxhN68F6X_9YYRIZicK0T-46fG3LguUEzK9zKEBxnG2tNeqVT5TN38wgCgmlkgnY0gmlwhKwSMZ-KbXVsdGlhZGRyc5YACASsEjGfBtuSAAoErBIxnwbbk90DgnJzhQADAQAAiXNlY3AyNTZrMaED7l4TuSHyaMmAWw-eFJnEowHHzdR_jI8CJqgbd2iSARKDdGNwgtuSg3VkcILblIV3YWt1MgU --filternode=/ip4/172.18.49.159/tcp/56210/p2p/16Uiu2HAmUhUastXajFKn2eQZ726gjxR3CRjb1joLJ6BRjZAMLNrm
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.241.15 waku 8f682bf2d6d70d95fc2285c1b314ab862f2aecbf90e24130a71fb601ce47fb8d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8f682bf2d6d7. Setting up logs at ./log/docker/node2_2026-01-21_04-20-55__cf7b715d-c43e-4415-bf66-f1a79b395c9c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 46052
|
||||
[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:46052/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:46052/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.241.15/tcp/46053/p2p/16Uiu2HAmKb4MDKqydZ1RgDr1nywef83mDBYpVUjsFqjhA24WdyaF","/ip4/172.18.241.15/tcp/46054/ws/p2p/16Uiu2HAmKb4MDKqydZ1RgDr1nywef83mDBYpVUjsFqjhA24WdyaF"],"enrUri":"enr:-L24QAg7_LcJB0BVShKfaBJ7vyG3cs8qTSEQ_13HmbyMBWwMSObRzqEaWjzSgjUMdIdtvQ9nBItl957LQ0VvoWC0B8sCgmlkgnY0gmlwhKwS8Q-KbXVsdGlhZGRyc5YACASsEvEPBrPlAAoErBLxDwaz5t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZwABrpLVtXQv3orFstaYtLHgXt863rvr1GgvwhAgsXiDdGNwgrPlg3VkcIKz54V3YWt1MgA"}'
|
||||
[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:46052/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.49.159/tcp/56210/p2p/16Uiu2HAmUhUastXajFKn2eQZ726gjxR3CRjb1joLJ6BRjZAMLNrm"]'
|
||||
[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:56209/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:46052/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "5a7e4b8d-f3f5-46cd-8bf6-cf600c6e84a4", "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":"5a7e4b8d-f3f5-46cd-8bf6-cf600c6e84a4","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X PUT "http://127.0.0.1:46052/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto", "/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
||||
[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:56209/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56209/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:46052/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":1768969258124510383,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56209/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:46052/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":1768969258237292295,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:56209/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:46052/filter/v2/messages/%2Ftest%2F2%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/2/waku-filter/proto","version":0,"timestamp":1768969258347871730,"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 4f4a2553abc3
|
||||
[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 8f682bf2d6d7
|
||||
[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.
|
||||
3126
nim/1043/data/attachments/1b4a87d60b6b9842.txt
Normal file
3126
nim/1043/data/attachments/1b4a87d60b6b9842.txt
Normal file
File diff suppressed because it is too large
Load Diff
106
nim/1043/data/attachments/1bbb5ff005bd5cd7.txt
Normal file
106
nim/1043/data/attachments/1bbb5ff005bd5cd7.txt
Normal file
@ -0,0 +1,106 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_admin_peers_mesh_on_shard_contains_node2 with id: 2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node4_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__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.107.238
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30874', '30875', '30876', '30877', '30878']
|
||||
[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 30874:30874 -p 30875:30875 -p 30876:30876 -p 30877:30877 -p 30878:30878 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30876 --rest-port=30874 --tcp-port=30875 --discv5-udp-port=30877 --rest-address=0.0.0.0 --nat=extip:172.18.107.238 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=ecd3cd4a3efbf8d8366ec68cdef27abda1cea02a7ceeee98e5c8bf6cbf68bdd5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30878 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.107.238 waku c3951c7f4ec48b20429c84c3f74a1d5ac18e9ec28f7037328cbb5c251d6cd631
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4332f92e5420. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c3951c7f4ec4. Setting up logs at ./log/docker/node1_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30874
|
||||
[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 b26533d2d99b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30874/health" -H "Content-Type: application/json" -d 'None'
|
||||
[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:30874/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.107.238/tcp/30875/p2p/16Uiu2HAm5nV68jzMKWpjjsbS8mXCdU7tE5ghh9QQuXqP2hhhYCYi","/ip4/172.18.107.238/tcp/30876/ws/p2p/16Uiu2HAm5nV68jzMKWpjjsbS8mXCdU7tE5ghh9QQuXqP2hhhYCYi"],"enrUri":"enr:-La4QBsWcrooaKgILzHgZbfsUU3GozeU91Nf1CJOz2u5h3voOYPb0XBNp188nTTzwwAFQw5enEx8PnJ-e6U9XRl4lRACgmlkgnY0gmlwhKwSa-6KbXVsdGlhZGRyc5YACASsEmvuBnibAAoErBJr7gZ4nN0DgnJzhQADAQAAiXNlY3AyNTZrMaECmenAi2WDrVFP0-D_34hnAYcV_8iLZh66ppSSf0IA0JODdGNwgnibhXdha3UyAQ"}'
|
||||
[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.171.93
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['8118', '8119', '8120', '8121', '8122']
|
||||
[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 8118:8118 -p 8119:8119 -p 8120:8120 -p 8121:8121 -p 8122:8122 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=8120 --rest-port=8118 --tcp-port=8119 --discv5-udp-port=8121 --rest-address=0.0.0.0 --nat=extip:172.18.171.93 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=a470fddf1ebadfebebaca3b4dacdca2febba3be0fb721e98025dbf5a57ecdec4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8122 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QBsWcrooaKgILzHgZbfsUU3GozeU91Nf1CJOz2u5h3voOYPb0XBNp188nTTzwwAFQw5enEx8PnJ-e6U9XRl4lRACgmlkgnY0gmlwhKwSa-6KbXVsdGlhZGRyc5YACASsEmvuBnibAAoErBJr7gZ4nN0DgnJzhQADAQAAiXNlY3AyNTZrMaECmenAi2WDrVFP0-D_34hnAYcV_8iLZh66ppSSf0IA0JODdGNwgnibhXdha3UyAQ
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.171.93 waku ecfdc78f129b323181b082ec34c6fd8078a3a787c499512b8a288a789b6d71e2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ecfdc78f129b. Setting up logs at ./log/docker/node2_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 8118
|
||||
[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:8118/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:8118/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.93/tcp/8119/p2p/16Uiu2HAm41brxZstu8CfHVKf99BP3TrUK7kb7YbhYFau7PhAHi9T","/ip4/172.18.171.93/tcp/8120/ws/p2p/16Uiu2HAm41brxZstu8CfHVKf99BP3TrUK7kb7YbhYFau7PhAHi9T"],"enrUri":"enr:-La4QA6coejxmR49y427dbetX4TiiBrHnuGjGUEGYUn59xASQ5w3BRtK4a8OADEQ9fGnNE7kUVt8iC3ZcUMg5IsJluACgmlkgnY0gmlwhKwSq12KbXVsdGlhZGRyc5YACASsEqtdBh-3AAoErBKrXQYfuN0DgnJzhQADAQAAiXNlY3AyNTZrMaECf46WPLsIfM33hxCeLfxF9bFGQs_LOasCBOXu2SyvPD6DdGNwgh-3hXdha3UyAQ"}'
|
||||
[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.120.7
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['64723', '64724', '64725', '64726', '64727']
|
||||
[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 64723:64723 -p 64724:64724 -p 64725:64725 -p 64726:64726 -p 64727:64727 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64725 --rest-port=64723 --tcp-port=64724 --discv5-udp-port=64726 --rest-address=0.0.0.0 --nat=extip:172.18.120.7 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=bd4b9ce1add61ec7cf7a5361a08e6e402f8aca201bad96badd12b8bed2563ed4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64727 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QBsWcrooaKgILzHgZbfsUU3GozeU91Nf1CJOz2u5h3voOYPb0XBNp188nTTzwwAFQw5enEx8PnJ-e6U9XRl4lRACgmlkgnY0gmlwhKwSa-6KbXVsdGlhZGRyc5YACASsEmvuBnibAAoErBJr7gZ4nN0DgnJzhQADAQAAiXNlY3AyNTZrMaECmenAi2WDrVFP0-D_34hnAYcV_8iLZh66ppSSf0IA0JODdGNwgnibhXdha3UyAQ
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.120.7 waku eb14beb4351a84970e878ecaa5c65bc8d0a07f6d7adac5d795d4d6d28ed25f84
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID eb14beb4351a. Setting up logs at ./log/docker/node3_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 64723
|
||||
[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:64723/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:64723/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.120.7/tcp/64724/p2p/16Uiu2HAmVGSgkwsMUqqAooXWVKei44QKAnAzKWnfsxVg1pk4TRB9","/ip4/172.18.120.7/tcp/64725/ws/p2p/16Uiu2HAmVGSgkwsMUqqAooXWVKei44QKAnAzKWnfsxVg1pk4TRB9"],"enrUri":"enr:-La4QDtT_9o5ZwAqrqF8jq8Rid63D-7UFxPi_XMKT4ZpG9tIDTtH-tV5pgI6YiAfqHgHA9Qv1NvXakhURlt1AA80H0UCgmlkgnY0gmlwhKwSeAeKbXVsdGlhZGRyc5YACASsEngHBvzUAAoErBJ4Bwb81d0DgnJzhQADAQAAiXNlY3AyNTZrMaED9tAY0ySRV0YE7vDpY9vSbgVXz46oJ8ciVt4-ojl0X4yDdGNwgvzUhXdha3UyAQ"}'
|
||||
[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:30874/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.171.93/tcp/8119/p2p/16Uiu2HAm41brxZstu8CfHVKf99BP3TrUK7kb7YbhYFau7PhAHi9T"]'
|
||||
[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:8118/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.107.238/tcp/30875/p2p/16Uiu2HAm5nV68jzMKWpjjsbS8mXCdU7tE5ghh9QQuXqP2hhhYCYi"]'
|
||||
[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:30874/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.120.7/tcp/64724/p2p/16Uiu2HAmVGSgkwsMUqqAooXWVKei44QKAnAzKWnfsxVg1pk4TRB9"]'
|
||||
[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:64723/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.107.238/tcp/30875/p2p/16Uiu2HAm5nV68jzMKWpjjsbS8mXCdU7tE5ghh9QQuXqP2hhhYCYi"]'
|
||||
[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:30874/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:8118/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:64723/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 tests.rest_flags.test_admin_flags:test_admin_flags.py:137 mesh topic=/waku/2/rs/3/0, target peers={'/ip4/172.18.171.93/tcp/8119/p2p/16Uiu2HAm41brxZstu8CfHVKf99BP3TrUK7kb7YbhYFau7PhAHi9T', '/ip4/172.18.120.7/tcp/64724/p2p/16Uiu2HAmVGSgkwsMUqqAooXWVKei44QKAnAzKWnfsxVg1pk4TRB9'}
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30874/admin/v1/peers/mesh/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.171.93/tcp/8119/p2p/16Uiu2HAm41brxZstu8CfHVKf99BP3TrUK7kb7YbhYFau7PhAHi9T","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin","score":0.0},{"multiaddr":"/ip4/172.18.120.7/tcp/64724/p2p/16Uiu2HAmVGSgkwsMUqqAooXWVKei44QKAnAzKWnfsxVg1pk4TRB9","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin","score":0.0}]}'
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:143 Node-1 mesh on the shard {'shard': 0, 'peers': [{'multiaddr': '/ip4/172.18.171.93/tcp/8119/p2p/16Uiu2HAm41brxZstu8CfHVKf99BP3TrUK7kb7YbhYFau7PhAHi9T', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-127-ga4e44d', 'origin': 'UnknownOrigin', 'score': 0.0}, {'multiaddr': '/ip4/172.18.120.7/tcp/64724/p2p/16Uiu2HAmVGSgkwsMUqqAooXWVKei44QKAnAzKWnfsxVg1pk4TRB9', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-127-ga4e44d', 'origin': 'UnknownOrigin', 'score': 0.0}]}
|
||||
[35mDEBUG [0m tests.rest_flags.test_admin_flags:test_admin_flags.py:145 Validate the schema variables
|
||||
[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 c3951c7f4ec4
|
||||
[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 ecfdc78f129b
|
||||
[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 eb14beb4351a
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c3951c7f4ec4. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
87
nim/1043/data/attachments/1bc64daa22a7ee7c.txt
Normal file
87
nim/1043/data/attachments/1bc64daa22a7ee7c.txt
Normal file
@ -0,0 +1,87 @@
|
||||
2026-01-21 04:20:55.598 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:20:55.598 DEBUG [tests.conftest] Running test: test_filter_update_subscription_add_a_new_pubsub_topic with id: 2026-01-21_04-20-55__cf7b715d-c43e-4415-bf66-f1a79b395c9c
|
||||
2026-01-21 04:20:55.598 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:20:55.599 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-21 04:20:55.599 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-01-21 04:20:55.606 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:20:55.606 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-20-55__cf7b715d-c43e-4415-bf66-f1a79b395c9c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:55.606 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:20:55.606 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:20:55.607 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:20:55.608 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.49.159
|
||||
2026-01-21 04:20:55.608 DEBUG [src.node.docker_mananger] Generated ports ['56209', '56210', '56211', '56212', '56213']
|
||||
2026-01-21 04:20:55.608 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:20:55.608 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:20:55.608 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:20:55.608 DEBUG [src.node.docker_mananger] docker run -i -t -p 56209:56209 -p 56210:56210 -p 56211:56211 -p 56212:56212 -p 56213:56213 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56211 --rest-port=56209 --tcp-port=56210 --discv5-udp-port=56212 --rest-address=0.0.0.0 --nat=extip:172.18.49.159 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=beef0c18dcae3a1d30ad76c45cca3ca7bbccb7a7e8ac0ff0e0dcc7b7aebab9c5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56213 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-21 04:20:55.786 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.49.159 waku 4f4a2553abc336c0ea9f7276022fa346660cc0a97eb877b2c80a20f79541d68c
|
||||
2026-01-21 04:20:55.822 DEBUG [src.node.docker_mananger] Container started with ID 4f4a2553abc3. Setting up logs at ./log/docker/node1_2026-01-21_04-20-55__cf7b715d-c43e-4415-bf66-f1a79b395c9c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:55.823 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56209
|
||||
2026-01-21 04:20:55.823 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:20:55.845 ERROR [src.node.docker_mananger] Max retries reached for container bdbdafcb2879. Exiting log stream.
|
||||
2026-01-21 04:20:56.383 ERROR [src.node.docker_mananger] Max retries reached for container 5f784d08cd87. Exiting log stream.
|
||||
2026-01-21 04:20:56.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:56.827 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:20:56.827 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:20:56.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56209/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:56.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.49.159/tcp/56210/p2p/16Uiu2HAmUhUastXajFKn2eQZ726gjxR3CRjb1joLJ6BRjZAMLNrm","/ip4/172.18.49.159/tcp/56211/ws/p2p/16Uiu2HAmUhUastXajFKn2eQZ726gjxR3CRjb1joLJ6BRjZAMLNrm"],"enrUri":"enr:-L24QHkJPO0oA8RJ-lqIRvNR_6CHI56A5k_IxhN68F6X_9YYRIZicK0T-46fG3LguUEzK9zKEBxnG2tNeqVT5TN38wgCgmlkgnY0gmlwhKwSMZ-KbXVsdGlhZGRyc5YACASsEjGfBtuSAAoErBIxnwbbk90DgnJzhQADAQAAiXNlY3AyNTZrMaED7l4TuSHyaMmAWw-eFJnEowHHzdR_jI8CJqgbd2iSARKDdGNwgtuSg3VkcILblIV3YWt1MgU"}'
|
||||
2026-01-21 04:20:56.830 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:20:56.830 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-01-21 04:20:56.837 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:20:56.837 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-20-55__cf7b715d-c43e-4415-bf66-f1a79b395c9c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:56.837 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:20:56.837 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:20:56.838 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:20:56.838 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.241.15
|
||||
2026-01-21 04:20:56.839 DEBUG [src.node.docker_mananger] Generated ports ['46052', '46053', '46054', '46055', '46056']
|
||||
2026-01-21 04:20:56.839 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:20:56.839 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:20:56.839 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:20:56.839 DEBUG [src.node.docker_mananger] docker run -i -t -p 46052:46052 -p 46053:46053 -p 46054:46054 -p 46055:46055 -p 46056:46056 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46054 --rest-port=46052 --tcp-port=46053 --discv5-udp-port=46055 --rest-address=0.0.0.0 --nat=extip:172.18.241.15 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=21ab28efddfcd64cab8c300a93ea71add9e6dffc0bca8ed36ca5ca1ef756db1e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46056 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QHkJPO0oA8RJ-lqIRvNR_6CHI56A5k_IxhN68F6X_9YYRIZicK0T-46fG3LguUEzK9zKEBxnG2tNeqVT5TN38wgCgmlkgnY0gmlwhKwSMZ-KbXVsdGlhZGRyc5YACASsEjGfBtuSAAoErBIxnwbbk90DgnJzhQADAQAAiXNlY3AyNTZrMaED7l4TuSHyaMmAWw-eFJnEowHHzdR_jI8CJqgbd2iSARKDdGNwgtuSg3VkcILblIV3YWt1MgU --filternode=/ip4/172.18.49.159/tcp/56210/p2p/16Uiu2HAmUhUastXajFKn2eQZ726gjxR3CRjb1joLJ6BRjZAMLNrm
|
||||
2026-01-21 04:20:57.010 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.241.15 waku 8f682bf2d6d70d95fc2285c1b314ab862f2aecbf90e24130a71fb601ce47fb8d
|
||||
2026-01-21 04:20:57.046 DEBUG [src.node.docker_mananger] Container started with ID 8f682bf2d6d7. Setting up logs at ./log/docker/node2_2026-01-21_04-20-55__cf7b715d-c43e-4415-bf66-f1a79b395c9c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:57.047 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46052
|
||||
2026-01-21 04:20:57.047 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:20:58.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46052/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.051 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:20:58.052 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:20:58.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46052/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.054 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.241.15/tcp/46053/p2p/16Uiu2HAmKb4MDKqydZ1RgDr1nywef83mDBYpVUjsFqjhA24WdyaF","/ip4/172.18.241.15/tcp/46054/ws/p2p/16Uiu2HAmKb4MDKqydZ1RgDr1nywef83mDBYpVUjsFqjhA24WdyaF"],"enrUri":"enr:-L24QAg7_LcJB0BVShKfaBJ7vyG3cs8qTSEQ_13HmbyMBWwMSObRzqEaWjzSgjUMdIdtvQ9nBItl957LQ0VvoWC0B8sCgmlkgnY0gmlwhKwS8Q-KbXVsdGlhZGRyc5YACASsEvEPBrPlAAoErBLxDwaz5t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDZwABrpLVtXQv3orFstaYtLHgXt863rvr1GgvwhAgsXiDdGNwgrPlg3VkcIKz54V3YWt1MgA"}'
|
||||
2026-01-21 04:20:58.054 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:20:58.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46052/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.49.159/tcp/56210/p2p/16Uiu2HAmUhUastXajFKn2eQZ726gjxR3CRjb1joLJ6BRjZAMLNrm"]'
|
||||
2026-01-21 04:20:58.086 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:58.089 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56209/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-21 04:20:58.100 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:58.101 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46052/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "5a7e4b8d-f3f5-46cd-8bf6-cf600c6e84a4", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:20:58.112 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"5a7e4b8d-f3f5-46cd-8bf6-cf600c6e84a4","statusDesc":"OK"}'
|
||||
2026-01-21 04:20:58.112 INFO [src.node.api_clients.base_client] curl -v -X PUT "http://127.0.0.1:46052/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto", "/test/2/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
||||
2026-01-21 04:20:58.121 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:20:58.121 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56209/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
||||
2026-01-21 04:20:58.124 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:58.124 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56209/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:20:58.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:58.131 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:20:58.232 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:20:58.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46052/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.235 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":1768969258124510383,"ephemeral":false}]'
|
||||
2026-01-21 04:20:58.237 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56209/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:20:58.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:58.242 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:20:58.342 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:20:58.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46052/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.345 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":1768969258237292295,"ephemeral":false}]'
|
||||
2026-01-21 04:20:58.348 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56209/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/2/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:20:58.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:58.353 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:20:58.453 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:20:58.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46052/filter/v2/messages/%2Ftest%2F2%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.456 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/test/2/waku-filter/proto","version":0,"timestamp":1768969258347871730,"ephemeral":false}]'
|
||||
2026-01-21 04:20:58.460 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:20:58.460 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:20:58.461 DEBUG [src.node.waku_node] Stopping container with id 4f4a2553abc3
|
||||
2026-01-21 04:20:59.015 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:20:59.015 DEBUG [src.node.waku_node] Stopping container with id 8f682bf2d6d7
|
||||
2026-01-21 04:20:59.557 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:20:59.558 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:20:59.566 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:20:59.571 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2600
nim/1043/data/attachments/1c44f305edb509bd.txt
Normal file
2600
nim/1043/data/attachments/1c44f305edb509bd.txt
Normal file
File diff suppressed because it is too large
Load Diff
68
nim/1043/data/attachments/1c46a87acaf28ea3.txt
Normal file
68
nim/1043/data/attachments/1c46a87acaf28ea3.txt
Normal file
@ -0,0 +1,68 @@
|
||||
2026-01-21 04:27:44.107 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:27:44.108 DEBUG [tests.conftest] Running test: test_store_is_empty with id: 2026-01-21_04-27-44__f1aa52d3-e6e4-4dcd-b6f2-1a2b34827277
|
||||
2026-01-21 04:27:44.108 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:27:44.108 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-21 04:27:44.108 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-01-21 04:27:44.116 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:27:44.116 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-27-44__f1aa52d3-e6e4-4dcd-b6f2-1a2b34827277__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:27:44.116 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:27:44.116 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:27:44.117 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:27:44.118 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.227.60
|
||||
2026-01-21 04:27:44.118 DEBUG [src.node.docker_mananger] Generated ports ['7137', '7138', '7139', '7140', '7141']
|
||||
2026-01-21 04:27:44.118 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:27:44.118 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:27:44.118 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:27:44.118 DEBUG [src.node.docker_mananger] docker run -i -t -p 7137:7137 -p 7138:7138 -p 7139:7139 -p 7140:7140 -p 7141:7141 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7139 --rest-port=7137 --tcp-port=7138 --discv5-udp-port=7140 --rest-address=0.0.0.0 --nat=extip:172.18.227.60 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8c9878a36baf5f5d0d9eea5e3bac1bf7aed6bfb4bbea30db1afed8de35da7fc5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7141 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-21 04:27:44.302 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.227.60 waku f23cf2a07395ba1c24212bbf2873d8f8ff27595c70179ee4d3f3d39422852b31
|
||||
2026-01-21 04:27:44.335 ERROR [src.node.docker_mananger] Max retries reached for container 13d766d34c97. Exiting log stream.
|
||||
2026-01-21 04:27:44.340 DEBUG [src.node.docker_mananger] Container started with ID f23cf2a07395. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-27-44__f1aa52d3-e6e4-4dcd-b6f2-1a2b34827277__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:27:44.341 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7137
|
||||
2026-01-21 04:27:44.341 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:27:44.913 ERROR [src.node.docker_mananger] Max retries reached for container 6b4b0420fa6b. Exiting log stream.
|
||||
2026-01-21 04:27:45.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7137/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:27:45.345 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:27:45.345 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:27:45.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7137/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:27:45.348 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.227.60/tcp/7138/p2p/16Uiu2HAm7vtQtd9phYxe6AJhKpiXZpkpsSdfaTCUYXkdU1QYujM3","/ip4/172.18.227.60/tcp/7139/ws/p2p/16Uiu2HAm7vtQtd9phYxe6AJhKpiXZpkpsSdfaTCUYXkdU1QYujM3"],"enrUri":"enr:-L24QILRRCtgvUvy2vrKVqhS-cLSH9DNfI6oaRuHUpOszvICdvzEYK36i3Hm_05cg0p445YXlLI5ngUo9YTGvwA0VNACgmlkgnY0gmlwhKwS4zyKbXVsdGlhZGRyc5YACASsEuM8BhviAAoErBLjPAYb490DgnJzhQADAQAAiXNlY3AyNTZrMaECucgk8GB15ZOWj8_ZrKE94yiyQQY1-TumydzaPV7jgGKDdGNwghvig3VkcIIb5IV3YWt1MgM"}'
|
||||
2026-01-21 04:27:45.348 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:27:45.355 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:27:45.355 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-27-44__f1aa52d3-e6e4-4dcd-b6f2-1a2b34827277__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:27:45.355 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:27:45.355 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:27:45.356 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:27:45.357 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.189.95
|
||||
2026-01-21 04:27:45.357 DEBUG [src.node.docker_mananger] Generated ports ['6119', '6120', '6121', '6122', '6123']
|
||||
2026-01-21 04:27:45.357 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:27:45.357 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:27:45.357 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:27:45.357 DEBUG [src.node.docker_mananger] docker run -i -t -p 6119:6119 -p 6120:6120 -p 6121:6121 -p 6122:6122 -p 6123:6123 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6121 --rest-port=6119 --tcp-port=6120 --discv5-udp-port=6122 --rest-address=0.0.0.0 --nat=extip:172.18.189.95 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=07ded45ec8826cdb9a05ffe7daa8809adbf7aabbcab0cf41fbbfadb3001afa5c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6123 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QILRRCtgvUvy2vrKVqhS-cLSH9DNfI6oaRuHUpOszvICdvzEYK36i3Hm_05cg0p445YXlLI5ngUo9YTGvwA0VNACgmlkgnY0gmlwhKwS4zyKbXVsdGlhZGRyc5YACASsEuM8BhviAAoErBLjPAYb490DgnJzhQADAQAAiXNlY3AyNTZrMaECucgk8GB15ZOWj8_ZrKE94yiyQQY1-TumydzaPV7jgGKDdGNwghvig3VkcIIb5IV3YWt1MgM --storenode=/ip4/172.18.227.60/tcp/7138/p2p/16Uiu2HAm7vtQtd9phYxe6AJhKpiXZpkpsSdfaTCUYXkdU1QYujM3 --store=true --relay=true
|
||||
2026-01-21 04:27:45.545 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.189.95 waku 8856a884db500e722ac9d68b1c810a7cbccec65e0702eecb74327e77dad08cef
|
||||
2026-01-21 04:27:45.579 DEBUG [src.node.docker_mananger] Container started with ID 8856a884db50. Setting up logs at ./log/docker/store_node1_2026-01-21_04-27-44__f1aa52d3-e6e4-4dcd-b6f2-1a2b34827277__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:27:45.581 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 6119
|
||||
2026-01-21 04:27:45.581 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:27:46.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6119/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:27:46.585 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:27:46.586 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:27:46.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6119/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:27:46.588 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.189.95/tcp/6120/p2p/16Uiu2HAkzpsAKF4QSGax4W7hXRxvKui5AsEQCoiZUarpho2MHbGD","/ip4/172.18.189.95/tcp/6121/ws/p2p/16Uiu2HAkzpsAKF4QSGax4W7hXRxvKui5AsEQCoiZUarpho2MHbGD"],"enrUri":"enr:-L24QE0B6j7FS5AdqSPG2Suicyoa9SdslC-B63GpNEaAb6a3YKJDgj_niiU6Ruso8flLoVj2tJBBvo63f8hnpbrLPXYCgmlkgnY0gmlwhKwSvV-KbXVsdGlhZGRyc5YACASsEr1fBhfoAAoErBK9XwYX6d0DgnJzhQADAQAAiXNlY3AyNTZrMaECUDtvpGA2vZB3zzoRiEcLgZvYzZJlSAjrWXSarCxgiBqDdGNwghfog3VkcIIX6oV3YWt1MgM"}'
|
||||
2026-01-21 04:27:46.589 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:27:46.589 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6119/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.227.60/tcp/7138/p2p/16Uiu2HAm7vtQtd9phYxe6AJhKpiXZpkpsSdfaTCUYXkdU1QYujM3"]'
|
||||
2026-01-21 04:27:46.592 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:27:46.592 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7137/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:27:46.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:27:46.594 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:6119/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:27:46.597 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:27:46.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7137/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:27:46.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2026-01-21 04:27:46.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:6119/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:27:46.603 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
2026-01-21 04:27:46.605 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:27:46.606 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:27:46.606 DEBUG [src.node.waku_node] Stopping container with id f23cf2a07395
|
||||
2026-01-21 04:27:47.153 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:27:47.154 DEBUG [src.node.waku_node] Stopping container with id 8856a884db50
|
||||
2026-01-21 04:27:47.657 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:27:47.658 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:27:47.665 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:27:47.670 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
127
nim/1043/data/attachments/1c7bc78cc38f1ca5.txt
Normal file
127
nim/1043/data/attachments/1c7bc78cc38f1ca5.txt
Normal file
@ -0,0 +1,127 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_filter_unsubscribe_all_from_few_content_topics with id: 2026-01-21_04-19-25__f6f2c9d7-4d03-4c66-b9b2-c2dba506dc2a
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-19-25__f6f2c9d7-4d03-4c66-b9b2-c2dba506dc2a__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.5.217
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['41590', '41591', '41592', '41593', '41594']
|
||||
[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 41590:41590 -p 41591:41591 -p 41592:41592 -p 41593:41593 -p 41594:41594 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41592 --rest-port=41590 --tcp-port=41591 --discv5-udp-port=41593 --rest-address=0.0.0.0 --nat=extip:172.18.5.217 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b4dcdb403705c4de35e2ecfb4bec4c73eefaf4a04dfdc7ec35cc539d226fcb65 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41594 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.5.217 waku 26b9b9b2b96a3074f22cb3275787011cb1a6b2a09532c29e63e5ce8abaa14581
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 26b9b9b2b96a. Setting up logs at ./log/docker/node1_2026-01-21_04-19-25__f6f2c9d7-4d03-4c66-b9b2-c2dba506dc2a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 41590
|
||||
[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 9bc82472a081. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 23d42ee64a94. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:41590/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:41590/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.5.217/tcp/41591/p2p/16Uiu2HAkvRo6HHdqQpWemRtFeL71DSaaxrCcUN3DAdV1KAxALYYv","/ip4/172.18.5.217/tcp/41592/ws/p2p/16Uiu2HAkvRo6HHdqQpWemRtFeL71DSaaxrCcUN3DAdV1KAxALYYv"],"enrUri":"enr:-L24QEZJ7BD3Khpi3ZS-2F49vVeyBFTwjphX3P5QIAzzaJ0QGQbiAW7TVbkrxZoupAUL6HXH0YEN-HR6Hk2NSHUaqXcCgmlkgnY0gmlwhKwSBdmKbXVsdGlhZGRyc5YACASsEgXZBqJ3AAoErBIF2QaieN0DgnJzhQADAQAAiXNlY3AyNTZrMaECDuO6dELhAp1p7495jc0igIzbd-PAAPYdGv0uRiggr7-DdGNwgqJ3g3VkcIKieYV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-19-25__f6f2c9d7-4d03-4c66-b9b2-c2dba506dc2a__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.113.87
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['33244', '33245', '33246', '33247', '33248']
|
||||
[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 33244:33244 -p 33245:33245 -p 33246:33246 -p 33247:33247 -p 33248:33248 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=33246 --rest-port=33244 --tcp-port=33245 --discv5-udp-port=33247 --rest-address=0.0.0.0 --nat=extip:172.18.113.87 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2328bfd1c6a1aca34ba5eadeb808ffbc1b69c920b59024de71ec36fa0b7fe8cb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=33248 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QEZJ7BD3Khpi3ZS-2F49vVeyBFTwjphX3P5QIAzzaJ0QGQbiAW7TVbkrxZoupAUL6HXH0YEN-HR6Hk2NSHUaqXcCgmlkgnY0gmlwhKwSBdmKbXVsdGlhZGRyc5YACASsEgXZBqJ3AAoErBIF2QaieN0DgnJzhQADAQAAiXNlY3AyNTZrMaECDuO6dELhAp1p7495jc0igIzbd-PAAPYdGv0uRiggr7-DdGNwgqJ3g3VkcIKieYV3YWt1MgU --filternode=/ip4/172.18.5.217/tcp/41591/p2p/16Uiu2HAkvRo6HHdqQpWemRtFeL71DSaaxrCcUN3DAdV1KAxALYYv
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.113.87 waku 3731ef3402696a43f5a298d1b1748ca8b4147bb3aade7785d3b228569e18f7bc
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3731ef340269. Setting up logs at ./log/docker/node2_2026-01-21_04-19-25__f6f2c9d7-4d03-4c66-b9b2-c2dba506dc2a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 33244
|
||||
[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:33244/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:33244/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.113.87/tcp/33245/p2p/16Uiu2HAmLCqfpGqctxAtTX2eotGwYwSYiPSkncSeRzvwoBYjHyQt","/ip4/172.18.113.87/tcp/33246/ws/p2p/16Uiu2HAmLCqfpGqctxAtTX2eotGwYwSYiPSkncSeRzvwoBYjHyQt"],"enrUri":"enr:-L24QFOb5D1srV8pj5XS6c9cyDbjIjEF_z57bZ2I0n4VXpoNNJ8U1vWwfzuPh8ZYY2RJm88mITVVg0DLnZ2YDmvKr7QCgmlkgnY0gmlwhKwScVeKbXVsdGlhZGRyc5YACASsEnFXBoHdAAoErBJxVwaB3t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDcCqURsEQ1r1KqpKy3WUql5UUSRR3Bcx8Uj7HfEXzOEmDdGNwgoHdg3VkcIKB34V3YWt1MgA"}'
|
||||
[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:33244/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.5.217/tcp/41591/p2p/16Uiu2HAkvRo6HHdqQpWemRtFeL71DSaaxrCcUN3DAdV1KAxALYYv"]'
|
||||
[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:41590/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:33244/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "25d68e3f-5c9f-4c5c-a643-4830c42a4eb3", "contentFilters": ["Hello World!", "1234567890", "{\"key\": \"value\"}", "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "\ud83d\ude80\ud83c\udf1f\u2728"], "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":"25d68e3f-5c9f-4c5c-a643-4830c42a4eb3","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41590/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:33244/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":1768969168026653246,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41590/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:33244/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":1768969168140696330,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41590/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:33244/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":1768969168252655730,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41590/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:33244/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":1768969168364719556,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41590/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:33244/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":1768969168476560021,"ephemeral":false}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:33244/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": "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:41590/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:33244/filter/v2/messages/Hello%20World%21" -H "Content-Type: application/json" -d 'None'
|
||||
[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:33244/filter/v2/messages/Hello%20World%21. Response content: b'Not subscribed to topic: Hello World!'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41590/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:33244/filter/v2/messages/1234567890" -H "Content-Type: application/json" -d 'None'
|
||||
[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:33244/filter/v2/messages/1234567890. Response content: b'Not subscribed to topic: 1234567890'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41590/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:33244/filter/v2/messages/%7B%22key%22%3A%20%22value%22%7D" -H "Content-Type: application/json" -d 'None'
|
||||
[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:33244/filter/v2/messages/%7B%22key%22%3A%20%22value%22%7D. Response content: b'Not subscribed to topic: {"key": "value"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41590/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:33244/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'
|
||||
[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:33244/filter/v2/messages/%E8%BF%99%E6%98%AF%E4%B8%80%E4%BA%9B%E4%B8%AD%E6%96%87. Response content: b'Not subscribed to topic: \xe8\xbf\x99\xe6\x98\xaf\xe4\xb8\x80\xe4\xba\x9b\xe4\xb8\xad\xe6\x96\x87'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:41590/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:33244/filter/v2/messages/%F0%9F%9A%80%F0%9F%8C%9F%E2%9C%A8" -H "Content-Type: application/json" -d 'None'
|
||||
[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:33244/filter/v2/messages/%F0%9F%9A%80%F0%9F%8C%9F%E2%9C%A8. Response content: b'Not subscribed to topic: \xf0\x9f\x9a\x80\xf0\x9f\x8c\x9f\xe2\x9c\xa8'
|
||||
[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 26b9b9b2b96a
|
||||
[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 3731ef340269
|
||||
[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.
|
||||
859
nim/1043/data/attachments/1c8e1022a33d0299.txt
Normal file
859
nim/1043/data/attachments/1c8e1022a33d0299.txt
Normal file
@ -0,0 +1,859 @@
|
||||
2026-01-21 04:33:27.732 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:33:27.733 DEBUG [tests.conftest] Running test: test_light_push_with_invalid_timestamps with id: 2026-01-21_04-33-27__0a9d8ff5-b2b6-47af-b8aa-ce4cff230d25
|
||||
2026-01-21 04:33:27.733 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:33:27.733 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-21 04:33:27.740 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:33:27.740 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-21_04-33-27__0a9d8ff5-b2b6-47af-b8aa-ce4cff230d25__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:27.740 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:33:27.740 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:33:27.742 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:33:27.742 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.240.170
|
||||
2026-01-21 04:33:27.742 DEBUG [src.node.docker_mananger] Generated ports ['54490', '54491', '54492', '54493', '54494']
|
||||
2026-01-21 04:33:27.742 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:33:27.742 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:33:27.743 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:33:27.743 DEBUG [src.node.docker_mananger] docker run -i -t -p 54490:54490 -p 54491:54491 -p 54492:54492 -p 54493:54493 -p 54494:54494 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54492 --rest-port=54490 --tcp-port=54491 --discv5-udp-port=54493 --rest-address=0.0.0.0 --nat=extip:172.18.240.170 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4619e00fbdddc66554cc4d2b202ffcdfe20fbfbe340dd6efacf7cdcafa24a03a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54494 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-01-21 04:33:27.951 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.240.170 waku 222d8575cee4d577360f87c56d148539352bd7a16594520ed42d0e113321052a
|
||||
2026-01-21 04:33:27.989 DEBUG [src.node.docker_mananger] Container started with ID 222d8575cee4. Setting up logs at ./log/docker/receiving_node1_2026-01-21_04-33-27__0a9d8ff5-b2b6-47af-b8aa-ce4cff230d25__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:27.990 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 54490
|
||||
2026-01-21 04:33:27.990 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:33:28.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54490/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:28.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:33:28.994 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:33:28.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:54490/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:28.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.240.170/tcp/54491/p2p/16Uiu2HAmNgAsjP1CrneSmwQ1fkMg9AFJcPCkEZKmcCuJbC8Jz9qX","/ip4/172.18.240.170/tcp/54492/ws/p2p/16Uiu2HAmNgAsjP1CrneSmwQ1fkMg9AFJcPCkEZKmcCuJbC8Jz9qX"],"enrUri":"enr:-L24QA0NiQecOYkevWwp6SZgk3JrvjXF6zB-SDqXpfHVN2CdfyoY8_myyAmG_zbRjMFjizTvmr1luSpozu5OeIjrOkwCgmlkgnY0gmlwhKwS8KqKbXVsdGlhZGRyc5YACASsEvCqBtTbAAoErBLwqgbU3N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlOJZvprx9nhOmTfuvbvqZHk6NrHrvzqcR5HxQeBf4zaDdGNwgtTbg3VkcILU3YV3YWt1Mgk"}'
|
||||
2026-01-21 04:33:28.997 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:33:29.003 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:33:29.004 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-21_04-33-27__0a9d8ff5-b2b6-47af-b8aa-ce4cff230d25__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:29.004 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:33:29.004 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:33:29.005 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:33:29.005 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.24.182
|
||||
2026-01-21 04:33:29.005 DEBUG [src.node.docker_mananger] Generated ports ['15746', '15747', '15748', '15749', '15750']
|
||||
2026-01-21 04:33:29.006 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:33:29.006 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:33:29.006 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:33:29.006 DEBUG [src.node.docker_mananger] docker run -i -t -p 15746:15746 -p 15747:15747 -p 15748:15748 -p 15749:15749 -p 15750:15750 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15748 --rest-port=15746 --tcp-port=15747 --discv5-udp-port=15749 --rest-address=0.0.0.0 --nat=extip:172.18.24.182 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fcdcb2bc58e5ca21efb3bf76cf6df8373ebdeca16dacfb864ff95e82ad5feb9d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15750 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-01-21 04:33:29.196 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.24.182 waku 1fee71e279f531c1a9c650faaad69bc304f50058f0c4333c2d8a99015c08ce17
|
||||
2026-01-21 04:33:29.227 DEBUG [src.node.docker_mananger] Container started with ID 1fee71e279f5. Setting up logs at ./log/docker/receiving_node2_2026-01-21_04-33-27__0a9d8ff5-b2b6-47af-b8aa-ce4cff230d25__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:29.228 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15746
|
||||
2026-01-21 04:33:29.228 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:33:30.228 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15746/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:30.232 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:33:30.232 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:33:30.232 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15746/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:30.235 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.24.182/tcp/15747/p2p/16Uiu2HAmB9N5DtAp59ZJGk5DmwrqWt8375NCrbXjr75UXChv1D5n","/ip4/172.18.24.182/tcp/15748/ws/p2p/16Uiu2HAmB9N5DtAp59ZJGk5DmwrqWt8375NCrbXjr75UXChv1D5n"],"enrUri":"enr:-L24QIfsAuWyBeqTVeVMugwqndXi4ONefK-XWksQUNQVh0ktHiFuEQD5kkithGyziO4d6h2AZttAQHvA-9NFAZbHj4UCgmlkgnY0gmlwhKwSGLaKbXVsdGlhZGRyc5YACASsEhi2Bj2DAAoErBIYtgY9hN0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6Y1zeHy0NKoFUGLq9CZgMF3-T7vFax-U_lzn0T8PNtWDdGNwgj2Dg3VkcII9hYV3YWt1MgE"}'
|
||||
2026-01-21 04:33:30.235 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:33:30.235 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15746/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.240.170/tcp/54491/p2p/16Uiu2HAmNgAsjP1CrneSmwQ1fkMg9AFJcPCkEZKmcCuJbC8Jz9qX"]'
|
||||
2026-01-21 04:33:30.266 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:33:30.275 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:33:30.275 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-21_04-33-27__0a9d8ff5-b2b6-47af-b8aa-ce4cff230d25__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:30.275 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:33:30.275 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:33:30.277 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:33:30.277 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.101.2
|
||||
2026-01-21 04:33:30.277 DEBUG [src.node.docker_mananger] Generated ports ['10134', '10135', '10136', '10137', '10138']
|
||||
2026-01-21 04:33:30.278 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:33:30.278 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:33:30.278 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:33:30.278 DEBUG [src.node.docker_mananger] docker run -i -t -p 10134:10134 -p 10135:10135 -p 10136:10136 -p 10137:10137 -p 10138:10138 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10136 --rest-port=10134 --tcp-port=10135 --discv5-udp-port=10137 --rest-address=0.0.0.0 --nat=extip:172.18.101.2 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5d45eb3ceadcc7efa67acd1eeb75bb8a384fadd61cf9a7dce6bf0d97ccae0acc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10138 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QA0NiQecOYkevWwp6SZgk3JrvjXF6zB-SDqXpfHVN2CdfyoY8_myyAmG_zbRjMFjizTvmr1luSpozu5OeIjrOkwCgmlkgnY0gmlwhKwS8KqKbXVsdGlhZGRyc5YACASsEvCqBtTbAAoErBLwqgbU3N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlOJZvprx9nhOmTfuvbvqZHk6NrHrvzqcR5HxQeBf4zaDdGNwgtTbg3VkcILU3YV3YWt1Mgk --lightpushnode=/ip4/172.18.240.170/tcp/54491/p2p/16Uiu2HAmNgAsjP1CrneSmwQ1fkMg9AFJcPCkEZKmcCuJbC8Jz9qX --lightpush=true --relay=false
|
||||
2026-01-21 04:33:30.478 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.101.2 waku 0e921b5799786b113d1b483e514a39113143ea4adb1df5ff24ca942a79383e00
|
||||
2026-01-21 04:33:30.508 DEBUG [src.node.docker_mananger] Container started with ID 0e921b579978. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-33-27__0a9d8ff5-b2b6-47af-b8aa-ce4cff230d25__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:30.509 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10134
|
||||
2026-01-21 04:33:30.510 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:33:31.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.612 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.829 ERROR [src.node.docker_mananger] Max retries reached for container 0e921b579978. Exiting log stream.
|
||||
2026-01-21 04:33:31.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.542 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.745 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.761 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.182 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:41.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:41.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:41.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:41.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:41.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:41.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:41.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:41.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:41.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:41.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.048 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.385 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10134/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.518 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=10134): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fda526c7920>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-21 04:33:51.619 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:33:51.619 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:33:51.621 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:33:51.621 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.251.232
|
||||
2026-01-21 04:33:51.621 DEBUG [src.node.docker_mananger] Generated ports ['31728', '31729', '31730', '31731', '31732']
|
||||
2026-01-21 04:33:51.621 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:33:51.621 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:33:51.621 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:33:51.622 DEBUG [src.node.docker_mananger] docker run -i -t -p 31728:31728 -p 31729:31729 -p 31730:31730 -p 31731:31731 -p 31732:31732 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=31730 --rest-port=31728 --tcp-port=31729 --discv5-udp-port=31731 --rest-address=0.0.0.0 --nat=extip:172.18.251.232 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d2fe06085ae6758d4174f4c29ee54eea9a4cace9df7cb993ff5bfacbd7efb0d7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=31732 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QA0NiQecOYkevWwp6SZgk3JrvjXF6zB-SDqXpfHVN2CdfyoY8_myyAmG_zbRjMFjizTvmr1luSpozu5OeIjrOkwCgmlkgnY0gmlwhKwS8KqKbXVsdGlhZGRyc5YACASsEvCqBtTbAAoErBLwqgbU3N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlOJZvprx9nhOmTfuvbvqZHk6NrHrvzqcR5HxQeBf4zaDdGNwgtTbg3VkcILU3YV3YWt1Mgk --lightpushnode=/ip4/172.18.240.170/tcp/54491/p2p/16Uiu2HAmNgAsjP1CrneSmwQ1fkMg9AFJcPCkEZKmcCuJbC8Jz9qX --lightpush=true --relay=false
|
||||
2026-01-21 04:33:51.802 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.251.232 waku f2a78ceb98544410bddfb37ce407288413dc46202ce899ed4cf561f193725612
|
||||
2026-01-21 04:33:51.832 DEBUG [src.node.docker_mananger] Container started with ID f2a78ceb9854. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-33-27__0a9d8ff5-b2b6-47af-b8aa-ce4cff230d25__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:51.833 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 31728
|
||||
2026-01-21 04:33:51.834 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:33:52.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:52.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.202 ERROR [src.node.docker_mananger] Max retries reached for container f2a78ceb9854. Exiting log stream.
|
||||
2026-01-21 04:33:53.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.747 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.255 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.068 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.271 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.981 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.519 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.722 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.230 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.842 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.656 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.758 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.859 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.266 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.469 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.672 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.790 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.892 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:03.095 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:03.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:03.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:03.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:03.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:03.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:03.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:03.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:03.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.925 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.128 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.433 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.143 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.871 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.785 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:31728/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.851 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=31728): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fda526c6540>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-21 04:34:12.952 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:34:12.952 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:34:12.954 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:34:12.954 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.31.135
|
||||
2026-01-21 04:34:12.954 DEBUG [src.node.docker_mananger] Generated ports ['55403', '55404', '55405', '55406', '55407']
|
||||
2026-01-21 04:34:12.954 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:34:12.954 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:34:12.955 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:34:12.955 DEBUG [src.node.docker_mananger] docker run -i -t -p 55403:55403 -p 55404:55404 -p 55405:55405 -p 55406:55406 -p 55407:55407 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=55405 --rest-port=55403 --tcp-port=55404 --discv5-udp-port=55406 --rest-address=0.0.0.0 --nat=extip:172.18.31.135 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d774dba2d19c5ba6effc857ebe15eccd86c6ffc59ec6abd75cf324bdbc2aab61 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=55407 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QA0NiQecOYkevWwp6SZgk3JrvjXF6zB-SDqXpfHVN2CdfyoY8_myyAmG_zbRjMFjizTvmr1luSpozu5OeIjrOkwCgmlkgnY0gmlwhKwS8KqKbXVsdGlhZGRyc5YACASsEvCqBtTbAAoErBLwqgbU3N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDlOJZvprx9nhOmTfuvbvqZHk6NrHrvzqcR5HxQeBf4zaDdGNwgtTbg3VkcILU3YV3YWt1Mgk --lightpushnode=/ip4/172.18.240.170/tcp/54491/p2p/16Uiu2HAmNgAsjP1CrneSmwQ1fkMg9AFJcPCkEZKmcCuJbC8Jz9qX --lightpush=true --relay=false
|
||||
2026-01-21 04:34:13.144 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.31.135 waku cb177be851789308dfdc12bad260623cf37c16265df713466fb14c1a8baed36d
|
||||
2026-01-21 04:34:13.175 DEBUG [src.node.docker_mananger] Container started with ID cb177be85178. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-33-27__0a9d8ff5-b2b6-47af-b8aa-ce4cff230d25__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:34:13.176 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 55403
|
||||
2026-01-21 04:34:13.176 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:34:14.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.555 ERROR [src.node.docker_mananger] Max retries reached for container cb177be85178. Exiting log stream.
|
||||
2026-01-21 04:34:14.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.599 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.904 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.017 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.627 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:24.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:24.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:24.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:24.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:24.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:24.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:24.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:24.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:24.846 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:24.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:25.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:25.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:25.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:25.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:25.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:25.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:25.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:25.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:25.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:25.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:26.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:26.167 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:26.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:26.370 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:26.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:26.573 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:26.675 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:26.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:26.878 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:26.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:27.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:27.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:27.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:27.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:27.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:27.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:27.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:27.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:27.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:27.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:28.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:28.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:28.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:28.403 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:28.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:28.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:28.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:28.809 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:28.910 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:29.012 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:29.113 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:29.215 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:29.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:29.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:29.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:29.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:29.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:29.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:29.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:30.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:30.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:30.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:30.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:30.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:30.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:30.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:30.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:30.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:30.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:31.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:31.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:31.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:31.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:31.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:31.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:31.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:31.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:31.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:31.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:32.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:32.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:32.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:32.367 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:32.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:32.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:32.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:32.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:32.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:32.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:33.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:33.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:33.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:33.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:33.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:33.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:33.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:33.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:33.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:33.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:34.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:34.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:55403/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:34.196 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=55403): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fda529d4050>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-21 04:34:34.382 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:34:34.383 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:34:34.383 DEBUG [src.node.waku_node] Stopping container with id 222d8575cee4
|
||||
2026-01-21 04:34:34.964 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:34:34.965 DEBUG [src.node.waku_node] Stopping container with id 1fee71e279f5
|
||||
2026-01-21 04:34:35.467 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:34:35.468 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:35.570 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:35.672 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:35.774 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:35.863 ERROR [src.node.docker_mananger] Max retries reached for container 222d8575cee4. Exiting log stream.
|
||||
2026-01-21 04:34:35.876 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:35.977 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:36.079 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:36.180 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:36.280 ERROR [src.node.docker_mananger] Max retries reached for container 1fee71e279f5. Exiting log stream.
|
||||
2026-01-21 04:34:36.282 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:36.383 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:36.485 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:36.587 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:36.689 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:36.790 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:36.892 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:36.994 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:37.096 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:37.198 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:37.299 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:37.401 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:37.503 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:37.605 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:37.707 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:37.809 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:37.910 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:38.012 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:38.114 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:38.216 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:38.318 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:38.420 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:38.521 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:38.623 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:38.725 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:38.827 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:38.929 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:39.031 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:39.133 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:39.235 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:39.336 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:39.438 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:39.540 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:39.642 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:39.744 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:39.846 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:39.947 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:40.049 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:40.151 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:40.253 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:40.355 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:40.457 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:40.559 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:40.560 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/cb177be851789308dfdc12bad260623cf37c16265df713466fb14c1a8baed36d/stop: Not Found ("No such container: cb177be851789308dfdc12bad260623cf37c16265df713466fb14c1a8baed36d")
|
||||
2026-01-21 04:34:40.560 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:40.662 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:40.763 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:40.865 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:40.967 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:41.069 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:41.171 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:41.272 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:41.374 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:41.476 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:41.578 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:41.680 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:41.781 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:41.883 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:41.985 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:42.087 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:42.189 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:42.291 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:42.393 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:42.494 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:42.596 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:42.698 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:42.800 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:42.901 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:43.003 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:43.105 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:43.207 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:43.309 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:43.411 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:43.513 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:43.615 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:43.716 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:43.818 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:43.920 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:44.022 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:44.124 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:44.226 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:44.327 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:44.429 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:44.531 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:44.633 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:44.735 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:44.837 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:44.939 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:45.041 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:45.143 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:45.244 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:45.346 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:45.448 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:45.550 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:45.652 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:45.654 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/cb177be851789308dfdc12bad260623cf37c16265df713466fb14c1a8baed36d/stop: Not Found ("No such container: cb177be851789308dfdc12bad260623cf37c16265df713466fb14c1a8baed36d")
|
||||
2026-01-21 04:34:45.654 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:45.755 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:45.857 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:45.959 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:46.060 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:46.162 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:46.264 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:46.366 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:46.468 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:46.570 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:46.672 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:46.774 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:46.875 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:46.977 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:47.079 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:47.181 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:47.283 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:47.385 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:47.487 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:47.589 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:47.691 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:47.793 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:47.894 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:47.996 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:48.098 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:48.200 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:48.302 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:48.404 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:48.506 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:48.608 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:48.709 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:48.811 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:48.913 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:49.015 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:49.117 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:49.219 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:49.320 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:49.422 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:49.524 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:49.626 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:49.728 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:49.830 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:49.932 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:50.034 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:50.136 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:50.238 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:50.340 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:50.442 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:50.543 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:50.645 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:50.747 DEBUG [src.node.waku_node] Stopping container with id cb177be85178
|
||||
2026-01-21 04:34:50.749 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/cb177be851789308dfdc12bad260623cf37c16265df713466fb14c1a8baed36d/stop: Not Found ("No such container: cb177be851789308dfdc12bad260623cf37c16265df713466fb14c1a8baed36d")
|
||||
2026-01-21 04:34:50.750 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:34:50.798 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:34:50.821 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:34:50.822 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:34:50.822 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:34:50.823 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
380
nim/1043/data/attachments/1c90639f9e9c3922.txt
Normal file
380
nim/1043/data/attachments/1c90639f9e9c3922.txt
Normal file
@ -0,0 +1,380 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_on_postgress_db_with_one_message with id: 2026-01-21_04-27-32__35ba66a3-b16d-4815-b08a-c11cb56e1ad3
|
||||
[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
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5d06b81dbfb7. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 26f0a9180155. Exiting log stream.
|
||||
[35mDEBUG [0m src.postgres_setup:postgres_setup.py:36 Postgres container started
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-27-32__35ba66a3-b16d-4815-b08a-c11cb56e1ad3__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.119.4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['22263', '22264', '22265', '22266', '22267']
|
||||
[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 22263:22263 -p 22264:22264 -p 22265:22265 -p 22266:22266 -p 22267:22267 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=22265 --rest-port=22263 --tcp-port=22264 --discv5-udp-port=22266 --rest-address=0.0.0.0 --nat=extip:172.18.119.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9d5bcd8e81b0f1eadc8e54a7e3dd89d7a5fbdea1bca14daa0fe46b4aaea1a7b3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=22267 --metrics-logging=true --store=true --relay=true --store-message-db-url=postgres://postgres:test123@postgres:5432/postgres
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.119.4 waku 3af2ae9c8170f281647e86e1234e70668b8c02fdada3fdbc7b3f8e5d4f94359a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3af2ae9c8170. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-27-32__35ba66a3-b16d-4815-b08a-c11cb56e1ad3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 22263
|
||||
[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:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3af2ae9c8170. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:22263/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=22263): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f91fc102c00>: 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.72.2
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56355', '56356', '56357', '56358', '56359']
|
||||
[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 56355:56355 -p 56356:56356 -p 56357:56357 -p 56358:56358 -p 56359:56359 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56357 --rest-port=56355 --tcp-port=56356 --discv5-udp-port=56358 --rest-address=0.0.0.0 --nat=extip:172.18.72.2 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=835efde99a00460c0ba5cd2ccdb63fa021fd55c6d1076e34f9dc5b9b15feb2d9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56359 --metrics-logging=true --store=true --relay=true --store-message-db-url=postgres://postgres:test123@postgres:5432/postgres
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.72.2 waku 735b529162130a70da8433e6030556eb2018f6316d2b24788b32ab7f58800cd6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 735b52916213. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-27-32__35ba66a3-b16d-4815-b08a-c11cb56e1ad3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56355
|
||||
[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:56355/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:56355/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.72.2/tcp/56356/p2p/16Uiu2HAmUkt7LtDBKBBjs1eBmUTFGKd3mvEvAPKR6fj5xtbxS6DF","/ip4/172.18.72.2/tcp/56357/ws/p2p/16Uiu2HAmUkt7LtDBKBBjs1eBmUTFGKd3mvEvAPKR6fj5xtbxS6DF"],"enrUri":"enr:-L24QAihLJnHpCeISi04lecuk5sq5j7T4Rq2_TaZCoIC1lZiFwXpAjYkDFlQSuC1Chf_YCe7fBZX0k6AGigpkOiJud4CgmlkgnY0gmlwhKwSSAKKbXVsdGlhZGRyc5YACASsEkgCBtwkAAoErBJIAgbcJd0DgnJzhQADAQAAiXNlY3AyNTZrMaED7z1raTECyXVkZjhPHv74BbDPnJ9QCIZwpUtfiGKBqFKDdGNwgtwkg3VkcILcJoV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-27-32__35ba66a3-b16d-4815-b08a-c11cb56e1ad3__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.192
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['60963', '60964', '60965', '60966', '60967']
|
||||
[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 60963:60963 -p 60964:60964 -p 60965:60965 -p 60966:60966 -p 60967:60967 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60965 --rest-port=60963 --tcp-port=60964 --discv5-udp-port=60966 --rest-address=0.0.0.0 --nat=extip:172.18.124.192 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3e5b589bf99dfab4707e3e418dfb89e311e1f5aeb6e1aba3bd1a0b7bcbbdf581 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60967 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAihLJnHpCeISi04lecuk5sq5j7T4Rq2_TaZCoIC1lZiFwXpAjYkDFlQSuC1Chf_YCe7fBZX0k6AGigpkOiJud4CgmlkgnY0gmlwhKwSSAKKbXVsdGlhZGRyc5YACASsEkgCBtwkAAoErBJIAgbcJd0DgnJzhQADAQAAiXNlY3AyNTZrMaED7z1raTECyXVkZjhPHv74BbDPnJ9QCIZwpUtfiGKBqFKDdGNwgtwkg3VkcILcJoV3YWt1MgM --storenode=/ip4/172.18.72.2/tcp/56356/p2p/16Uiu2HAmUkt7LtDBKBBjs1eBmUTFGKd3mvEvAPKR6fj5xtbxS6DF --store=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.124.192 waku ef03a3b12ae01eacf9e166d2157a17052f29c75ea85ed712215072305606fb71
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ef03a3b12ae0. Setting up logs at ./log/docker/store_node1_2026-01-21_04-27-32__35ba66a3-b16d-4815-b08a-c11cb56e1ad3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 60963
|
||||
[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:60963/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":"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:60963/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.192/tcp/60964/p2p/16Uiu2HAmUfhuen65Z9rmMzPK56FDGjARJYdo5jLzpCaUXdYw3K2j","/ip4/172.18.124.192/tcp/60965/ws/p2p/16Uiu2HAmUfhuen65Z9rmMzPK56FDGjARJYdo5jLzpCaUXdYw3K2j"],"enrUri":"enr:-L24QMAGfflhTbgpJCCNAdOlily5nmNFF6AUzKOgifotkCbXDg5A1-78Vf9DQde1CJvRWq8jbh8hocdVImkEuLaKHKUCgmlkgnY0gmlwhKwSfMCKbXVsdGlhZGRyc5YACASsEnzABu4kAAoErBJ8wAbuJd0DgnJzhQADAQAAiXNlY3AyNTZrMaED7en7BofksaCkrtxn0PXZzt_PmrRecUixm6ZeJhynRfyDdGNwgu4kg3VkcILuJoV3YWt1MgE"}'
|
||||
[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:60963/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.72.2/tcp/56356/p2p/16Uiu2HAmUkt7LtDBKBBjs1eBmUTFGKd3mvEvAPKR6fj5xtbxS6DF"]'
|
||||
[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:56355/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:60963/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:56355/relay/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:56355/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":"0x28d84985dd62f7481c92621af064bb53dce3c498f8c20469adf79e845fcb87be"}]}'
|
||||
[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:60963/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":"16c6575e7be44faa1dc5","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x28d84985dd62f7481c92621af064bb53dce3c498f8c20469adf79e845fcb87be"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 1
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-27-32__35ba66a3-b16d-4815-b08a-c11cb56e1ad3__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.239.232
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['44408', '44409', '44410', '44411', '44412']
|
||||
[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 44408:44408 -p 44409:44409 -p 44410:44410 -p 44411:44411 -p 44412:44412 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44410 --rest-port=44408 --tcp-port=44409 --discv5-udp-port=44411 --rest-address=0.0.0.0 --nat=extip:172.18.239.232 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ddbfaedba53df7386aa7ea11ff9a15437def5afecb961d8be4a5d5ebc65efad4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44412 --metrics-logging=true --store=true --relay=true --store-message-db-url=postgres://postgres:test123@postgres:5432/postgres
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.239.232 waku e48f9228190734d8b9ed24717e766a8567e57505f7fef6e8548e252fdc838262
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e48f92281907. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-27-32__35ba66a3-b16d-4815-b08a-c11cb56e1ad3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 44408
|
||||
[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:44408/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44408/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","protocolsHealth":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:44408/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:44408/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.239.232/tcp/44409/p2p/16Uiu2HAkzuvWcQnnJGtokGMUKAG2w7QTjBdm8mbZ1fKvBWHQQ7ep","/ip4/172.18.239.232/tcp/44410/ws/p2p/16Uiu2HAkzuvWcQnnJGtokGMUKAG2w7QTjBdm8mbZ1fKvBWHQQ7ep"],"enrUri":"enr:-L24QEckb66720kG9ySC8eEoeXuqRCqn57thKIbqtHHyw9vDJXol0m8t3GlIHIN4I8kc5NqVxeezEEU7LDmbIw9-JiICgmlkgnY0gmlwhKwS7-iKbXVsdGlhZGRyc5YACASsEu_oBq15AAoErBLv6Aatet0DgnJzhQADAQAAiXNlY3AyNTZrMaECUYcgv8eB7qQKYk6l6UO65BL19i3dsKrOPoXLGrDEtrGDdGNwgq15g3VkcIKte4V3YWt1MgM"}'
|
||||
[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:44408/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.72.2/tcp/56356/p2p/16Uiu2HAmUkt7LtDBKBBjs1eBmUTFGKd3mvEvAPKR6fj5xtbxS6DF"]'
|
||||
[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/store_node1_2026-01-21_04-27-32__35ba66a3-b16d-4815-b08a-c11cb56e1ad3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.139.10
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47033', '47034', '47035', '47036', '47037']
|
||||
[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 47033:47033 -p 47034:47034 -p 47035:47035 -p 47036:47036 -p 47037:47037 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47035 --rest-port=47033 --tcp-port=47034 --discv5-udp-port=47036 --rest-address=0.0.0.0 --nat=extip:172.18.139.10 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8b9e7eaabaf5eae6f382a6265b658ad2718b6bf360acda7e3cca48d9ace61cfc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47037 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QEckb66720kG9ySC8eEoeXuqRCqn57thKIbqtHHyw9vDJXol0m8t3GlIHIN4I8kc5NqVxeezEEU7LDmbIw9-JiICgmlkgnY0gmlwhKwS7-iKbXVsdGlhZGRyc5YACASsEu_oBq15AAoErBLv6Aatet0DgnJzhQADAQAAiXNlY3AyNTZrMaECUYcgv8eB7qQKYk6l6UO65BL19i3dsKrOPoXLGrDEtrGDdGNwgq15g3VkcIKte4V3YWt1MgM --storenode=/ip4/172.18.72.2/tcp/56356/p2p/16Uiu2HAmUkt7LtDBKBBjs1eBmUTFGKd3mvEvAPKR6fj5xtbxS6DF --store=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.139.10 waku 8265ae0fe7f0c9927f236099766144be6243d5f43e83152864e79b5680f165b0
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8265ae0fe7f0. Setting up logs at ./log/docker/store_node1_2026-01-21_04-27-32__35ba66a3-b16d-4815-b08a-c11cb56e1ad3__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47033
|
||||
[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:47033/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":"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:47033/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.139.10/tcp/47034/p2p/16Uiu2HAmQSS3B2EEga8CacZMCQzsQgAyXweH6eyMBr7DpSi1WdC6","/ip4/172.18.139.10/tcp/47035/ws/p2p/16Uiu2HAmQSS3B2EEga8CacZMCQzsQgAyXweH6eyMBr7DpSi1WdC6"],"enrUri":"enr:-L24QBqQcJ3xMfWbD_fdHlflZywJw3Vaq-Cbap5do6h1snWeCdZK1U6T7st5xq5EqSVYTjnkOGL4LL9JsVEwfu5i-I4CgmlkgnY0gmlwhKwSiwqKbXVsdGlhZGRyc5YACASsEosKBre6AAoErBKLCga3u90DgnJzhQADAQAAiXNlY3AyNTZrMaEDrxS82wbPRUTDEmYmhJjdOxIld9ZuaB856whIsRXzLnuDdGNwgre6g3VkcIK3vIV3YWt1MgE"}'
|
||||
[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:47033/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.72.2/tcp/56356/p2p/16Uiu2HAmUkt7LtDBKBBjs1eBmUTFGKd3mvEvAPKR6fj5xtbxS6DF"]'
|
||||
[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:47033/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.239.232/tcp/44409/p2p/16Uiu2HAkzuvWcQnnJGtokGMUKAG2w7QTjBdm8mbZ1fKvBWHQQ7ep"]'
|
||||
[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:56355/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:60963/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:44408/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:47033/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:44408/relay/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:56355/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":"0x28d84985dd62f7481c92621af064bb53dce3c498f8c20469adf79e845fcb87be"},{"messageHash":"0x6a45682740e0a80c45b50eb7b5364a0fcdeb6d64927b92c6b4bc7fcf67862aed"}]}'
|
||||
[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:60963/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":"be604d9c9bec958bb635","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x28d84985dd62f7481c92621af064bb53dce3c498f8c20469adf79e845fcb87be"},{"messageHash":"0x6a45682740e0a80c45b50eb7b5364a0fcdeb6d64927b92c6b4bc7fcf67862aed"}]}'
|
||||
[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:44408/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":"0x28d84985dd62f7481c92621af064bb53dce3c498f8c20469adf79e845fcb87be"},{"messageHash":"0x6a45682740e0a80c45b50eb7b5364a0fcdeb6d64927b92c6b4bc7fcf67862aed"}]}'
|
||||
[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:47033/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":"86e01151b9ce848925a5","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x28d84985dd62f7481c92621af064bb53dce3c498f8c20469adf79e845fcb87be"},{"messageHash":"0x6a45682740e0a80c45b50eb7b5364a0fcdeb6d64927b92c6b4bc7fcf67862aed"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 2
|
||||
[35mDEBUG [0m src.postgres_setup:postgres_setup.py:44 Postgres container stopped and removed.
|
||||
[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 735b52916213
|
||||
[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 ef03a3b12ae0
|
||||
[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 e48f92281907
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 735b52916213. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8265ae0fe7f0
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ef03a3b12ae0. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
76
nim/1043/data/attachments/1c924800f6121cd.txt
Normal file
76
nim/1043/data/attachments/1c924800f6121cd.txt
Normal file
@ -0,0 +1,76 @@
|
||||
2026-01-21 04:25:04.505 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:25:04.505 DEBUG [tests.conftest] Running test: test_get_store_message_with_meta with id: 2026-01-21_04-25-04__db3284d2-a3fa-4b85-a1ea-4345d024e581
|
||||
2026-01-21 04:25:04.505 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:25:04.505 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-21 04:25:04.506 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-01-21 04:25:04.512 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:25:04.512 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-25-04__db3284d2-a3fa-4b85-a1ea-4345d024e581__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:25:04.513 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:25:04.513 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:25:04.514 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:25:04.514 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.163.208
|
||||
2026-01-21 04:25:04.514 DEBUG [src.node.docker_mananger] Generated ports ['19380', '19381', '19382', '19383', '19384']
|
||||
2026-01-21 04:25:04.514 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:25:04.515 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:25:04.515 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:25:04.515 DEBUG [src.node.docker_mananger] docker run -i -t -p 19380:19380 -p 19381:19381 -p 19382:19382 -p 19383:19383 -p 19384:19384 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=19382 --rest-port=19380 --tcp-port=19381 --discv5-udp-port=19383 --rest-address=0.0.0.0 --nat=extip:172.18.163.208 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2195ed8adb1ffb93a0ea0ab1abffaffe5473bdc6b61be8bbf4cb94edade01a02 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=19384 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-21 04:25:04.695 ERROR [src.node.docker_mananger] Max retries reached for container 4353533d142f. Exiting log stream.
|
||||
2026-01-21 04:25:04.717 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.163.208 waku d19685b6b4ba90a817783153aa9ad9a496d909c06d8958659c3f091bac3fcc23
|
||||
2026-01-21 04:25:04.748 DEBUG [src.node.docker_mananger] Container started with ID d19685b6b4ba. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-25-04__db3284d2-a3fa-4b85-a1ea-4345d024e581__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:25:04.749 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 19380
|
||||
2026-01-21 04:25:04.749 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:25:05.301 ERROR [src.node.docker_mananger] Max retries reached for container 50ba5043325d. Exiting log stream.
|
||||
2026-01-21 04:25:05.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19380/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:05.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:25:05.754 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:25:05.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19380/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:05.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.163.208/tcp/19381/p2p/16Uiu2HAmDkz9YaSddzBt8iwryac5am6XgXyFuPmqfvH25cm9ww7A","/ip4/172.18.163.208/tcp/19382/ws/p2p/16Uiu2HAmDkz9YaSddzBt8iwryac5am6XgXyFuPmqfvH25cm9ww7A"],"enrUri":"enr:-L24QIrPJfku29T5O3ZZ4b9BC_g1mBFscCFQC-j7-Aae3TRXE8LQ_thC6tZenzypyd6Lehy6wYFku59k5vOCmpN-MXICgmlkgnY0gmlwhKwSo9CKbXVsdGlhZGRyc5YACASsEqPQBku1AAoErBKj0AZLtt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEGTxXK3kjw32dPdPruZeZSufs0Re5OJyRiA-893PNS2DdGNwgku1g3VkcIJLt4V3YWt1MgM"}'
|
||||
2026-01-21 04:25:05.757 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:25:05.764 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:25:05.764 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-25-04__db3284d2-a3fa-4b85-a1ea-4345d024e581__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:25:05.764 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:25:05.764 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:25:05.766 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:25:05.766 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.100.195
|
||||
2026-01-21 04:25:05.766 DEBUG [src.node.docker_mananger] Generated ports ['40144', '40145', '40146', '40147', '40148']
|
||||
2026-01-21 04:25:05.766 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:25:05.766 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:25:05.766 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:25:05.767 DEBUG [src.node.docker_mananger] docker run -i -t -p 40144:40144 -p 40145:40145 -p 40146:40146 -p 40147:40147 -p 40148:40148 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40146 --rest-port=40144 --tcp-port=40145 --discv5-udp-port=40147 --rest-address=0.0.0.0 --nat=extip:172.18.100.195 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ee3b24badbf49faaad58f8de54adc963b88c69ee1fedf29657f4debc4a5e9cd8 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40148 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QIrPJfku29T5O3ZZ4b9BC_g1mBFscCFQC-j7-Aae3TRXE8LQ_thC6tZenzypyd6Lehy6wYFku59k5vOCmpN-MXICgmlkgnY0gmlwhKwSo9CKbXVsdGlhZGRyc5YACASsEqPQBku1AAoErBKj0AZLtt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDEGTxXK3kjw32dPdPruZeZSufs0Re5OJyRiA-893PNS2DdGNwgku1g3VkcIJLt4V3YWt1MgM --storenode=/ip4/172.18.163.208/tcp/19381/p2p/16Uiu2HAmDkz9YaSddzBt8iwryac5am6XgXyFuPmqfvH25cm9ww7A --store=true --relay=true
|
||||
2026-01-21 04:25:05.956 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.100.195 waku 66c3008b7ce9c01b987f6b49c35ef743609e53e462c8bb469d76003baf1d6cb8
|
||||
2026-01-21 04:25:05.991 DEBUG [src.node.docker_mananger] Container started with ID 66c3008b7ce9. Setting up logs at ./log/docker/store_node1_2026-01-21_04-25-04__db3284d2-a3fa-4b85-a1ea-4345d024e581__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:25:05.991 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40144
|
||||
2026-01-21 04:25:05.991 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:25:06.993 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40144/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:06.997 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:25:06.997 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:25:06.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40144/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:07.000 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.100.195/tcp/40145/p2p/16Uiu2HAmSwiSxbwpd2X1SJGwdi4Q8tojNkDSfuaBFt9w34Vx3ZUW","/ip4/172.18.100.195/tcp/40146/ws/p2p/16Uiu2HAmSwiSxbwpd2X1SJGwdi4Q8tojNkDSfuaBFt9w34Vx3ZUW"],"enrUri":"enr:-L24QBtM9svmQxpknz1yNRgmanrTZ9EpSln4kr7HIK4KA5VaIHCqLFeunlIcjGLZxSj3U3R543N0bcxe5Qf-8e4b0UUCgmlkgnY0gmlwhKwSZMOKbXVsdGlhZGRyc5YACASsEmTDBpzRAAoErBJkwwac0t0DgnJzhQADAQAAiXNlY3AyNTZrMaED1EyCjvTYdjSWpcoiZsPhortSxSbZAMUApcnNqL7vVLuDdGNwgpzRg3VkcIKc04V3YWt1MgM"}'
|
||||
2026-01-21 04:25:07.000 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:25:07.000 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40144/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.163.208/tcp/19381/p2p/16Uiu2HAmDkz9YaSddzBt8iwryac5am6XgXyFuPmqfvH25cm9ww7A"]'
|
||||
2026-01-21 04:25:07.003 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:07.003 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19380/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:25:07.006 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:07.006 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:40144/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:25:07.008 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:07.009 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:25:07.009 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:19380/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)', "meta": "U3RvcmUgd29ya3MhIQ=="}'
|
||||
2026-01-21 04:25:07.014 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:07.015 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:25:07.215 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-21 04:25:07.216 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:19380/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:07.219 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4caf43f91d490a95c40aad6cdda1d228482c3941f5590086c879a4a8c859e9ea"}]}'
|
||||
2026-01-21 04:25:07.219 DEBUG [src.steps.store] messages length is 1
|
||||
2026-01-21 04:25:07.219 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-21 04:25:07.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40144/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=5&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:07.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x4caf43f91d490a95c40aad6cdda1d228482c3941f5590086c879a4a8c859e9ea"}]}'
|
||||
2026-01-21 04:25:07.222 DEBUG [src.steps.store] messages length is 1
|
||||
2026-01-21 04:25:07.224 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:25:07.225 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:25:07.225 DEBUG [src.node.waku_node] Stopping container with id d19685b6b4ba
|
||||
2026-01-21 04:25:07.751 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:25:07.752 DEBUG [src.node.waku_node] Stopping container with id 66c3008b7ce9
|
||||
2026-01-21 04:25:08.338 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:25:08.341 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:25:08.346 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:25:08.351 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
84
nim/1043/data/attachments/1cbbf470500e0e54.txt
Normal file
84
nim/1043/data/attachments/1cbbf470500e0e54.txt
Normal file
@ -0,0 +1,84 @@
|
||||
2026-01-21 04:33:07.712 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:33:07.712 DEBUG [tests.conftest] Running test: test_passing_cursor_of_non_existing_message_from_the_store with id: 2026-01-21_04-33-07__af42f103-a95a-4695-8fcf-4739be22b7b7
|
||||
2026-01-21 04:33:07.713 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:33:07.713 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-21 04:33:07.713 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-01-21 04:33:07.721 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:33:07.721 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-33-07__af42f103-a95a-4695-8fcf-4739be22b7b7__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:07.721 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:33:07.721 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:33:07.723 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:33:07.723 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.76.136
|
||||
2026-01-21 04:33:07.723 DEBUG [src.node.docker_mananger] Generated ports ['25696', '25697', '25698', '25699', '25700']
|
||||
2026-01-21 04:33:07.723 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:33:07.723 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:33:07.723 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:33:07.723 DEBUG [src.node.docker_mananger] docker run -i -t -p 25696:25696 -p 25697:25697 -p 25698:25698 -p 25699:25699 -p 25700:25700 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25698 --rest-port=25696 --tcp-port=25697 --discv5-udp-port=25699 --rest-address=0.0.0.0 --nat=extip:172.18.76.136 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aae3c2fe4fa1cef8c62ca8f6675ddeba1bcf6cfae8b6ee3bdd3c0177c9ccd2dd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25700 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-21 04:33:07.894 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.76.136 waku 5ef24cf85fc25fcf5e1f0f93f551ed97dce1a45888a2607168801f23688dad74
|
||||
2026-01-21 04:33:07.923 DEBUG [src.node.docker_mananger] Container started with ID 5ef24cf85fc2. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-33-07__af42f103-a95a-4695-8fcf-4739be22b7b7__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:07.924 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25696
|
||||
2026-01-21 04:33:07.925 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:33:07.991 ERROR [src.node.docker_mananger] Max retries reached for container 3629ee844e3c. Exiting log stream.
|
||||
2026-01-21 04:33:08.520 ERROR [src.node.docker_mananger] Max retries reached for container 245e7fe1ac97. Exiting log stream.
|
||||
2026-01-21 04:33:08.928 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25696/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:08.932 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:33:08.932 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:33:08.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25696/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:08.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.76.136/tcp/25697/p2p/16Uiu2HAm7G2kYSLhxbUyowXJzGftPw8whuMp9xru9aEAK34TCRZf","/ip4/172.18.76.136/tcp/25698/ws/p2p/16Uiu2HAm7G2kYSLhxbUyowXJzGftPw8whuMp9xru9aEAK34TCRZf"],"enrUri":"enr:-L24QJe2I3mlfaywn0FqEcm5Q9lIepjXVqgMBJNhsyF45Om2PoECZRSNzXgtMyLa5lJW9c9slrXtzoBp1DYeSVATEHECgmlkgnY0gmlwhKwSTIiKbXVsdGlhZGRyc5YACASsEkyIBmRhAAoErBJMiAZkYt0DgnJzhQADAQAAiXNlY3AyNTZrMaECr9Pr5iXkKPDrKp7EmjuhBFk88vhhls_8YSovILZGX36DdGNwgmRhg3VkcIJkY4V3YWt1MgM"}'
|
||||
2026-01-21 04:33:08.935 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:33:08.943 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:33:08.943 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-33-07__af42f103-a95a-4695-8fcf-4739be22b7b7__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:08.943 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:33:08.943 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:33:08.945 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:33:08.945 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.185.254
|
||||
2026-01-21 04:33:08.945 DEBUG [src.node.docker_mananger] Generated ports ['7908', '7909', '7910', '7911', '7912']
|
||||
2026-01-21 04:33:08.945 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:33:08.945 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:33:08.945 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:33:08.946 DEBUG [src.node.docker_mananger] docker run -i -t -p 7908:7908 -p 7909:7909 -p 7910:7910 -p 7911:7911 -p 7912:7912 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7910 --rest-port=7908 --tcp-port=7909 --discv5-udp-port=7911 --rest-address=0.0.0.0 --nat=extip:172.18.185.254 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e9666fbfc10ec9bdc2f75de78aab6531a4a7bd8745cce7a2b3217e19aeabaa51 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7912 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJe2I3mlfaywn0FqEcm5Q9lIepjXVqgMBJNhsyF45Om2PoECZRSNzXgtMyLa5lJW9c9slrXtzoBp1DYeSVATEHECgmlkgnY0gmlwhKwSTIiKbXVsdGlhZGRyc5YACASsEkyIBmRhAAoErBJMiAZkYt0DgnJzhQADAQAAiXNlY3AyNTZrMaECr9Pr5iXkKPDrKp7EmjuhBFk88vhhls_8YSovILZGX36DdGNwgmRhg3VkcIJkY4V3YWt1MgM --storenode=/ip4/172.18.76.136/tcp/25697/p2p/16Uiu2HAm7G2kYSLhxbUyowXJzGftPw8whuMp9xru9aEAK34TCRZf --store=true --relay=true
|
||||
2026-01-21 04:33:09.140 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.185.254 waku 42c49a11f8d7b6a7e2e8ab2ec7c674e18e1e811fe86767e59b4e99a431200c6c
|
||||
2026-01-21 04:33:09.173 DEBUG [src.node.docker_mananger] Container started with ID 42c49a11f8d7. Setting up logs at ./log/docker/store_node1_2026-01-21_04-33-07__af42f103-a95a-4695-8fcf-4739be22b7b7__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:09.173 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7908
|
||||
2026-01-21 04:33:09.173 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:33:10.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7908/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:10.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:33:10.179 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:33:10.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7908/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:10.182 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.185.254/tcp/7909/p2p/16Uiu2HAmBECpU8vQxiPofdphmJu9h4bPNAmsjPQUV1GT3HuXNMvX","/ip4/172.18.185.254/tcp/7910/ws/p2p/16Uiu2HAmBECpU8vQxiPofdphmJu9h4bPNAmsjPQUV1GT3HuXNMvX"],"enrUri":"enr:-L24QPXUFnxEFVxDgv_lii0QSkGdD7Eam0fQpkUZpTo75iiSHTnU64St1XnNXmrqNUa9HpCHCTKCs96fckK62RXy_LYCgmlkgnY0gmlwhKwSuf6KbXVsdGlhZGRyc5YACASsErn-Bh7lAAoErBK5_gYe5t0DgnJzhQADAQAAiXNlY3AyNTZrMaEC6srkIZ5OICu9CA0lPT0tmLxw-Hh6ExSBBFnPyKle7ZiDdGNwgh7lg3VkcIIe54V3YWt1MgM"}'
|
||||
2026-01-21 04:33:10.182 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:33:10.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7908/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.76.136/tcp/25697/p2p/16Uiu2HAm7G2kYSLhxbUyowXJzGftPw8whuMp9xru9aEAK34TCRZf"]'
|
||||
2026-01-21 04:33:10.185 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:33:10.186 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25696/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:33:10.189 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:33:10.189 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7908/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:33:10.191 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:33:10.192 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:33:10.192 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8w", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:33:10.197 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:33:10.198 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:33:10.399 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:33:10.399 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8x", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:33:10.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:33:10.405 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:33:10.606 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:33:10.606 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8y", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:33:10.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:33:10.612 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:33:10.812 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:33:10.813 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:25696/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV8z", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:33:10.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:33:10.819 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:33:11.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25696/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xaf30f78b2c75aee6b9e044f5ac2e7f7ff9e8d8e4ce87cb00c4762528e6833fc4&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:11.024 ERROR [src.node.api_clients.base_client] HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:25696/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xaf30f78b2c75aee6b9e044f5ac2e7f7ff9e8d8e4ce87cb00c4762528e6833fc4&pageSize=100&ascending=true. Response content: b'error in handleSelfStoreRequest: BAD_RESPONSE: archive error: DRIVER_ERROR: cursor not found'
|
||||
2026-01-21 04:33:11.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7908/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xaf30f78b2c75aee6b9e044f5ac2e7f7ff9e8d8e4ce87cb00c4762528e6833fc4&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:11.028 ERROR [src.node.api_clients.base_client] HTTP error occurred: 500 Server Error: Internal Server Error for url: http://127.0.0.1:7908/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xaf30f78b2c75aee6b9e044f5ac2e7f7ff9e8d8e4ce87cb00c4762528e6833fc4&pageSize=100&ascending=true. Response content: b'error in handleSelfStoreRequest: BAD_RESPONSE: archive error: DRIVER_ERROR: cursor not found'
|
||||
2026-01-21 04:33:11.031 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:33:11.032 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:33:11.032 DEBUG [src.node.waku_node] Stopping container with id 5ef24cf85fc2
|
||||
2026-01-21 04:33:11.544 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:33:11.544 DEBUG [src.node.waku_node] Stopping container with id 42c49a11f8d7
|
||||
2026-01-21 04:33:12.037 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:33:12.039 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:33:12.046 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:33:12.051 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2608
nim/1043/data/attachments/1cda4d9b06a6adcf.txt
Normal file
2608
nim/1043/data/attachments/1cda4d9b06a6adcf.txt
Normal file
File diff suppressed because it is too large
Load Diff
68
nim/1043/data/attachments/1ce9f7337a954564.txt
Normal file
68
nim/1043/data/attachments/1ce9f7337a954564.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_store_is_empty with id: 2026-01-21_04-27-44__f1aa52d3-e6e4-4dcd-b6f2-1a2b34827277
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-27-44__f1aa52d3-e6e4-4dcd-b6f2-1a2b34827277__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.227.60
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7137', '7138', '7139', '7140', '7141']
|
||||
[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 7137:7137 -p 7138:7138 -p 7139:7139 -p 7140:7140 -p 7141:7141 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7139 --rest-port=7137 --tcp-port=7138 --discv5-udp-port=7140 --rest-address=0.0.0.0 --nat=extip:172.18.227.60 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8c9878a36baf5f5d0d9eea5e3bac1bf7aed6bfb4bbea30db1afed8de35da7fc5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7141 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.227.60 waku f23cf2a07395ba1c24212bbf2873d8f8ff27595c70179ee4d3f3d39422852b31
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 13d766d34c97. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f23cf2a07395. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-27-44__f1aa52d3-e6e4-4dcd-b6f2-1a2b34827277__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7137
|
||||
[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 6b4b0420fa6b. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7137/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:7137/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.227.60/tcp/7138/p2p/16Uiu2HAm7vtQtd9phYxe6AJhKpiXZpkpsSdfaTCUYXkdU1QYujM3","/ip4/172.18.227.60/tcp/7139/ws/p2p/16Uiu2HAm7vtQtd9phYxe6AJhKpiXZpkpsSdfaTCUYXkdU1QYujM3"],"enrUri":"enr:-L24QILRRCtgvUvy2vrKVqhS-cLSH9DNfI6oaRuHUpOszvICdvzEYK36i3Hm_05cg0p445YXlLI5ngUo9YTGvwA0VNACgmlkgnY0gmlwhKwS4zyKbXVsdGlhZGRyc5YACASsEuM8BhviAAoErBLjPAYb490DgnJzhQADAQAAiXNlY3AyNTZrMaECucgk8GB15ZOWj8_ZrKE94yiyQQY1-TumydzaPV7jgGKDdGNwghvig3VkcIIb5IV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-27-44__f1aa52d3-e6e4-4dcd-b6f2-1a2b34827277__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.189.95
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['6119', '6120', '6121', '6122', '6123']
|
||||
[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 6119:6119 -p 6120:6120 -p 6121:6121 -p 6122:6122 -p 6123:6123 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=6121 --rest-port=6119 --tcp-port=6120 --discv5-udp-port=6122 --rest-address=0.0.0.0 --nat=extip:172.18.189.95 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=07ded45ec8826cdb9a05ffe7daa8809adbf7aabbcab0cf41fbbfadb3001afa5c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=6123 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QILRRCtgvUvy2vrKVqhS-cLSH9DNfI6oaRuHUpOszvICdvzEYK36i3Hm_05cg0p445YXlLI5ngUo9YTGvwA0VNACgmlkgnY0gmlwhKwS4zyKbXVsdGlhZGRyc5YACASsEuM8BhviAAoErBLjPAYb490DgnJzhQADAQAAiXNlY3AyNTZrMaECucgk8GB15ZOWj8_ZrKE94yiyQQY1-TumydzaPV7jgGKDdGNwghvig3VkcIIb5IV3YWt1MgM --storenode=/ip4/172.18.227.60/tcp/7138/p2p/16Uiu2HAm7vtQtd9phYxe6AJhKpiXZpkpsSdfaTCUYXkdU1QYujM3 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.189.95 waku 8856a884db500e722ac9d68b1c810a7cbccec65e0702eecb74327e77dad08cef
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8856a884db50. Setting up logs at ./log/docker/store_node1_2026-01-21_04-27-44__f1aa52d3-e6e4-4dcd-b6f2-1a2b34827277__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 6119
|
||||
[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:6119/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:6119/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.189.95/tcp/6120/p2p/16Uiu2HAkzpsAKF4QSGax4W7hXRxvKui5AsEQCoiZUarpho2MHbGD","/ip4/172.18.189.95/tcp/6121/ws/p2p/16Uiu2HAkzpsAKF4QSGax4W7hXRxvKui5AsEQCoiZUarpho2MHbGD"],"enrUri":"enr:-L24QE0B6j7FS5AdqSPG2Suicyoa9SdslC-B63GpNEaAb6a3YKJDgj_niiU6Ruso8flLoVj2tJBBvo63f8hnpbrLPXYCgmlkgnY0gmlwhKwSvV-KbXVsdGlhZGRyc5YACASsEr1fBhfoAAoErBK9XwYX6d0DgnJzhQADAQAAiXNlY3AyNTZrMaECUDtvpGA2vZB3zzoRiEcLgZvYzZJlSAjrWXSarCxgiBqDdGNwghfog3VkcIIX6oV3YWt1MgM"}'
|
||||
[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:6119/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.227.60/tcp/7138/p2p/16Uiu2HAm7vtQtd9phYxe6AJhKpiXZpkpsSdfaTCUYXkdU1QYujM3"]'
|
||||
[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:7137/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:6119/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:7137/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:6119/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[]}'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id f23cf2a07395
|
||||
[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 8856a884db50
|
||||
[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.
|
||||
166
nim/1043/data/attachments/1cfc097bf11a55f9.txt
Normal file
166
nim/1043/data/attachments/1cfc097bf11a55f9.txt
Normal file
@ -0,0 +1,166 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_subscribe_one_by_one_to_different_pubsub_topics_and_send_messages with id: 2026-01-21_04-36-38__1c2d3751-bd1f-4c7f-b59d-4d28f1583d05
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:30 Running fixture setup: sharding_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-36-38__1c2d3751-bd1f-4c7f-b59d-4d28f1583d05__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.67.227
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1035', '1036', '1037', '1038', '1039']
|
||||
[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 1035:1035 -p 1036:1036 -p 1037:1037 -p 1038:1038 -p 1039:1039 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1037 --rest-port=1035 --tcp-port=1036 --discv5-udp-port=1038 --rest-address=0.0.0.0 --nat=extip:172.18.67.227 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=c0a6adcc4caaa62cedfeed3ae631dcc4bf4bc062a180ed8e9afc2bde1a8e10fc --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1039 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.67.227 waku 9d8c3a24fed0986252986ef03473512c2563d9ab9b6c17e6e17c6f63c89bd163
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9d8c3a24fed0. Setting up logs at ./log/docker/node1_2026-01-21_04-36-38__1c2d3751-bd1f-4c7f-b59d-4d28f1583d05__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1035
|
||||
[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 b67831546f12. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 56488d92246a. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1035/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:1035/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.67.227/tcp/1036/p2p/16Uiu2HAm3Wu6wT1f3S7q5rviBmyV2AXyA782rnLqSvtqmqzWYGgx","/ip4/172.18.67.227/tcp/1037/ws/p2p/16Uiu2HAm3Wu6wT1f3S7q5rviBmyV2AXyA782rnLqSvtqmqzWYGgx"],"enrUri":"enr:-L24QEvHU7-zepWnLT6jq5mh1FjsKEuAnDjOW5JpXps-v2HLQDTmfNQTGa_0L5q3vcnAulXTxJzpCEuVZFJpnMEvJsoCgmlkgnY0gmlwhKwSQ-OKbXVsdGlhZGRyc5YACASsEkPjBgQMAAoErBJD4wYEDd0DgnJzhQACAQAAiXNlY3AyNTZrMaECeDQ85_xwGWMwWcgA-lxSVSguWI0TmXce-M-J9ninGHGDdGNwggQMg3VkcIIEDoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-36-38__1c2d3751-bd1f-4c7f-b59d-4d28f1583d05__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.245.34
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['24914', '24915', '24916', '24917', '24918']
|
||||
[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 24914:24914 -p 24915:24915 -p 24916:24916 -p 24917:24917 -p 24918:24918 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=24916 --rest-port=24914 --tcp-port=24915 --discv5-udp-port=24917 --rest-address=0.0.0.0 --nat=extip:172.18.245.34 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=e7f6df5bccbbbac9d8e4ada8af70bd41f44da84b0b53f90dcfae986266e2fc49 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=24918 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEvHU7-zepWnLT6jq5mh1FjsKEuAnDjOW5JpXps-v2HLQDTmfNQTGa_0L5q3vcnAulXTxJzpCEuVZFJpnMEvJsoCgmlkgnY0gmlwhKwSQ-OKbXVsdGlhZGRyc5YACASsEkPjBgQMAAoErBJD4wYEDd0DgnJzhQACAQAAiXNlY3AyNTZrMaECeDQ85_xwGWMwWcgA-lxSVSguWI0TmXce-M-J9ninGHGDdGNwggQMg3VkcIIEDoV3YWt1MgU
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.245.34 waku 9a1e3d60a78f2b84c3b07085c40ffdef2e9c924a628fa3c9370393f0f694a970
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9a1e3d60a78f. Setting up logs at ./log/docker/node2_2026-01-21_04-36-38__1c2d3751-bd1f-4c7f-b59d-4d28f1583d05__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 24914
|
||||
[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:24914/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:24914/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.245.34/tcp/24915/p2p/16Uiu2HAmBDBjnUBhzY14reBxdQ2EcYnjz13d2x8CnoaesTaunPZh","/ip4/172.18.245.34/tcp/24916/ws/p2p/16Uiu2HAmBDBjnUBhzY14reBxdQ2EcYnjz13d2x8CnoaesTaunPZh"],"enrUri":"enr:-L24QAAH-wWpOib8NZE41JPYgOGAo1GfbIAZU3t5RXYrA4TZEpget2SD2BiwxiiZzd-SRDixmBa-FT-bHGG7Yl_11JQCgmlkgnY0gmlwhKwS9SKKbXVsdGlhZGRyc5YACASsEvUiBmFTAAoErBL1IgZhVN0DgnJzhQACAQAAiXNlY3AyNTZrMaEC6ogWm6fs-J8uPLO8f869FUjl-fzdtP-XWGPOUA9fMOiDdGNwgmFTg3VkcIJhVYV3YWt1MgE"}'
|
||||
[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:24914/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.67.227/tcp/1036/p2p/16Uiu2HAm3Wu6wT1f3S7q5rviBmyV2AXyA782rnLqSvtqmqzWYGgx"]'
|
||||
[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:1035/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:24914/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:1035/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:1035/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":1768970200479818727,"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:24914/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":1768970200479818727,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24914/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/1"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970200603347534,"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:24914/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970200603347534,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24914/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/2"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970200725439699,"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:24914/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970200725439699,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24914/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/3"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970200851795408,"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:24914/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970200851795408,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24914/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/4"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970200975508762,"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:24914/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970200975508762,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24914/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/5"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970201098434840,"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:24914/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970201098434840,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24914/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/6"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970201224520348,"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:24914/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970201224520348,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:24914/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/7"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.1 seconds
|
||||
[35mDEBUG [0m src.steps.sharding:sharding.py:158 Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1035/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970201349310680,"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:24914/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970201349310680,"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 9d8c3a24fed0
|
||||
[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 9a1e3d60a78f
|
||||
[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.
|
||||
8103
nim/1043/data/attachments/1d03da9ef1d1c4c8.txt
Normal file
8103
nim/1043/data/attachments/1d03da9ef1d1c4c8.txt
Normal file
File diff suppressed because it is too large
Load Diff
860
nim/1043/data/attachments/1d2d7e9188abbcca.txt
Normal file
860
nim/1043/data/attachments/1d2d7e9188abbcca.txt
Normal file
@ -0,0 +1,860 @@
|
||||
2026-01-21 04:24:19.449 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:24:19.450 DEBUG [tests.conftest] Running test: test_light_push_with_payload_of_1_MB with id: 2026-01-21_04-24-19__56b75daf-8bc5-4903-8eda-5696c7fc0b46
|
||||
2026-01-21 04:24:19.450 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:24:19.450 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-21 04:24:19.456 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:19.456 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-21_04-24-19__56b75daf-8bc5-4903-8eda-5696c7fc0b46__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:19.456 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:19.456 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:19.458 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:19.458 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.133.188
|
||||
2026-01-21 04:24:19.458 DEBUG [src.node.docker_mananger] Generated ports ['4141', '4142', '4143', '4144', '4145']
|
||||
2026-01-21 04:24:19.458 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:19.458 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:19.458 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:19.458 DEBUG [src.node.docker_mananger] docker run -i -t -p 4141:4141 -p 4142:4142 -p 4143:4143 -p 4144:4144 -p 4145:4145 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=4143 --rest-port=4141 --tcp-port=4142 --discv5-udp-port=4144 --rest-address=0.0.0.0 --nat=extip:172.18.133.188 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3fcfdd657badcc5743e8d73f2c0a1daab8fc73a6fb495eeb14d713bfead54d46 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=4145 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-01-21 04:24:19.632 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.133.188 waku 9ece11d902456fd2035412f83c35da4b9d123926b78a6527e2504500170bb68f
|
||||
2026-01-21 04:24:19.662 DEBUG [src.node.docker_mananger] Container started with ID 9ece11d90245. Setting up logs at ./log/docker/receiving_node1_2026-01-21_04-24-19__56b75daf-8bc5-4903-8eda-5696c7fc0b46__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:19.664 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 4141
|
||||
2026-01-21 04:24:19.664 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:20.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4141/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:20.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:24:20.667 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:20.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:4141/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:20.670 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.133.188/tcp/4142/p2p/16Uiu2HAkw29D6QMMt796YVMgRf2xFZLUkbRmuY1GsmLFWZer5PnR","/ip4/172.18.133.188/tcp/4143/ws/p2p/16Uiu2HAkw29D6QMMt796YVMgRf2xFZLUkbRmuY1GsmLFWZer5PnR"],"enrUri":"enr:-L24QD5tOxLztCf8uoTU1Pb_NC9o59pnVTILdNiBKQNMpz6zJNJ6poH41M0wxDh9oEwyX1nDALsp1TM6zRMXCki9xKcCgmlkgnY0gmlwhKwShbyKbXVsdGlhZGRyc5YACASsEoW8BhAuAAoErBKFvAYQL90DgnJzhQADAQAAiXNlY3AyNTZrMaECF7A5BF_FOzxpB4fD_EvqtZIFuRYklCHS_8Bk7VaGmLKDdGNwghAug3VkcIIQMIV3YWt1Mgk"}'
|
||||
2026-01-21 04:24:20.670 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:20.676 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:20.676 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-21_04-24-19__56b75daf-8bc5-4903-8eda-5696c7fc0b46__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:20.676 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:20.676 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:20.677 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:20.677 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.39.194
|
||||
2026-01-21 04:24:20.678 DEBUG [src.node.docker_mananger] Generated ports ['21624', '21625', '21626', '21627', '21628']
|
||||
2026-01-21 04:24:20.678 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:20.678 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:20.678 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:20.678 DEBUG [src.node.docker_mananger] docker run -i -t -p 21624:21624 -p 21625:21625 -p 21626:21626 -p 21627:21627 -p 21628:21628 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21626 --rest-port=21624 --tcp-port=21625 --discv5-udp-port=21627 --rest-address=0.0.0.0 --nat=extip:172.18.39.194 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2a21e994e0bee0e9489adba0f2933aab59c3b6aed590cff07dde1797d8d552fb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21628 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-01-21 04:24:20.823 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.39.194 waku 211b5426d2d50bcc65508fdbc2b930ad3a64f98687bc4340ba096352b2e7e596
|
||||
2026-01-21 04:24:20.845 DEBUG [src.node.docker_mananger] Container started with ID 211b5426d2d5. Setting up logs at ./log/docker/receiving_node2_2026-01-21_04-24-19__56b75daf-8bc5-4903-8eda-5696c7fc0b46__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:20.846 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 21624
|
||||
2026-01-21 04:24:20.847 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:21.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21624/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:21.850 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:24:21.850 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:21.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:21624/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:21.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.194/tcp/21625/p2p/16Uiu2HAmErx7nGH2GBQTZj5o4yXHx5e9Z5LV1yqfwzFjytE3fJM2","/ip4/172.18.39.194/tcp/21626/ws/p2p/16Uiu2HAmErx7nGH2GBQTZj5o4yXHx5e9Z5LV1yqfwzFjytE3fJM2"],"enrUri":"enr:-L24QN4hWulIpagY_JFYWasTyqkgrO6z1MNROPlZCXF8iLcaHs4kVxRVLW0K-vH-yy7TS3zN1EC-1Kuo-wNuLigZ1bwCgmlkgnY0gmlwhKwSJ8KKbXVsdGlhZGRyc5YACASsEifCBlR5AAoErBInwgZUet0DgnJzhQADAQAAiXNlY3AyNTZrMaEDIMfRnS4XolP_AuIyGKQwYVwt1_kOWYYtFLIC6LYVbd2DdGNwglR5g3VkcIJUe4V3YWt1MgE"}'
|
||||
2026-01-21 04:24:21.853 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:21.853 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:21624/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.133.188/tcp/4142/p2p/16Uiu2HAkw29D6QMMt796YVMgRf2xFZLUkbRmuY1GsmLFWZer5PnR"]'
|
||||
2026-01-21 04:24:21.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:21.890 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:21.891 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-21_04-24-19__56b75daf-8bc5-4903-8eda-5696c7fc0b46__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:21.891 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:21.891 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:21.892 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:21.892 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.107.116
|
||||
2026-01-21 04:24:21.892 DEBUG [src.node.docker_mananger] Generated ports ['23004', '23005', '23006', '23007', '23008']
|
||||
2026-01-21 04:24:21.893 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:21.893 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:21.894 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:21.894 DEBUG [src.node.docker_mananger] docker run -i -t -p 23004:23004 -p 23005:23005 -p 23006:23006 -p 23007:23007 -p 23008:23008 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=23006 --rest-port=23004 --tcp-port=23005 --discv5-udp-port=23007 --rest-address=0.0.0.0 --nat=extip:172.18.107.116 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=94b1caa9f06566ff6cdb44bbf58249d33ad7e9c963b36ecff81e810a9bf6e133 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=23008 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QD5tOxLztCf8uoTU1Pb_NC9o59pnVTILdNiBKQNMpz6zJNJ6poH41M0wxDh9oEwyX1nDALsp1TM6zRMXCki9xKcCgmlkgnY0gmlwhKwShbyKbXVsdGlhZGRyc5YACASsEoW8BhAuAAoErBKFvAYQL90DgnJzhQADAQAAiXNlY3AyNTZrMaECF7A5BF_FOzxpB4fD_EvqtZIFuRYklCHS_8Bk7VaGmLKDdGNwghAug3VkcIIQMIV3YWt1Mgk --lightpushnode=/ip4/172.18.133.188/tcp/4142/p2p/16Uiu2HAkw29D6QMMt796YVMgRf2xFZLUkbRmuY1GsmLFWZer5PnR --lightpush=true --relay=false
|
||||
2026-01-21 04:24:22.049 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.107.116 waku 6dd72643b191d0fb3eaa0b0978c853a0f76d026ee7759f202527c9b5861fc215
|
||||
2026-01-21 04:24:22.072 DEBUG [src.node.docker_mananger] Container started with ID 6dd72643b191. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-24-19__56b75daf-8bc5-4903-8eda-5696c7fc0b46__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:22.072 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 23004
|
||||
2026-01-21 04:24:22.073 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:23.074 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:23.175 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:23.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:23.352 ERROR [src.node.docker_mananger] Max retries reached for container 6dd72643b191. Exiting log stream.
|
||||
2026-01-21 04:24:23.378 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:23.479 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:23.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:23.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:23.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:23.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:23.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:24.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:24.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:24.292 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:24.394 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:24.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:24.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:24.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:24.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:24.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:25.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:25.104 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:25.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:25.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:25.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:25.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:25.610 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:25.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:25.814 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:25.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:26.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:26.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:26.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:26.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:26.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:26.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:26.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:26.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:26.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:26.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:27.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:27.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:27.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:27.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:27.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:27.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:27.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:27.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:27.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:27.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:28.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:28.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:28.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:28.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:28.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:28.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:28.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:28.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:28.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:28.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:29.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:29.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:29.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:29.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:29.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:29.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:29.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:29.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:29.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:29.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:30.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:30.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:30.280 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:30.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:30.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:30.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:30.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:30.788 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:30.889 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:30.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.092 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.194 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.295 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.701 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:31.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:32.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:32.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:32.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:32.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:32.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:32.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:32.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:32.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:32.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:32.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:33.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:33.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:33.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:33.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:33.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:33.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:33.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:33.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:33.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:33.934 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:34.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:34.137 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:34.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:34.340 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:34.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:34.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:34.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:34.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:34.848 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:34.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:35.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:35.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:35.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:35.355 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:35.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:35.558 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:35.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:35.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:35.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:35.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:36.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:36.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:36.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:36.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:36.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:36.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:36.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:36.775 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:36.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:36.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:37.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:37.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:37.282 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:37.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:37.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:37.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:37.688 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:37.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:37.891 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:37.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:38.094 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:38.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:38.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:38.397 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:38.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:38.600 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:38.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:38.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:38.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:39.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:39.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:39.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:39.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:39.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:39.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:39.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:39.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:39.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:39.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:40.020 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:40.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:40.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:40.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:40.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:40.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:40.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:40.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:40.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:40.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:41.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:41.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:41.238 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:41.339 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:41.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:41.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:41.644 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:41.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:41.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:41.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:42.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:42.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:42.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:42.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:42.456 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:42.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:42.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:42.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:42.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:42.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:43.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:43.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:23004/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:43.167 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=23004): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4f972eb350>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-21 04:24:43.268 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:43.268 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:43.270 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:43.270 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.191.1
|
||||
2026-01-21 04:24:43.270 DEBUG [src.node.docker_mananger] Generated ports ['44819', '44820', '44821', '44822', '44823']
|
||||
2026-01-21 04:24:43.271 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:43.271 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:43.271 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:43.271 DEBUG [src.node.docker_mananger] docker run -i -t -p 44819:44819 -p 44820:44820 -p 44821:44821 -p 44822:44822 -p 44823:44823 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=44821 --rest-port=44819 --tcp-port=44820 --discv5-udp-port=44822 --rest-address=0.0.0.0 --nat=extip:172.18.191.1 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aab3e2c977bb6ff7c71dcf1b05e0b2d8a5ab8720feeef09cbbd1adf7cdccbaeb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=44823 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QD5tOxLztCf8uoTU1Pb_NC9o59pnVTILdNiBKQNMpz6zJNJ6poH41M0wxDh9oEwyX1nDALsp1TM6zRMXCki9xKcCgmlkgnY0gmlwhKwShbyKbXVsdGlhZGRyc5YACASsEoW8BhAuAAoErBKFvAYQL90DgnJzhQADAQAAiXNlY3AyNTZrMaECF7A5BF_FOzxpB4fD_EvqtZIFuRYklCHS_8Bk7VaGmLKDdGNwghAug3VkcIIQMIV3YWt1Mgk --lightpushnode=/ip4/172.18.133.188/tcp/4142/p2p/16Uiu2HAkw29D6QMMt796YVMgRf2xFZLUkbRmuY1GsmLFWZer5PnR --lightpush=true --relay=false
|
||||
2026-01-21 04:24:43.421 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.191.1 waku 5c93ac57435ddf8596af0ee7a9aecd5175415da7a802c97566b45b7b9a3d263e
|
||||
2026-01-21 04:24:43.444 DEBUG [src.node.docker_mananger] Container started with ID 5c93ac57435d. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-24-19__56b75daf-8bc5-4903-8eda-5696c7fc0b46__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:43.445 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 44819
|
||||
2026-01-21 04:24:43.446 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:44.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:44.547 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:44.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:44.690 ERROR [src.node.docker_mananger] Max retries reached for container 5c93ac57435d. Exiting log stream.
|
||||
2026-01-21 04:24:44.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:44.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:44.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:45.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:45.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:45.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:45.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:45.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:45.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:45.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:45.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:45.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:45.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:46.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:46.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:46.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:46.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:46.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:46.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:46.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:46.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:46.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:46.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:47.086 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:47.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:47.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:47.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:47.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:47.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:47.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:47.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:47.898 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:48.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:49.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:50.949 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:51.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:51.152 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:51.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:51.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:51.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:51.557 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:51.659 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:51.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:51.862 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:51.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.268 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.369 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.471 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.572 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.978 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.283 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.384 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.486 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.588 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.689 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.791 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:54.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:54.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:54.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:54.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:54.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:54.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:54.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:54.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:54.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:55.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:55.111 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:55.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:55.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:55.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:55.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:55.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:55.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:55.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:55.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:56.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:56.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:56.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:56.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:56.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:56.534 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:56.636 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:56.737 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:56.839 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:56.940 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:57.042 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:57.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:57.245 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:57.346 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:57.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:57.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:57.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:57.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:57.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:57.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:58.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:58.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:58.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:58.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:58.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:58.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:58.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:58.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:58.869 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:58.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:59.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:59.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:59.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:59.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:59.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:59.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:59.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:59.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:59.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:59.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:00.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:00.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:00.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:00.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:00.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:00.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:00.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:00.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:00.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:01.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:01.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:01.205 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:01.307 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:01.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:01.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:01.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:01.713 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:01.815 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:01.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:02.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:02.119 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:02.220 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:02.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:02.423 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:02.524 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:02.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:02.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:02.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:02.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:03.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:03.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:03.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:03.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:03.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:03.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:03.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:03.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:03.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:03.946 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:04.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:04.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:04.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:04.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:04.453 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:44819/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:04.455 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=44819): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4f97491cd0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-21 04:25:04.555 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:25:04.555 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:25:04.557 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:25:04.557 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.123.204
|
||||
2026-01-21 04:25:04.557 DEBUG [src.node.docker_mananger] Generated ports ['41768', '41769', '41770', '41771', '41772']
|
||||
2026-01-21 04:25:04.557 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:25:04.557 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:25:04.557 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:25:04.557 DEBUG [src.node.docker_mananger] docker run -i -t -p 41768:41768 -p 41769:41769 -p 41770:41770 -p 41771:41771 -p 41772:41772 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41770 --rest-port=41768 --tcp-port=41769 --discv5-udp-port=41771 --rest-address=0.0.0.0 --nat=extip:172.18.123.204 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bb566007dcf08d06ab416aae8a98abec8f889b7d8b4bbdcac80695edbba39870 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41772 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QD5tOxLztCf8uoTU1Pb_NC9o59pnVTILdNiBKQNMpz6zJNJ6poH41M0wxDh9oEwyX1nDALsp1TM6zRMXCki9xKcCgmlkgnY0gmlwhKwShbyKbXVsdGlhZGRyc5YACASsEoW8BhAuAAoErBKFvAYQL90DgnJzhQADAQAAiXNlY3AyNTZrMaECF7A5BF_FOzxpB4fD_EvqtZIFuRYklCHS_8Bk7VaGmLKDdGNwghAug3VkcIIQMIV3YWt1Mgk --lightpushnode=/ip4/172.18.133.188/tcp/4142/p2p/16Uiu2HAkw29D6QMMt796YVMgRf2xFZLUkbRmuY1GsmLFWZer5PnR --lightpush=true --relay=false
|
||||
2026-01-21 04:25:04.714 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.123.204 waku 114f1c3ec8eebebd25dd00700feab54900759902106b6a05a593cbae4430c93a
|
||||
2026-01-21 04:25:04.738 DEBUG [src.node.docker_mananger] Container started with ID 114f1c3ec8ee. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-24-19__56b75daf-8bc5-4903-8eda-5696c7fc0b46__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:25:04.739 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41768
|
||||
2026-01-21 04:25:04.739 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:25:05.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:05.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:05.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:06.001 ERROR [src.node.docker_mananger] Max retries reached for container 114f1c3ec8ee. Exiting log stream.
|
||||
2026-01-21 04:25:06.044 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:06.145 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:06.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:06.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:06.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:06.550 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:06.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:06.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:06.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:06.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:07.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:07.158 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:07.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:07.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:07.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:07.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:07.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:07.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:07.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:07.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:08.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:08.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:08.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:08.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:08.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:08.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:08.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:08.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:08.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:08.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:09.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:09.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:09.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:09.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:09.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:09.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:09.696 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:09.797 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:09.899 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:10.000 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:10.101 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:10.203 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:10.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:10.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:10.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:10.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:10.711 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:10.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:10.914 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:11.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:11.117 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:11.218 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:11.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:11.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:11.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:11.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:11.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:11.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:11.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:14.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:14.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:14.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:14.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:14.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:14.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:14.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:14.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:14.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:14.975 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:15.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:15.178 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:15.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:15.381 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:15.483 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:15.584 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:15.686 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:15.787 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:15.888 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:15.990 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:16.091 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:16.193 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:16.294 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:16.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:16.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:16.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:16.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:16.802 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:16.903 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:17.005 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:17.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:17.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:17.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:17.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:17.513 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:17.614 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:17.716 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:17.817 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:17.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:18.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:18.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:18.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:18.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:18.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:18.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:18.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:18.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:18.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:18.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:19.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:19.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:19.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:19.343 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:19.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:19.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:19.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:19.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:19.851 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:19.953 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:20.054 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:20.156 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:20.257 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:20.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:20.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:20.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:20.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:20.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:20.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:20.987 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:21.088 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:21.190 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:21.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:21.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:21.494 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:21.596 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:21.698 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:21.799 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:21.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:22.002 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:22.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:22.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:22.305 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:22.407 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:22.508 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:22.609 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:22.710 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:22.812 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:22.913 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:23.014 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:23.116 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:23.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:23.319 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:23.421 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:23.522 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:23.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:23.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:23.827 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:23.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:24.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:24.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:24.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:24.335 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:24.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:24.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:24.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:24.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:24.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:24.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:25.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:25.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:25.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:25.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:25.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:25.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:25.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:25.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41768/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:25.758 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=41768): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f4f97623b60>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-21 04:25:25.924 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:25:25.925 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:25:25.925 DEBUG [src.node.waku_node] Stopping container with id 9ece11d90245
|
||||
2026-01-21 04:25:26.376 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:25:26.376 DEBUG [src.node.waku_node] Stopping container with id 211b5426d2d5
|
||||
2026-01-21 04:25:26.851 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:25:26.851 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:26.954 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:27.056 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:27.158 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:27.189 ERROR [src.node.docker_mananger] Max retries reached for container 9ece11d90245. Exiting log stream.
|
||||
2026-01-21 04:25:27.259 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:27.361 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:27.463 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:27.565 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:27.664 ERROR [src.node.docker_mananger] Max retries reached for container 211b5426d2d5. Exiting log stream.
|
||||
2026-01-21 04:25:27.666 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:27.767 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:27.868 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:27.971 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:28.072 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:28.174 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:28.275 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:28.377 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:28.479 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:28.580 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:28.683 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:28.785 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:28.887 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:28.989 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:29.090 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:29.192 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:29.293 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:29.395 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:29.497 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:29.599 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:29.700 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:29.803 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:29.904 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:30.006 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:30.108 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:30.209 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:30.311 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:30.413 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:30.515 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:30.616 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:30.718 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:30.819 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:30.921 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:31.023 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:31.125 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:31.227 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:31.328 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:31.430 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:31.532 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:31.634 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:31.736 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:31.838 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:31.940 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:31.941 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/114f1c3ec8eebebd25dd00700feab54900759902106b6a05a593cbae4430c93a/stop: Not Found ("No such container: 114f1c3ec8eebebd25dd00700feab54900759902106b6a05a593cbae4430c93a")
|
||||
2026-01-21 04:25:31.941 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:32.042 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:32.144 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:32.246 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:32.347 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:32.449 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:32.551 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:32.652 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:32.754 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:32.856 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:32.957 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:33.059 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:33.161 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:33.262 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:33.364 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:33.466 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:33.567 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:33.669 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:33.770 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:33.872 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:33.973 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:34.075 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:34.177 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:34.279 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:34.380 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:34.482 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:34.584 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:34.686 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:34.788 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:34.890 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:34.991 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:35.093 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:35.195 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:35.297 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:35.398 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:35.500 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:35.602 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:35.704 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:35.806 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:35.907 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:36.009 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:36.111 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:36.212 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:36.314 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:36.416 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:36.518 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:36.619 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:36.721 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:36.823 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:36.925 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:37.026 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:37.028 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/114f1c3ec8eebebd25dd00700feab54900759902106b6a05a593cbae4430c93a/stop: Not Found ("No such container: 114f1c3ec8eebebd25dd00700feab54900759902106b6a05a593cbae4430c93a")
|
||||
2026-01-21 04:25:37.028 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:37.130 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:37.232 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:37.333 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:37.435 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:37.537 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:37.639 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:37.741 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:37.842 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:37.944 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:38.046 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:38.148 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:38.250 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:38.351 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:38.453 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:38.555 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:38.657 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:38.759 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:38.860 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:38.962 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:39.063 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:39.165 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:39.267 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:39.368 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:39.470 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:39.572 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:39.674 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:39.776 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:39.878 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:39.979 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:40.081 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:40.183 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:40.284 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:40.386 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:40.488 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:40.590 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:40.691 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:40.793 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:40.895 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:40.996 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:41.098 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:41.200 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:41.302 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:41.404 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:41.505 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:41.607 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:41.709 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:41.810 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:41.912 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:42.013 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:42.116 DEBUG [src.node.waku_node] Stopping container with id 114f1c3ec8ee
|
||||
2026-01-21 04:25:42.118 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/114f1c3ec8eebebd25dd00700feab54900759902106b6a05a593cbae4430c93a/stop: Not Found ("No such container: 114f1c3ec8eebebd25dd00700feab54900759902106b6a05a593cbae4430c93a")
|
||||
2026-01-21 04:25:42.119 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:25:42.141 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:25:42.164 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:25:42.164 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:25:42.164 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:25:42.164 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
95
nim/1043/data/attachments/1d3e12e08555bdb5.txt
Normal file
95
nim/1043/data/attachments/1d3e12e08555bdb5.txt
Normal file
@ -0,0 +1,95 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_get_peers_for_blank_node with id: 2026-01-21_04-36-11__8d8487b1-7522-4573-bde6-16908ef3ab1d
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-36-11__8d8487b1-7522-4573-bde6-16908ef3ab1d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.238.76
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10993', '10994', '10995', '10996', '10997']
|
||||
[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 10993:10993 -p 10994:10994 -p 10995:10995 -p 10996:10996 -p 10997:10997 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10995 --rest-port=10993 --tcp-port=10994 --discv5-udp-port=10996 --rest-address=0.0.0.0 --nat=extip:172.18.238.76 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0ebe9b8cfb631cd9ed8144462459ceadab08bdcbdddabd9ef0bf623dbec3e708 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10997 --metrics-logging=true --relay=true --relay-peer-exchange=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.238.76 waku 2fdf87e1a62e98ff5af16980221f4cabc7b30cab186e5bc74a2cff26d1e70c56
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2fdf87e1a62e. Setting up logs at ./log/docker/node1_2026-01-21_04-36-11__8d8487b1-7522-4573-bde6-16908ef3ab1d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10993
|
||||
[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:10993/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:10993/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.238.76/tcp/10994/p2p/16Uiu2HAmSQJ29sKtSaQBVjgCUxeRDhzYqYbrRPT99aDicEEUpihK","/ip4/172.18.238.76/tcp/10995/ws/p2p/16Uiu2HAmSQJ29sKtSaQBVjgCUxeRDhzYqYbrRPT99aDicEEUpihK"],"enrUri":"enr:-L24QJ6iLh2hcJEXecdJq8q2e5o5xxBafZW6QqEYdknwRnc-MRvPM0ZtpV039l8OaOgnOvbf8nWgL5TSqSrW-6tom8ACgmlkgnY0gmlwhKwS7kyKbXVsdGlhZGRyc5YACASsEu5MBiryAAoErBLuTAYq890DgnJzhQADAQAAiXNlY3AyNTZrMaEDzD_iaqw6Fq6Z1iFiyGTtGfiDm1NgyTeqxk2u_-ihcM6DdGNwgiryg3VkcIIq9IV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-36-11__8d8487b1-7522-4573-bde6-16908ef3ab1d__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.183.104
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['29095', '29096', '29097', '29098', '29099']
|
||||
[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 29095:29095 -p 29096:29096 -p 29097:29097 -p 29098:29098 -p 29099:29099 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=29097 --rest-port=29095 --tcp-port=29096 --discv5-udp-port=29098 --rest-address=0.0.0.0 --nat=extip:172.18.183.104 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=67eb2bdafafc1ff3c43ac7b4e4f96f51dd6f6af2fb77addadc8e9ab9b7acdff7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=29099 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QJ6iLh2hcJEXecdJq8q2e5o5xxBafZW6QqEYdknwRnc-MRvPM0ZtpV039l8OaOgnOvbf8nWgL5TSqSrW-6tom8ACgmlkgnY0gmlwhKwS7kyKbXVsdGlhZGRyc5YACASsEu5MBiryAAoErBLuTAYq890DgnJzhQADAQAAiXNlY3AyNTZrMaEDzD_iaqw6Fq6Z1iFiyGTtGfiDm1NgyTeqxk2u_-ihcM6DdGNwgiryg3VkcIIq9IV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.183.104 waku 246c93b1fc2a5978597a650871127499d952f50be853284250912133f5317e03
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 246c93b1fc2a. Setting up logs at ./log/docker/node2_2026-01-21_04-36-11__8d8487b1-7522-4573-bde6-16908ef3ab1d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 29095
|
||||
[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:29095/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:29095/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.183.104/tcp/29096/p2p/16Uiu2HAmTNiWSLZFKfhE3RnQqDb89fw5tzHsyHV6f9XsUWykf9nV","/ip4/172.18.183.104/tcp/29097/ws/p2p/16Uiu2HAmTNiWSLZFKfhE3RnQqDb89fw5tzHsyHV6f9XsUWykf9nV"],"enrUri":"enr:-L24QPyJWa3aZoScYhdkYwiTqueWY4r_iB-caL4aDey2mfaONn_EUvSMfVzyv8ljc8BSIJMOSuEp9okoO5Nm3ioVjQsCgmlkgnY0gmlwhKwSt2iKbXVsdGlhZGRyc5YACASsErdoBnGoAAoErBK3aAZxqd0DgnJzhQADAQAAiXNlY3AyNTZrMaED2rQZGFUNlf4ei6164DLS-qhDnB-5aXcTkt6gtfF4UM6DdGNwgnGog3VkcIJxqoV3YWt1MgE"}'
|
||||
[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:29095/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.238.76/tcp/10994/p2p/16Uiu2HAmSQJ29sKtSaQBVjgCUxeRDhzYqYbrRPT99aDicEEUpihK"]'
|
||||
[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:10993/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:29095/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0", "/waku/2/rs/3/1", "/waku/2/rs/3/9", "/waku/2/rs/3/25", "/waku/2/rs/3/1000"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 1 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:10993/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.183.104/tcp/38182/p2p/16Uiu2HAmTNiWSLZFKfhE3RnQqDb89fw5tzHsyHV6f9XsUWykf9nV","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-36-11__8d8487b1-7522-4573-bde6-16908ef3ab1d__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.50.48
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['37713', '37714', '37715', '37716', '37717']
|
||||
[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 37713:37713 -p 37714:37714 -p 37715:37715 -p 37716:37716 -p 37717:37717 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37715 --rest-port=37713 --tcp-port=37714 --discv5-udp-port=37716 --rest-address=0.0.0.0 --nat=extip:172.18.50.48 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=12fb4648f2e79b9fbe89d83b805895912c203ce30113f508589eecfee7f7b515 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37717 --metrics-logging=true --relay=false --peer-exchange-node=/ip4/172.18.183.104/tcp/38182/p2p/16Uiu2HAmTNiWSLZFKfhE3RnQqDb89fw5tzHsyHV6f9XsUWykf9nV
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.50.48 waku 2728b83cf2113add36224e1d27d0b11e1ba1a9b41d40a8b4f8f37a86db13e75b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 2728b83cf211. Setting up logs at ./log/docker/node3_2026-01-21_04-36-11__8d8487b1-7522-4573-bde6-16908ef3ab1d__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 37713
|
||||
[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:37713/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"INITIALIZING","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37713/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:37713/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.50.48/tcp/37714/p2p/16Uiu2HAmSZQq4r3wtTVUtmXmXdxJazNYQ9rU8STLTchLJ321j9db","/ip4/172.18.50.48/tcp/37715/ws/p2p/16Uiu2HAmSZQq4r3wtTVUtmXmXdxJazNYQ9rU8STLTchLJ321j9db"],"enrUri":"enr:-La4QIrmk2dB3GpPl48gYbttGA9GL-GsxU88t9BGHjr1xOqBc7vzwjbY6UqPgUwSXo94A5lYhSi2j1GFqtBtSsPQdKACgmlkgnY0gmlwhKwSMjCKbXVsdGlhZGRyc5YACASsEjIwBpNSAAoErBIyMAaTU90DgnJzhQADAQAAiXNlY3AyNTZrMaEDzpXPfe7gd82LVHLh9R5N3pMnHPnMo73xao10mw3F_5qDdGNwgpNShXdha3UyAA"}'
|
||||
[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:37713/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.238.76/tcp/10994/p2p/16Uiu2HAmSQJ29sKtSaQBVjgCUxeRDhzYqYbrRPT99aDicEEUpihK"]'
|
||||
[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:37713/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.183.104/tcp/38182/p2p/16Uiu2HAmTNiWSLZFKfhE3RnQqDb89fw5tzHsyHV6f9XsUWykf9nV","protocols":[],"shards":[],"connected":"NotConnected","agent":"","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.238.76/tcp/10994/p2p/16Uiu2HAmSQJ29sKtSaQBVjgCUxeRDhzYqYbrRPT99aDicEEUpihK","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-127-ga4e44d","origin":"UnknownOrigin"}]'
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 2fdf87e1a62e
|
||||
[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 246c93b1fc2a
|
||||
[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 2728b83cf211
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 2fdf87e1a62e. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
82
nim/1043/data/attachments/1dc4fc75580d87ed.txt
Normal file
82
nim/1043/data/attachments/1dc4fc75580d87ed.txt
Normal file
@ -0,0 +1,82 @@
|
||||
2026-01-21 04:24:51.263 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:24:51.263 DEBUG [tests.conftest] Running test: test_unsubscribe_from_non_subscribed_pubsub_topics with id: 2026-01-21_04-24-51__c3af08f7-85d6-45ff-a79c-235df26c8092
|
||||
2026-01-21 04:24:51.264 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:24:51.264 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:24:51.264 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-21 04:24:51.271 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:51.272 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-24-51__c3af08f7-85d6-45ff-a79c-235df26c8092__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:51.272 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:51.272 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:51.273 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:51.273 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.51.77
|
||||
2026-01-21 04:24:51.274 DEBUG [src.node.docker_mananger] Generated ports ['36876', '36877', '36878', '36879', '36880']
|
||||
2026-01-21 04:24:51.274 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-21 04:24:51.274 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:51.274 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:51.274 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:51.274 DEBUG [src.node.docker_mananger] docker run -i -t -p 36876:36876 -p 36877:36877 -p 36878:36878 -p 36879:36879 -p 36880:36880 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=36878 --rest-port=36876 --tcp-port=36877 --discv5-udp-port=36879 --rest-address=0.0.0.0 --nat=extip:172.18.51.77 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=eccee4e6b4c5315f970cbdbb3d4671c7e5cd15ac8dfe9ddcbddc1bafeac74c9e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=36880 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-21 04:24:51.461 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.51.77 waku ed24954ed0e5808d08df0b5f7f3e5e795c3ebff7012b6dc7ad72eb1e25c7f5f0
|
||||
2026-01-21 04:24:51.491 DEBUG [src.node.docker_mananger] Container started with ID ed24954ed0e5. Setting up logs at ./log/docker/node1_2026-01-21_04-24-51__c3af08f7-85d6-45ff-a79c-235df26c8092__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:51.491 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 36876
|
||||
2026-01-21 04:24:51.491 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:51.524 ERROR [src.node.docker_mananger] Max retries reached for container e18a3e35c8c0. Exiting log stream.
|
||||
2026-01-21 04:24:52.054 ERROR [src.node.docker_mananger] Max retries reached for container 2b6581cc34f2. Exiting log stream.
|
||||
2026-01-21 04:24:52.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36876/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:24:52.497 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:52.497 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:36876/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.499 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.51.77/tcp/36877/p2p/16Uiu2HAmJqN57MSFExgjFtoBtrmzZVfzUB1J6jT8pZYoC9kjL5cd","/ip4/172.18.51.77/tcp/36878/ws/p2p/16Uiu2HAmJqN57MSFExgjFtoBtrmzZVfzUB1J6jT8pZYoC9kjL5cd"],"enrUri":"enr:-L24QCjB9H1grm5k5s4fp1nsCCbbncDoth4byDL8XdT3juHWGVd1gS5Itfkmt90YmeFpgVLwxJilk9H9nPO3sbWLgosCgmlkgnY0gmlwhKwSM02KbXVsdGlhZGRyc5YACASsEjNNBpANAAoErBIzTQaQDt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDW859XaCHCf4u5iktA6P_fELbtjFj1-tueIoKKEbX9ZqDdGNwgpANg3VkcIKQD4V3YWt1MgU"}'
|
||||
2026-01-21 04:24:52.499 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:52.506 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:52.506 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-24-51__c3af08f7-85d6-45ff-a79c-235df26c8092__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:52.506 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:52.506 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:52.508 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:52.508 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.28.92
|
||||
2026-01-21 04:24:52.508 DEBUG [src.node.docker_mananger] Generated ports ['7477', '7478', '7479', '7480', '7481']
|
||||
2026-01-21 04:24:52.508 DEBUG [src.node.waku_node] Removing pubsub-topic from nwaku args
|
||||
2026-01-21 04:24:52.508 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:52.508 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:52.508 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:52.508 DEBUG [src.node.docker_mananger] docker run -i -t -p 7477:7477 -p 7478:7478 -p 7479:7479 -p 7480:7480 -p 7481:7481 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7479 --rest-port=7477 --tcp-port=7478 --discv5-udp-port=7480 --rest-address=0.0.0.0 --nat=extip:172.18.28.92 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=350bbfb0258e4ddcbab1f52e9bde4e78eaaadb8ed6034cc2b034e1cd7ee98441 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7481 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QCjB9H1grm5k5s4fp1nsCCbbncDoth4byDL8XdT3juHWGVd1gS5Itfkmt90YmeFpgVLwxJilk9H9nPO3sbWLgosCgmlkgnY0gmlwhKwSM02KbXVsdGlhZGRyc5YACASsEjNNBpANAAoErBIzTQaQDt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDW859XaCHCf4u5iktA6P_fELbtjFj1-tueIoKKEbX9ZqDdGNwgpANg3VkcIKQD4V3YWt1MgU
|
||||
2026-01-21 04:24:52.693 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.28.92 waku 6437940b7d6ae7faf3a32cf686232f038c2b7aebaa1027d00728c77ae960ea00
|
||||
2026-01-21 04:24:52.727 DEBUG [src.node.docker_mananger] Container started with ID 6437940b7d6a. Setting up logs at ./log/docker/node2_2026-01-21_04-24-51__c3af08f7-85d6-45ff-a79c-235df26c8092__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:52.727 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7477
|
||||
2026-01-21 04:24:52.727 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:53.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7477/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.741 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:24:53.742 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:53.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7477/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.28.92/tcp/7478/p2p/16Uiu2HAm7Qhq84U1A2iAfz25zZTzy5sJaUqVBGGhD2qyAg5shgLv","/ip4/172.18.28.92/tcp/7479/ws/p2p/16Uiu2HAm7Qhq84U1A2iAfz25zZTzy5sJaUqVBGGhD2qyAg5shgLv"],"enrUri":"enr:-L24QAzTgQsBF6EsrpcMxWTh3ETqFUj6doSH3uoGCfi36pEWADI3Kgu7eacWYrk0A5KnC8dB_yt7iP_QRxedKq1IZdQCgmlkgnY0gmlwhKwSHFyKbXVsdGlhZGRyc5YACASsEhxcBh02AAoErBIcXAYdN90DgnJzhQACAQAAiXNlY3AyNTZrMaECsgzBMlnp2UiFBDx0lVYej6Gg1m7635OQtAlFByr6zR-DdGNwgh02g3VkcIIdOIV3YWt1MgE"}'
|
||||
2026-01-21 04:24:53.749 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:53.750 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7477/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.51.77/tcp/36877/p2p/16Uiu2HAmJqN57MSFExgjFtoBtrmzZVfzUB1J6jT8pZYoC9kjL5cd"]'
|
||||
2026-01-21 04:24:53.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:53.754 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:36876/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-01-21 04:24:53.758 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:53.758 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:7477/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/2/0", "/waku/2/rs/2/1", "/waku/2/rs/2/2", "/waku/2/rs/2/3", "/waku/2/rs/2/4", "/waku/2/rs/2/5", "/waku/2/rs/2/6", "/waku/2/rs/2/7"]'
|
||||
2026-01-21 04:24:53.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:53.763 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:53.766 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F0. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/0'
|
||||
2026-01-21 04:24:53.768 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:53.770 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F1. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/1'
|
||||
2026-01-21 04:24:53.772 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:53.774 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F2. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/2'
|
||||
2026-01-21 04:24:53.775 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:53.777 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F3. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/3'
|
||||
2026-01-21 04:24:53.779 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:53.781 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F4. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/4'
|
||||
2026-01-21 04:24:53.782 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:53.785 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F5. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/5'
|
||||
2026-01-21 04:24:53.786 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:53.788 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F6. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/6'
|
||||
2026-01-21 04:24:53.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:24:53.792 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:36876/relay/v1/messages/%2Fwaku%2F2%2Frs%2F2%2F7. Response content: b'Failed to publish: Node not subscribed to topic: /waku/2/rs/2/7'
|
||||
2026-01-21 04:24:53.794 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:24:53.795 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:24:53.795 DEBUG [src.node.waku_node] Stopping container with id ed24954ed0e5
|
||||
2026-01-21 04:24:54.330 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:24:54.331 DEBUG [src.node.waku_node] Stopping container with id 6437940b7d6a
|
||||
2026-01-21 04:24:54.869 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:24:54.870 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:24:54.876 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:24:54.881 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
145
nim/1043/data/attachments/1dd6f39dae32a46.txt
Normal file
145
nim/1043/data/attachments/1dd6f39dae32a46.txt
Normal file
@ -0,0 +1,145 @@
|
||||
2026-01-21 04:25:10.267 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:25:10.268 DEBUG [tests.conftest] Running test: test_publish_with_valid_timestamps with id: 2026-01-21_04-25-10__4585fb6a-a17a-4513-858e-8e4d942548bb
|
||||
2026-01-21 04:25:10.268 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:25:10.268 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:25:10.269 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-01-21 04:25:10.275 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:25:10.275 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-25-10__4585fb6a-a17a-4513-858e-8e4d942548bb__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:25:10.276 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:25:10.276 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:25:10.277 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:25:10.277 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.172.114
|
||||
2026-01-21 04:25:10.278 DEBUG [src.node.docker_mananger] Generated ports ['53078', '53079', '53080', '53081', '53082']
|
||||
2026-01-21 04:25:10.278 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:25:10.278 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:25:10.278 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:25:10.278 DEBUG [src.node.docker_mananger] docker run -i -t -p 53078:53078 -p 53079:53079 -p 53080:53080 -p 53081:53081 -p 53082:53082 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=53080 --rest-port=53078 --tcp-port=53079 --discv5-udp-port=53081 --rest-address=0.0.0.0 --nat=extip:172.18.172.114 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fecf37c84bac4caf78ea75bdca492b241b3b69d99bff4f7a444bbd62f380ade3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=53082 --metrics-logging=true --relay=true
|
||||
2026-01-21 04:25:10.462 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.172.114 waku 34a0aec854afeb93ffb2d713370f5436b9fb61bcdce1671f3db2940970f951a1
|
||||
2026-01-21 04:25:10.467 ERROR [src.node.docker_mananger] Max retries reached for container 3d539c67d883. Exiting log stream.
|
||||
2026-01-21 04:25:10.493 DEBUG [src.node.docker_mananger] Container started with ID 34a0aec854af. Setting up logs at ./log/docker/node1_2026-01-21_04-25-10__4585fb6a-a17a-4513-858e-8e4d942548bb__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:25:10.494 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 53078
|
||||
2026-01-21 04:25:10.494 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:25:10.986 ERROR [src.node.docker_mananger] Max retries reached for container 4a4bc85cb34f. Exiting log stream.
|
||||
2026-01-21 04:25:11.495 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53078/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:11.498 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:25:11.498 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:25:11.498 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53078/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:11.501 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.172.114/tcp/53079/p2p/16Uiu2HAmHXncVYiRuqmCRTXy8q7LG7vW8Y4SC9cXofiYV1AkT8Bz","/ip4/172.18.172.114/tcp/53080/ws/p2p/16Uiu2HAmHXncVYiRuqmCRTXy8q7LG7vW8Y4SC9cXofiYV1AkT8Bz"],"enrUri":"enr:-L24QGKzoqWkBO6sTpZ5qCH7kiq0hFW1bSTadJ-tbnaPdsyJAqj9yCDtUS4pNV2RrhGJr64pVZvHz6zhyacx0Wd4wbICgmlkgnY0gmlwhKwSrHKKbXVsdGlhZGRyc5YACASsEqxyBs9XAAoErBKscgbPWN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDSHIYzvq6qS0npynoKUsbwIRkYLymgAAdIeok5uYEMdmDdGNwgs9Xg3VkcILPWYV3YWt1MgE"}'
|
||||
2026-01-21 04:25:11.501 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:25:11.508 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:25:11.508 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-25-10__4585fb6a-a17a-4513-858e-8e4d942548bb__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:25:11.508 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:25:11.508 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:25:11.509 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:25:11.509 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.253.237
|
||||
2026-01-21 04:25:11.510 DEBUG [src.node.docker_mananger] Generated ports ['46731', '46732', '46733', '46734', '46735']
|
||||
2026-01-21 04:25:11.510 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:25:11.510 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:25:11.510 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:25:11.510 DEBUG [src.node.docker_mananger] docker run -i -t -p 46731:46731 -p 46732:46732 -p 46733:46733 -p 46734:46734 -p 46735:46735 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46733 --rest-port=46731 --tcp-port=46732 --discv5-udp-port=46734 --rest-address=0.0.0.0 --nat=extip:172.18.253.237 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=beccaa68a6faf11453bbfbbe10cca79223dc7eb9aedf8cbe650b3f7b66c7ae36 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46735 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QGKzoqWkBO6sTpZ5qCH7kiq0hFW1bSTadJ-tbnaPdsyJAqj9yCDtUS4pNV2RrhGJr64pVZvHz6zhyacx0Wd4wbICgmlkgnY0gmlwhKwSrHKKbXVsdGlhZGRyc5YACASsEqxyBs9XAAoErBKscgbPWN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDSHIYzvq6qS0npynoKUsbwIRkYLymgAAdIeok5uYEMdmDdGNwgs9Xg3VkcILPWYV3YWt1MgE
|
||||
2026-01-21 04:25:11.699 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.253.237 waku d61d4f30305560408a4b4edf8c7c1668e8935642ddbc8345297930f5effae2f4
|
||||
2026-01-21 04:25:11.732 DEBUG [src.node.docker_mananger] Container started with ID d61d4f303055. Setting up logs at ./log/docker/node2_2026-01-21_04-25-10__4585fb6a-a17a-4513-858e-8e4d942548bb__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:25:11.732 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46731
|
||||
2026-01-21 04:25:11.732 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:25:12.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46731/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.743 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:25:12.745 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:25:12.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46731/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.253.237/tcp/46732/p2p/16Uiu2HAkumWQccDgsipVzmSp4eCq4PxvQCJP94dZHoujhqmVhwmA","/ip4/172.18.253.237/tcp/46733/ws/p2p/16Uiu2HAkumWQccDgsipVzmSp4eCq4PxvQCJP94dZHoujhqmVhwmA"],"enrUri":"enr:-L24QObMvu_iY4GROMfC0UVEwcpV6JnZmURvY7KnryTGFaJpW1QgJhfgYd9dwdK6-ZZs5cWxInURX-iJ35wr9eWzx8cCgmlkgnY0gmlwhKwS_e2KbXVsdGlhZGRyc5YACASsEv3tBraMAAoErBL97Qa2jd0DgnJzhQADAQAAiXNlY3AyNTZrMaECBRTLBCrhnroyuqz6Sdad9J7zq8Dc683zWbUDYRbkRRmDdGNwgraMg3VkcIK2joV3YWt1MgE"}'
|
||||
2026-01-21 04:25:12.750 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:25:12.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46731/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.172.114/tcp/53079/p2p/16Uiu2HAmHXncVYiRuqmCRTXy8q7LG7vW8Y4SC9cXofiYV1AkT8Bz"]'
|
||||
2026-01-21 04:25:12.755 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:12.755 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2026-01-21 04:25:12.755 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53078/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-21 04:25:12.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:12.759 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:46731/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-21 04:25:12.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:12.764 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:25:12.770 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:12.771 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:25:12.871 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:12.872 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.875 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":1768969512764238336,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:12.877 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:12.877 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46731/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.879 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":1768969512764238336,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:12.880 INFO [src.steps.relay] WARM UP successful!!
|
||||
2026-01-21 04:25:12.881 DEBUG [tests.relay.test_publish] Running test with timestamp Now
|
||||
2026-01-21 04:25:12.882 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:25:12.887 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:12.887 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:25:12.987 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:12.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.990 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1768969130184604160,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:12.992 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:12.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46731/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:12.994 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":1768969130184604160,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:12.996 DEBUG [tests.relay.test_publish] Running test with timestamp Far future
|
||||
2026-01-21 04:25:12.996 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:25:13.001 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:13.001 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:25:13.102 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:13.102 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.105 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":2084329130184588800,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:13.106 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:13.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46731/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.109 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":2084329130184588800,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:13.110 DEBUG [tests.relay.test_publish] Running test with timestamp Recent past
|
||||
2026-01-21 04:25:13.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:25:13.115 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:13.116 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:25:13.216 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:13.217 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.220 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":1768965530184588800,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:13.221 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:13.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46731/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.224 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":1768965530184588800,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:13.225 DEBUG [tests.relay.test_publish] Running test with timestamp Near future
|
||||
2026-01-21 04:25:13.226 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:25:13.230 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:13.231 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:25:13.331 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:13.331 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.334 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":1768972730184588800,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:13.336 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:13.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46731/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.338 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":1768972730184588800,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:13.340 DEBUG [tests.relay.test_publish] Running test with timestamp Positive number
|
||||
2026-01-21 04:25:13.340 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:25:13.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:13.345 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:25:13.445 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:13.445 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.448 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":1,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:13.449 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:13.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46731/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.452 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":1,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:13.454 DEBUG [tests.relay.test_publish] Running test with timestamp Negative number
|
||||
2026-01-21 04:25:13.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:25:13.458 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:13.459 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:25:13.560 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:13.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.563 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/test/1/waku-relay/proto","version":0,"timestamp":-1,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:13.564 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:13.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46731/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.567 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":-1,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:13.568 DEBUG [tests.relay.test_publish] Running test with timestamp DST change
|
||||
2026-01-21 04:25:13.569 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:25:13.573 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:25:13.573 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:25:13.674 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:13.674 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:53078/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.677 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":1583632800000000000,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:13.679 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:25:13.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46731/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:25:13.681 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":1583632800000000000,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:25:13.684 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:25:13.685 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:25:13.685 DEBUG [src.node.waku_node] Stopping container with id 34a0aec854af
|
||||
2026-01-21 04:25:14.232 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:25:14.232 DEBUG [src.node.waku_node] Stopping container with id d61d4f303055
|
||||
2026-01-21 04:25:14.760 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:25:14.761 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:25:14.774 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:25:14.782 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1719
nim/1043/data/attachments/1dd88e0700cc54d5.txt
Normal file
1719
nim/1043/data/attachments/1dd88e0700cc54d5.txt
Normal file
File diff suppressed because it is too large
Load Diff
839
nim/1043/data/attachments/1de83389af3b33f3.txt
Normal file
839
nim/1043/data/attachments/1de83389af3b33f3.txt
Normal file
@ -0,0 +1,839 @@
|
||||
2026-01-21 04:33:18.376 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:33:18.377 DEBUG [tests.conftest] Running test: test_lightpush_with_a_single_receiving_node with id: 2026-01-21_04-33-18__0b6a1ec5-2c18-46e5-9fbe-fa0658e80648
|
||||
2026-01-21 04:33:18.377 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:33:18.377 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-21 04:33:18.385 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:33:18.385 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-21_04-33-18__0b6a1ec5-2c18-46e5-9fbe-fa0658e80648__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:18.385 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:33:18.385 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:33:18.387 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:33:18.387 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.0.4
|
||||
2026-01-21 04:33:18.387 DEBUG [src.node.docker_mananger] Generated ports ['40892', '40893', '40894', '40895', '40896']
|
||||
2026-01-21 04:33:18.387 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:33:18.387 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:33:18.387 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:33:18.387 DEBUG [src.node.docker_mananger] docker run -i -t -p 40892:40892 -p 40893:40893 -p 40894:40894 -p 40895:40895 -p 40896:40896 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40894 --rest-port=40892 --tcp-port=40893 --discv5-udp-port=40895 --rest-address=0.0.0.0 --nat=extip:172.18.0.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=46d37a4aa55bf73ba8fb847dac5c633854edee4f542d3a8c14dda4b9dc9cfbde --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40896 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-01-21 04:33:18.579 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.0.4 waku 72c6881afe6abe75b51453cce55cd1a8b8e47c6e62f9d75c3afa611ac97b0e85
|
||||
2026-01-21 04:33:18.619 DEBUG [src.node.docker_mananger] Container started with ID 72c6881afe6a. Setting up logs at ./log/docker/receiving_node1_2026-01-21_04-33-18__0b6a1ec5-2c18-46e5-9fbe-fa0658e80648__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:18.619 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 40892
|
||||
2026-01-21 04:33:18.620 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:33:19.621 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40892/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:19.624 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:33:19.624 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:33:19.624 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:40892/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:19.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.0.4/tcp/40893/p2p/16Uiu2HAmPz9uTSbv2YqoEKa9UEAbarDTRt6vqBtWjLVSQKRrQSUy","/ip4/172.18.0.4/tcp/40894/ws/p2p/16Uiu2HAmPz9uTSbv2YqoEKa9UEAbarDTRt6vqBtWjLVSQKRrQSUy"],"enrUri":"enr:-L24QJyT-UvMfQUS40wFHVur2AVzn3l52hJgAMz0jl-WvINgULN-p4X29V192NMH3laj16aMljrF5u2LgXePhlsv8JsCgmlkgnY0gmlwhKwSAASKbXVsdGlhZGRyc5YACASsEgAEBp-9AAoErBIABAafvt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqFllHaNDaEO3TlCM62QGojFnfn2AREfQtlFQGltX7oKDdGNwgp-9g3VkcIKfv4V3YWt1Mgk"}'
|
||||
2026-01-21 04:33:19.627 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:33:19.633 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:33:19.634 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-21_04-33-18__0b6a1ec5-2c18-46e5-9fbe-fa0658e80648__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:19.634 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:33:19.634 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:33:19.635 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:33:19.635 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.197.140
|
||||
2026-01-21 04:33:19.635 DEBUG [src.node.docker_mananger] Generated ports ['35715', '35716', '35717', '35718', '35719']
|
||||
2026-01-21 04:33:19.636 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:33:19.636 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:33:19.636 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:33:19.636 DEBUG [src.node.docker_mananger] docker run -i -t -p 35715:35715 -p 35716:35716 -p 35717:35717 -p 35718:35718 -p 35719:35719 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35717 --rest-port=35715 --tcp-port=35716 --discv5-udp-port=35718 --rest-address=0.0.0.0 --nat=extip:172.18.197.140 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f6e9e9cef0eafb7c34deffe96ffeaf3bfc5d8d6274c600abd611be0dadae3b74 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35719 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJyT-UvMfQUS40wFHVur2AVzn3l52hJgAMz0jl-WvINgULN-p4X29V192NMH3laj16aMljrF5u2LgXePhlsv8JsCgmlkgnY0gmlwhKwSAASKbXVsdGlhZGRyc5YACASsEgAEBp-9AAoErBIABAafvt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqFllHaNDaEO3TlCM62QGojFnfn2AREfQtlFQGltX7oKDdGNwgp-9g3VkcIKfv4V3YWt1Mgk --lightpushnode=/ip4/172.18.0.4/tcp/40893/p2p/16Uiu2HAmPz9uTSbv2YqoEKa9UEAbarDTRt6vqBtWjLVSQKRrQSUy --lightpush=true --relay=false
|
||||
2026-01-21 04:33:19.827 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.197.140 waku d248faaa81e65433d8abb6562e399747bf21ae3f6dbc3a1dc0bb58ae171731b3
|
||||
2026-01-21 04:33:19.855 DEBUG [src.node.docker_mananger] Container started with ID d248faaa81e6. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-33-18__0b6a1ec5-2c18-46e5-9fbe-fa0658e80648__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:19.856 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35715
|
||||
2026-01-21 04:33:19.857 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:33:20.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:20.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:21.060 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:21.141 ERROR [src.node.docker_mananger] Max retries reached for container d248faaa81e6. Exiting log stream.
|
||||
2026-01-21 04:33:21.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:21.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:21.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:21.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:21.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:21.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:21.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:21.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:21.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:22.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:22.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:22.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:22.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:22.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:22.577 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:22.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:22.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:22.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:22.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:23.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:23.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:23.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:23.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:23.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:23.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:23.690 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:23.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:23.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:23.994 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:24.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:24.197 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:24.298 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:24.399 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:24.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:24.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:24.703 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:24.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:24.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:25.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:25.107 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:25.208 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:25.310 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:25.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:25.512 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:25.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:25.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:25.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:25.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:26.019 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:26.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:26.221 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:26.322 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:26.424 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:26.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:26.626 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:26.728 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:26.829 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:26.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:27.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:27.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:27.233 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:27.334 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:27.436 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:27.537 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:27.638 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:27.739 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:27.841 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:27.942 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:28.043 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:28.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:28.246 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:28.347 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:28.448 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:28.549 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:28.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:28.752 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:28.854 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:28.955 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:29.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:29.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:29.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:29.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:29.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:29.562 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:29.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:29.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:29.866 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:29.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:30.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:30.171 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:30.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:30.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:30.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:30.576 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:30.677 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:30.779 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:30.880 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:30.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.083 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.286 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:31.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.096 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.603 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:32.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.008 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:33.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:34.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:35.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.755 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.856 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:36.957 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.160 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.261 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.362 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.565 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.666 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.767 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:37.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.881 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:38.982 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.084 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.489 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:39.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.299 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.400 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.602 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.704 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.805 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.906 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35715/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:40.907 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=35715): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f307ccd8a40>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-21 04:33:41.007 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:33:41.007 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:33:41.009 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:33:41.009 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.174.130
|
||||
2026-01-21 04:33:41.009 DEBUG [src.node.docker_mananger] Generated ports ['10932', '10933', '10934', '10935', '10936']
|
||||
2026-01-21 04:33:41.009 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:33:41.010 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:33:41.010 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:33:41.010 DEBUG [src.node.docker_mananger] docker run -i -t -p 10932:10932 -p 10933:10933 -p 10934:10934 -p 10935:10935 -p 10936:10936 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10934 --rest-port=10932 --tcp-port=10933 --discv5-udp-port=10935 --rest-address=0.0.0.0 --nat=extip:172.18.174.130 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b3df83efc8adcc22bedef8cde41a65301ab973dacf6a8c363fcbe10e84e0324e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10936 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJyT-UvMfQUS40wFHVur2AVzn3l52hJgAMz0jl-WvINgULN-p4X29V192NMH3laj16aMljrF5u2LgXePhlsv8JsCgmlkgnY0gmlwhKwSAASKbXVsdGlhZGRyc5YACASsEgAEBp-9AAoErBIABAafvt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqFllHaNDaEO3TlCM62QGojFnfn2AREfQtlFQGltX7oKDdGNwgp-9g3VkcIKfv4V3YWt1Mgk --lightpushnode=/ip4/172.18.0.4/tcp/40893/p2p/16Uiu2HAmPz9uTSbv2YqoEKa9UEAbarDTRt6vqBtWjLVSQKRrQSUy --lightpush=true --relay=false
|
||||
2026-01-21 04:33:41.191 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.174.130 waku 6dda480495cac710037fe685cad5b5ec6ac8ae03647b21311ee414c4335a4905
|
||||
2026-01-21 04:33:41.222 DEBUG [src.node.docker_mananger] Container started with ID 6dda480495ca. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-33-18__0b6a1ec5-2c18-46e5-9fbe-fa0658e80648__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:33:41.223 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 10932
|
||||
2026-01-21 04:33:41.224 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:33:42.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.528 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.538 ERROR [src.node.docker_mananger] Max retries reached for container 6dda480495ca. Exiting log stream.
|
||||
2026-01-21 04:33:42.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:42.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:43.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.653 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:44.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.277 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.783 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:45.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.289 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.593 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:46.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:47.908 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.212 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.414 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:48.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.629 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.730 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:49.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.033 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.236 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.641 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:50.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:51.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:52.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:52.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:52.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:52.363 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:52.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:52.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:52.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:52.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:52.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:52.971 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.072 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.173 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.376 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:53.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.692 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.794 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.895 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:54.996 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.199 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.502 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.705 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.806 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:55.907 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.009 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.110 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.211 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.818 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:56.919 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.021 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.122 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.223 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.527 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:57.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.032 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.134 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.235 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.337 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.438 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.539 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.742 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:58.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.146 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.248 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.349 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.450 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.652 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:33:59.956 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.057 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.159 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.260 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:00.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.069 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.170 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.272 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.373 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.474 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:01.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:10932/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:02.286 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=10932): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f307ccda5a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-21 04:34:02.386 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:34:02.386 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:34:02.388 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:34:02.388 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.247.34
|
||||
2026-01-21 04:34:02.388 DEBUG [src.node.docker_mananger] Generated ports ['25867', '25868', '25869', '25870', '25871']
|
||||
2026-01-21 04:34:02.388 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:34:02.389 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:34:02.389 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:34:02.389 DEBUG [src.node.docker_mananger] docker run -i -t -p 25867:25867 -p 25868:25868 -p 25869:25869 -p 25870:25870 -p 25871:25871 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=25869 --rest-port=25867 --tcp-port=25868 --discv5-udp-port=25870 --rest-address=0.0.0.0 --nat=extip:172.18.247.34 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2caedaaa0ed670cdd74d68e39824a02a1f0c9de2b6bce41c1d722f0fde85fdae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=25871 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJyT-UvMfQUS40wFHVur2AVzn3l52hJgAMz0jl-WvINgULN-p4X29V192NMH3laj16aMljrF5u2LgXePhlsv8JsCgmlkgnY0gmlwhKwSAASKbXVsdGlhZGRyc5YACASsEgAEBp-9AAoErBIABAafvt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDqFllHaNDaEO3TlCM62QGojFnfn2AREfQtlFQGltX7oKDdGNwgp-9g3VkcIKfv4V3YWt1Mgk --lightpushnode=/ip4/172.18.0.4/tcp/40893/p2p/16Uiu2HAmPz9uTSbv2YqoEKa9UEAbarDTRt6vqBtWjLVSQKRrQSUy --lightpush=true --relay=false
|
||||
2026-01-21 04:34:02.570 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.247.34 waku a7ffc33eb7a356b55a218f85f7a806e5688383fa0c9288dab35c1e39a506b004
|
||||
2026-01-21 04:34:02.603 DEBUG [src.node.docker_mananger] Container started with ID a7ffc33eb7a3. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-33-18__0b6a1ec5-2c18-46e5-9fbe-fa0658e80648__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:34:02.604 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 25867
|
||||
2026-01-21 04:34:02.604 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:34:03.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:03.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:03.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:03.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:03.913 ERROR [src.node.docker_mananger] Max retries reached for container a7ffc33eb7a3. Exiting log stream.
|
||||
2026-01-21 04:34:04.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:04.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.023 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:05.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:06.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.047 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.857 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:07.958 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.059 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.262 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.364 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.465 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.566 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.667 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.769 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:08.972 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.073 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.174 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.275 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.377 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.478 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.883 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:09.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.186 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:10.997 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.200 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.301 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.504 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.517 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.618 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.720 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.923 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:13.024 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:13.126 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:13.227 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:13.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:13.430 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:13.531 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:13.633 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:13.734 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:13.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:13.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.138 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.341 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.442 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.543 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.645 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.746 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.948 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.151 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.252 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.455 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.657 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.860 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:15.961 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.063 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.164 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.569 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.772 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:16.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.075 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.379 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.480 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.581 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.682 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.784 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.885 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:17.986 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.492 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.695 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.796 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:18.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.404 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.505 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.606 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.808 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:19.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.314 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.415 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.516 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.719 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.820 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:20.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.427 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.630 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.731 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.832 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:21.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.035 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.136 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.642 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.743 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.844 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:22.945 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.148 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.451 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.552 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.654 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:25867/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:23.655 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=25867): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f307cdac170>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-21 04:34:23.829 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:34:23.830 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:34:23.830 DEBUG [src.node.waku_node] Stopping container with id 72c6881afe6a
|
||||
2026-01-21 04:34:24.323 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:34:24.325 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:24.429 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:24.531 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:24.632 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:24.734 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:24.836 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:24.937 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:25.039 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:25.141 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:25.151 ERROR [src.node.docker_mananger] Max retries reached for container 72c6881afe6a. Exiting log stream.
|
||||
2026-01-21 04:34:25.242 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:25.344 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:25.445 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:25.546 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:25.648 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:25.749 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:25.851 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:25.952 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:26.053 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:26.155 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:26.256 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:26.357 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:26.459 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:26.560 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:26.661 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:26.763 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:26.864 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:26.966 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:27.067 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:27.169 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:27.270 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:27.372 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:27.473 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:27.575 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:27.677 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:27.779 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:27.881 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:27.982 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:28.084 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:28.186 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:28.287 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:28.389 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:28.490 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:28.592 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:28.693 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:28.795 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:28.896 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:28.997 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:29.099 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:29.200 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:29.302 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:29.403 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:29.404 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/a7ffc33eb7a356b55a218f85f7a806e5688383fa0c9288dab35c1e39a506b004/stop: Not Found ("No such container: a7ffc33eb7a356b55a218f85f7a806e5688383fa0c9288dab35c1e39a506b004")
|
||||
2026-01-21 04:34:29.404 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:29.506 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:29.608 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:29.709 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:29.811 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:29.913 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:30.015 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:30.116 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:30.218 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:30.320 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:30.422 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:30.523 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:30.625 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:30.726 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:30.827 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:30.929 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:31.031 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:31.132 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:31.233 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:31.335 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:31.436 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:31.538 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:31.639 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:31.740 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:31.842 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:31.943 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:32.045 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:32.146 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:32.248 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:32.350 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:32.451 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:32.553 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:32.655 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:32.757 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:32.858 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:32.959 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:33.061 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:33.162 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:33.263 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:33.365 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:33.466 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:33.568 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:33.669 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:33.771 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:33.872 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:33.973 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:34.075 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:34.176 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:34.278 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:34.379 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:34.481 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:34.482 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/a7ffc33eb7a356b55a218f85f7a806e5688383fa0c9288dab35c1e39a506b004/stop: Not Found ("No such container: a7ffc33eb7a356b55a218f85f7a806e5688383fa0c9288dab35c1e39a506b004")
|
||||
2026-01-21 04:34:34.483 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:34.584 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:34.685 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:34.787 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:34.888 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:34.990 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:35.091 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:35.193 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:35.294 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:35.395 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:35.496 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:35.598 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:35.699 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:35.801 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:35.903 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:36.004 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:36.106 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:36.207 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:36.309 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:36.410 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:36.512 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:36.613 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:36.714 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:36.816 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:36.917 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:37.018 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:37.120 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:37.222 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:37.324 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:37.426 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:37.528 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:37.629 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:37.731 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:37.833 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:37.935 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:38.037 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:38.139 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:38.241 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:38.343 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:38.445 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:38.547 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:38.648 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:38.750 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:38.852 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:38.954 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:39.056 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:39.158 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:39.260 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:39.362 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:39.463 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:39.565 DEBUG [src.node.waku_node] Stopping container with id a7ffc33eb7a3
|
||||
2026-01-21 04:34:39.567 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/a7ffc33eb7a356b55a218f85f7a806e5688383fa0c9288dab35c1e39a506b004/stop: Not Found ("No such container: a7ffc33eb7a356b55a218f85f7a806e5688383fa0c9288dab35c1e39a506b004")
|
||||
2026-01-21 04:34:39.568 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:34:39.576 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:34:39.577 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:34:39.577 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:34:39.578 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:34:39.578 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2026-01-21 04:34:39.578 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2026-01-21 04:34:39.579 DEBUG [src.libs.common] Attaching file ./log/docker/lightpush_node1_2026-01-21_04-33-18__0b6a1ec5-2c18-46e5-9fbe-fa0658e80648__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:34:39.579 DEBUG [src.libs.common] Attaching file ./log/docker/receiving_node1_2026-01-21_04-33-18__0b6a1ec5-2c18-46e5-9fbe-fa0658e80648__wakuorg_nwaku:latest.log
|
||||
115
nim/1043/data/attachments/1e566b02f7dfe0fe.txt
Normal file
115
nim/1043/data/attachments/1e566b02f7dfe0fe.txt
Normal file
@ -0,0 +1,115 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_repeated_filter_requestID with id: 2026-01-21_04-19-07__23fc6b4d-b6a5-4c43-8271-fef6853e8638
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-19-07__23fc6b4d-b6a5-4c43-8271-fef6853e8638__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-19-07__23fc6b4d-b6a5-4c43-8271-fef6853e8638__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-19-07__23fc6b4d-b6a5-4c43-8271-fef6853e8638__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 tests.e2e.test_e2e:test_e2e.py:345 Create 3 nodes
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:346 Start 3 nodes with their corresponding config
|
||||
[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:33 Network waku created
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.189.91
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['14071', '14072', '14073', '14074', '14075']
|
||||
[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 14071:14071 -p 14072:14072 -p 14073:14073 -p 14074:14074 -p 14075:14075 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=14073 --rest-port=14071 --tcp-port=14072 --discv5-udp-port=14074 --rest-address=0.0.0.0 --nat=extip:172.18.189.91 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f24b2f006ba928a0b8bcbbcd8eccd91a1c9d4bdfe50ed5edeafece3b7ccfde8f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=14075 --metrics-logging=true --relay=true --store=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.189.91 waku 4ffa2292f52a1295e67e36042fa773ba84666dae8a7d83b38ed92aa96e7dcf9d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4ffa2292f52a. Setting up logs at ./log/docker/node1_2026-01-21_04-19-07__23fc6b4d-b6a5-4c43-8271-fef6853e8638__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 14071
|
||||
[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:14071/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:14071/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.189.91/tcp/14072/p2p/16Uiu2HAm8m1KQtsDbPj5ziR87qVLuhRHwkcASy9HZHRPFNVhBEha","/ip4/172.18.189.91/tcp/14073/ws/p2p/16Uiu2HAm8m1KQtsDbPj5ziR87qVLuhRHwkcASy9HZHRPFNVhBEha"],"enrUri":"enr:-L24QO7GTV21STI0OJde2YPAFmoA7YSQHvWqBEJS8xnqW4JbFDDzwT-gE7eQ8TgkpcMPCmLUyvrjvluZPLXx0de722UCgmlkgnY0gmlwhKwSvVuKbXVsdGlhZGRyc5YACASsEr1bBjb4AAoErBK9WwY2-d0DgnJzhQADAQAAiXNlY3AyNTZrMaECxhvUzWOAkPz7wb2pCrut5muG6aDUTEcG9Dd05mhj3dWDdGNwgjb4g3VkcII2-oV3YWt1MgM"}'
|
||||
[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.209.73
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['38191', '38192', '38193', '38194', '38195']
|
||||
[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 38191:38191 -p 38192:38192 -p 38193:38193 -p 38194:38194 -p 38195:38195 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=38193 --rest-port=38191 --tcp-port=38192 --discv5-udp-port=38194 --rest-address=0.0.0.0 --nat=extip:172.18.209.73 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7f0783a66ed831dfccedb46df842eca9ed3bd32e9fa0cfb436d34febc4be6809 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=38195 --metrics-logging=true --relay=true --store=true --filter=true --discv5-bootstrap-node=enr:-L24QO7GTV21STI0OJde2YPAFmoA7YSQHvWqBEJS8xnqW4JbFDDzwT-gE7eQ8TgkpcMPCmLUyvrjvluZPLXx0de722UCgmlkgnY0gmlwhKwSvVuKbXVsdGlhZGRyc5YACASsEr1bBjb4AAoErBK9WwY2-d0DgnJzhQADAQAAiXNlY3AyNTZrMaECxhvUzWOAkPz7wb2pCrut5muG6aDUTEcG9Dd05mhj3dWDdGNwgjb4g3VkcII2-oV3YWt1MgM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.209.73 waku fd8a58ce9430a1a917a8343a55065dce61f6daa9949662ca10e8139345910efe
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID fd8a58ce9430. Setting up logs at ./log/docker/node2_2026-01-21_04-19-07__23fc6b4d-b6a5-4c43-8271-fef6853e8638__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 38191
|
||||
[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:38191/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":"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:38191/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.209.73/tcp/38192/p2p/16Uiu2HAmHkW6QRf7fXLTKcLq4Ez8KwEXQv3EdneuWg8ZpHLvbMqT","/ip4/172.18.209.73/tcp/38193/ws/p2p/16Uiu2HAmHkW6QRf7fXLTKcLq4Ez8KwEXQv3EdneuWg8ZpHLvbMqT"],"enrUri":"enr:-L24QEWF_pxc897Vbx7I8M-F79tnq8k8cqeBd16L4mZPLsUbAj8gUVrL5OnIxbH-K4BcEaDKWLNW2Fnj8ctVthW5p0YCgmlkgnY0gmlwhKwS0UmKbXVsdGlhZGRyc5YACASsEtFJBpUwAAoErBLRSQaVMd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDS7P4N7rd7I2fmiF1NN_ieYUhqnCJffN_j7pekFSBZcqDdGNwgpUwg3VkcIKVMoV3YWt1Mgc"}'
|
||||
[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.245.20
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['47607', '47608', '47609', '47610', '47611']
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:72 Cluster id was resolved to: 3
|
||||
[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 47607:47607 -p 47608:47608 -p 47609:47609 -p 47610:47610 -p 47611:47611 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=47609 --rest-port=47607 --tcp-port=47608 --discv5-udp-port=47610 --rest-address=0.0.0.0 --nat=extip:172.18.245.20 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=afcc6da5e7aaabc4ddcbbdbcdadce7bc966d6a4f1ea358b1be5ce6df5cc6b0aa --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=47611 --metrics-logging=true --relay=true --filternode=/ip4/172.18.209.73/tcp/38192/p2p/16Uiu2HAmHkW6QRf7fXLTKcLq4Ez8KwEXQv3EdneuWg8ZpHLvbMqT --store=false --discv5-bootstrap-node=enr:-L24QEWF_pxc897Vbx7I8M-F79tnq8k8cqeBd16L4mZPLsUbAj8gUVrL5OnIxbH-K4BcEaDKWLNW2Fnj8ctVthW5p0YCgmlkgnY0gmlwhKwS0UmKbXVsdGlhZGRyc5YACASsEtFJBpUwAAoErBLRSQaVMd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDS7P4N7rd7I2fmiF1NN_ieYUhqnCJffN_j7pekFSBZcqDdGNwgpUwg3VkcIKVMoV3YWt1Mgc
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.245.20 waku 65a0607afb90bd157f4c62af8d20a5e936a24f2901f9a2c435060b335fd2799b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 65a0607afb90. Setting up logs at ./log/docker/node3_2026-01-21_04-19-07__23fc6b4d-b6a5-4c43-8271-fef6853e8638__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 47607
|
||||
[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:47607/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":"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":"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:47607/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.245.20/tcp/47608/p2p/16Uiu2HAmPNhgfHuLPLFLFMokqfdcXUNRZV9LpLmZmgKqraFBHyCF","/ip4/172.18.245.20/tcp/47609/ws/p2p/16Uiu2HAmPNhgfHuLPLFLFMokqfdcXUNRZV9LpLmZmgKqraFBHyCF"],"enrUri":"enr:-L24QA97nilVHWaOzfD4X7OR_UJtoZ5AustSlMfNnD5zbb5sGwbsl9kLwUIwgBpfhuwzjYtNvBf0W9JXuI66d3mmjukCgmlkgnY0gmlwhKwS9RSKbXVsdGlhZGRyc5YACASsEvUUBrn4AAoErBL1FAa5-d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDn0RrPnHTZXDtd1r0eE6Qk24XgL_IGTv1hMZeSdSKJwyDdGNwgrn4g3VkcIK5-oV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:357 Subscribe nodes to relay pubsub topics
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:14071/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:38191/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'
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:361 Wait for all nodes auto connection
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:14071/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.209.73/tcp/43718/p2p/16Uiu2HAmHkW6QRf7fXLTKcLq4Ez8KwEXQv3EdneuWg8ZpHLvbMqT","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/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-127-ga4e44d","origin":"UnknownOrigin"}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:38191/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.189.91/tcp/14072/p2p/16Uiu2HAm8m1KQtsDbPj5ziR87qVLuhRHwkcASy9HZHRPFNVhBEha","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/store-query/3.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"Discv5"}]'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 30 seconds
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:365 Node3 subscribe to filter for pubsubtopic /waku/2/rs/3/1 2 times with same request id
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:47607/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:47607/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"}'
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:374 Node1 publish message for topic /waku/2/rs/3/1
|
||||
[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:14071/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.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 5 seconds
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47607/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":1768969183396902419,"ephemeral":false}]'
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:378 Response for node 3 is [{'payload': 'RmlsdGVyIHdvcmtzISE=', 'contentTopic': '/test/1/waku-filter/proto', 'version': 0, 'timestamp': 1768969183396902419, 'ephemeral': False}]
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:47607/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'[]'
|
||||
[35mDEBUG [0m tests.e2e.test_e2e:test_e2e.py:382 Response for node3 using same request ID is []
|
||||
[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 4ffa2292f52a
|
||||
[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 fd8a58ce9430
|
||||
[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 65a0607afb90
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 4ffa2292f52a. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
475
nim/1043/data/attachments/1e72d10d6783770c.txt
Normal file
475
nim/1043/data/attachments/1e72d10d6783770c.txt
Normal file
@ -0,0 +1,475 @@
|
||||
2026-01-21 04:32:19.458 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:32:19.459 DEBUG [tests.conftest] Running test: test_publish_with_valid_content_topics with id: 2026-01-21_04-32-19__5f7655fd-d517-4fee-8bdf-3a958e887b58
|
||||
2026-01-21 04:32:19.459 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:32:19.459 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:32:19.459 DEBUG [src.steps.relay] Running fixture setup: setup_main_relay_nodes
|
||||
2026-01-21 04:32:19.467 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:32:19.467 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-32-19__5f7655fd-d517-4fee-8bdf-3a958e887b58__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:32:19.467 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:32:19.467 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:32:19.469 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:32:19.469 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.15.40
|
||||
2026-01-21 04:32:19.469 DEBUG [src.node.docker_mananger] Generated ports ['15408', '15409', '15410', '15411', '15412']
|
||||
2026-01-21 04:32:19.469 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:32:19.469 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:32:19.470 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:32:19.470 DEBUG [src.node.docker_mananger] docker run -i -t -p 15408:15408 -p 15409:15409 -p 15410:15410 -p 15411:15411 -p 15412:15412 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15410 --rest-port=15408 --tcp-port=15409 --discv5-udp-port=15411 --rest-address=0.0.0.0 --nat=extip:172.18.15.40 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f9cda78b1e0afd5b12b3977eedae07fe5c71ce3daa2b8fb20a0aa6ab34fcc2eb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15412 --metrics-logging=true --relay=true
|
||||
2026-01-21 04:32:19.644 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.15.40 waku 5d3577114ab5f76f5c9e6ea22a642a9a2755732f36d28226dad636d9a82397d8
|
||||
2026-01-21 04:32:19.679 DEBUG [src.node.docker_mananger] Container started with ID 5d3577114ab5. Setting up logs at ./log/docker/node1_2026-01-21_04-32-19__5f7655fd-d517-4fee-8bdf-3a958e887b58__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:32:19.679 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 15408
|
||||
2026-01-21 04:32:19.680 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:32:19.770 ERROR [src.node.docker_mananger] Max retries reached for container acf8b4e69b40. Exiting log stream.
|
||||
2026-01-21 04:32:20.271 ERROR [src.node.docker_mananger] Max retries reached for container ce073b6eb940. Exiting log stream.
|
||||
2026-01-21 04:32:20.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:20.684 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:32:20.684 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:32:20.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:20.687 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.15.40/tcp/15409/p2p/16Uiu2HAmEd8AaoxYioin7W91g2uWQHDCPDZB1c1Moj2wZVJeSPf5","/ip4/172.18.15.40/tcp/15410/ws/p2p/16Uiu2HAmEd8AaoxYioin7W91g2uWQHDCPDZB1c1Moj2wZVJeSPf5"],"enrUri":"enr:-L24QD85VE_HpY0NPF_SJf2XjxqTzUdbp_LJ0zO5_-Xu6S1SecvOcn2YIKxuVg4V7AwZgi3qKyL88Bpr2FdLWzJf6rACgmlkgnY0gmlwhKwSDyiKbXVsdGlhZGRyc5YACASsEg8oBjwxAAoErBIPKAY8Mt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHT0MlP5xI83hBWlzi9TRYUyIcZyEnLfgQXf3wtx_MZCDdGNwgjwxg3VkcII8M4V3YWt1MgE"}'
|
||||
2026-01-21 04:32:20.687 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:32:20.694 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:32:20.694 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-32-19__5f7655fd-d517-4fee-8bdf-3a958e887b58__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:32:20.694 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:32:20.695 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:32:20.696 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:32:20.697 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.40.106
|
||||
2026-01-21 04:32:20.697 DEBUG [src.node.docker_mananger] Generated ports ['16607', '16608', '16609', '16610', '16611']
|
||||
2026-01-21 04:32:20.697 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:32:20.697 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:32:20.698 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:32:20.698 DEBUG [src.node.docker_mananger] docker run -i -t -p 16607:16607 -p 16608:16608 -p 16609:16609 -p 16610:16610 -p 16611:16611 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16609 --rest-port=16607 --tcp-port=16608 --discv5-udp-port=16610 --rest-address=0.0.0.0 --nat=extip:172.18.40.106 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=aeae4accbddcea905f7778aefc7082c3f3ed0cbe6fa8d575782a5a555040976b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16611 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QD85VE_HpY0NPF_SJf2XjxqTzUdbp_LJ0zO5_-Xu6S1SecvOcn2YIKxuVg4V7AwZgi3qKyL88Bpr2FdLWzJf6rACgmlkgnY0gmlwhKwSDyiKbXVsdGlhZGRyc5YACASsEg8oBjwxAAoErBIPKAY8Mt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDHT0MlP5xI83hBWlzi9TRYUyIcZyEnLfgQXf3wtx_MZCDdGNwgjwxg3VkcII8M4V3YWt1MgE
|
||||
2026-01-21 04:32:20.887 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.40.106 waku f8fbdb1a1333b93751a5117097f552690a2109de58d3810bcfef27142f6c78ee
|
||||
2026-01-21 04:32:20.914 DEBUG [src.node.docker_mananger] Container started with ID f8fbdb1a1333. Setting up logs at ./log/docker/node2_2026-01-21_04-32-19__5f7655fd-d517-4fee-8bdf-3a958e887b58__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:32:20.914 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16607
|
||||
2026-01-21 04:32:20.914 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:32:21.916 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:21.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:32:21.931 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:32:21.931 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:21.936 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.40.106/tcp/16608/p2p/16Uiu2HAmJQzu7gMfp5ibcM5My6rm4bYc6i9AP3wbhwnikSv9kham","/ip4/172.18.40.106/tcp/16609/ws/p2p/16Uiu2HAmJQzu7gMfp5ibcM5My6rm4bYc6i9AP3wbhwnikSv9kham"],"enrUri":"enr:-L24QDcsdlKmpV6ebgJ4VpRUHlIKgCswyyebLg3E594BEA8mSfbc0cyYkDkVHiaMMqgctwiqIbS7zidu87IHpapDBt8CgmlkgnY0gmlwhKwSKGqKbXVsdGlhZGRyc5YACASsEihqBkDgAAoErBIoagZA4d0DgnJzhQADAQAAiXNlY3AyNTZrMaEDVZCcVVZBOeCvmMw00SrgPuJTMG82pBBXd8rT4mkkb16DdGNwgkDgg3VkcIJA4oV3YWt1MgE"}'
|
||||
2026-01-21 04:32:21.937 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:32:21.938 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16607/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.15.40/tcp/15409/p2p/16Uiu2HAmEd8AaoxYioin7W91g2uWQHDCPDZB1c1Moj2wZVJeSPf5"]'
|
||||
2026-01-21 04:32:21.942 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:21.942 DEBUG [src.steps.relay] Running fixture setup: subscribe_main_relay_nodes
|
||||
2026-01-21 04:32:21.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-21 04:32:21.947 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:21.947 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16607/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-21 04:32:21.951 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:21.952 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/test/1/waku-relay/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:21.957 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:21.958 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:22.058 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.058 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.062 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":1768969941952123904,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.065 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.065 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.067 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":1768969941952123904,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.069 INFO [src.steps.relay] WARM UP successful!!
|
||||
2026-01-21 04:32:22.070 DEBUG [tests.relay.test_publish] Running test with content topic A simple string
|
||||
2026-01-21 04:32:22.070 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "Hello World!", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:22.074 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:22.075 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:22.176 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.176 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.179 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Hello World!","version":0,"timestamp":1768969942070618685,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.181 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.181 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.183 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Hello World!","version":0,"timestamp":1768969942070618685,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.185 DEBUG [tests.relay.test_publish] Running test with content topic An integer
|
||||
2026-01-21 04:32:22.185 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "1234567890", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:22.190 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:22.190 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:22.290 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.291 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"1234567890","version":0,"timestamp":1768969942185781174,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.295 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.298 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"1234567890","version":0,"timestamp":1768969942185781174,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.300 DEBUG [tests.relay.test_publish] Running test with content topic A dictionary
|
||||
2026-01-21 04:32:22.300 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "{\"key\": \"value\"}", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:22.304 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:22.305 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:22.406 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.406 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.409 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"{\\"key\\": \\"value\\"}","version":0,"timestamp":1768969942300229576,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.411 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.411 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.413 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"{\\"key\\": \\"value\\"}","version":0,"timestamp":1768969942300229576,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.415 DEBUG [tests.relay.test_publish] Running test with content topic Chinese characters
|
||||
2026-01-21 04:32:22.415 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "\u8fd9\u662f\u4e00\u4e9b\u4e2d\u6587", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:22.419 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:22.420 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:22.520 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.520 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.524 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\xe8\xbf\x99\xe6\x98\xaf\xe4\xb8\x80\xe4\xba\x9b\xe4\xb8\xad\xe6\x96\x87","version":0,"timestamp":1768969942415295718,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.525 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.525 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.528 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\xe8\xbf\x99\xe6\x98\xaf\xe4\xb8\x80\xe4\xba\x9b\xe4\xb8\xad\xe6\x96\x87","version":0,"timestamp":1768969942415295718,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.529 DEBUG [tests.relay.test_publish] Running test with content topic Emojis
|
||||
2026-01-21 04:32:22.530 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "\ud83d\ude80\ud83c\udf1f\u2728", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:22.534 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:22.534 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:22.634 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.638 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\xf0\x9f\x9a\x80\xf0\x9f\x8c\x9f\xe2\x9c\xa8","version":0,"timestamp":1768969942529931477,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.639 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.642 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\xf0\x9f\x9a\x80\xf0\x9f\x8c\x9f\xe2\x9c\xa8","version":0,"timestamp":1768969942529931477,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.643 DEBUG [tests.relay.test_publish] Running test with content topic Lorem ipsum text
|
||||
2026-01-21 04:32:22.644 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "Lorem ipsum dolor sit amet", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:22.648 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:22.648 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:22.749 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.752 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Lorem ipsum dolor sit amet","version":0,"timestamp":1768969942644022879,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.754 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.754 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Lorem ipsum dolor sit amet","version":0,"timestamp":1768969942644022879,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.758 DEBUG [tests.relay.test_publish] Running test with content topic HTML content
|
||||
2026-01-21 04:32:22.758 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "<html><body>Hello</body></html>", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:22.763 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:22.763 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:22.863 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.867 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"<html><body>Hello</body></html>","version":0,"timestamp":1768969942758706257,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.868 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.871 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"<html><body>Hello</body></html>","version":0,"timestamp":1768969942758706257,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.873 DEBUG [tests.relay.test_publish] Running test with content topic Cyrillic characters
|
||||
2026-01-21 04:32:22.873 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "\u041f\u0440\u0438\u0432\u0435\u0442", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:22.878 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:22.878 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:22.979 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.979 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.982 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\xd0\x9f\xd1\x80\xd0\xb8\xd0\xb2\xd0\xb5\xd1\x82","version":0,"timestamp":1768969942873474820,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.984 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:22.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:22.986 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\xd0\x9f\xd1\x80\xd0\xb8\xd0\xb2\xd0\xb5\xd1\x82","version":0,"timestamp":1768969942873474820,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:22.988 DEBUG [tests.relay.test_publish] Running test with content topic Base64 encoded string
|
||||
2026-01-21 04:32:22.988 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "Base64==dGVzdA==", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:22.992 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:22.992 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:23.093 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.096 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Base64==dGVzdA==","version":0,"timestamp":1768969942988405639,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.098 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.098 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.101 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Base64==dGVzdA==","version":0,"timestamp":1768969942988405639,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.102 DEBUG [tests.relay.test_publish] Running test with content topic Binary data
|
||||
2026-01-21 04:32:23.103 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:23.108 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:23.109 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:23.209 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.209 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.212 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ","version":0,"timestamp":1768969943102999703,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.214 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.217 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"d29ya2luZyB3aXRoIGJpbmFyeSBkYXRh: PQ","version":0,"timestamp":1768969943102999703,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.218 DEBUG [tests.relay.test_publish] Running test with content topic Special characters with whitespace
|
||||
2026-01-21 04:32:23.218 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "\t\nSpecial\tCharacters\n", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:23.222 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:23.223 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:23.324 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.324 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.327 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\\t\\nSpecial\\tCharacters\\n","version":0,"timestamp":1768969943218639923,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.329 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\\t\\nSpecial\\tCharacters\\n","version":0,"timestamp":1768969943218639923,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.333 DEBUG [tests.relay.test_publish] Running test with content topic Boolean false as a string
|
||||
2026-01-21 04:32:23.334 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "False", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:23.338 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:23.338 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:23.438 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.439 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.442 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"False","version":0,"timestamp":1768969943333889353,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.443 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.446 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"False","version":0,"timestamp":1768969943333889353,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.447 DEBUG [tests.relay.test_publish] Running test with content topic A float number
|
||||
2026-01-21 04:32:23.448 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "3.1415926535", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:23.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:23.453 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:23.554 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"3.1415926535","version":0,"timestamp":1768969943448217136,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.558 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.559 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.561 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"3.1415926535","version":0,"timestamp":1768969943448217136,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.562 DEBUG [tests.relay.test_publish] Running test with content topic A list
|
||||
2026-01-21 04:32:23.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "[1, 2, 3, 4, 5]", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:23.567 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:23.568 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:23.668 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.668 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"[1, 2, 3, 4, 5]","version":0,"timestamp":1768969943563133387,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.673 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.675 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"[1, 2, 3, 4, 5]","version":0,"timestamp":1768969943563133387,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.677 DEBUG [tests.relay.test_publish] Running test with content topic Hexadecimal number as a string
|
||||
2026-01-21 04:32:23.677 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "0xDEADBEEF", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:23.681 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:23.681 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:23.781 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.785 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"0xDEADBEEF","version":0,"timestamp":1768969943677352611,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.786 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.789 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"0xDEADBEEF","version":0,"timestamp":1768969943677352611,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.790 DEBUG [tests.relay.test_publish] Running test with content topic Email format
|
||||
2026-01-21 04:32:23.790 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "user@example.com", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:23.795 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:23.795 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:23.895 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.899 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"user@example.com","version":0,"timestamp":1768969943790751450,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.900 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:23.901 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:23.903 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"user@example.com","version":0,"timestamp":1768969943790751450,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:23.904 DEBUG [tests.relay.test_publish] Running test with content topic URL format
|
||||
2026-01-21 04:32:23.905 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "http://example.com", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:23.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:23.909 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:24.009 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.013 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"http://example.com","version":0,"timestamp":1768969943905012935,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.015 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.015 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.017 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"http://example.com","version":0,"timestamp":1768969943905012935,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.019 DEBUG [tests.relay.test_publish] Running test with content topic Date and time in ISO format
|
||||
2026-01-21 04:32:24.019 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "2023-11-01T12:00:00Z", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:24.024 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:24.024 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:24.124 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.127 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"2023-11-01T12:00:00Z","version":0,"timestamp":1768969944019315751,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.129 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.129 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.131 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"2023-11-01T12:00:00Z","version":0,"timestamp":1768969944019315751,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.133 DEBUG [tests.relay.test_publish] Running test with content topic String with escaped quotes
|
||||
2026-01-21 04:32:24.133 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "\"Escaped\" \\\"quotes\\\"", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:24.137 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:24.138 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:24.239 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.239 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.242 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\\"Escaped\\" \\\\\\"quotes\\\\\\"","version":0,"timestamp":1768969944133597884,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.244 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.247 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"\\"Escaped\\" \\\\\\"quotes\\\\\\"","version":0,"timestamp":1768969944133597884,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.248 DEBUG [tests.relay.test_publish] Running test with content topic A regular expression
|
||||
2026-01-21 04:32:24.248 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "Regular expression: ^[a-z0-9_-]{3,16}$", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:24.252 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:24.252 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:24.353 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.357 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Regular expression: ^[a-z0-9_-]{3,16}$","version":0,"timestamp":1768969944248506673,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.359 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.359 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Regular expression: ^[a-z0-9_-]{3,16}$","version":0,"timestamp":1768969944248506673,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.363 DEBUG [tests.relay.test_publish] Running test with content topic A very long string
|
||||
2026-01-21 04:32:24.363 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:24.369 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:24.369 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:24.470 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.474 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","version":0,"timestamp":1768969944363604177,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.475 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.475 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.478 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx","version":0,"timestamp":1768969944363604177,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.480 DEBUG [tests.relay.test_publish] Running test with content topic A JSON string
|
||||
2026-01-21 04:32:24.480 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "{\"name\": \"John\", \"age\": 30, \"city\": \"New York\"}", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:24.486 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:24.486 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:24.587 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.587 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.590 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"{\\"name\\": \\"John\\", \\"age\\": 30, \\"city\\": \\"New York\\"}","version":0,"timestamp":1768969944480786215,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.592 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.594 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"{\\"name\\": \\"John\\", \\"age\\": 30, \\"city\\": \\"New York\\"}","version":0,"timestamp":1768969944480786215,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.596 DEBUG [tests.relay.test_publish] Running test with content topic A Unix path
|
||||
2026-01-21 04:32:24.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "/usr/local/bin", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:24.601 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:24.601 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:24.702 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.705 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/usr/local/bin","version":0,"timestamp":1768969944596688776,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.707 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.707 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.709 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"/usr/local/bin","version":0,"timestamp":1768969944596688776,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.710 DEBUG [tests.relay.test_publish] Running test with content topic A Windows path
|
||||
2026-01-21 04:32:24.711 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "C:\\Windows\\System32", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:24.715 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:24.715 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:24.815 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.819 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"C:\\\\Windows\\\\System32","version":0,"timestamp":1768969944710942566,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.821 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.821 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.823 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"C:\\\\Windows\\\\System32","version":0,"timestamp":1768969944710942566,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.825 DEBUG [tests.relay.test_publish] Running test with content topic An SQL query
|
||||
2026-01-21 04:32:24.825 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "SELECT * FROM users WHERE id = 1;", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:24.829 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:24.830 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:24.930 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"SELECT * FROM users WHERE id = 1;","version":0,"timestamp":1768969944825431707,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.935 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:24.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:24.938 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"SELECT * FROM users WHERE id = 1;","version":0,"timestamp":1768969944825431707,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:24.940 DEBUG [tests.relay.test_publish] Running test with content topic JavaScript code snippet
|
||||
2026-01-21 04:32:24.940 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "function test() { console.log('Hello World'); }", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:24.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:24.945 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:25.045 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.045 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"function test() { console.log(\'Hello World\'); }","version":0,"timestamp":1768969944940370706,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.050 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.050 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.053 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"function test() { console.log(\'Hello World\'); }","version":0,"timestamp":1768969944940370706,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.054 DEBUG [tests.relay.test_publish] Running test with content topic A CSS snippet
|
||||
2026-01-21 04:32:25.055 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "body { background-color: #fff; }", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:25.061 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:25.061 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:25.161 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.161 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.164 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"body { background-color: #fff; }","version":0,"timestamp":1768969945055073891,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.166 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.166 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.168 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"body { background-color: #fff; }","version":0,"timestamp":1768969945055073891,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.170 DEBUG [tests.relay.test_publish] Running test with content topic A Python one-liner
|
||||
2026-01-21 04:32:25.170 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "print('Hello World')", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:25.175 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:25.175 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:25.276 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.276 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.279 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"print(\'Hello World\')","version":0,"timestamp":1768969945170675827,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.281 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.284 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"print(\'Hello World\')","version":0,"timestamp":1768969945170675827,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.285 DEBUG [tests.relay.test_publish] Running test with content topic An IP address
|
||||
2026-01-21 04:32:25.285 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "192.168.1.1", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:25.290 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:25.290 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:25.390 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.391 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"192.168.1.1","version":0,"timestamp":1768969945285831792,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.396 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.396 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.398 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"192.168.1.1","version":0,"timestamp":1768969945285831792,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.400 DEBUG [tests.relay.test_publish] Running test with content topic A domain name
|
||||
2026-01-21 04:32:25.400 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "www.example.com", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:25.405 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:25.405 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:25.505 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.506 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.509 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"www.example.com","version":0,"timestamp":1768969945400522618,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.510 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.510 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.513 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"www.example.com","version":0,"timestamp":1768969945400522618,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.514 DEBUG [tests.relay.test_publish] Running test with content topic A user agent string
|
||||
2026-01-21 04:32:25.515 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "Mozilla/5.0 (Windows NT 10.0; Win64; x64)", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:25.519 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:25.519 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:25.620 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Mozilla/5.0 (Windows NT 10.0; Win64; x64)","version":0,"timestamp":1768969945515014376,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.625 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.627 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"Mozilla/5.0 (Windows NT 10.0; Win64; x64)","version":0,"timestamp":1768969945515014376,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.629 DEBUG [tests.relay.test_publish] Running test with content topic A credit card number
|
||||
2026-01-21 04:32:25.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "1234-5678-9012-3456", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:25.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:25.634 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:25.735 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.735 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.738 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"1234-5678-9012-3456","version":0,"timestamp":1768969945629610656,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.740 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.740 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"1234-5678-9012-3456","version":0,"timestamp":1768969945629610656,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.744 DEBUG [tests.relay.test_publish] Running test with content topic A phone number
|
||||
2026-01-21 04:32:25.744 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "+1234567890", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:25.748 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:25.749 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:25.849 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.853 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"+1234567890","version":0,"timestamp":1768969945744670012,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.854 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.855 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"+1234567890","version":0,"timestamp":1768969945744670012,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.859 DEBUG [tests.relay.test_publish] Running test with content topic A UUID
|
||||
2026-01-21 04:32:25.859 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "123e4567-e89b-12d3-a456-426614174000", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:25.864 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:25.864 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:25.965 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.968 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"123e4567-e89b-12d3-a456-426614174000","version":0,"timestamp":1768969945859664853,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.970 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:25.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:25.973 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"123e4567-e89b-12d3-a456-426614174000","version":0,"timestamp":1768969945859664853,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:25.974 DEBUG [tests.relay.test_publish] Running test with content topic A hashtag
|
||||
2026-01-21 04:32:25.974 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "#helloWorld", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:25.979 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:25.979 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:26.080 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:26.080 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:26.083 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"#helloWorld","version":0,"timestamp":1768969945974804637,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:26.085 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:26.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:26.088 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"#helloWorld","version":0,"timestamp":1768969945974804637,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:26.089 DEBUG [tests.relay.test_publish] Running test with content topic A Twitter handle
|
||||
2026-01-21 04:32:26.090 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "@username", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:26.095 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:26.096 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:26.196 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:26.196 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:26.200 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"@username","version":0,"timestamp":1768969946089876792,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:26.201 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:26.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:26.203 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"@username","version":0,"timestamp":1768969946089876792,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:26.205 DEBUG [tests.relay.test_publish] Running test with content topic A password
|
||||
2026-01-21 04:32:26.205 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "P@ssw0rd!", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:26.210 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:26.211 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:26.311 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:26.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:26.314 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"P@ssw0rd!","version":0,"timestamp":1768969946205537951,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:26.316 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:26.316 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:26.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"P@ssw0rd!","version":0,"timestamp":1768969946205537951,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:26.320 DEBUG [tests.relay.test_publish] Running test with content topic A date in common format
|
||||
2026-01-21 04:32:26.321 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "01/11/2023", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:26.325 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:26.325 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:26.426 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:26.426 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:26.429 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"01/11/2023","version":0,"timestamp":1768969946321046980,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:26.431 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:26.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:26.434 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"01/11/2023","version":0,"timestamp":1768969946321046980,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:26.435 DEBUG [tests.relay.test_publish] Running test with content topic A time string
|
||||
2026-01-21 04:32:26.436 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "12:00:00", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:26.440 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:26.440 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:26.540 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:26.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:26.544 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"12:00:00","version":0,"timestamp":1768969946436168224,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:26.545 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:26.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:26.548 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"12:00:00","version":0,"timestamp":1768969946436168224,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:26.549 DEBUG [tests.relay.test_publish] Running test with content topic A mathematical equation
|
||||
2026-01-21 04:32:26.550 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "UmVsYXkgd29ya3MhIQ==", "contentTopic": "E = mc^2", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:32:26.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:32:26.554 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:32:26.655 DEBUG [src.steps.relay] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:26.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:15408/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:26.658 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"E = mc^2","version":0,"timestamp":1768969946549897851,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:26.659 DEBUG [src.steps.relay] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:32:26.660 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16607/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:32:26.662 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"UmVsYXkgd29ya3MhIQ==","contentTopic":"E = mc^2","version":0,"timestamp":1768969946549897851,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:32:26.665 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:32:26.666 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:32:26.666 DEBUG [src.node.waku_node] Stopping container with id 5d3577114ab5
|
||||
2026-01-21 04:32:27.163 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:32:27.163 DEBUG [src.node.waku_node] Stopping container with id f8fbdb1a1333
|
||||
2026-01-21 04:32:27.638 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:32:27.640 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:32:27.655 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:32:27.667 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
72
nim/1043/data/attachments/1fcacbc67ae24868.txt
Normal file
72
nim/1043/data/attachments/1fcacbc67ae24868.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_filter_get_message_with_150_kb_payload with id: 2026-01-21_04-20-07__2c4fd729-2d74-43c3-b0cb-6740107c082c
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-20-07__2c4fd729-2d74-43c3-b0cb-6740107c082c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.103.219
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['54411', '54412', '54413', '54414', '54415']
|
||||
[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 54411:54411 -p 54412:54412 -p 54413:54413 -p 54414:54414 -p 54415:54415 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54413 --rest-port=54411 --tcp-port=54412 --discv5-udp-port=54414 --rest-address=0.0.0.0 --nat=extip:172.18.103.219 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=33ccb0349e6edccfaebfd0af2b577f46d7e8aeaac6ce8d29cef27bb27ceaffab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54415 --metrics-logging=true --relay=true --filter=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.103.219 waku c5c9fbb258906c5ebb27cdfbf4cb0ab399075eaa5830319d57082bd84973beec
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c5c9fbb25890. Setting up logs at ./log/docker/node1_2026-01-21_04-20-07__2c4fd729-2d74-43c3-b0cb-6740107c082c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 54411
|
||||
[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 7716d7bd5401. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c8149328e512. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:54411/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:54411/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.103.219/tcp/54412/p2p/16Uiu2HAmSuwvtMd5PvZdHyQqgJB8obAvVfX7Xt78bhg9RR89b26L","/ip4/172.18.103.219/tcp/54413/ws/p2p/16Uiu2HAmSuwvtMd5PvZdHyQqgJB8obAvVfX7Xt78bhg9RR89b26L"],"enrUri":"enr:-L24QCmoB4kmDa-y1AMFt3OvJCxDudBisKiepLgdSqlouV6GGFfIuBl1HiI6Wvr0i1qIEsyUGyfnGrTOqzPgd29H8xYCgmlkgnY0gmlwhKwSZ9uKbXVsdGlhZGRyc5YACASsEmfbBtSMAAoErBJn2wbUjd0DgnJzhQADAQAAiXNlY3AyNTZrMaED09iXiipUbLNmvDdkvUtOA2h7ZK5wGAviNZ_h8dskN4mDdGNwgtSMg3VkcILUjoV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-20-07__2c4fd729-2d74-43c3-b0cb-6740107c082c__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.157
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['37205', '37206', '37207', '37208', '37209']
|
||||
[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 37205:37205 -p 37206:37206 -p 37207:37207 -p 37208:37208 -p 37209:37209 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37207 --rest-port=37205 --tcp-port=37206 --discv5-udp-port=37208 --rest-address=0.0.0.0 --nat=extip:172.18.100.157 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=06da1c6afe7e58f656f5c78bccc255fdeacc5c6b2ce9f9bfeeaeaa1e8a83bccd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37209 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QCmoB4kmDa-y1AMFt3OvJCxDudBisKiepLgdSqlouV6GGFfIuBl1HiI6Wvr0i1qIEsyUGyfnGrTOqzPgd29H8xYCgmlkgnY0gmlwhKwSZ9uKbXVsdGlhZGRyc5YACASsEmfbBtSMAAoErBJn2wbUjd0DgnJzhQADAQAAiXNlY3AyNTZrMaED09iXiipUbLNmvDdkvUtOA2h7ZK5wGAviNZ_h8dskN4mDdGNwgtSMg3VkcILUjoV3YWt1MgU --filternode=/ip4/172.18.103.219/tcp/54412/p2p/16Uiu2HAmSuwvtMd5PvZdHyQqgJB8obAvVfX7Xt78bhg9RR89b26L
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.100.157 waku 35cc39999a683bc462599f2ba9015e07e1e134c500e9d441c3278db3581d4426
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 35cc39999a68. Setting up logs at ./log/docker/node2_2026-01-21_04-20-07__2c4fd729-2d74-43c3-b0cb-6740107c082c__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 37205
|
||||
[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:37205/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:37205/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.157/tcp/37206/p2p/16Uiu2HAm2UqY5teifn3CVSnGQqhduUPuHzMBMEXPqyEN9wTfbwmT","/ip4/172.18.100.157/tcp/37207/ws/p2p/16Uiu2HAm2UqY5teifn3CVSnGQqhduUPuHzMBMEXPqyEN9wTfbwmT"],"enrUri":"enr:-L24QBTvblpaDlO6AfJ2dK2qErIhFafooEkQ3AzvGvPGC6YcBYnwjogJH7kGBO8-jDENPsOOrBW707sGTjpq4kOdlJ8CgmlkgnY0gmlwhKwSZJ2KbXVsdGlhZGRyc5YACASsEmSdBpFWAAoErBJknQaRV90DgnJzhQADAQAAiXNlY3AyNTZrMaECaNFbVP7kMphgwtFZ0Z_DtIfDq4WouZR82aqUKPEIuBqDdGNwgpFWg3VkcIKRWIV3YWt1MgA"}'
|
||||
[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:37205/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.103.219/tcp/54412/p2p/16Uiu2HAmSuwvtMd5PvZdHyQqgJB8obAvVfX7Xt78bhg9RR89b26L"]'
|
||||
[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:54411/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:37205/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "8a59d590-2f0c-4c5e-9061-72c7ee23972a", "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":"8a59d590-2f0c-4c5e-9061-72c7ee23972a","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 2 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:37205/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c5c9fbb25890
|
||||
[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 35cc39999a68
|
||||
[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.
|
||||
148
nim/1043/data/attachments/2007062e7d9eb892.txt
Normal file
148
nim/1043/data/attachments/2007062e7d9eb892.txt
Normal file
@ -0,0 +1,148 @@
|
||||
2026-01-21 04:41:07.682 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:41:07.683 DEBUG [tests.conftest] Running test: test_admin_connected_peers_on_shard_contains_all_three with id: 2026-01-21_04-41-07__c94958c7-cd8b-4630-80ab-2d3f0a26b09c
|
||||
2026-01-21 04:41:07.683 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:41:07.683 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-21 04:41:07.683 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-21 04:41:07.690 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:41:07.690 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-41-07__c94958c7-cd8b-4630-80ab-2d3f0a26b09c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:41:07.696 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:41:07.696 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-41-07__c94958c7-cd8b-4630-80ab-2d3f0a26b09c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:41:07.701 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:41:07.701 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-41-07__c94958c7-cd8b-4630-80ab-2d3f0a26b09c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:41:07.707 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:41:07.707 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-21_04-41-07__c94958c7-cd8b-4630-80ab-2d3f0a26b09c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:41:07.708 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:41:07.708 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-21 04:41:07.709 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:41:07.709 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:41:07.710 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:41:07.710 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.39.252
|
||||
2026-01-21 04:41:07.710 DEBUG [src.node.docker_mananger] Generated ports ['7495', '7496', '7497', '7498', '7499']
|
||||
2026-01-21 04:41:07.711 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:41:07.711 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:41:07.711 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:41:07.711 DEBUG [src.node.docker_mananger] docker run -i -t -p 7495:7495 -p 7496:7496 -p 7497:7497 -p 7498:7498 -p 7499:7499 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7497 --rest-port=7495 --tcp-port=7496 --discv5-udp-port=7498 --rest-address=0.0.0.0 --nat=extip:172.18.39.252 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=d75d1724f4886cdb87735ee16c43a6d7b3fdc4b07cd6d54bf1bcdc5cc6d7cfea --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7499 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
2026-01-21 04:41:07.897 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.39.252 waku 5b44a55fd8e4eb6b23d7a707682165392187d5302edf3eed7c8688b50b413ed1
|
||||
2026-01-21 04:41:07.927 DEBUG [src.node.docker_mananger] Container started with ID 5b44a55fd8e4. Setting up logs at ./log/docker/node1_2026-01-21_04-41-07__c94958c7-cd8b-4630-80ab-2d3f0a26b09c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:41:07.929 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7495
|
||||
2026-01-21 04:41:07.929 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:41:07.977 ERROR [src.node.docker_mananger] Max retries reached for container b93db86cdd1d. Exiting log stream.
|
||||
2026-01-21 04:41:08.481 ERROR [src.node.docker_mananger] Max retries reached for container 576e134858af. Exiting log stream.
|
||||
2026-01-21 04:41:08.930 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7495/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:08.933 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:41:08.933 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:41:08.933 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7495/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:08.935 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.39.252/tcp/7496/p2p/16Uiu2HAmLMJxRcFRu3HfbjQrdq6u3ietg5P9Ms3fK5DxEj6UeTim","/ip4/172.18.39.252/tcp/7497/ws/p2p/16Uiu2HAmLMJxRcFRu3HfbjQrdq6u3ietg5P9Ms3fK5DxEj6UeTim"],"enrUri":"enr:-La4QMmvXxt_PMtjg-lzzAhwe8CceLHxen951ubTY7xJI5wYLf8m9teHv0s6wkGNXuSUFTSVgEhbfuq0TmoHLr5BOqUCgmlkgnY0gmlwhKwSJ_yKbXVsdGlhZGRyc5YACASsEif8Bh1IAAoErBIn_AYdSd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDclYUFpKaKlZkPcRUZ6DOYZcICytGH-65oG5aVe0IkbaDdGNwgh1IhXdha3UyAQ"}'
|
||||
2026-01-21 04:41:08.935 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:41:08.936 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:41:08.936 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:41:08.937 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:41:08.937 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.107.96
|
||||
2026-01-21 04:41:08.937 DEBUG [src.node.docker_mananger] Generated ports ['57019', '57020', '57021', '57022', '57023']
|
||||
2026-01-21 04:41:08.938 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:41:08.938 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:41:08.938 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:41:08.938 DEBUG [src.node.docker_mananger] docker run -i -t -p 57019:57019 -p 57020:57020 -p 57021:57021 -p 57022:57022 -p 57023:57023 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=57021 --rest-port=57019 --tcp-port=57020 --discv5-udp-port=57022 --rest-address=0.0.0.0 --nat=extip:172.18.107.96 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=08b2efe1abbb2951b215ad99b0cc1efaeacc5ceddc02bcf6ae9d7bf8c3feaca1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=57023 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QMmvXxt_PMtjg-lzzAhwe8CceLHxen951ubTY7xJI5wYLf8m9teHv0s6wkGNXuSUFTSVgEhbfuq0TmoHLr5BOqUCgmlkgnY0gmlwhKwSJ_yKbXVsdGlhZGRyc5YACASsEif8Bh1IAAoErBIn_AYdSd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDclYUFpKaKlZkPcRUZ6DOYZcICytGH-65oG5aVe0IkbaDdGNwgh1IhXdha3UyAQ
|
||||
2026-01-21 04:41:09.115 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.107.96 waku 1ff9ccaa5657f87722120857ab62e4263c47d5331662d8cb09dd1dca9c4734c0
|
||||
2026-01-21 04:41:09.142 DEBUG [src.node.docker_mananger] Container started with ID 1ff9ccaa5657. Setting up logs at ./log/docker/node2_2026-01-21_04-41-07__c94958c7-cd8b-4630-80ab-2d3f0a26b09c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:41:09.143 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 57019
|
||||
2026-01-21 04:41:09.144 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:41:10.144 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57019/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:10.149 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:41:10.149 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:41:10.149 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57019/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:10.151 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.107.96/tcp/57020/p2p/16Uiu2HAmUd4PCrnayo181y8Y3jPv8CJCUb4zMEvFaCVCMamaqnNQ","/ip4/172.18.107.96/tcp/57021/ws/p2p/16Uiu2HAmUd4PCrnayo181y8Y3jPv8CJCUb4zMEvFaCVCMamaqnNQ"],"enrUri":"enr:-La4QCmKs1rMu4oYOHwYmr2zZ-H7ht5cQnpVc70oTj5Ll3ebK0mAobtOnN4rgs9arqXPCLb0OcZUghXuAeTal24IEmQCgmlkgnY0gmlwhKwSa2CKbXVsdGlhZGRyc5YACASsEmtgBt68AAoErBJrYAbevd0DgnJzhQADAQAAiXNlY3AyNTZrMaED7TxjrPy1xTA1gZmjrWiKsW7a4mBYxjcvRt74H8nuuX2DdGNwgt68hXdha3UyAQ"}'
|
||||
2026-01-21 04:41:10.152 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:41:10.158 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:41:10.158 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-41-07__c94958c7-cd8b-4630-80ab-2d3f0a26b09c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:41:10.164 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:41:10.164 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-21_04-41-07__c94958c7-cd8b-4630-80ab-2d3f0a26b09c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:41:10.165 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:41:10.165 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:41:10.166 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:41:10.166 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.146.163
|
||||
2026-01-21 04:41:10.166 DEBUG [src.node.docker_mananger] Generated ports ['41830', '41831', '41832', '41833', '41834']
|
||||
2026-01-21 04:41:10.167 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:41:10.167 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:41:10.167 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:41:10.167 DEBUG [src.node.docker_mananger] docker run -i -t -p 41830:41830 -p 41831:41831 -p 41832:41832 -p 41833:41833 -p 41834:41834 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41832 --rest-port=41830 --tcp-port=41831 --discv5-udp-port=41833 --rest-address=0.0.0.0 --nat=extip:172.18.146.163 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=808ebbea8d6e0305ba1c1dc0da15e6c9eabdaa190620dc2ae1b7dea2c5f2448a --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41834 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QMmvXxt_PMtjg-lzzAhwe8CceLHxen951ubTY7xJI5wYLf8m9teHv0s6wkGNXuSUFTSVgEhbfuq0TmoHLr5BOqUCgmlkgnY0gmlwhKwSJ_yKbXVsdGlhZGRyc5YACASsEif8Bh1IAAoErBIn_AYdSd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDclYUFpKaKlZkPcRUZ6DOYZcICytGH-65oG5aVe0IkbaDdGNwgh1IhXdha3UyAQ
|
||||
2026-01-21 04:41:10.359 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.146.163 waku f626b5234cfb34c7814a2dfb38f2b32b30a6d25230c620127a06948d8478bfa3
|
||||
2026-01-21 04:41:10.387 DEBUG [src.node.docker_mananger] Container started with ID f626b5234cfb. Setting up logs at ./log/docker/node3_2026-01-21_04-41-07__c94958c7-cd8b-4630-80ab-2d3f0a26b09c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:41:10.387 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41830
|
||||
2026-01-21 04:41:10.388 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:41:11.389 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41830/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:11.392 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:41:11.392 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:41:11.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41830/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:11.395 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.146.163/tcp/41831/p2p/16Uiu2HAmSmtVJST4VNRHseGR9R7WSSKgAr7D1XD2nxNP369dmx28","/ip4/172.18.146.163/tcp/41832/ws/p2p/16Uiu2HAmSmtVJST4VNRHseGR9R7WSSKgAr7D1XD2nxNP369dmx28"],"enrUri":"enr:-La4QFFeQbgiHfvqMh78kd91K9yc2qklolwpTZtSmq3ppE88Sxh2T7VPU_LLnQwETIGBVMzeb7Fjgtj280H56DfmURoCgmlkgnY0gmlwhKwSkqOKbXVsdGlhZGRyc5YACASsEpKjBqNnAAoErBKSowajaN0DgnJzhQADAQAAiXNlY3AyNTZrMaED0cgN-gVRKg8qjV-OjzKnHHzCPqV8lmLLzWulczqQFV2DdGNwgqNnhXdha3UyAQ"}'
|
||||
2026-01-21 04:41:11.395 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:41:11.395 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:41:11.395 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:41:11.397 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:41:11.397 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.195.45
|
||||
2026-01-21 04:41:11.397 DEBUG [src.node.docker_mananger] Generated ports ['41479', '41480', '41481', '41482', '41483']
|
||||
2026-01-21 04:41:11.397 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:41:11.397 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:41:11.397 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:41:11.398 DEBUG [src.node.docker_mananger] docker run -i -t -p 41479:41479 -p 41480:41480 -p 41481:41481 -p 41482:41482 -p 41483:41483 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41481 --rest-port=41479 --tcp-port=41480 --discv5-udp-port=41482 --rest-address=0.0.0.0 --nat=extip:172.18.195.45 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=dcebb5d70c99a0fc5ffecca3df7bb2fa2ffcbeec2e57e0efbbc7eb78facd3d48 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41483 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QMmvXxt_PMtjg-lzzAhwe8CceLHxen951ubTY7xJI5wYLf8m9teHv0s6wkGNXuSUFTSVgEhbfuq0TmoHLr5BOqUCgmlkgnY0gmlwhKwSJ_yKbXVsdGlhZGRyc5YACASsEif8Bh1IAAoErBIn_AYdSd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDclYUFpKaKlZkPcRUZ6DOYZcICytGH-65oG5aVe0IkbaDdGNwgh1IhXdha3UyAQ
|
||||
2026-01-21 04:41:11.584 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.195.45 waku da7f5e72867762f73da9ced15bdba3f3f713e7ed2bf98b6076338f2cd0fce93e
|
||||
2026-01-21 04:41:11.615 DEBUG [src.node.docker_mananger] Container started with ID da7f5e728677. Setting up logs at ./log/docker/node4_2026-01-21_04-41-07__c94958c7-cd8b-4630-80ab-2d3f0a26b09c__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:41:11.615 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41479
|
||||
2026-01-21 04:41:11.615 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:41:12.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41479/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:12.619 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:41:12.619 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:41:12.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41479/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:12.622 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.195.45/tcp/41480/p2p/16Uiu2HAmRnpxDNWcAwNjXNoeW76coYD83zi6EFKkC2UScruN6zVm","/ip4/172.18.195.45/tcp/41481/ws/p2p/16Uiu2HAmRnpxDNWcAwNjXNoeW76coYD83zi6EFKkC2UScruN6zVm"],"enrUri":"enr:-La4QDTnScFwpGgKfpEhroLBXwfwIm1Z1GHun8_5t_VEyKcvCGTz_cc6R7XBql-AER1qYAJfJv1omBQaKLK3G8RqPOECgmlkgnY0gmlwhKwSwy2KbXVsdGlhZGRyc5YACASsEsMtBqIIAAoErBLDLQaiCd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDwynzSGEaLvci15vU34puZr1j46XiK6N6B6k74J4wceCDdGNwgqIIhXdha3UyAQ"}'
|
||||
2026-01-21 04:41:12.622 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:41:12.623 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7495/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.107.96/tcp/57020/p2p/16Uiu2HAmUd4PCrnayo181y8Y3jPv8CJCUb4zMEvFaCVCMamaqnNQ"]'
|
||||
2026-01-21 04:41:12.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:41:12.653 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57019/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.39.252/tcp/7496/p2p/16Uiu2HAmLMJxRcFRu3HfbjQrdq6u3ietg5P9Ms3fK5DxEj6UeTim"]'
|
||||
2026-01-21 04:41:12.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:41:12.669 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7495/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.146.163/tcp/41831/p2p/16Uiu2HAmSmtVJST4VNRHseGR9R7WSSKgAr7D1XD2nxNP369dmx28"]'
|
||||
2026-01-21 04:41:12.692 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:41:12.693 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41830/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.39.252/tcp/7496/p2p/16Uiu2HAmLMJxRcFRu3HfbjQrdq6u3ietg5P9Ms3fK5DxEj6UeTim"]'
|
||||
2026-01-21 04:41:12.707 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:41:12.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7495/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.195.45/tcp/41480/p2p/16Uiu2HAmRnpxDNWcAwNjXNoeW76coYD83zi6EFKkC2UScruN6zVm"]'
|
||||
2026-01-21 04:41:12.729 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:41:12.730 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41479/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.39.252/tcp/7496/p2p/16Uiu2HAmLMJxRcFRu3HfbjQrdq6u3ietg5P9Ms3fK5DxEj6UeTim"]'
|
||||
2026-01-21 04:41:12.745 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:41:12.746 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7495/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:41:12.749 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:41:12.749 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:57019/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:41:12.751 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:41:12.752 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41830/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:41:12.754 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:41:12.754 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:41479/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:41:12.757 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:41:12.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7495/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:12.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.195.45/tcp/41480/p2p/16Uiu2HAmRnpxDNWcAwNjXNoeW76coYD83zi6EFKkC2UScruN6zVm","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.107.96/tcp/57020/p2p/16Uiu2HAmUd4PCrnayo181y8Y3jPv8CJCUb4zMEvFaCVCMamaqnNQ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.146.163/tcp/41831/p2p/16Uiu2HAmSmtVJST4VNRHseGR9R7WSSKgAr7D1XD2nxNP369dmx28","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
|
||||
2026-01-21 04:41:12.760 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:57019/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:12.762 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.39.252/tcp/50954/p2p/16Uiu2HAmLMJxRcFRu3HfbjQrdq6u3ietg5P9Ms3fK5DxEj6UeTim","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
|
||||
2026-01-21 04:41:12.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41830/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:12.765 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.39.252/tcp/49600/p2p/16Uiu2HAmLMJxRcFRu3HfbjQrdq6u3ietg5P9Ms3fK5DxEj6UeTim","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
|
||||
2026-01-21 04:41:12.765 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41479/admin/v1/peers" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:12.767 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.39.252/tcp/44610/p2p/16Uiu2HAmLMJxRcFRu3HfbjQrdq6u3ietg5P9Ms3fK5DxEj6UeTim","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
|
||||
2026-01-21 04:41:12.767 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:41:14.768 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7495/admin/v1/peers/connected" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:14.771 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.195.45/tcp/41480/p2p/16Uiu2HAmRnpxDNWcAwNjXNoeW76coYD83zi6EFKkC2UScruN6zVm","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.107.96/tcp/57020/p2p/16Uiu2HAmUd4PCrnayo181y8Y3jPv8CJCUb4zMEvFaCVCMamaqnNQ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.146.163/tcp/41831/p2p/16Uiu2HAmSmtVJST4VNRHseGR9R7WSSKgAr7D1XD2nxNP369dmx28","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
|
||||
2026-01-21 04:41:14.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7495/admin/v1/peers/connected/on/0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:41:14.774 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"multiaddr":"/ip4/172.18.195.45/tcp/41480/p2p/16Uiu2HAmRnpxDNWcAwNjXNoeW76coYD83zi6EFKkC2UScruN6zVm","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.107.96/tcp/57020/p2p/16Uiu2HAmUd4PCrnayo181y8Y3jPv8CJCUb4zMEvFaCVCMamaqnNQ","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"},{"multiaddr":"/ip4/172.18.146.163/tcp/41831/p2p/16Uiu2HAmSmtVJST4VNRHseGR9R7WSSKgAr7D1XD2nxNP369dmx28","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin"}]'
|
||||
2026-01-21 04:41:14.774 DEBUG [tests.rest_flags.test_admin_flags] /admin/v1/peers/connected/on/0 (contains 3): [{'multiaddr': '/ip4/172.18.195.45/tcp/41480/p2p/16Uiu2HAmRnpxDNWcAwNjXNoeW76coYD83zi6EFKkC2UScruN6zVm', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-127-ga4e44d', 'origin': 'UnknownOrigin'}, {'multiaddr': '/ip4/172.18.107.96/tcp/57020/p2p/16Uiu2HAmUd4PCrnayo181y8Y3jPv8CJCUb4zMEvFaCVCMamaqnNQ', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-127-ga4e44d', 'origin': 'UnknownOrigin'}, {'multiaddr': '/ip4/172.18.146.163/tcp/41831/p2p/16Uiu2HAmSmtVJST4VNRHseGR9R7WSSKgAr7D1XD2nxNP369dmx28', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-127-ga4e44d', 'origin': 'UnknownOrigin'}]
|
||||
2026-01-21 04:41:14.776 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:41:14.777 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:41:14.777 DEBUG [src.node.waku_node] Stopping container with id 5b44a55fd8e4
|
||||
2026-01-21 04:41:15.318 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:41:15.318 DEBUG [src.node.waku_node] Stopping container with id 1ff9ccaa5657
|
||||
2026-01-21 04:41:15.840 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:41:15.841 DEBUG [src.node.waku_node] Stopping container with id f626b5234cfb
|
||||
2026-01-21 04:41:16.133 ERROR [src.node.docker_mananger] Max retries reached for container 5b44a55fd8e4. Exiting log stream.
|
||||
2026-01-21 04:41:16.346 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:41:16.346 DEBUG [src.node.waku_node] Stopping container with id da7f5e728677
|
||||
2026-01-21 04:41:16.652 ERROR [src.node.docker_mananger] Max retries reached for container 1ff9ccaa5657. Exiting log stream.
|
||||
2026-01-21 04:41:16.877 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:41:16.880 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:41:16.891 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:41:16.895 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:41:16.899 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:41:16.904 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
4042
nim/1043/data/attachments/20500530d80a18d4.txt
Normal file
4042
nim/1043/data/attachments/20500530d80a18d4.txt
Normal file
File diff suppressed because it is too large
Load Diff
7384
nim/1043/data/attachments/208a497d50e96df7.txt
Normal file
7384
nim/1043/data/attachments/208a497d50e96df7.txt
Normal file
File diff suppressed because it is too large
Load Diff
855
nim/1043/data/attachments/20b6ce6101fd3db8.txt
Normal file
855
nim/1043/data/attachments/20b6ce6101fd3db8.txt
Normal file
@ -0,0 +1,855 @@
|
||||
[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_missing_payload with id: 2026-01-21_04-27-47__affb9254-f109-4e23-919e-11dfc76da700
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-21_04-27-47__affb9254-f109-4e23-919e-11dfc76da700__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.52.100
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['15940', '15941', '15942', '15943', '15944']
|
||||
[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 15940:15940 -p 15941:15941 -p 15942:15942 -p 15943:15943 -p 15944:15944 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=15942 --rest-port=15940 --tcp-port=15941 --discv5-udp-port=15943 --rest-address=0.0.0.0 --nat=extip:172.18.52.100 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7bcedd7b448d0e0b4c722f13e7df6c7eeefadaa2eba4ddaaefbdc81fb6d99a66 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=15944 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.52.100 waku f8c4f085ac871e8b0ed0e9a5e987e6574f6a829ddc2d178f9431e88ebde5920b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f8c4f085ac87. Setting up logs at ./log/docker/receiving_node1_2026-01-21_04-27-47__affb9254-f109-4e23-919e-11dfc76da700__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 15940
|
||||
[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:15940/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:15940/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.52.100/tcp/15941/p2p/16Uiu2HAkzuu4KGPJ69NU8WxjokZm5epKx9zUxtJUQqEsYbuH6iuU","/ip4/172.18.52.100/tcp/15942/ws/p2p/16Uiu2HAkzuu4KGPJ69NU8WxjokZm5epKx9zUxtJUQqEsYbuH6iuU"],"enrUri":"enr:-L24QBbxoP4dGulrk5rzf_EZsASvjIc8bW0XM1hZVFtUeAn-TYoXlfkdC4GTgwVqaNx1lhdOXbsZoypK9KEg3t2yQ3QCgmlkgnY0gmlwhKwSNGSKbXVsdGlhZGRyc5YACASsEjRkBj5FAAoErBI0ZAY-Rt0DgnJzhQADAQAAiXNlY3AyNTZrMaECUYV8DkcAgSwCbtddMSj4Ue7k8-vm112Pw3zOQUNFBO-DdGNwgj5Fg3VkcII-R4V3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-21_04-27-47__affb9254-f109-4e23-919e-11dfc76da700__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.9.216
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['20379', '20380', '20381', '20382', '20383']
|
||||
[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 20379:20379 -p 20380:20380 -p 20381:20381 -p 20382:20382 -p 20383:20383 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=20381 --rest-port=20379 --tcp-port=20380 --discv5-udp-port=20382 --rest-address=0.0.0.0 --nat=extip:172.18.9.216 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=62e77a4cab76e70a87ec4eaf168a9940225a91ca0ad745fb08dd9a0ceceff213 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20383 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.9.216 waku a41774051b3a41fce31132e7b71658d0bd8bcbf0ece36ca17d44e008cfb4e34f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a41774051b3a. Setting up logs at ./log/docker/receiving_node2_2026-01-21_04-27-47__affb9254-f109-4e23-919e-11dfc76da700__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 20379
|
||||
[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:20379/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:20379/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.9.216/tcp/20380/p2p/16Uiu2HAm1iEXR2Cn2Hv4HgHgywT8jpZ3SHomShX7LZhqwNiTXzAs","/ip4/172.18.9.216/tcp/20381/ws/p2p/16Uiu2HAm1iEXR2Cn2Hv4HgHgywT8jpZ3SHomShX7LZhqwNiTXzAs"],"enrUri":"enr:-L24QDhD320C829oRDQUjT0TuJ-5LN2K9OpvKyrHoVBmwgcuDzQAI5x6l8GWqi-460xYwNCHUwhaKCJ5SpM0jMctZ4sCgmlkgnY0gmlwhKwSCdiKbXVsdGlhZGRyc5YACASsEgnYBk-cAAoErBIJ2AZPnd0DgnJzhQADAQAAiXNlY3AyNTZrMaECXWQ2plINJUXDfOKlpuV-k8xETmm3HUjohyPNAteL3HCDdGNwgk-cg3VkcIJPnoV3YWt1MgE"}'
|
||||
[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:20379/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.52.100/tcp/15941/p2p/16Uiu2HAkzuu4KGPJ69NU8WxjokZm5epKx9zUxtJUQqEsYbuH6iuU"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-21_04-27-47__affb9254-f109-4e23-919e-11dfc76da700__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.232.116
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['65446', '65447', '65448', '65449', '65450']
|
||||
[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 65446:65446 -p 65447:65447 -p 65448:65448 -p 65449:65449 -p 65450:65450 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=65448 --rest-port=65446 --tcp-port=65447 --discv5-udp-port=65449 --rest-address=0.0.0.0 --nat=extip:172.18.232.116 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7e7fd2cc87bea64171ff3d56dc0608d044c1bd69d9b5ad6a7e4e0d7022f4cd66 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65450 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QBbxoP4dGulrk5rzf_EZsASvjIc8bW0XM1hZVFtUeAn-TYoXlfkdC4GTgwVqaNx1lhdOXbsZoypK9KEg3t2yQ3QCgmlkgnY0gmlwhKwSNGSKbXVsdGlhZGRyc5YACASsEjRkBj5FAAoErBI0ZAY-Rt0DgnJzhQADAQAAiXNlY3AyNTZrMaECUYV8DkcAgSwCbtddMSj4Ue7k8-vm112Pw3zOQUNFBO-DdGNwgj5Fg3VkcII-R4V3YWt1Mgk --lightpushnode=/ip4/172.18.52.100/tcp/15941/p2p/16Uiu2HAkzuu4KGPJ69NU8WxjokZm5epKx9zUxtJUQqEsYbuH6iuU --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.232.116 waku 0d44d494a4c63772bafa0ad102a249a61b8d1c6aba10a480ea639abd4b204a66
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0d44d494a4c6. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-27-47__affb9254-f109-4e23-919e-11dfc76da700__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 65446
|
||||
[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:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 0d44d494a4c6. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:65446/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=65446): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbac76225d0>: 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.67.83
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['61795', '61796', '61797', '61798', '61799']
|
||||
[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 61795:61795 -p 61796:61796 -p 61797:61797 -p 61798:61798 -p 61799:61799 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61797 --rest-port=61795 --tcp-port=61796 --discv5-udp-port=61798 --rest-address=0.0.0.0 --nat=extip:172.18.67.83 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=3e2c4eef5e5dafe849f9d3bd5b4f7ff04b1a3461ee7ad7aadecfe9232e1ffccd --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61799 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QBbxoP4dGulrk5rzf_EZsASvjIc8bW0XM1hZVFtUeAn-TYoXlfkdC4GTgwVqaNx1lhdOXbsZoypK9KEg3t2yQ3QCgmlkgnY0gmlwhKwSNGSKbXVsdGlhZGRyc5YACASsEjRkBj5FAAoErBI0ZAY-Rt0DgnJzhQADAQAAiXNlY3AyNTZrMaECUYV8DkcAgSwCbtddMSj4Ue7k8-vm112Pw3zOQUNFBO-DdGNwgj5Fg3VkcII-R4V3YWt1Mgk --lightpushnode=/ip4/172.18.52.100/tcp/15941/p2p/16Uiu2HAkzuu4KGPJ69NU8WxjokZm5epKx9zUxtJUQqEsYbuH6iuU --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.67.83 waku 6a2b2849201632ac2d5a0965dc621576ead0ff758205af722f63bbc158180815
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 6a2b28492016. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-27-47__affb9254-f109-4e23-919e-11dfc76da700__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 61795
|
||||
[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:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6a2b28492016. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:61795/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=61795): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbac7172c00>: 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.191.69
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['45093', '45094', '45095', '45096', '45097']
|
||||
[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 45093:45093 -p 45094:45094 -p 45095:45095 -p 45096:45096 -p 45097:45097 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=45095 --rest-port=45093 --tcp-port=45094 --discv5-udp-port=45096 --rest-address=0.0.0.0 --nat=extip:172.18.191.69 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=1da55413abadaa1bddeb51e5fe422aebce54a4acb3edb7febc96ffa339c63ceb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=45097 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QBbxoP4dGulrk5rzf_EZsASvjIc8bW0XM1hZVFtUeAn-TYoXlfkdC4GTgwVqaNx1lhdOXbsZoypK9KEg3t2yQ3QCgmlkgnY0gmlwhKwSNGSKbXVsdGlhZGRyc5YACASsEjRkBj5FAAoErBI0ZAY-Rt0DgnJzhQADAQAAiXNlY3AyNTZrMaECUYV8DkcAgSwCbtddMSj4Ue7k8-vm112Pw3zOQUNFBO-DdGNwgj5Fg3VkcII-R4V3YWt1Mgk --lightpushnode=/ip4/172.18.52.100/tcp/15941/p2p/16Uiu2HAkzuu4KGPJ69NU8WxjokZm5epKx9zUxtJUQqEsYbuH6iuU --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.191.69 waku 8b3d55a2fb5cece65b3637ddab8f0d79cd757f8b8d3d9a7c6005c7b549759d76
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 8b3d55a2fb5c. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-27-47__affb9254-f109-4e23-919e-11dfc76da700__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 45093
|
||||
[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:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 8b3d55a2fb5c. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:45093/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=45093): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7fbac75f2810>: 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 f8c4f085ac87
|
||||
[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 a41774051b3a
|
||||
[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 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container f8c4f085ac87. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container a41774051b3a. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/8b3d55a2fb5cece65b3637ddab8f0d79cd757f8b8d3d9a7c6005c7b549759d76/stop: Not Found ("No such container: 8b3d55a2fb5cece65b3637ddab8f0d79cd757f8b8d3d9a7c6005c7b549759d76")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/8b3d55a2fb5cece65b3637ddab8f0d79cd757f8b8d3d9a7c6005c7b549759d76/stop: Not Found ("No such container: 8b3d55a2fb5cece65b3637ddab8f0d79cd757f8b8d3d9a7c6005c7b549759d76")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 8b3d55a2fb5c
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/8b3d55a2fb5cece65b3637ddab8f0d79cd757f8b8d3d9a7c6005c7b549759d76/stop: Not Found ("No such container: 8b3d55a2fb5cece65b3637ddab8f0d79cd757f8b8d3d9a7c6005c7b549759d76")
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
131
nim/1043/data/attachments/20cf3ede493196b8.txt
Normal file
131
nim/1043/data/attachments/20cf3ede493196b8.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_store_sync_indirect_node with id: 2026-01-21_04-29-12__6cff1db9-dc5d-48aa-b995-07c3ad0ff1c9
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-29-12__6cff1db9-dc5d-48aa-b995-07c3ad0ff1c9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-29-12__6cff1db9-dc5d-48aa-b995-07c3ad0ff1c9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-29-12__6cff1db9-dc5d-48aa-b995-07c3ad0ff1c9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.126.6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16293', '16294', '16295', '16296', '16297']
|
||||
[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 16293:16293 -p 16294:16294 -p 16295:16295 -p 16296:16296 -p 16297:16297 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16295 --rest-port=16293 --tcp-port=16294 --discv5-udp-port=16296 --rest-address=0.0.0.0 --nat=extip:172.18.126.6 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bbacf37ba7ce9fe0beb8faea99cd3cc8ffcacbddfcc28b3f5bffaaf473740a8c --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16297 --metrics-logging=true --store-sync-relay-jitter=0 --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.126.6 waku 44baf4cf17030b983b7b6448458edfac4c62643ffd53e00e15448d81ca845e66
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 44baf4cf1703. Setting up logs at ./log/docker/node1_2026-01-21_04-29-12__6cff1db9-dc5d-48aa-b995-07c3ad0ff1c9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16293
|
||||
[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 884ab77e9ad3. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 3767d3d89553. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16293/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:16293/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.126.6/tcp/16294/p2p/16Uiu2HAmLdqJtxTbtDC4yBWKA7PZqwYjPSsSUwwWfSmA4VayJJdG","/ip4/172.18.126.6/tcp/16295/ws/p2p/16Uiu2HAmLdqJtxTbtDC4yBWKA7PZqwYjPSsSUwwWfSmA4VayJJdG"],"enrUri":"enr:-L24QFIlZdBk7VnCQvS5jSqnfCxA39oK63a46Xc84pQsaEopEeaZLGSSq6TcVEcsAaRrQEWAa_bjgFk56cHLnS1C7igCgmlkgnY0gmlwhKwSfgaKbXVsdGlhZGRyc5YACASsEn4GBj-mAAoErBJ-BgY_p90DgnJzhQADAQAAiXNlY3AyNTZrMaEDdpGxDYrwkJo0X1HpB-jIqQfhb6x_6fHKXrBqmT_XnOODdGNwgj-mg3VkcII_qIV3YWt1MhM"}'
|
||||
[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:16293/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.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.107.97
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['7414', '7415', '7416', '7417', '7418']
|
||||
[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 7414:7414 -p 7415:7415 -p 7416:7416 -p 7417:7417 -p 7418:7418 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7416 --rest-port=7414 --tcp-port=7415 --discv5-udp-port=7417 --rest-address=0.0.0.0 --nat=extip:172.18.107.97 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=56a7caf1d11371faa0fcb61dc0f608526e66d49d2055da01bd3c5e5b2ea0c297 --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7418 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --discv5-bootstrap-node=enr:-L24QFIlZdBk7VnCQvS5jSqnfCxA39oK63a46Xc84pQsaEopEeaZLGSSq6TcVEcsAaRrQEWAa_bjgFk56cHLnS1C7igCgmlkgnY0gmlwhKwSfgaKbXVsdGlhZGRyc5YACASsEn4GBj-mAAoErBJ-BgY_p90DgnJzhQADAQAAiXNlY3AyNTZrMaEDdpGxDYrwkJo0X1HpB-jIqQfhb6x_6fHKXrBqmT_XnOODdGNwgj-mg3VkcII_qIV3YWt1MhM
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.107.97 waku 575dc1ab3eabed8617111a7a9ad06accb935716f5fde8645e1065e0bb836805f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 575dc1ab3eab. Setting up logs at ./log/docker/node2_2026-01-21_04-29-12__6cff1db9-dc5d-48aa-b995-07c3ad0ff1c9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 7414
|
||||
[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:7414/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:7414/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.107.97/tcp/7415/p2p/16Uiu2HAmUEuUNT7KKPL3cfeXQtJFitBjxkqmTdDe2vDF4NeFvkyY","/ip4/172.18.107.97/tcp/7416/ws/p2p/16Uiu2HAmUEuUNT7KKPL3cfeXQtJFitBjxkqmTdDe2vDF4NeFvkyY"],"enrUri":"enr:-L24QJSkKkrK3I398FT6HcQ6D8_cp4PwxKDJ1-REaK6JXzj-U7offVzVnU8_aSZ8UKrFVWm1-GIHC_Y50aJ846yL21MCgmlkgnY0gmlwhKwSa2GKbXVsdGlhZGRyc5YACASsEmthBhz3AAoErBJrYQYc-N0DgnJzhQADAQAAiXNlY3AyNTZrMaED54-JMluzLtoxTlDDN7mtBwHvijk0LBYJTyReZCyg1-ODdGNwghz3g3VkcIIc-YV3YWt1MhI"}'
|
||||
[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.33.195
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['40549', '40550', '40551', '40552', '40553']
|
||||
[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 40549:40549 -p 40550:40550 -p 40551:40551 -p 40552:40552 -p 40553:40553 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=40551 --rest-port=40549 --tcp-port=40550 --discv5-udp-port=40552 --rest-address=0.0.0.0 --nat=extip:172.18.33.195 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=acccbddf17355d7d72e8e86baaec0cdcd96e887f0c875d65b3d8c03964d2d1ea --store-sync=true --store=true --store-sync-range=45 --store-sync-interval=10 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=40553 --metrics-logging=true --store-sync-relay-jitter=0 --relay=false --dns-discovery=false --discv5-bootstrap-node=enr:-L24QJSkKkrK3I398FT6HcQ6D8_cp4PwxKDJ1-REaK6JXzj-U7offVzVnU8_aSZ8UKrFVWm1-GIHC_Y50aJ846yL21MCgmlkgnY0gmlwhKwSa2GKbXVsdGlhZGRyc5YACASsEmthBhz3AAoErBJrYQYc-N0DgnJzhQADAQAAiXNlY3AyNTZrMaED54-JMluzLtoxTlDDN7mtBwHvijk0LBYJTyReZCyg1-ODdGNwghz3g3VkcIIc-YV3YWt1MhI
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.33.195 waku f9742039a5fec18bf046845b71a3b53109b527b6b1b1561103f2d1fc919103f4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f9742039a5fe. Setting up logs at ./log/docker/node3_2026-01-21_04-29-12__6cff1db9-dc5d-48aa-b995-07c3ad0ff1c9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 40549
|
||||
[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:40549/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:287 Node protocols are initialized !!
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40549/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.33.195/tcp/40550/p2p/16Uiu2HAmQZbCrZAKUg3TqukexPUoaNpjWJEZq3FunkugbY3t73jZ","/ip4/172.18.33.195/tcp/40551/ws/p2p/16Uiu2HAmQZbCrZAKUg3TqukexPUoaNpjWJEZq3FunkugbY3t73jZ"],"enrUri":"enr:-L24QPgDLFpwIETkVEivfuEpHtUmZhHflcNsRxbR_Z2Ng0YQQfOk7RzCZiBK2vD17PH_Ph6ZVFbn3cR9W88cbp7H3WgCgmlkgnY0gmlwhKwSIcOKbXVsdGlhZGRyc5YACASsEiHDBp5mAAoErBIhwwaeZ90DgnJzhQADAQAAiXNlY3AyNTZrMaEDsOorH90Jp6EItuTlxTJnzCwMzTfKWJuuwQGQiCLWkAyDdGNwgp5mg3VkcIKeaIV3YWt1MhI"}'
|
||||
[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:7414/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.126.6/tcp/16294/p2p/16Uiu2HAmLdqJtxTbtDC4yBWKA7PZqwYjPSsSUwwWfSmA4VayJJdG"]'
|
||||
[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:16293/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16293/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16293/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16293/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16293/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16293/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16293/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16293/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16293/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:132 Relaying message
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:16293/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 0.2 seconds
|
||||
[35mDEBUG [0m src.libs.common:common.py:47 Sleeping for 65 seconds
|
||||
[35mDEBUG [0m src.steps.store:store.py:211 Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:40549/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x587f3acd518585f22e660b0cda3c0f1c4d70025ea0c6204330f3883fd86aea67"},{"messageHash":"0x995a0f3845092ff32d153c691b5904c00775efab56e93e214e1dfc53d49942a7"},{"messageHash":"0x2505f94c041da31af891f4e0826cdcbe69a8c89f13944fda481be267aa70aecd"},{"messageHash":"0xfd83594d49e438c62697e25e1091187ca71c662b39b3734957193858f3c3078a"},{"messageHash":"0xfc2040f7df445f7f8142ea993a197a9fab959f08e70d2e42a0b527d90297c12f"},{"messageHash":"0xa19933a9e185f03516ebc6ff30407e6d78fafac63f6c97ae67b674c4e6a2580d"},{"messageHash":"0x0f6fe601c81abdb62417856a32b4c52e29eb7c7e48168ecac443b253d8e1e893"},{"messageHash":"0x1c69551ef269cf7dc533e099c563f4add9d877b3a88d27dce6abe3b7661683c8"},{"messageHash":"0x40b55cad0593d5d0003593d5dbdb0f48a1d658ddbfa6fa08caa8a9af1adaac87"},{"messageHash":"0xcb6f94449ed5d1e045168f02766b54223cc0ab186683dee0ba69113fbe1a3b44"}]}'
|
||||
[35mDEBUG [0m src.steps.store:store.py:228 messages length is 10
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 44baf4cf1703
|
||||
[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 575dc1ab3eab
|
||||
[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 f9742039a5fe
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 44baf4cf1703. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
90
nim/1043/data/attachments/20e8446101cc8965.txt
Normal file
90
nim/1043/data/attachments/20e8446101cc8965.txt
Normal file
@ -0,0 +1,90 @@
|
||||
2026-01-21 04:19:29.117 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:19:29.117 DEBUG [tests.conftest] Running test: test_filter_resubscribe_to_unsubscribed_topics with id: 2026-01-21_04-19-29__23b9e986-619b-44ad-a171-904e5ea4f4e3
|
||||
2026-01-21 04:19:29.118 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:19:29.118 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-21 04:19:29.118 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-01-21 04:19:29.124 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:19:29.124 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-19-29__23b9e986-619b-44ad-a171-904e5ea4f4e3__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:29.125 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:19:29.125 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:19:29.126 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:19:29.126 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.237.196
|
||||
2026-01-21 04:19:29.126 DEBUG [src.node.docker_mananger] Generated ports ['61209', '61210', '61211', '61212', '61213']
|
||||
2026-01-21 04:19:29.126 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:19:29.127 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:19:29.127 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:19:29.127 DEBUG [src.node.docker_mananger] docker run -i -t -p 61209:61209 -p 61210:61210 -p 61211:61211 -p 61212:61212 -p 61213:61213 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61211 --rest-port=61209 --tcp-port=61210 --discv5-udp-port=61212 --rest-address=0.0.0.0 --nat=extip:172.18.237.196 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e2158d2843bcd1bcdfffe1dcc51c440bc0ee4603a253a6df4ef0dc23cb0c4b66 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61213 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-21 04:19:29.309 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.237.196 waku 525fd14ea21f328927d2d490656852c56e966e7d4f1b20527d32b041147914ec
|
||||
2026-01-21 04:19:29.346 DEBUG [src.node.docker_mananger] Container started with ID 525fd14ea21f. Setting up logs at ./log/docker/node1_2026-01-21_04-19-29__23b9e986-619b-44ad-a171-904e5ea4f4e3__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:29.346 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61209
|
||||
2026-01-21 04:19:29.347 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:19:29.411 ERROR [src.node.docker_mananger] Max retries reached for container 8415a5bf5a64. Exiting log stream.
|
||||
2026-01-21 04:19:29.925 ERROR [src.node.docker_mananger] Max retries reached for container 9d64a57c9517. Exiting log stream.
|
||||
2026-01-21 04:19:30.348 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:30.351 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:19:30.351 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:19:30.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61209/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:30.353 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.237.196/tcp/61210/p2p/16Uiu2HAmFF4XPn8WmV3vEhXkLNkY2t2oZLQA6MFibWsqyCF7gGvp","/ip4/172.18.237.196/tcp/61211/ws/p2p/16Uiu2HAmFF4XPn8WmV3vEhXkLNkY2t2oZLQA6MFibWsqyCF7gGvp"],"enrUri":"enr:-L24QAQhzWF4X2qJ0U1zfgAYjcFHzplhzLQMTtBfC15K9zHVLWp7Cu4IZEt6bHHvhId3_OivgaJ3UxL0sF-LixmZ98oCgmlkgnY0gmlwhKwS7cSKbXVsdGlhZGRyc5YACASsEu3EBu8aAAoErBLtxAbvG90DgnJzhQADAQAAiXNlY3AyNTZrMaEDJnHXVVBJSoew5mTjv-k7cmR7y5k3rUA-0Ac_4FMKk0WDdGNwgu8ag3VkcILvHIV3YWt1MgU"}'
|
||||
2026-01-21 04:19:30.353 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:19:30.354 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-01-21 04:19:30.360 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:19:30.360 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-19-29__23b9e986-619b-44ad-a171-904e5ea4f4e3__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:30.360 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:19:30.360 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:19:30.361 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:19:30.362 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.112.149
|
||||
2026-01-21 04:19:30.362 DEBUG [src.node.docker_mananger] Generated ports ['16964', '16965', '16966', '16967', '16968']
|
||||
2026-01-21 04:19:30.362 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:19:30.362 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:19:30.362 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:19:30.362 DEBUG [src.node.docker_mananger] docker run -i -t -p 16964:16964 -p 16965:16965 -p 16966:16966 -p 16967:16967 -p 16968:16968 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16966 --rest-port=16964 --tcp-port=16965 --discv5-udp-port=16967 --rest-address=0.0.0.0 --nat=extip:172.18.112.149 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=8fb7dcebf7fd54d2303e7eadfa1ed1682ecaef54b6499ec05cd2ed02a9ed4a4e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16968 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QAQhzWF4X2qJ0U1zfgAYjcFHzplhzLQMTtBfC15K9zHVLWp7Cu4IZEt6bHHvhId3_OivgaJ3UxL0sF-LixmZ98oCgmlkgnY0gmlwhKwS7cSKbXVsdGlhZGRyc5YACASsEu3EBu8aAAoErBLtxAbvG90DgnJzhQADAQAAiXNlY3AyNTZrMaEDJnHXVVBJSoew5mTjv-k7cmR7y5k3rUA-0Ac_4FMKk0WDdGNwgu8ag3VkcILvHIV3YWt1MgU --filternode=/ip4/172.18.237.196/tcp/61210/p2p/16Uiu2HAmFF4XPn8WmV3vEhXkLNkY2t2oZLQA6MFibWsqyCF7gGvp
|
||||
2026-01-21 04:19:30.549 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.112.149 waku bf3064fce976ba69dfb7e158ec9d775e19d8b36984f2f36974a9883a7c3bf884
|
||||
2026-01-21 04:19:30.578 DEBUG [src.node.docker_mananger] Container started with ID bf3064fce976. Setting up logs at ./log/docker/node2_2026-01-21_04-19-29__23b9e986-619b-44ad-a171-904e5ea4f4e3__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:30.579 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 16964
|
||||
2026-01-21 04:19:30.579 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:19:31.579 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16964/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:31.583 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:19:31.583 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:19:31.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16964/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:31.586 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.112.149/tcp/16965/p2p/16Uiu2HAm3QXwqfr7mJiDDbgK7179qobwXPnS5mLg2kUC32oG1TPC","/ip4/172.18.112.149/tcp/16966/ws/p2p/16Uiu2HAm3QXwqfr7mJiDDbgK7179qobwXPnS5mLg2kUC32oG1TPC"],"enrUri":"enr:-L24QNU0prWR1CFbmkK2hFi9rZgTGnCAmFwmQbk9XMz2-Pk-c_YzqYrMfFHU54vC0k-zlwKJ1RFATCmF95r7U3woKacCgmlkgnY0gmlwhKwScJWKbXVsdGlhZGRyc5YACASsEnCVBkJFAAoErBJwlQZCRt0DgnJzhQADAQAAiXNlY3AyNTZrMaECdpLUtRkompONYABTvcc5Kv37OMRzSpVgsaBoGLKWaZ-DdGNwgkJFg3VkcIJCR4V3YWt1MgA"}'
|
||||
2026-01-21 04:19:31.586 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:19:31.586 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16964/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.237.196/tcp/61210/p2p/16Uiu2HAmFF4XPn8WmV3vEhXkLNkY2t2oZLQA6MFibWsqyCF7gGvp"]'
|
||||
2026-01-21 04:19:31.618 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:31.618 DEBUG [src.steps.filter] Running fixture setup: subscribe_main_nodes
|
||||
2026-01-21 04:19:31.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61209/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-21 04:19:31.631 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:31.632 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16964/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "ab389d35-acfc-4a45-8a87-6730dd8acdfb", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:31.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"ab389d35-acfc-4a45-8a87-6730dd8acdfb","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:31.645 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61209/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:31.652 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:31.652 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:31.753 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:31.753 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16964/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:31.756 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":1768969171645865848,"ephemeral":false}]'
|
||||
2026-01-21 04:19:31.757 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:16964/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "1", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:31.766 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:31.766 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61209/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:31.769 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:31.770 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:31.870 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:31.870 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16964/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:31.873 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:16964/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto. Response content: b'Not subscribed to topic: /test/1/waku-filter/proto'
|
||||
2026-01-21 04:19:31.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61209/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-21 04:19:31.877 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:31.878 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:16964/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "7e8b4b62-50f4-4765-9d11-a222fa0d075d", "contentFilters": ["/test/1/waku-filter/proto"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:19:31.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"7e8b4b62-50f4-4765-9d11-a222fa0d075d","statusDesc":"OK"}'
|
||||
2026-01-21 04:19:31.887 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:61209/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/test/1/waku-filter/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:19:31.890 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:19:31.891 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:19:31.991 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:19:31.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:16964/filter/v2/messages/%2Ftest%2F1%2Fwaku-filter%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:19:31.994 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":1768969171887000238,"ephemeral":false}]'
|
||||
2026-01-21 04:19:31.997 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:19:31.998 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:19:31.998 DEBUG [src.node.waku_node] Stopping container with id 525fd14ea21f
|
||||
2026-01-21 04:19:32.545 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:19:32.545 DEBUG [src.node.waku_node] Stopping container with id bf3064fce976
|
||||
2026-01-21 04:19:33.041 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:19:33.042 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:19:33.049 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:19:33.055 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
77
nim/1043/data/attachments/20ed0cc0426e7313.txt
Normal file
77
nim/1043/data/attachments/20ed0cc0426e7313.txt
Normal file
@ -0,0 +1,77 @@
|
||||
2026-01-21 04:24:08.056 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:24:08.057 DEBUG [tests.conftest] Running test: test_metrics_initial_value with id: 2026-01-21_04-24-08__214ba707-be79-4715-96b2-236682271042
|
||||
2026-01-21 04:24:08.057 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:24:08.057 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-21 04:24:08.058 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-21 04:24:08.058 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:24:08.058 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-21 04:24:08.066 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:08.067 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-24-08__214ba707-be79-4715-96b2-236682271042__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:08.067 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:08.067 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:08.068 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:08.069 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.138.14
|
||||
2026-01-21 04:24:08.069 DEBUG [src.node.docker_mananger] Generated ports ['61230', '61231', '61232', '61233', '61234']
|
||||
2026-01-21 04:24:08.069 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:08.069 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:08.069 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:08.069 DEBUG [src.node.docker_mananger] docker run -i -t -p 61230:61230 -p 61231:61231 -p 61232:61232 -p 61233:61233 -p 61234:61234 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=61232 --rest-port=61230 --tcp-port=61231 --discv5-udp-port=61233 --rest-address=0.0.0.0 --nat=extip:172.18.138.14 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=db418bcc58f2579d76ac1ceef9e65c51706fbba3d97514cbebab7ac66ffdde41 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=61234 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
|
||||
2026-01-21 04:24:08.282 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.138.14 waku 0885625023bcec91da4a454bfaa924157e565a2ea13d19132659773df0838bd2
|
||||
2026-01-21 04:24:08.322 DEBUG [src.node.docker_mananger] Container started with ID 0885625023bc. Setting up logs at ./log/docker/node1_2026-01-21_04-24-08__214ba707-be79-4715-96b2-236682271042__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:08.324 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 61230
|
||||
2026-01-21 04:24:08.324 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:09.325 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61230/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:09.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:24:09.329 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:09.329 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:61230/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:09.332 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.138.14/tcp/61231/p2p/16Uiu2HAkxVnJ9tvcekfxZ8aQ1pdKZCMZGfCe1j9seyqcjKZtt1ha","/ip4/172.18.138.14/tcp/61232/ws/p2p/16Uiu2HAkxVnJ9tvcekfxZ8aQ1pdKZCMZGfCe1j9seyqcjKZtt1ha"],"enrUri":"enr:-L24QMkuXG4TsCgY2Uw-sX0FyGh3Nuk5hExP_PsZ04Yw-U59YOvBsOpvAfNy3Eg3sQzv6q_iTgw8gP47tFWnkUFn-MUCgmlkgnY0gmlwhKwSig6KbXVsdGlhZGRyc5YACASsEooOBu8vAAoErBKKDgbvMN0DgnJzhQADAQAAiXNlY3AyNTZrMaECLaCGs3q-0Lt0lI1DW52nW-qZr4EwIK14JHov7g3-4dmDdGNwgu8vg3VkcILvMYV3YWt1Mg8"}'
|
||||
2026-01-21 04:24:09.332 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:09.332 DEBUG [src.libs.common] Sleeping for 5 seconds
|
||||
2026-01-21 04:24:14.344 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:24:14.345 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:24:14.345 DEBUG [src.node.waku_node] Stopping container with id 0885625023bc
|
||||
2026-01-21 04:24:14.932 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:24:14.934 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:24:14.937 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:24:14.938 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2026-01-21 04:24:14.938 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2026-01-21 04:24:14.938 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-01-21_04-24-08__214ba707-be79-4715-96b2-236682271042__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:14.941 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:24:14.942 DEBUG [tests.conftest] Running test: test_metrics_initial_value with id: 2026-01-21_04-24-14__3bade606-0be2-4054-ba38-dc0c60e0dea5
|
||||
2026-01-21 04:24:14.942 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:24:14.942 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-21 04:24:14.942 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-21 04:24:14.943 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:24:14.943 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-21 04:24:14.952 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:14.952 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-24-14__3bade606-0be2-4054-ba38-dc0c60e0dea5__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:14.953 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:14.953 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:14.954 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:14.954 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.11.20
|
||||
2026-01-21 04:24:14.955 DEBUG [src.node.docker_mananger] Generated ports ['26753', '26754', '26755', '26756', '26757']
|
||||
2026-01-21 04:24:14.955 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:14.955 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:14.955 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:14.955 DEBUG [src.node.docker_mananger] docker run -i -t -p 26753:26753 -p 26754:26754 -p 26755:26755 -p 26756:26756 -p 26757:26757 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26755 --rest-port=26753 --tcp-port=26754 --discv5-udp-port=26756 --rest-address=0.0.0.0 --nat=extip:172.18.11.20 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=64a26ccbedcbde207e9fae0a6ab7760ffd1b65621ba4aae2d6ba6acb91aafdcf --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26757 --metrics-logging=true --relay=true --filter=true --store=true --lightpush=true
|
||||
2026-01-21 04:24:15.140 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.11.20 waku ce2fad4f1ac3863fb0e37678c55ff86c1d2471ae84beda9357d32273bf81edbe
|
||||
2026-01-21 04:24:15.175 DEBUG [src.node.docker_mananger] Container started with ID ce2fad4f1ac3. Setting up logs at ./log/docker/node1_2026-01-21_04-24-14__3bade606-0be2-4054-ba38-dc0c60e0dea5__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:15.176 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 26753
|
||||
2026-01-21 04:24:15.179 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:15.747 ERROR [src.node.docker_mananger] Max retries reached for container 0885625023bc. Exiting log stream.
|
||||
2026-01-21 04:24:16.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26753/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:16.183 INFO [src.node.api_clients.base_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":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:24:16.183 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:16.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:26753/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:16.186 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.11.20/tcp/26754/p2p/16Uiu2HAm3PKVvJwYJ9QA6UqPYVt1Tv7CewPT9xW2kiPubpjEno48","/ip4/172.18.11.20/tcp/26755/ws/p2p/16Uiu2HAm3PKVvJwYJ9QA6UqPYVt1Tv7CewPT9xW2kiPubpjEno48"],"enrUri":"enr:-L24QJVyHyhtZfIVm6Ck9tI1b_yPlMDsgz7PmYlpDj0CqgmZdxObXVEI7Qw_zZ2I7ejSTmzcZTXUMD0bYnfuI9TFIfoCgmlkgnY0gmlwhKwSCxSKbXVsdGlhZGRyc5YACASsEgsUBmiCAAoErBILFAZog90DgnJzhQADAQAAiXNlY3AyNTZrMaECdkMtI9oxNfEP-e6hgGwg42e5juU9A7IVBwZwh87PswWDdGNwgmiCg3VkcIJohIV3YWt1Mg8"}'
|
||||
2026-01-21 04:24:16.187 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:16.187 DEBUG [src.libs.common] Sleeping for 5 seconds
|
||||
2026-01-21 04:24:21.199 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:24:21.200 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:24:21.200 DEBUG [src.node.waku_node] Stopping container with id ce2fad4f1ac3
|
||||
2026-01-21 04:24:21.737 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:24:21.740 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:24:21.742 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:24:21.743 DEBUG [tests.conftest] Running fixture teardown: attach_logs_on_fail
|
||||
2026-01-21 04:24:21.743 DEBUG [tests.conftest] Test failed, attempting to attach logs to the allure reports
|
||||
2026-01-21 04:24:21.743 DEBUG [src.libs.common] Attaching file ./log/docker/node1_2026-01-21_04-24-14__3bade606-0be2-4054-ba38-dc0c60e0dea5__wakuorg_nwaku:latest.log
|
||||
82
nim/1043/data/attachments/20f9987926237f0a.txt
Normal file
82
nim/1043/data/attachments/20f9987926237f0a.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: 2026-01-21_04-40-53__5694479e-bf93-4d81-8cb7-f14d0ac5f16b
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-40-53__5694479e-bf93-4d81-8cb7-f14d0ac5f16b__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.44.38
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['37167', '37168', '37169', '37170', '37171']
|
||||
[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 37167:37167 -p 37168:37168 -p 37169:37169 -p 37170:37170 -p 37171:37171 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37169 --rest-port=37167 --tcp-port=37168 --discv5-udp-port=37170 --rest-address=0.0.0.0 --nat=extip:172.18.44.38 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=fe6f2ebe133915c3acd6a5e8bafd50fbc6cee12afa6d16ca0ffcbf7bca3e453b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37171 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.44.38 waku 5fe225ff651795ab8a234e468dc1e4e9c657b7887ede4854b2f3ad5379ec5f90
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5fe225ff6517. Setting up logs at ./log/docker/node1_2026-01-21_04-40-53__5694479e-bf93-4d81-8cb7-f14d0ac5f16b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 37167
|
||||
[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:37167/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:37167/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.44.38/tcp/37168/p2p/16Uiu2HAmHZ7V756TCta46GTAARkkZJ1zVbBqBYB4eDsxh9DMPYPA","/ip4/172.18.44.38/tcp/37169/ws/p2p/16Uiu2HAmHZ7V756TCta46GTAARkkZJ1zVbBqBYB4eDsxh9DMPYPA"],"enrUri":"enr:-L24QDZhLM07hn94V1JuHeLvxSAKlJVTbxmlLTdp5HFg4IIZTRt7C30EeT7OQkF--dZTWBozQWzsFzfFciWr1JGqM2MCgmlkgnY0gmlwhKwSLCaKbXVsdGlhZGRyc5YACASsEiwmBpEwAAoErBIsJgaRMd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDSMkEXn9RjPK0lg8HbatVG_h6XNgtsW9Rpi_P7dUEDZGDdGNwgpEwg3VkcIKRMoV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-40-53__5694479e-bf93-4d81-8cb7-f14d0ac5f16b__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.91.189
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['50038', '50039', '50040', '50041', '50042']
|
||||
[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 50038:50038 -p 50039:50039 -p 50040:50040 -p 50041:50041 -p 50042:50042 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50040 --rest-port=50038 --tcp-port=50039 --discv5-udp-port=50041 --rest-address=0.0.0.0 --nat=extip:172.18.91.189 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=d04d29c7e8b0d1fcff9e75dc67ced2fcb4adeac5abbc2645bd68c9fca31dca2f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50042 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QDZhLM07hn94V1JuHeLvxSAKlJVTbxmlLTdp5HFg4IIZTRt7C30EeT7OQkF--dZTWBozQWzsFzfFciWr1JGqM2MCgmlkgnY0gmlwhKwSLCaKbXVsdGlhZGRyc5YACASsEiwmBpEwAAoErBIsJgaRMd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDSMkEXn9RjPK0lg8HbatVG_h6XNgtsW9Rpi_P7dUEDZGDdGNwgpEwg3VkcIKRMoV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.91.189 waku f1d92b1874ca8a659d5b03948ed59f1e3a06a658e2ecf1d036e7dabf4bea0532
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID f1d92b1874ca. Setting up logs at ./log/docker/node2_2026-01-21_04-40-53__5694479e-bf93-4d81-8cb7-f14d0ac5f16b__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 50038
|
||||
[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:50038/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:50038/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.91.189/tcp/50039/p2p/16Uiu2HAkus6xj4XEaNZdHELvraKKDyznop2A2toJ8Agrti7PF11L","/ip4/172.18.91.189/tcp/50040/ws/p2p/16Uiu2HAkus6xj4XEaNZdHELvraKKDyznop2A2toJ8Agrti7PF11L"],"enrUri":"enr:-L24QNgO50ebFmTq3JZJLnO1HlC01F6E4vdBtFYREofnaxD2drHnoPw0NXXa3UQxf0EAz_Gu9Q62Ns6gjEeM3S-KinYCgmlkgnY0gmlwhKwSW72KbXVsdGlhZGRyc5YACASsElu9BsN3AAoErBJbvQbDeN0DgnJzhQADAQAAiXNlY3AyNTZrMaECBoPEWn947XV3xtLNom04QJEeUq1-9p9NNbh8P7k7OiODdGNwgsN3g3VkcILDeYV3YWt1MgE"}'
|
||||
[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:50038/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.44.38/tcp/37168/p2p/16Uiu2HAmHZ7V756TCta46GTAARkkZJ1zVbBqBYB4eDsxh9DMPYPA"]'
|
||||
[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:37167/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:50038/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:37167/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:37167/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":1768970455932809472,"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:50038/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":1768970455932809472,"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:37167/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:37167/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:37167/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 5fe225ff6517
|
||||
[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 f1d92b1874ca
|
||||
[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.
|
||||
228
nim/1043/data/attachments/2112c71de978da34.txt
Normal file
228
nim/1043/data/attachments/2112c71de978da34.txt
Normal file
@ -0,0 +1,228 @@
|
||||
2026-01-21 04:36:52.674 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:36:52.674 DEBUG [tests.conftest] Running test: test_get_multiple_store_messages with id: 2026-01-21_04-36-52__b5e7dd12-fb7f-4c25-a228-3b2e32cb9244
|
||||
2026-01-21 04:36:52.674 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:36:52.675 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-21 04:36:52.675 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-01-21 04:36:52.681 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:36:52.681 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-36-52__b5e7dd12-fb7f-4c25-a228-3b2e32cb9244__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:36:52.681 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:36:52.681 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:36:52.683 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:36:52.683 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.163.96
|
||||
2026-01-21 04:36:52.683 DEBUG [src.node.docker_mananger] Generated ports ['42635', '42636', '42637', '42638', '42639']
|
||||
2026-01-21 04:36:52.683 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:36:52.683 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:36:52.683 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:36:52.684 DEBUG [src.node.docker_mananger] docker run -i -t -p 42635:42635 -p 42636:42636 -p 42637:42637 -p 42638:42638 -p 42639:42639 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=42637 --rest-port=42635 --tcp-port=42636 --discv5-udp-port=42638 --rest-address=0.0.0.0 --nat=extip:172.18.163.96 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ec7db2975edeb8adefdba1ecbbce7b0697dfdbf65b98ea68a40a28dbbbeaf6d0 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=42639 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-21 04:36:52.843 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.163.96 waku b49405912478c3e849bc13f89ad9f90fc5d931f43fb20c8544f2e995fd315416
|
||||
2026-01-21 04:36:52.871 DEBUG [src.node.docker_mananger] Container started with ID b49405912478. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-36-52__b5e7dd12-fb7f-4c25-a228-3b2e32cb9244__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:36:52.871 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 42635
|
||||
2026-01-21 04:36:52.873 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:36:53.012 ERROR [src.node.docker_mananger] Max retries reached for container eebf64557e59. Exiting log stream.
|
||||
2026-01-21 04:36:53.474 ERROR [src.node.docker_mananger] Max retries reached for container cf20f68ca4fd. Exiting log stream.
|
||||
2026-01-21 04:36:53.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42635/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:53.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:36:53.876 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:36:53.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42635/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:53.879 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.163.96/tcp/42636/p2p/16Uiu2HAkxktZ5Dhr9oQKPVR1uxmMcH92jpTyJCh7ov3Kka4yUyki","/ip4/172.18.163.96/tcp/42637/ws/p2p/16Uiu2HAkxktZ5Dhr9oQKPVR1uxmMcH92jpTyJCh7ov3Kka4yUyki"],"enrUri":"enr:-L24QOVBiM8iKdHtWXH5s3YKU4uf9Fv2rKI5PiGBuMp_j6X5ZJRq1etCq4AcFvhYlal9L5FhVY8QUj1zjm1zQ3YmEhgCgmlkgnY0gmlwhKwSo2CKbXVsdGlhZGRyc5YACASsEqNgBqaMAAoErBKjYAamjd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMX9QOgfaWzjtHlRYu8kX_d-8n0-krQ-zI2U9UnWzZB-DdGNwgqaMg3VkcIKmjoV3YWt1MgM"}'
|
||||
2026-01-21 04:36:53.879 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:36:53.885 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:36:53.885 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-36-52__b5e7dd12-fb7f-4c25-a228-3b2e32cb9244__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:36:53.885 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:36:53.886 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:36:53.887 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:36:53.887 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.125.63
|
||||
2026-01-21 04:36:53.887 DEBUG [src.node.docker_mananger] Generated ports ['11759', '11760', '11761', '11762', '11763']
|
||||
2026-01-21 04:36:53.887 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:36:53.887 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:36:53.887 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:36:53.888 DEBUG [src.node.docker_mananger] docker run -i -t -p 11759:11759 -p 11760:11760 -p 11761:11761 -p 11762:11762 -p 11763:11763 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=11761 --rest-port=11759 --tcp-port=11760 --discv5-udp-port=11762 --rest-address=0.0.0.0 --nat=extip:172.18.125.63 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=f5e50549dcb2c76c40bbeadd0fde75fc4bdc3a295e02f9e5e9c0cb8ebea08c86 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=11763 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QOVBiM8iKdHtWXH5s3YKU4uf9Fv2rKI5PiGBuMp_j6X5ZJRq1etCq4AcFvhYlal9L5FhVY8QUj1zjm1zQ3YmEhgCgmlkgnY0gmlwhKwSo2CKbXVsdGlhZGRyc5YACASsEqNgBqaMAAoErBKjYAamjd0DgnJzhQADAQAAiXNlY3AyNTZrMaECMX9QOgfaWzjtHlRYu8kX_d-8n0-krQ-zI2U9UnWzZB-DdGNwgqaMg3VkcIKmjoV3YWt1MgM --storenode=/ip4/172.18.163.96/tcp/42636/p2p/16Uiu2HAkxktZ5Dhr9oQKPVR1uxmMcH92jpTyJCh7ov3Kka4yUyki --store=true --relay=true
|
||||
2026-01-21 04:36:54.035 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.125.63 waku 6b95c92545c2ab2ee1daaf0830783a2ca42abfa2ed0430f49505c4d441dabcda
|
||||
2026-01-21 04:36:54.065 DEBUG [src.node.docker_mananger] Container started with ID 6b95c92545c2. Setting up logs at ./log/docker/store_node1_2026-01-21_04-36-52__b5e7dd12-fb7f-4c25-a228-3b2e32cb9244__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:36:54.065 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 11759
|
||||
2026-01-21 04:36:54.066 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:36:55.066 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11759/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:55.070 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:36:55.070 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:36:55.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11759/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:36:55.073 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.125.63/tcp/11760/p2p/16Uiu2HAm4yX2ULePaabqcHXk5CeMd1SG1mRcqA57SAdZ9ZSVEHys","/ip4/172.18.125.63/tcp/11761/ws/p2p/16Uiu2HAm4yX2ULePaabqcHXk5CeMd1SG1mRcqA57SAdZ9ZSVEHys"],"enrUri":"enr:-L24QLlfISMYlfUQAEAiUGte26e7EovmZYZ4va2et4cBv89QT7dNkfZk58A5O2QkLJHUbtlDj_Mp8INIBuWCSuB41-ACgmlkgnY0gmlwhKwSfT-KbXVsdGlhZGRyc5YACASsEn0_Bi3wAAoErBJ9PwYt8d0DgnJzhQADAQAAiXNlY3AyNTZrMaECjeGk5Lx9zI8OjAfusUDXe97StcgFLTqU3TMmc69J7YqDdGNwgi3wg3VkcIIt8oV3YWt1MgM"}'
|
||||
2026-01-21 04:36:55.073 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:36:55.074 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11759/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.163.96/tcp/42636/p2p/16Uiu2HAkxktZ5Dhr9oQKPVR1uxmMcH92jpTyJCh7ov3Kka4yUyki"]'
|
||||
2026-01-21 04:36:55.076 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:55.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:36:55.079 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:55.079 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:11759/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:36:55.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:55.082 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:55.082 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "SGVsbG8gV29ybGQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:55.087 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:55.088 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:55.288 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:55.289 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNDU2Nzg5MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:55.294 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:55.294 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:55.495 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:55.495 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJrZXkiOiAidmFsdWUifQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:55.500 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:55.501 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:55.702 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:55.702 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "6L+Z5piv5LiA5Lqb5Lit5paH", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:55.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:55.708 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:55.909 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:55.910 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "8J+agPCfjJ/inKg=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:55.915 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:55.915 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:56.116 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:56.117 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TG9yZW0gaXBzdW0gZG9sb3Igc2l0IGFtZXQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:56.122 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:56.122 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:56.323 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:56.323 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "PGh0bWw+PGJvZHk+SGVsbG88L2JvZHk+PC9odG1sPg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:56.329 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:56.329 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:56.530 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:56.530 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "0J/RgNC40LLQtdGC", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:56.535 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:56.536 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:56.737 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:56.737 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QmFzZTY0PT1kR1Z6ZEE9PQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:56.742 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:56.742 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:56.943 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:56.943 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZDI5eWEybHVaeUIzYVhSb0lHSnBibUZ5ZVNCa1lYUmg6IFBR", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:56.948 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:56.948 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:57.149 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:57.150 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "CQpTcGVjaWFsCUNoYXJhY3RlcnMK", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:57.155 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:57.155 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:57.356 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:57.357 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmFsc2U=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:57.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:57.362 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:57.563 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:57.563 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "My4xNDE1OTI2NTM1", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:57.568 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:57.569 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:57.769 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:57.770 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "WzEsIDIsIDMsIDQsIDVd", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:57.775 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:57.775 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:57.976 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:57.976 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MHhERUFEQkVFRg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:57.981 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:57.982 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:58.183 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:58.183 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "dXNlckBleGFtcGxlLmNvbQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:58.188 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:58.188 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:58.389 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:58.390 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "aHR0cDovL2V4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:58.394 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:58.395 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:58.595 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:58.596 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MjAyMy0xMS0wMVQxMjowMDowMFo=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:58.600 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:58.600 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:58.801 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:58.802 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "IkVzY2FwZWQiIFwicXVvdGVzXCI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:58.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:58.807 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:59.008 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:59.008 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UmVndWxhciBleHByZXNzaW9uOiBeW2EtejAtOV8tXXszLDE2fSQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:59.014 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:59.014 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:59.215 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:59.215 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eHh4eA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:59.221 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:59.222 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:59.422 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:59.423 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "eyJuYW1lIjogIkpvaG4iLCAiYWdlIjogMzAsICJjaXR5IjogIk5ldyBZb3JrIn0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:59.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:59.428 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:59.629 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:59.629 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "L3Vzci9sb2NhbC9iaW4=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:59.634 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:59.635 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:36:59.835 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:36:59.836 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QzpcV2luZG93c1xTeXN0ZW0zMg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:36:59.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:36:59.842 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:00.042 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:00.042 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U0VMRUNUICogRlJPTSB1c2VycyBXSEVSRSBpZCA9IDE7", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:00.048 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:00.049 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:00.249 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:00.250 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "ZnVuY3Rpb24gdGVzdCgpIHsgY29uc29sZS5sb2coJ0hlbGxvIFdvcmxkJyk7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:00.255 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:00.256 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:00.456 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:00.457 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "Ym9keSB7IGJhY2tncm91bmQtY29sb3I6ICNmZmY7IH0=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:00.462 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:00.462 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:00.663 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:00.663 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "cHJpbnQoJ0hlbGxvIFdvcmxkJyk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:00.668 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:00.669 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:00.870 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:00.871 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTkyLjE2OC4xLjE=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:00.876 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:00.876 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:01.077 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:01.077 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "d3d3LmV4YW1wbGUuY29t", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:01.082 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:01.083 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:01.284 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:01.284 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV2luNjQ7IHg2NCk=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:01.289 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:01.290 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:01.490 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:01.491 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzNC01Njc4LTkwMTItMzQ1Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:01.496 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:01.496 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:01.697 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:01.697 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "KzEyMzQ1Njc4OTA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:01.702 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:01.702 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:01.903 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:01.904 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTIzZTQ1NjctZTg5Yi0xMmQzLWE0NTYtNDI2NjE0MTc0MDAw", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:01.909 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:01.909 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:02.110 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:02.111 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "I2hlbGxvV29ybGQ=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:02.116 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:02.117 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:02.317 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:02.318 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "QHVzZXJuYW1l", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:02.323 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:02.324 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:02.524 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:02.525 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "UEBzc3cwcmQh", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:02.529 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:02.530 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:02.731 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:02.731 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MDEvMTEvMjAyMw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:02.736 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:02.736 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:02.937 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:02.937 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "MTI6MDA6MDA=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:02.944 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:02.944 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:03.145 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:37:03.145 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:42635/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RSA9IG1jXjI=", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:37:03.150 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:37:03.151 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:37:03.352 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:42635/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:37:03.356 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9d6e5a47ecd093ac74b87929cad64dc7e9694d890bd69a6698a0593935eb823f"},{"messageHash":"0x967a69cce03ec116bbfce7cf26699fb3ea0e3959bbd4f810a04816d96a44fda8"},{"messageHash":"0x862040f437945b8334e67eb015da1ecf56faff1639e931f7a0d77bdddb30cfe3"},{"messageHash":"0x8022bcf91a3e903da229d71c6b4ac66827331c139df79d3bb46f013671790637"},{"messageHash":"0x8ba45a90460bfac2e169cbf3d11562f3c4c65cf95bc039746a751662b9c5a037"},{"messageHash":"0x5048605d8178d71d7efe0dc3fc850e67a2d9c3a2c7079948361cf2873d63f09f"},{"messageHash":"0x3d35df851279da99731f34d4aabd8091942ba0a05656aa48cab9eb21dcadc48f"},{"messageHash":"0x8a6b30ba40203afdfd02d03d48945143b78dcdd442989e32304e19144ffd4c14"},{"messageHash":"0xf6da31966838d7e5f359f30b011a16bd8881a679c5460b1bf2b73f29285ad2c4"},{"messageHash":"0xa287fe945a41deda3caa7a99d12dd408fedea5aa9d3b6379da06aa101609ec7c"},{"messageHash":"0x35568c36eddd185653b0f2c962146d5951134cb24f158416ff9a4f89e5dfefe9"},{"messageHash":"0xeebff9f5d1d56b53181f30b2e212da8b8626706a2199df15ba487cd402c203d8"},{"messageHash":"0xb2b2a77a5ef5b448d96151471cf5047792f9d33470c98b2ea0704476cfe80349"},{"messageHash":"0x7a5ea8244e0e0e730f0a812c7195b8e03ca9470d9804f01ff8f09453015efbb4"},{"messageHash":"0x4d534896c376466ea46a72d3b84e69f1e90c41241e364e0628ffe8ec7247035e"},{"messageHash":"0xb488087c3e0814554fd33fa1ac5adfdd75bec5d9c17d583cae52a6f16b9b342c"},{"messageHash":"0x72146eaa687a729b2e3f7bd220b1d0acf05125e3aea1f906ac67de92fe25efb4"},{"messageHash":"0x0931ac7e7faf89565f15d32a68da352a7a01af853b7ad1fef4ef665deb98c64f"},{"messageHash":"0x4346d3187be7cf6fa7a88d12f8b888c4b70b535fe25dd7d3152fb8d411bf00ca"},{"messageHash":"0xdfa0bb605caf6c6945a805619a4322fac983a4b3a8a00f3306c0f946f1c4d2b8"},{"messageHash":"0x5e03c052ad92e7c74cca8c50a5e11b9ad5f76141d3c33da4dc140aaefdbc7ae1"},{"messageHash":"0xe4f554e2b8a37f37b023776f0f9c90b58d0143b7b7dd7c06d5ff9932b5c8795b"},{"messageHash":"0x90d26b5d66a5b6a5b9ab5898604853e0984f574602c4986dc31b8c356cee7007"},{"messageHash":"0x508af195380ceea3d3c40515afd828c42d55700250db89f12ad8e82bfb1be9b8"},{"messageHash":"0x852df5d6a9e8198c9bd3073019e91f6814543ed9a1ad6f622ed690d4367b37d1"},{"messageHash":"0xc25b732ef73c6ff6eaf5e666a0e108fee9a71f8984232763678429491fa85867"},{"messageHash":"0xa584096f1a58815c70171ddc8bc244d333cd9539b9900ad33b724f485c66510d"},{"messageHash":"0xd57c122dbd1712c2127ee5dbf0c539d002ae2681b471a810f3c1d4896ca8bff6"},{"messageHash":"0xafba89279b0ddf09944a3d45a6034641369331a995af83a6497f55281ca8efbd"},{"messageHash":"0x93e2391e258cbf65e3fa444fac4d5e5efb38cf81aeef1a6523be87c5ab7bfbec"},{"messageHash":"0xd4d705604e3c21150148b2e17d0d0e63bccff134c01248d83e581f831d272c97"},{"messageHash":"0x158351809bb910b93c9185817d02b256d96680a58457a9581a189f6aea373ca8"},{"messageHash":"0x1d1237d8e49ca59d6975eed5d4b8addd8beefdf08eafc927c3fbc659c5bb5009"},{"messageHash":"0x7076cabc1e10c9e52dd1a492bfe737bd0fcf33ecb76ecad720ea02b611aeafd7"},{"messageHash":"0x1acb664b88c2640609cd3473eda754fbc1505c89e4b3d8a266d4d0e3887c25aa"},{"messageHash":"0xa54fb7e80d5aef11bb19b8d374bee610a14fd1d99bb865222fccede8694a667a"},{"messageHash":"0xf08e1e6b8980c4a97106f7b35502ac1d8e591f3ba0f603cfe31812ed8123529f"},{"messageHash":"0x1c4ba590890cb7cde28ff700aeebd5a6dc0bda05e670f763e8a66f50a447548b"},{"messageHash":"0xed10b3577c0a554ced7b71dc15913e964849eb13abae91e959ff534512bea77e"},{"messageHash":"0x0058d7a3dc852835b2163f7ed544f5bbdd7a2bff5a86c47fd110687f6b2a0911"}]}'
|
||||
2026-01-21 04:37:03.356 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:11759/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=50&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:37:03.362 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x9d6e5a47ecd093ac74b87929cad64dc7e9694d890bd69a6698a0593935eb823f"},{"messageHash":"0x967a69cce03ec116bbfce7cf26699fb3ea0e3959bbd4f810a04816d96a44fda8"},{"messageHash":"0x862040f437945b8334e67eb015da1ecf56faff1639e931f7a0d77bdddb30cfe3"},{"messageHash":"0x8022bcf91a3e903da229d71c6b4ac66827331c139df79d3bb46f013671790637"},{"messageHash":"0x8ba45a90460bfac2e169cbf3d11562f3c4c65cf95bc039746a751662b9c5a037"},{"messageHash":"0x5048605d8178d71d7efe0dc3fc850e67a2d9c3a2c7079948361cf2873d63f09f"},{"messageHash":"0x3d35df851279da99731f34d4aabd8091942ba0a05656aa48cab9eb21dcadc48f"},{"messageHash":"0x8a6b30ba40203afdfd02d03d48945143b78dcdd442989e32304e19144ffd4c14"},{"messageHash":"0xf6da31966838d7e5f359f30b011a16bd8881a679c5460b1bf2b73f29285ad2c4"},{"messageHash":"0xa287fe945a41deda3caa7a99d12dd408fedea5aa9d3b6379da06aa101609ec7c"},{"messageHash":"0x35568c36eddd185653b0f2c962146d5951134cb24f158416ff9a4f89e5dfefe9"},{"messageHash":"0xeebff9f5d1d56b53181f30b2e212da8b8626706a2199df15ba487cd402c203d8"},{"messageHash":"0xb2b2a77a5ef5b448d96151471cf5047792f9d33470c98b2ea0704476cfe80349"},{"messageHash":"0x7a5ea8244e0e0e730f0a812c7195b8e03ca9470d9804f01ff8f09453015efbb4"},{"messageHash":"0x4d534896c376466ea46a72d3b84e69f1e90c41241e364e0628ffe8ec7247035e"},{"messageHash":"0xb488087c3e0814554fd33fa1ac5adfdd75bec5d9c17d583cae52a6f16b9b342c"},{"messageHash":"0x72146eaa687a729b2e3f7bd220b1d0acf05125e3aea1f906ac67de92fe25efb4"},{"messageHash":"0x0931ac7e7faf89565f15d32a68da352a7a01af853b7ad1fef4ef665deb98c64f"},{"messageHash":"0x4346d3187be7cf6fa7a88d12f8b888c4b70b535fe25dd7d3152fb8d411bf00ca"},{"messageHash":"0xdfa0bb605caf6c6945a805619a4322fac983a4b3a8a00f3306c0f946f1c4d2b8"},{"messageHash":"0x5e03c052ad92e7c74cca8c50a5e11b9ad5f76141d3c33da4dc140aaefdbc7ae1"},{"messageHash":"0xe4f554e2b8a37f37b023776f0f9c90b58d0143b7b7dd7c06d5ff9932b5c8795b"},{"messageHash":"0x90d26b5d66a5b6a5b9ab5898604853e0984f574602c4986dc31b8c356cee7007"},{"messageHash":"0x508af195380ceea3d3c40515afd828c42d55700250db89f12ad8e82bfb1be9b8"},{"messageHash":"0x852df5d6a9e8198c9bd3073019e91f6814543ed9a1ad6f622ed690d4367b37d1"},{"messageHash":"0xc25b732ef73c6ff6eaf5e666a0e108fee9a71f8984232763678429491fa85867"},{"messageHash":"0xa584096f1a58815c70171ddc8bc244d333cd9539b9900ad33b724f485c66510d"},{"messageHash":"0xd57c122dbd1712c2127ee5dbf0c539d002ae2681b471a810f3c1d4896ca8bff6"},{"messageHash":"0xafba89279b0ddf09944a3d45a6034641369331a995af83a6497f55281ca8efbd"},{"messageHash":"0x93e2391e258cbf65e3fa444fac4d5e5efb38cf81aeef1a6523be87c5ab7bfbec"},{"messageHash":"0xd4d705604e3c21150148b2e17d0d0e63bccff134c01248d83e581f831d272c97"},{"messageHash":"0x158351809bb910b93c9185817d02b256d96680a58457a9581a189f6aea373ca8"},{"messageHash":"0x1d1237d8e49ca59d6975eed5d4b8addd8beefdf08eafc927c3fbc659c5bb5009"},{"messageHash":"0x7076cabc1e10c9e52dd1a492bfe737bd0fcf33ecb76ecad720ea02b611aeafd7"},{"messageHash":"0x1acb664b88c2640609cd3473eda754fbc1505c89e4b3d8a266d4d0e3887c25aa"},{"messageHash":"0xa54fb7e80d5aef11bb19b8d374bee610a14fd1d99bb865222fccede8694a667a"},{"messageHash":"0xf08e1e6b8980c4a97106f7b35502ac1d8e591f3ba0f603cfe31812ed8123529f"},{"messageHash":"0x1c4ba590890cb7cde28ff700aeebd5a6dc0bda05e670f763e8a66f50a447548b"},{"messageHash":"0xed10b3577c0a554ced7b71dc15913e964849eb13abae91e959ff534512bea77e"},{"messageHash":"0x0058d7a3dc852835b2163f7ed544f5bbdd7a2bff5a86c47fd110687f6b2a0911"}]}'
|
||||
2026-01-21 04:37:03.363 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:37:03.365 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:37:03.365 DEBUG [src.node.waku_node] Stopping container with id b49405912478
|
||||
2026-01-21 04:37:03.885 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:37:03.886 DEBUG [src.node.waku_node] Stopping container with id 6b95c92545c2
|
||||
2026-01-21 04:37:04.400 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:37:04.401 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:37:04.416 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:37:04.429 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1724
nim/1043/data/attachments/21716d1cb93bcf3c.txt
Normal file
1724
nim/1043/data/attachments/21716d1cb93bcf3c.txt
Normal file
File diff suppressed because it is too large
Load Diff
4042
nim/1043/data/attachments/2197d481db93f40b.txt
Normal file
4042
nim/1043/data/attachments/2197d481db93f40b.txt
Normal file
File diff suppressed because it is too large
Load Diff
76
nim/1043/data/attachments/219ce752ffb6c8a6.txt
Normal file
76
nim/1043/data/attachments/219ce752ffb6c8a6.txt
Normal file
@ -0,0 +1,76 @@
|
||||
[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[1] with id: 2026-01-21_04-25-08__9af5f2a8-1772-4299-ab7c-8cdfcc3619ea
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-25-08__9af5f2a8-1772-4299-ab7c-8cdfcc3619ea__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.84.74
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30862', '30863', '30864', '30865', '30866']
|
||||
[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 30862:30862 -p 30863:30863 -p 30864:30864 -p 30865:30865 -p 30866:30866 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30864 --rest-port=30862 --tcp-port=30863 --discv5-udp-port=30865 --rest-address=0.0.0.0 --nat=extip:172.18.84.74 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6bfb82146b4aad8fe966fa0d1b57d5d91c80a829bfe923b4cb1b2dfdb5359db6 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30866 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.84.74 waku 92c6eff8e9397e11e6839ef2405719ef6b3717d07a15631f7834521b4e799a61
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container d19685b6b4ba. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 92c6eff8e939. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-25-08__9af5f2a8-1772-4299-ab7c-8cdfcc3619ea__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30862
|
||||
[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 66c3008b7ce9. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30862/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:30862/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.84.74/tcp/30863/p2p/16Uiu2HAmJhfc9xQPMDHW6jCWYRAQWguUCbxegSaW5rGCqhBM7zGF","/ip4/172.18.84.74/tcp/30864/ws/p2p/16Uiu2HAmJhfc9xQPMDHW6jCWYRAQWguUCbxegSaW5rGCqhBM7zGF"],"enrUri":"enr:-L24QPGB1FzZKLGyqvyn4wpcrbAq-hkBTmhNWoFMwwnQrDQ2F91LCKnwFMtO4gsIjNKdMAiUqXWalf90wDSUxaumjx4CgmlkgnY0gmlwhKwSVEqKbXVsdGlhZGRyc5YACASsElRKBniPAAoErBJUSgZ4kN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWdWroFHDX010oVyPdOoaPH4Dy_0r_u6GT7_OJ-qCoeiDdGNwgniPg3VkcIJ4kYV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-25-08__9af5f2a8-1772-4299-ab7c-8cdfcc3619ea__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.167.232
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['35505', '35506', '35507', '35508', '35509']
|
||||
[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 35505:35505 -p 35506:35506 -p 35507:35507 -p 35508:35508 -p 35509:35509 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35507 --rest-port=35505 --tcp-port=35506 --discv5-udp-port=35508 --rest-address=0.0.0.0 --nat=extip:172.18.167.232 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e6d3e29936ff0d3af0abafe21fabd08abbdd5fa22ef4b3e11cabba0ab4edec19 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35509 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QPGB1FzZKLGyqvyn4wpcrbAq-hkBTmhNWoFMwwnQrDQ2F91LCKnwFMtO4gsIjNKdMAiUqXWalf90wDSUxaumjx4CgmlkgnY0gmlwhKwSVEqKbXVsdGlhZGRyc5YACASsElRKBniPAAoErBJUSgZ4kN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWdWroFHDX010oVyPdOoaPH4Dy_0r_u6GT7_OJ-qCoeiDdGNwgniPg3VkcIJ4kYV3YWt1MgM --storenode=/ip4/172.18.84.74/tcp/30863/p2p/16Uiu2HAmJhfc9xQPMDHW6jCWYRAQWguUCbxegSaW5rGCqhBM7zGF --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.167.232 waku cbc00ffb7da72e3f8ed2726b937728a48951b19e45a7e2f108199cb767b1a953
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cbc00ffb7da7. Setting up logs at ./log/docker/store_node1_2026-01-21_04-25-08__9af5f2a8-1772-4299-ab7c-8cdfcc3619ea__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 35505
|
||||
[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:35505/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:35505/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.167.232/tcp/35506/p2p/16Uiu2HAmPAd7d3K1uCqMTd3rMSAPpRnU2R5ExwXp5Bvh35UXoRo4","/ip4/172.18.167.232/tcp/35507/ws/p2p/16Uiu2HAmPAd7d3K1uCqMTd3rMSAPpRnU2R5ExwXp5Bvh35UXoRo4"],"enrUri":"enr:-L24QK89nniQlBRA76hLOztBAA_fwwvTQ-XGHE5DJtUzQqkYSsFu81ztnokWBUcJPWGs0VciocxMmVzQWoJN2Fs1wTMCgmlkgnY0gmlwhKwSp-iKbXVsdGlhZGRyc5YACASsEqfoBoqyAAoErBKn6AaKs90DgnJzhQADAQAAiXNlY3AyNTZrMaEDnCxIRXmGxp-xUv6EoWS0ywlHHqUrvlLXgVL9VDxDOL-DdGNwgoqyg3VkcIKKtIV3YWt1MgM"}'
|
||||
[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:35505/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.84.74/tcp/30863/p2p/16Uiu2HAmJhfc9xQPMDHW6jCWYRAQWguUCbxegSaW5rGCqhBM7zGF"]'
|
||||
[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:30862/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:35505/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:30862/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:30862/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
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:30862/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=1&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":"0xae4c36a9a7604229e18f77e5ea76688826f496d3da4fa244a068133ee4ecffec"}],"paginationCursor":"0xae4c36a9a7604229e18f77e5ea76688826f496d3da4fa244a068133ee4ecffec"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:35505/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=1&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":"0xae4c36a9a7604229e18f77e5ea76688826f496d3da4fa244a068133ee4ecffec"}],"paginationCursor":"0xae4c36a9a7604229e18f77e5ea76688826f496d3da4fa244a068133ee4ecffec"}'
|
||||
[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 92c6eff8e939
|
||||
[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 cbc00ffb7da7
|
||||
[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.
|
||||
34
nim/1043/data/attachments/21a83caa272124f5.txt
Normal file
34
nim/1043/data/attachments/21a83caa272124f5.txt
Normal file
@ -0,0 +1,34 @@
|
||||
WRN 2026-01-21 04:27:06.157+00:00 whether to mount storeSync is not specified, defaulting to not mounting topics="waku conf builder" tid=1 file=waku_conf_builder.nim:429
|
||||
bSubscribeShards: some(@[0])
|
||||
INF 2026-01-21 04:27:06.157+00:00 Sharding configuration: topics="waku conf builder" tid=1 file=waku_conf_builder.nim:464 shardingConf="(kind: AutoSharding, numShardsInCluster: 1)" subscribeShards=@[0]
|
||||
INF 2026-01-21 04:27:06.157+00:00 Configuration: Enabled protocols topics="waku conf" tid=1 file=waku_conf.nim:151 relay=false rlnRelay=false store=false filter=false lightPush=true peerExchange=true rendezvous=true
|
||||
INF 2026-01-21 04:27:06.157+00:00 Configuration. Network topics="waku conf" tid=1 file=waku_conf.nim:160 cluster=3
|
||||
INF 2026-01-21 04:27:06.157+00:00 Configuration. Active Relay Shards topics="waku conf" tid=1 file=waku_conf.nim:163 shard=0
|
||||
INF 2026-01-21 04:27:06.157+00:00 Configuration. Bootstrap nodes topics="waku conf" tid=1 file=waku_conf.nim:167 node=enr:-L24QFGph83qpGvsThObzfgNsQKnJ_hr24bbPMTYfiPSJ8SQRZnUOuLeNLAkjs9Of8PZr_XifXzWwl6Qh5HCmngS1vMCgmlkgnY0gmlwhKwSev2KbXVsdGlhZGRyc5YACASsEnr9BlMoAAoErBJ6_QZTKd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDBGcroHnGkO4ndmY69W6eUylK5pH8azyaJO5OE4_fABSDdGNwglMog3VkcIJTKoV3YWt1Mgk
|
||||
NTC 2026-01-21 04:27:06.157+00:00 REST service started tid=1 file=server.nim:183 address=0.0.0.0:41799
|
||||
INF 2026-01-21 04:27:06.157+00:00 Starting REST HTTP server tid=1 file=builder.nim:112 url=http://0.0.0.0:41799/
|
||||
INF 2026-01-21 04:27:06.158+00:00 Setting up storage tid=1 file=node_factory.nim:503
|
||||
INF 2026-01-21 04:27:06.158+00:00 Initializing node tid=1 file=node_factory.nim:512
|
||||
TRC 2026-01-21 04:27:06.159+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/id/1.0.0]"
|
||||
TRC 2026-01-21 04:27:06.159+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/autonat/1.0.0]"
|
||||
TRC 2026-01-21 04:27:06.159+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/libp2p/circuit/relay/0.2.0/hop, /libp2p/circuit/relay/0.1.0]"
|
||||
TRC 2026-01-21 04:27:06.159+00:00 no peer storage found tid=1 file=peer_manager.nim:1130
|
||||
INF 2026-01-21 04:27:06.159+00:00 Initializing networking tid=1 file=waku_node.nim:178 addrs="@[/ip4/172.18.81.71/tcp/41800, /ip4/172.18.81.71/tcp/41801/ws]"
|
||||
INF 2026-01-21 04:27:06.159+00:00 Mounting protocols tid=1 file=node_factory.nim:518
|
||||
INF 2026-01-21 04:27:06.160+00:00 Created WakuMetadata protocol topics="waku node" tid=1 file=protocol.nim:107 clusterId=3 shards=[]
|
||||
TRC 2026-01-21 04:27:06.160+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/metadata/1.0.0]"
|
||||
INF 2026-01-21 04:27:06.160+00:00 mounting store client topics="waku node store api" tid=1 file=store.nim:274
|
||||
INF 2026-01-21 04:27:06.160+00:00 mounting legacy store client topics="waku node store api" tid=1 file=store.nim:145
|
||||
INF 2026-01-21 04:27:06.160+00:00 mounting auto sharding topics="waku node" tid=1 file=waku_node.nim:252 clusterId=3 shardCount=1
|
||||
INF 2026-01-21 04:27:06.160+00:00 Shards created from content topics tid=1 file=node_factory.nim:309 contentTopics=[] shards=[]
|
||||
INF 2026-01-21 04:27:06.160+00:00 mounting rendezvous discovery protocol topics="waku node" tid=1 file=waku_node.nim:377
|
||||
INF 2026-01-21 04:27:06.160+00:00 waku rendezvous initialized topics="waku node" tid=1 file=protocol.nim:207 clusterId=3 shards=[] capabilities=[] wakuPeerRecord="(peerId: 16U*LzX6Yu, seqNo: 1768969626, addresses: [/ip4/172.18.81.71/tcp/41800, /ip4/172.18.81.71/tcp/41801/ws], mixKey: )"
|
||||
TRC 2026-01-21 04:27:06.160+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/vac/waku/rendezvous/1.0.0]"
|
||||
INF 2026-01-21 04:27:06.160+00:00 mounting rendezvous client topics="waku node" tid=1 file=waku_node.nim:365
|
||||
INF 2026-01-21 04:27:06.160+00:00 waku rendezvous client initialized topics="waku node" tid=1 file=client.nim:130 clusterId=3
|
||||
INF 2026-01-21 04:27:06.160+00:00 mounting libp2p ping protocol topics="waku node ping api" tid=1 file=ping.nim:20
|
||||
TRC 2026-01-21 04:27:06.160+00:00 registering protocols topics="libp2p multistream" tid=1 file=multistream.nim:227 protos="[/ipfs/ping/1.0.0]"
|
||||
INF 2026-01-21 04:27:06.160+00:00 mounting light push topics="waku node lightpush api" tid=1 file=lightpush.nim:154
|
||||
ERR 2026-01-21 04:27:06.160+00:00 Mounting protocols failed tid=1 file=node_factory.nim:522 error="failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2026-01-21 04:27:06.160+00:00 Failed setting up node topics="wakunode main" tid=1 file=waku.nim:187 error="Mounting protocols failed: failed to mount waku lightpush protocol: cannot mount lightpush because relay is not mounted"
|
||||
ERR 2026-01-21 04:27:06.160+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"
|
||||
144
nim/1043/data/attachments/21d0d317df4e7814.txt
Normal file
144
nim/1043/data/attachments/21d0d317df4e7814.txt
Normal file
@ -0,0 +1,144 @@
|
||||
2026-01-21 04:26:20.055 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:26:20.055 DEBUG [tests.conftest] Running test: test_sync_nodes_have_store_true with id: 2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf
|
||||
2026-01-21 04:26:20.056 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:26:20.063 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:26:20.063 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:26:20.070 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:26:20.070 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:26:20.077 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:26:20.077 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:26:20.077 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-21 04:26:20.078 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:26:20.078 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:26:20.080 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:26:20.080 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.23.183
|
||||
2026-01-21 04:26:20.080 DEBUG [src.node.docker_mananger] Generated ports ['28095', '28096', '28097', '28098', '28099']
|
||||
2026-01-21 04:26:20.080 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:26:20.080 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:26:20.080 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:26:20.081 DEBUG [src.node.docker_mananger] docker run -i -t -p 28095:28095 -p 28096:28096 -p 28097:28097 -p 28098:28098 -p 28099:28099 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28097 --rest-port=28095 --tcp-port=28096 --discv5-udp-port=28098 --rest-address=0.0.0.0 --nat=extip:172.18.23.183 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0000bdcde62f6d603e31b4d0dc8edfb05a05cada9e51dad3eedcf5b36cb4bd5c --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28099 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-21 04:26:20.274 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.23.183 waku 518e218f187ab3b383e696ac11f1bdf01e66ac67b108ba3565806d7c6eea34ff
|
||||
2026-01-21 04:26:20.302 ERROR [src.node.docker_mananger] Max retries reached for container 9b0ac512d536. Exiting log stream.
|
||||
2026-01-21 04:26:20.308 DEBUG [src.node.docker_mananger] Container started with ID 518e218f187a. Setting up logs at ./log/docker/node1_2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:26:20.309 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 28095
|
||||
2026-01-21 04:26:20.312 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:26:20.858 ERROR [src.node.docker_mananger] Max retries reached for container 9bf7a57c2a8c. Exiting log stream.
|
||||
2026-01-21 04:26:21.313 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28095/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:21.317 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:26:21.317 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:26:21.317 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28095/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:21.319 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.23.183/tcp/28096/p2p/16Uiu2HAm5ModNfTd37F4khxPkNxghpWFK7qP3k5WoTNQDGppEyEB","/ip4/172.18.23.183/tcp/28097/ws/p2p/16Uiu2HAm5ModNfTd37F4khxPkNxghpWFK7qP3k5WoTNQDGppEyEB"],"enrUri":"enr:-L24QEicrFaRbM_eqdWptys9MJb1aaVU3emnglANcOrQkBh1ONc8GikFrePmPRDXvcJbjVtRJJZVY6xkau7rI1aOfPACgmlkgnY0gmlwhKwSF7eKbXVsdGlhZGRyc5YACASsEhe3Bm3AAAoErBIXtwZtwd0DgnJzhQADAQAAiXNlY3AyNTZrMaECk5cxjtqRSXl9ZnLfIGnMiIH0KX9DP8eHNtxzGRzV0fSDdGNwgm3Ag3VkcIJtwoV3YWt1MgM"}'
|
||||
2026-01-21 04:26:21.320 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:26:21.320 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:26:21.320 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:26:21.322 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:26:21.322 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.246.32
|
||||
2026-01-21 04:26:21.322 DEBUG [src.node.docker_mananger] Generated ports ['50844', '50845', '50846', '50847', '50848']
|
||||
2026-01-21 04:26:21.322 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:26:21.322 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:26:21.322 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:26:21.322 DEBUG [src.node.docker_mananger] docker run -i -t -p 50844:50844 -p 50845:50845 -p 50846:50846 -p 50847:50847 -p 50848:50848 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=50846 --rest-port=50844 --tcp-port=50845 --discv5-udp-port=50847 --rest-address=0.0.0.0 --nat=extip:172.18.246.32 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=431c17d6d8e1b081ceaad5f11dae745e331dddcbde674b01a9c417fccf310f42 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=50848 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QEicrFaRbM_eqdWptys9MJb1aaVU3emnglANcOrQkBh1ONc8GikFrePmPRDXvcJbjVtRJJZVY6xkau7rI1aOfPACgmlkgnY0gmlwhKwSF7eKbXVsdGlhZGRyc5YACASsEhe3Bm3AAAoErBIXtwZtwd0DgnJzhQADAQAAiXNlY3AyNTZrMaECk5cxjtqRSXl9ZnLfIGnMiIH0KX9DP8eHNtxzGRzV0fSDdGNwgm3Ag3VkcIJtwoV3YWt1MgM
|
||||
2026-01-21 04:26:21.515 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.246.32 waku 11966b4253492ac665a943b8919175f38187051251713d0763daae089bff775e
|
||||
2026-01-21 04:26:21.548 DEBUG [src.node.docker_mananger] Container started with ID 11966b425349. Setting up logs at ./log/docker/node2_2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:26:21.549 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 50844
|
||||
2026-01-21 04:26:21.550 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:26:22.551 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50844/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:22.554 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:26:22.555 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:26:22.555 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50844/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:22.557 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.246.32/tcp/50845/p2p/16Uiu2HAmNqqABSssPRu28b5ReevK4TVHRndKCqAYAJtKBPQP136t","/ip4/172.18.246.32/tcp/50846/ws/p2p/16Uiu2HAmNqqABSssPRu28b5ReevK4TVHRndKCqAYAJtKBPQP136t"],"enrUri":"enr:-L24QFtZYJCjSVdWuVdvq7hA_nPwjvVtUCoxuCVWA4i90oM4ZdqyJd35dZxfxHEzUv5NGY_eM1Z8txLXtCByGeCuN7oCgmlkgnY0gmlwhKwS9iCKbXVsdGlhZGRyc5YACASsEvYgBsadAAoErBL2IAbGnt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDl1vdgeGjarkbbHOkY9gwgvDj3fJtSwQ54zRRc0Ajut2DdGNwgsadg3VkcILGn4V3YWt1MhM"}'
|
||||
2026-01-21 04:26:22.557 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:26:22.557 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:26:22.558 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:26:22.561 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:26:22.561 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.78.89
|
||||
2026-01-21 04:26:22.561 DEBUG [src.node.docker_mananger] Generated ports ['56318', '56319', '56320', '56321', '56322']
|
||||
2026-01-21 04:26:22.562 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:26:22.562 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:26:22.563 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:26:22.564 DEBUG [src.node.docker_mananger] docker run -i -t -p 56318:56318 -p 56319:56319 -p 56320:56320 -p 56321:56321 -p 56322:56322 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56320 --rest-port=56318 --tcp-port=56319 --discv5-udp-port=56321 --rest-address=0.0.0.0 --nat=extip:172.18.78.89 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ef1dfdd59cb877f6ae200cf3e284ca241fd82fffc514e4a5fa18ba0337be6ea6 --store-sync=true --store=true --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56322 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFtZYJCjSVdWuVdvq7hA_nPwjvVtUCoxuCVWA4i90oM4ZdqyJd35dZxfxHEzUv5NGY_eM1Z8txLXtCByGeCuN7oCgmlkgnY0gmlwhKwS9iCKbXVsdGlhZGRyc5YACASsEvYgBsadAAoErBL2IAbGnt0DgnJzhQADAQAAiXNlY3AyNTZrMaEDl1vdgeGjarkbbHOkY9gwgvDj3fJtSwQ54zRRc0Ajut2DdGNwgsadg3VkcILGn4V3YWt1MhM
|
||||
2026-01-21 04:26:22.792 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.78.89 waku c0dd9bbbaa56fd45a726a087fbf638e22cce330df03a5011b5b059cc8ea045c8
|
||||
2026-01-21 04:26:22.824 DEBUG [src.node.docker_mananger] Container started with ID c0dd9bbbaa56. Setting up logs at ./log/docker/node3_2026-01-21_04-26-20__192d6454-aaa4-472d-b618-68ee461550bf__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:26:22.825 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 56318
|
||||
2026-01-21 04:26:22.825 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:26:23.826 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56318/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:23.830 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:26:23.830 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:26:23.830 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56318/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:23.832 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.78.89/tcp/56319/p2p/16Uiu2HAmQQeKGvyfRHTdr95Gna7j8iaTzz4hXQs8cT2s1kxQ4ise","/ip4/172.18.78.89/tcp/56320/ws/p2p/16Uiu2HAmQQeKGvyfRHTdr95Gna7j8iaTzz4hXQs8cT2s1kxQ4ise"],"enrUri":"enr:-L24QF7pNNm0MgcBnqnkAZAhKSj9fxeXhGOCmgnhU0oeRG9iEEfts-PAc-eWE_l3WMUodCn6PzEQVgHS1RrhG83dMJMCgmlkgnY0gmlwhKwSTlmKbXVsdGlhZGRyc5YACASsEk5ZBtv_AAoErBJOWQbcAN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDrp91XMNhRLpnDn-fD85aUeb4YHcCxk0g0eQ4K0tgD0WDdGNwgtv_g3VkcILcAYV3YWt1MhM"}'
|
||||
2026-01-21 04:26:23.833 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:26:23.833 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50844/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.23.183/tcp/28096/p2p/16Uiu2HAm5ModNfTd37F4khxPkNxghpWFK7qP3k5WoTNQDGppEyEB"]'
|
||||
2026-01-21 04:26:23.836 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:23.836 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56318/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.246.32/tcp/50845/p2p/16Uiu2HAmNqqABSssPRu28b5ReevK4TVHRndKCqAYAJtKBPQP136t"]'
|
||||
2026-01-21 04:26:23.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:23.875 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28095/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:26:23.882 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:23.883 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:50844/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:26:23.886 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:23.886 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:56318/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:26:23.889 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:23.889 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:26:23.890 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:26:23.895 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:23.895 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:26:24.096 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:26:24.096 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:26:24.102 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:24.102 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:26:24.303 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:26:24.303 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:26:24.309 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:24.309 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:26:24.510 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:26:24.510 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:26:24.516 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:24.516 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:26:24.717 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:26:24.717 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:26:24.723 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:24.723 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:26:24.924 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:26:24.925 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:26:24.930 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:24.931 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:26:25.131 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:26:25.132 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:26:25.138 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:25.138 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:26:25.339 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:26:25.339 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:26:25.344 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:25.346 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:26:25.548 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:26:25.548 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:26:25.553 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:25.554 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:26:25.755 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:26:25.755 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:28095/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:26:25.761 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:26:25.762 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:26:25.962 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-21 04:26:25.963 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:28095/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:25.966 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x786fe38cdcbbe1f26b9357b03bff96bcc8e2766e382d9ac7e7d1069402eecd8f"},{"messageHash":"0x29317cfdd87391260f9e29a55a40eb159af9771d97eb2d354470ad76437d68ec"},{"messageHash":"0x729313cbf9aa77b122400bdc91c2ccfd9bd979c62a7685636315709e2289276c"},{"messageHash":"0xbd4635ee7683d9784b1e7d5ad4183cc7565629185f468bd0ad00a12ed38bfd02"},{"messageHash":"0x48b1c8499776d2044799a08a7381f4c03a459ce197bb05c2d9f9d621db5ec0cf"},{"messageHash":"0x4a3c6bdb055a8989c70ad15820f3cd230e81457a6753cb7fae4ddfb84101e506"},{"messageHash":"0x06c9f826a449d5c4e2cdbebfee3a514468d33ae72b70db83c8566f7c7566d8c5"},{"messageHash":"0xc2e9c388012f1df2b1a15036f2a34763006b8f5228409162ad6d7d1701e958aa"},{"messageHash":"0xd3b7d0b023d36389ba3adbbab7f77c3c14a37bc5611e1cc0bef339dcfc5fc5e2"},{"messageHash":"0xaec5350dc2607127c6f451a557e2c73aa9f53b46ba023ea589e8f7607fc1c041"}]}'
|
||||
2026-01-21 04:26:25.966 DEBUG [src.steps.store] messages length is 10
|
||||
2026-01-21 04:26:25.968 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-21 04:26:25.968 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:50844/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:25.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x786fe38cdcbbe1f26b9357b03bff96bcc8e2766e382d9ac7e7d1069402eecd8f"},{"messageHash":"0x29317cfdd87391260f9e29a55a40eb159af9771d97eb2d354470ad76437d68ec"},{"messageHash":"0x729313cbf9aa77b122400bdc91c2ccfd9bd979c62a7685636315709e2289276c"},{"messageHash":"0xbd4635ee7683d9784b1e7d5ad4183cc7565629185f468bd0ad00a12ed38bfd02"},{"messageHash":"0x48b1c8499776d2044799a08a7381f4c03a459ce197bb05c2d9f9d621db5ec0cf"},{"messageHash":"0x4a3c6bdb055a8989c70ad15820f3cd230e81457a6753cb7fae4ddfb84101e506"},{"messageHash":"0x06c9f826a449d5c4e2cdbebfee3a514468d33ae72b70db83c8566f7c7566d8c5"},{"messageHash":"0xc2e9c388012f1df2b1a15036f2a34763006b8f5228409162ad6d7d1701e958aa"},{"messageHash":"0xd3b7d0b023d36389ba3adbbab7f77c3c14a37bc5611e1cc0bef339dcfc5fc5e2"},{"messageHash":"0xaec5350dc2607127c6f451a557e2c73aa9f53b46ba023ea589e8f7607fc1c041"}]}'
|
||||
2026-01-21 04:26:25.971 DEBUG [src.steps.store] messages length is 10
|
||||
2026-01-21 04:26:25.972 DEBUG [src.steps.store] Checking that peer wakuorg/nwaku:latest can find the stored messages
|
||||
2026-01-21 04:26:25.973 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:56318/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=100&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:26:25.975 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x786fe38cdcbbe1f26b9357b03bff96bcc8e2766e382d9ac7e7d1069402eecd8f"},{"messageHash":"0x29317cfdd87391260f9e29a55a40eb159af9771d97eb2d354470ad76437d68ec"},{"messageHash":"0x729313cbf9aa77b122400bdc91c2ccfd9bd979c62a7685636315709e2289276c"},{"messageHash":"0xbd4635ee7683d9784b1e7d5ad4183cc7565629185f468bd0ad00a12ed38bfd02"},{"messageHash":"0x48b1c8499776d2044799a08a7381f4c03a459ce197bb05c2d9f9d621db5ec0cf"},{"messageHash":"0x4a3c6bdb055a8989c70ad15820f3cd230e81457a6753cb7fae4ddfb84101e506"},{"messageHash":"0x06c9f826a449d5c4e2cdbebfee3a514468d33ae72b70db83c8566f7c7566d8c5"},{"messageHash":"0xc2e9c388012f1df2b1a15036f2a34763006b8f5228409162ad6d7d1701e958aa"},{"messageHash":"0xd3b7d0b023d36389ba3adbbab7f77c3c14a37bc5611e1cc0bef339dcfc5fc5e2"},{"messageHash":"0xaec5350dc2607127c6f451a557e2c73aa9f53b46ba023ea589e8f7607fc1c041"}]}'
|
||||
2026-01-21 04:26:25.975 DEBUG [src.steps.store] messages length is 10
|
||||
2026-01-21 04:26:25.978 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:26:25.979 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:26:25.979 DEBUG [src.node.waku_node] Stopping container with id 518e218f187a
|
||||
2026-01-21 04:26:26.562 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:26:26.562 DEBUG [src.node.waku_node] Stopping container with id 11966b425349
|
||||
2026-01-21 04:26:27.144 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:26:27.150 DEBUG [src.node.waku_node] Stopping container with id c0dd9bbbaa56
|
||||
2026-01-21 04:26:27.380 ERROR [src.node.docker_mananger] Max retries reached for container 518e218f187a. Exiting log stream.
|
||||
2026-01-21 04:26:27.735 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:26:27.738 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:26:27.745 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:26:27.765 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:26:27.772 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2600
nim/1043/data/attachments/21ecfaebb03a833c.txt
Normal file
2600
nim/1043/data/attachments/21ecfaebb03a833c.txt
Normal file
File diff suppressed because it is too large
Load Diff
143
nim/1043/data/attachments/222e79dc579a579d.txt
Normal file
143
nim/1043/data/attachments/222e79dc579a579d.txt
Normal file
@ -0,0 +1,143 @@
|
||||
2026-01-21 04:18:52.126 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:18:52.126 DEBUG [tests.conftest] Running test: test_filter_unsubscribe_all_from_multiple_pubsub_topics with id: 2026-01-21_04-18-52__90196392-4ab7-4af8-8cd5-1c071bc4e363
|
||||
2026-01-21 04:18:52.126 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:18:52.127 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-21 04:18:52.127 DEBUG [src.steps.filter] Running fixture setup: setup_main_relay_node
|
||||
2026-01-21 04:18:52.133 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:18:52.134 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-18-52__90196392-4ab7-4af8-8cd5-1c071bc4e363__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:18:52.134 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:18:52.134 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:18:52.135 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:18:52.136 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.209.81
|
||||
2026-01-21 04:18:52.136 DEBUG [src.node.docker_mananger] Generated ports ['48886', '48887', '48888', '48889', '48890']
|
||||
2026-01-21 04:18:52.136 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:18:52.136 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:18:52.136 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:18:52.136 DEBUG [src.node.docker_mananger] docker run -i -t -p 48886:48886 -p 48887:48887 -p 48888:48888 -p 48889:48889 -p 48890:48890 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=48888 --rest-port=48886 --tcp-port=48887 --discv5-udp-port=48889 --rest-address=0.0.0.0 --nat=extip:172.18.209.81 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=b9cd1eda44cbbd8ed0a89bcef7cdcd4b9dd0aebfc0b02d0426b009f2ae02d213 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=48890 --metrics-logging=true --relay=true --filter=true
|
||||
2026-01-21 04:18:52.320 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.209.81 waku 2bdc997200680f4ec5fa562f6815dbebcbdca7d1274785b59f98c525c1f97131
|
||||
2026-01-21 04:18:52.352 ERROR [src.node.docker_mananger] Max retries reached for container a104b6b73d86. Exiting log stream.
|
||||
2026-01-21 04:18:52.354 DEBUG [src.node.docker_mananger] Container started with ID 2bdc99720068. Setting up logs at ./log/docker/node1_2026-01-21_04-18-52__90196392-4ab7-4af8-8cd5-1c071bc4e363__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:18:52.354 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 48886
|
||||
2026-01-21 04:18:52.354 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:18:52.925 ERROR [src.node.docker_mananger] Max retries reached for container b74b7650e539. Exiting log stream.
|
||||
2026-01-21 04:18:53.354 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48886/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:53.358 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:18:53.358 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:18:53.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:48886/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:53.361 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.209.81/tcp/48887/p2p/16Uiu2HAmRwG9CgWtAy8kTWQSjAAAon1tetnLDpaHNjpsYaqW6M8g","/ip4/172.18.209.81/tcp/48888/ws/p2p/16Uiu2HAmRwG9CgWtAy8kTWQSjAAAon1tetnLDpaHNjpsYaqW6M8g"],"enrUri":"enr:-L24QPLak6rJXJKS5piBGZl31S34yCgRvIAMpSGXJEX6p944CuX746x1BQ0Zmma_lQ6yhw8u51l-YJ6mgSycC17j4oMCgmlkgnY0gmlwhKwS0VGKbXVsdGlhZGRyc5YACASsEtFRBr73AAoErBLRUQa--N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxVMUHv3ppwFMutxSrORg-e8csuPKISnfYmEB5IbZj-WDdGNwgr73g3VkcIK--YV3YWt1MgU"}'
|
||||
2026-01-21 04:18:53.361 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:18:53.361 DEBUG [src.steps.filter] Running fixture setup: setup_main_filter_node
|
||||
2026-01-21 04:18:53.368 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:18:53.368 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-18-52__90196392-4ab7-4af8-8cd5-1c071bc4e363__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:18:53.368 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:18:53.369 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:18:53.370 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:18:53.370 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.208.58
|
||||
2026-01-21 04:18:53.370 DEBUG [src.node.docker_mananger] Generated ports ['35897', '35898', '35899', '35900', '35901']
|
||||
2026-01-21 04:18:53.370 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:18:53.371 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:18:53.371 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:18:53.371 DEBUG [src.node.docker_mananger] docker run -i -t -p 35897:35897 -p 35898:35898 -p 35899:35899 -p 35900:35900 -p 35901:35901 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=35899 --rest-port=35897 --tcp-port=35898 --discv5-udp-port=35900 --rest-address=0.0.0.0 --nat=extip:172.18.208.58 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=30aa6ed0eb82396cc64b5f5270cecd2a9f8fbf925024adb89fabdf1cabdda16b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=35901 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QPLak6rJXJKS5piBGZl31S34yCgRvIAMpSGXJEX6p944CuX746x1BQ0Zmma_lQ6yhw8u51l-YJ6mgSycC17j4oMCgmlkgnY0gmlwhKwS0VGKbXVsdGlhZGRyc5YACASsEtFRBr73AAoErBLRUQa--N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDxVMUHv3ppwFMutxSrORg-e8csuPKISnfYmEB5IbZj-WDdGNwgr73g3VkcIK--YV3YWt1MgU --filternode=/ip4/172.18.209.81/tcp/48887/p2p/16Uiu2HAmRwG9CgWtAy8kTWQSjAAAon1tetnLDpaHNjpsYaqW6M8g
|
||||
2026-01-21 04:18:53.570 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.208.58 waku c827ae93191924e4277768d45dffda73dbca731739beff04707703d9f66de9af
|
||||
2026-01-21 04:18:53.602 DEBUG [src.node.docker_mananger] Container started with ID c827ae931919. Setting up logs at ./log/docker/node2_2026-01-21_04-18-52__90196392-4ab7-4af8-8cd5-1c071bc4e363__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:18:53.603 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 35897
|
||||
2026-01-21 04:18:53.603 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:18:54.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35897/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:54.608 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_MOUNTED"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:18:54.608 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:18:54.608 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35897/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:54.611 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.208.58/tcp/35898/p2p/16Uiu2HAmEGGyj6aoWWRUvM23646JKXHAnbPJaGFjxM8XkzELzeCp","/ip4/172.18.208.58/tcp/35899/ws/p2p/16Uiu2HAmEGGyj6aoWWRUvM23646JKXHAnbPJaGFjxM8XkzELzeCp"],"enrUri":"enr:-L24QH7-vqLvQDEnWPBZ1WseFD6_Cuv8ReMCD16w4QktiGlaFstiiGGRnv9WpmkKSYkZLKu1rg-D_5hNoqkba9a_HWsCgmlkgnY0gmlwhKwS0DqKbXVsdGlhZGRyc5YACASsEtA6Bow6AAoErBLQOgaMO90DgnJzhQADAQAAiXNlY3AyNTZrMaEDF-XRG-Q-EMf84sULwf6K15yVJu1AfJcnD-36v8KqkNmDdGNwgow6g3VkcIKMPIV3YWt1MgA"}'
|
||||
2026-01-21 04:18:54.611 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:18:54.611 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35897/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.209.81/tcp/48887/p2p/16Uiu2HAmRwG9CgWtAy8kTWQSjAAAon1tetnLDpaHNjpsYaqW6M8g"]'
|
||||
2026-01-21 04:18:54.644 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:54.646 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:18:54.656 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:54.658 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35897/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "192bb04d-8155-4c6a-a27a-a4d1a19e6d35", "contentFilters": ["/waku/2/rs/3/0"], "pubsubTopic": "/waku/2/rs/3/0"}'
|
||||
2026-01-21 04:18:54.671 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"192bb04d-8155-4c6a-a27a-a4d1a19e6d35","statusDesc":"OK"}'
|
||||
2026-01-21 04:18:54.671 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/0", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:18:54.678 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:54.679 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:18:54.779 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:18:54.780 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:54.783 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/0","version":0,"timestamp":1768969134671625257,"ephemeral":false}]'
|
||||
2026-01-21 04:18:54.785 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1"]'
|
||||
2026-01-21 04:18:54.788 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:54.789 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35897/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "38ac7369-f753-49af-baed-99f087ab4ead", "contentFilters": ["/waku/2/rs/3/1"], "pubsubTopic": "/waku/2/rs/3/1"}'
|
||||
2026-01-21 04:18:54.798 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"38ac7369-f753-49af-baed-99f087ab4ead","statusDesc":"OK"}'
|
||||
2026-01-21 04:18:54.799 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:18:54.803 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:54.804 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:18:54.904 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:18:54.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:54.908 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/1","version":0,"timestamp":1768969134799287952,"ephemeral":false}]'
|
||||
2026-01-21 04:18:54.910 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/9"]'
|
||||
2026-01-21 04:18:54.913 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:54.913 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35897/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "bbb37f31-a940-4d56-9ba2-7fa98ae0b57b", "contentFilters": ["/waku/2/rs/3/9"], "pubsubTopic": "/waku/2/rs/3/9"}'
|
||||
2026-01-21 04:18:54.923 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"bbb37f31-a940-4d56-9ba2-7fa98ae0b57b","statusDesc":"OK"}'
|
||||
2026-01-21 04:18:54.923 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/9", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:18:54.928 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:54.929 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:18:55.029 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:18:55.030 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:55.033 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/9","version":0,"timestamp":1768969134923635558,"ephemeral":false}]'
|
||||
2026-01-21 04:18:55.035 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/25"]'
|
||||
2026-01-21 04:18:55.037 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:55.038 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35897/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "de345e83-04b1-4896-9c5a-df3f8cce921f", "contentFilters": ["/waku/2/rs/3/25"], "pubsubTopic": "/waku/2/rs/3/25"}'
|
||||
2026-01-21 04:18:55.047 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"de345e83-04b1-4896-9c5a-df3f8cce921f","statusDesc":"OK"}'
|
||||
2026-01-21 04:18:55.048 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/25", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:18:55.052 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:55.053 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:18:55.153 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:18:55.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:55.157 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/25","version":0,"timestamp":1768969135048081244,"ephemeral":false}]'
|
||||
2026-01-21 04:18:55.158 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/1000"]'
|
||||
2026-01-21 04:18:55.161 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:55.162 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:35897/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "638311db-6022-472d-b7ef-ca8f52fda37e", "contentFilters": ["/waku/2/rs/3/1000"], "pubsubTopic": "/waku/2/rs/3/1000"}'
|
||||
2026-01-21 04:18:55.172 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"638311db-6022-472d-b7ef-ca8f52fda37e","statusDesc":"OK"}'
|
||||
2026-01-21 04:18:55.173 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1000", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:18:55.178 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:55.179 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:18:55.279 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:18:55.279 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:55.283 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"RmlsdGVyIHdvcmtzISE=","contentTopic":"/waku/2/rs/3/1000","version":0,"timestamp":1768969135173281638,"ephemeral":false}]'
|
||||
2026-01-21 04:18:55.284 INFO [src.node.api_clients.base_client] curl -v -X DELETE "http://127.0.0.1:35897/filter/v2/subscriptions/all" -H "Content-Type: application/json" -d '{"requestId": "1"}'
|
||||
2026-01-21 04:18:55.292 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"1","statusDesc":"OK"}'
|
||||
2026-01-21 04:18:55.293 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/0", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:18:55.297 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:55.297 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:18:55.397 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:18:55.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:55.401 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F0. Response content: b'Not subscribed to topic: /waku/2/rs/3/0'
|
||||
2026-01-21 04:18:55.402 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:18:55.406 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:55.406 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:18:55.506 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:18:55.507 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:55.510 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1. Response content: b'Not subscribed to topic: /waku/2/rs/3/1'
|
||||
2026-01-21 04:18:55.511 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/9", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:18:55.514 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:55.514 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:18:55.615 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:18:55.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:55.618 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F9. Response content: b'Not subscribed to topic: /waku/2/rs/3/9'
|
||||
2026-01-21 04:18:55.619 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/25", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:18:55.623 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:55.623 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:18:55.723 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:18:55.724 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:55.727 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F25. Response content: b'Not subscribed to topic: /waku/2/rs/3/25'
|
||||
2026-01-21 04:18:55.728 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:48886/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d '{"payload": "RmlsdGVyIHdvcmtzISE=", "contentTopic": "/waku/2/rs/3/1000", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:18:55.732 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:18:55.732 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:18:55.832 DEBUG [src.steps.filter] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:18:55.833 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:18:55.836 ERROR [src.node.api_clients.base_client] HTTP error occurred: 400 Client Error: Bad Request for url: http://127.0.0.1:35897/filter/v2/messages/%2Fwaku%2F2%2Frs%2F3%2F1000. Response content: b'Not subscribed to topic: /waku/2/rs/3/1000'
|
||||
2026-01-21 04:18:55.838 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:18:55.839 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:18:55.839 DEBUG [src.node.waku_node] Stopping container with id 2bdc99720068
|
||||
2026-01-21 04:18:56.367 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:18:56.367 DEBUG [src.node.waku_node] Stopping container with id c827ae931919
|
||||
2026-01-21 04:18:56.895 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:18:56.898 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:18:56.906 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:18:56.914 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
1722
nim/1043/data/attachments/223479a9744943b8.txt
Normal file
1722
nim/1043/data/attachments/223479a9744943b8.txt
Normal file
File diff suppressed because it is too large
Load Diff
72
nim/1043/data/attachments/22407f00e0c34b77.txt
Normal file
72
nim/1043/data/attachments/22407f00e0c34b77.txt
Normal file
@ -0,0 +1,72 @@
|
||||
2026-01-21 04:30:51.316 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:30:51.316 DEBUG [tests.conftest] Running test: test_single_content_topic[/toychat/2/huilong/proto] with id: 2026-01-21_04-30-51__eaed0a3d-5e9b-40a0-93f4-3ea1a4d44cc4
|
||||
2026-01-21 04:30:51.317 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:30:51.317 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:30:51.317 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-21 04:30:51.325 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:30:51.325 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-30-51__eaed0a3d-5e9b-40a0-93f4-3ea1a4d44cc4__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:30:51.325 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:30:51.325 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:30:51.326 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:30:51.327 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.220.156
|
||||
2026-01-21 04:30:51.327 DEBUG [src.node.docker_mananger] Generated ports ['32051', '32052', '32053', '32054', '32055']
|
||||
2026-01-21 04:30:51.327 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:30:51.327 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:30:51.327 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:30:51.327 DEBUG [src.node.docker_mananger] docker run -i -t -p 32051:32051 -p 32052:32052 -p 32053:32053 -p 32054:32054 -p 32055:32055 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=32053 --rest-port=32051 --tcp-port=32052 --discv5-udp-port=32054 --rest-address=0.0.0.0 --nat=extip:172.18.220.156 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=dc8fd8daff3fe85c9fe58e242d17eba7d1a1f91ce380ee47d2e3aa1580a626b1 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=32055 --metrics-logging=true --relay=true --filter=true --content-topic=/toychat/2/huilong/proto
|
||||
2026-01-21 04:30:51.508 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.220.156 waku 6e2ac1ac906b893c2309b772a343956471bc10ae8627a219e05a13a68bb02fa3
|
||||
2026-01-21 04:30:51.539 DEBUG [src.node.docker_mananger] Container started with ID 6e2ac1ac906b. Setting up logs at ./log/docker/node1_2026-01-21_04-30-51__eaed0a3d-5e9b-40a0-93f4-3ea1a4d44cc4__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:30:51.540 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 32051
|
||||
2026-01-21 04:30:51.540 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:30:52.124 ERROR [src.node.docker_mananger] Max retries reached for container 2033ab72033e. Exiting log stream.
|
||||
2026-01-21 04:30:52.540 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32051/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:30:52.543 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_READY","desc":"Relay is not ready, filter will not be able to sort out messages"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:30:52.544 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:30:52.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32051/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:30:52.546 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.220.156/tcp/32052/p2p/16Uiu2HAmHmzLqaZMcUqErhGj8swrw56qjuPFHhYFPb7RcLtFcqrF","/ip4/172.18.220.156/tcp/32053/ws/p2p/16Uiu2HAmHmzLqaZMcUqErhGj8swrw56qjuPFHhYFPb7RcLtFcqrF"],"enrUri":"enr:-L24QIIJIKFLj3uiJIXLENGaotRfBYHuEdpwIH-wizOikZD9QYLuQvKAnYg6mNmii6CgMq3Hpye4YESamAgpMfrf600CgmlkgnY0gmlwhKwS3JyKbXVsdGlhZGRyc5YACASsEtycBn00AAoErBLcnAZ9Nd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDTBV90oK0Qd5F6Cnz5pughB6yJNeD7WzXBdKSLYo0bWCDdGNwgn00g3VkcIJ9NoV3YWt1MgU"}'
|
||||
2026-01-21 04:30:52.546 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:30:52.554 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:30:52.554 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-30-51__eaed0a3d-5e9b-40a0-93f4-3ea1a4d44cc4__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:30:52.554 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:30:52.554 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:30:52.556 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:30:52.556 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.93.184
|
||||
2026-01-21 04:30:52.556 DEBUG [src.node.docker_mananger] Generated ports ['7237', '7238', '7239', '7240', '7241']
|
||||
2026-01-21 04:30:52.556 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:30:52.556 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:30:52.556 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:30:52.556 DEBUG [src.node.docker_mananger] docker run -i -t -p 7237:7237 -p 7238:7238 -p 7239:7239 -p 7240:7240 -p 7241:7241 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=7239 --rest-port=7237 --tcp-port=7238 --discv5-udp-port=7240 --rest-address=0.0.0.0 --nat=extip:172.18.93.184 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=fc91bee167c36adbdb9bb1deb0b138cb24c7fdeba32db55beae6bcacebde225d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=7241 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QIIJIKFLj3uiJIXLENGaotRfBYHuEdpwIH-wizOikZD9QYLuQvKAnYg6mNmii6CgMq3Hpye4YESamAgpMfrf600CgmlkgnY0gmlwhKwS3JyKbXVsdGlhZGRyc5YACASsEtycBn00AAoErBLcnAZ9Nd0DgnJzhQACAQAAiXNlY3AyNTZrMaEDTBV90oK0Qd5F6Cnz5pughB6yJNeD7WzXBdKSLYo0bWCDdGNwgn00g3VkcIJ9NoV3YWt1MgU --content-topic=/toychat/2/huilong/proto
|
||||
2026-01-21 04:30:52.748 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.93.184 waku 560253214a80aa59423075ddcf41404d3b180f83a101725249ee0ad2bcf47f7f
|
||||
2026-01-21 04:30:52.779 DEBUG [src.node.docker_mananger] Container started with ID 560253214a80. Setting up logs at ./log/docker/node2_2026-01-21_04-30-51__eaed0a3d-5e9b-40a0-93f4-3ea1a4d44cc4__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:30:52.780 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 7237
|
||||
2026-01-21 04:30:52.780 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:30:53.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7237/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:30:53.801 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:30:53.802 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:30:53.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7237/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:30:53.807 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.93.184/tcp/7238/p2p/16Uiu2HAmM7h5YbNbZhPtQSW5jXHhyJeDdhr1RQdQNhMrcjY6kTDD","/ip4/172.18.93.184/tcp/7239/ws/p2p/16Uiu2HAmM7h5YbNbZhPtQSW5jXHhyJeDdhr1RQdQNhMrcjY6kTDD"],"enrUri":"enr:-L24QLVkglkg2Inzv6wo34KZI6uQcP8CiBiyGkr43X06IiZmPWeESrF8ccfoM6XmKnhc4WwgbflLtQVMFVvBv2_pG6MCgmlkgnY0gmlwhKwSXbiKbXVsdGlhZGRyc5YACASsEl24BhxGAAoErBJduAYcR90DgnJzhQACAQAAiXNlY3AyNTZrMaEDfbSl-uwSb-aopB6YM-WRT-AWyqjP9A-JqkFNLQzyw9SDdGNwghxGg3VkcIIcSIV3YWt1MgE"}'
|
||||
2026-01-21 04:30:53.807 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:30:53.808 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7237/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.220.156/tcp/32052/p2p/16Uiu2HAmHmzLqaZMcUqErhGj8swrw56qjuPFHhYFPb7RcLtFcqrF"]'
|
||||
2026-01-21 04:30:53.810 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:30:53.811 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32051/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2026-01-21 04:30:53.813 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:30:53.814 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:7237/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/toychat/2/huilong/proto"]'
|
||||
2026-01-21 04:30:53.816 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:30:53.816 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:32051/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:30:53.821 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:30:53.821 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:30:53.922 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:30:53.922 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:32051/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:30:53.925 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1768969853816743881,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:30:53.926 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:30:53.927 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:7237/relay/v1/auto/messages/%2Ftoychat%2F2%2Fhuilong%2Fproto" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:30:53.929 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1768969853816743881,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:30:53.932 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:30:53.933 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:30:53.933 DEBUG [src.node.waku_node] Stopping container with id 6e2ac1ac906b
|
||||
2026-01-21 04:30:54.481 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:30:54.484 DEBUG [src.node.waku_node] Stopping container with id 560253214a80
|
||||
2026-01-21 04:30:55.016 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:30:55.017 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:30:55.023 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:30:55.028 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
3071
nim/1043/data/attachments/2242d04a6d1198f8.txt
Normal file
3071
nim/1043/data/attachments/2242d04a6d1198f8.txt
Normal file
File diff suppressed because it is too large
Load Diff
39
nim/1043/data/attachments/22534afab1f30347.txt
Normal file
39
nim/1043/data/attachments/22534afab1f30347.txt
Normal file
@ -0,0 +1,39 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_verify_node_info with id: 2026-01-21_04-26-55__ef47d8bc-85e3-4ba9-8477-b7f910de8dd4
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-26-55__ef47d8bc-85e3-4ba9-8477-b7f910de8dd4__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.108.110
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['27407', '27408', '27409', '27410', '27411']
|
||||
[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 27407:27407 -p 27408:27408 -p 27409:27409 -p 27410:27410 -p 27411:27411 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=27409 --rest-port=27407 --tcp-port=27408 --discv5-udp-port=27410 --rest-address=0.0.0.0 --nat=extip:172.18.108.110 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cdfedce6c9bf8afcdfaba5a1d96b84bffd1322fb0dcd20ca2aad04e15ebfcdfe --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=27411 --metrics-logging=true --relay=true
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9a84781334a9. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.108.110 waku d7193bd890108025a15cd6bd268ec319156bd92f7727eb196aa49fe79b352e96
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID d7193bd89010. Setting up logs at ./log/docker/node1_2026-01-21_04-26-55__ef47d8bc-85e3-4ba9-8477-b7f910de8dd4__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 27407
|
||||
[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 6d55955b67b5. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:27407/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:27407/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.108.110/tcp/27408/p2p/16Uiu2HAmMch6DG7QuKB56S8hdFT26r2zKWHmnLFAqGNNXG99NmPj","/ip4/172.18.108.110/tcp/27409/ws/p2p/16Uiu2HAmMch6DG7QuKB56S8hdFT26r2zKWHmnLFAqGNNXG99NmPj"],"enrUri":"enr:-L24QEpsH6PcAos9nwi613aHMjsV6zfeXmzS6teI70GN2AK2FuHuPeRhFLIyLz5ssOBZbfmWdQIQkBwQl8BVZ1ajd0sCgmlkgnY0gmlwhKwSbG6KbXVsdGlhZGRyc5YACASsEmxuBmsQAAoErBJsbgZrEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhSKBO-WS1BqDD0ZGwM6Ld9KPvXgu34iYqtJ3rrXM_d6DdGNwgmsQg3VkcIJrEoV3YWt1MgE"}'
|
||||
[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:27407/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.108.110/tcp/27408/p2p/16Uiu2HAmMch6DG7QuKB56S8hdFT26r2zKWHmnLFAqGNNXG99NmPj","/ip4/172.18.108.110/tcp/27409/ws/p2p/16Uiu2HAmMch6DG7QuKB56S8hdFT26r2zKWHmnLFAqGNNXG99NmPj"],"enrUri":"enr:-L24QEpsH6PcAos9nwi613aHMjsV6zfeXmzS6teI70GN2AK2FuHuPeRhFLIyLz5ssOBZbfmWdQIQkBwQl8BVZ1ajd0sCgmlkgnY0gmlwhKwSbG6KbXVsdGlhZGRyc5YACASsEmxuBmsQAAoErBJsbgZrEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhSKBO-WS1BqDD0ZGwM6Ld9KPvXgu34iYqtJ3rrXM_d6DdGNwgmsQg3VkcIJrEoV3YWt1MgE"}'
|
||||
[35mDEBUG [0m tests.rest_flags.test_debug_flags:test_debug_flags.py:33 node info: {'listenAddresses': ['/ip4/172.18.108.110/tcp/27408/p2p/16Uiu2HAmMch6DG7QuKB56S8hdFT26r2zKWHmnLFAqGNNXG99NmPj', '/ip4/172.18.108.110/tcp/27409/ws/p2p/16Uiu2HAmMch6DG7QuKB56S8hdFT26r2zKWHmnLFAqGNNXG99NmPj'], 'enrUri': 'enr:-L24QEpsH6PcAos9nwi613aHMjsV6zfeXmzS6teI70GN2AK2FuHuPeRhFLIyLz5ssOBZbfmWdQIQkBwQl8BVZ1ajd0sCgmlkgnY0gmlwhKwSbG6KbXVsdGlhZGRyc5YACASsEmxuBmsQAAoErBJsbgZrEd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDhSKBO-WS1BqDD0ZGwM6Ld9KPvXgu34iYqtJ3rrXM_d6DdGNwgmsQg3VkcIJrEoV3YWt1MgE'}
|
||||
[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 d7193bd89010
|
||||
[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.
|
||||
106
nim/1043/data/attachments/230f51a4efdda0a4.txt
Normal file
106
nim/1043/data/attachments/230f51a4efdda0a4.txt
Normal file
@ -0,0 +1,106 @@
|
||||
2026-01-21 04:24:49.933 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:24:49.934 DEBUG [tests.conftest] Running test: test_admin_peers_mesh_on_shard_contains_node2 with id: 2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a
|
||||
2026-01-21 04:24:49.934 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:24:49.934 DEBUG [src.steps.filter] Running fixture setup: filter_setup
|
||||
2026-01-21 04:24:49.934 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-21 04:24:49.942 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:49.942 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:49.948 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:49.949 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:49.955 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:49.955 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node3_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:49.962 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:24:49.962 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node4_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:49.962 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:24:49.963 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-21 04:24:49.964 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:49.965 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:49.967 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:49.967 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.107.238
|
||||
2026-01-21 04:24:49.967 DEBUG [src.node.docker_mananger] Generated ports ['30874', '30875', '30876', '30877', '30878']
|
||||
2026-01-21 04:24:49.968 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:49.968 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:49.968 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:49.968 DEBUG [src.node.docker_mananger] docker run -i -t -p 30874:30874 -p 30875:30875 -p 30876:30876 -p 30877:30877 -p 30878:30878 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30876 --rest-port=30874 --tcp-port=30875 --discv5-udp-port=30877 --rest-address=0.0.0.0 --nat=extip:172.18.107.238 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=ecd3cd4a3efbf8d8366ec68cdef27abda1cea02a7ceeee98e5c8bf6cbf68bdd5 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30878 --metrics-logging=true --relay=true --dns-discovery=false
|
||||
2026-01-21 04:24:50.150 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.107.238 waku c3951c7f4ec48b20429c84c3f74a1d5ac18e9ec28f7037328cbb5c251d6cd631
|
||||
2026-01-21 04:24:50.171 ERROR [src.node.docker_mananger] Max retries reached for container 4332f92e5420. Exiting log stream.
|
||||
2026-01-21 04:24:50.186 DEBUG [src.node.docker_mananger] Container started with ID c3951c7f4ec4. Setting up logs at ./log/docker/node1_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:50.186 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 30874
|
||||
2026-01-21 04:24:50.188 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:50.741 ERROR [src.node.docker_mananger] Max retries reached for container b26533d2d99b. Exiting log stream.
|
||||
2026-01-21 04:24:51.188 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30874/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:51.192 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:24:51.192 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:51.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30874/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:51.194 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.107.238/tcp/30875/p2p/16Uiu2HAm5nV68jzMKWpjjsbS8mXCdU7tE5ghh9QQuXqP2hhhYCYi","/ip4/172.18.107.238/tcp/30876/ws/p2p/16Uiu2HAm5nV68jzMKWpjjsbS8mXCdU7tE5ghh9QQuXqP2hhhYCYi"],"enrUri":"enr:-La4QBsWcrooaKgILzHgZbfsUU3GozeU91Nf1CJOz2u5h3voOYPb0XBNp188nTTzwwAFQw5enEx8PnJ-e6U9XRl4lRACgmlkgnY0gmlwhKwSa-6KbXVsdGlhZGRyc5YACASsEmvuBnibAAoErBJr7gZ4nN0DgnJzhQADAQAAiXNlY3AyNTZrMaECmenAi2WDrVFP0-D_34hnAYcV_8iLZh66ppSSf0IA0JODdGNwgnibhXdha3UyAQ"}'
|
||||
2026-01-21 04:24:51.195 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:51.195 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:51.195 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:51.196 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:51.197 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.171.93
|
||||
2026-01-21 04:24:51.197 DEBUG [src.node.docker_mananger] Generated ports ['8118', '8119', '8120', '8121', '8122']
|
||||
2026-01-21 04:24:51.197 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:51.197 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:51.197 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:51.197 DEBUG [src.node.docker_mananger] docker run -i -t -p 8118:8118 -p 8119:8119 -p 8120:8120 -p 8121:8121 -p 8122:8122 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=8120 --rest-port=8118 --tcp-port=8119 --discv5-udp-port=8121 --rest-address=0.0.0.0 --nat=extip:172.18.171.93 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=a470fddf1ebadfebebaca3b4dacdca2febba3be0fb721e98025dbf5a57ecdec4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8122 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QBsWcrooaKgILzHgZbfsUU3GozeU91Nf1CJOz2u5h3voOYPb0XBNp188nTTzwwAFQw5enEx8PnJ-e6U9XRl4lRACgmlkgnY0gmlwhKwSa-6KbXVsdGlhZGRyc5YACASsEmvuBnibAAoErBJr7gZ4nN0DgnJzhQADAQAAiXNlY3AyNTZrMaECmenAi2WDrVFP0-D_34hnAYcV_8iLZh66ppSSf0IA0JODdGNwgnibhXdha3UyAQ
|
||||
2026-01-21 04:24:51.392 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.171.93 waku ecfdc78f129b323181b082ec34c6fd8078a3a787c499512b8a288a789b6d71e2
|
||||
2026-01-21 04:24:51.424 DEBUG [src.node.docker_mananger] Container started with ID ecfdc78f129b. Setting up logs at ./log/docker/node2_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:51.424 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8118
|
||||
2026-01-21 04:24:51.425 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:52.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8118/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.428 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:24:52.428 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:52.429 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8118/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:52.431 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.171.93/tcp/8119/p2p/16Uiu2HAm41brxZstu8CfHVKf99BP3TrUK7kb7YbhYFau7PhAHi9T","/ip4/172.18.171.93/tcp/8120/ws/p2p/16Uiu2HAm41brxZstu8CfHVKf99BP3TrUK7kb7YbhYFau7PhAHi9T"],"enrUri":"enr:-La4QA6coejxmR49y427dbetX4TiiBrHnuGjGUEGYUn59xASQ5w3BRtK4a8OADEQ9fGnNE7kUVt8iC3ZcUMg5IsJluACgmlkgnY0gmlwhKwSq12KbXVsdGlhZGRyc5YACASsEqtdBh-3AAoErBKrXQYfuN0DgnJzhQADAQAAiXNlY3AyNTZrMaECf46WPLsIfM33hxCeLfxF9bFGQs_LOasCBOXu2SyvPD6DdGNwgh-3hXdha3UyAQ"}'
|
||||
2026-01-21 04:24:52.431 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:52.431 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:24:52.431 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:24:52.433 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:24:52.433 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.120.7
|
||||
2026-01-21 04:24:52.433 DEBUG [src.node.docker_mananger] Generated ports ['64723', '64724', '64725', '64726', '64727']
|
||||
2026-01-21 04:24:52.433 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:24:52.433 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:24:52.434 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:24:52.434 DEBUG [src.node.docker_mananger] docker run -i -t -p 64723:64723 -p 64724:64724 -p 64725:64725 -p 64726:64726 -p 64727:64727 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=64725 --rest-port=64723 --tcp-port=64724 --discv5-udp-port=64726 --rest-address=0.0.0.0 --nat=extip:172.18.120.7 --peer-exchange=true --discv5-discovery=false --cluster-id=3 --nodekey=bd4b9ce1add61ec7cf7a5361a08e6e402f8aca201bad96badd12b8bed2563ed4 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=64727 --metrics-logging=true --relay=true --dns-discovery=false --discv5-bootstrap-node=enr:-La4QBsWcrooaKgILzHgZbfsUU3GozeU91Nf1CJOz2u5h3voOYPb0XBNp188nTTzwwAFQw5enEx8PnJ-e6U9XRl4lRACgmlkgnY0gmlwhKwSa-6KbXVsdGlhZGRyc5YACASsEmvuBnibAAoErBJr7gZ4nN0DgnJzhQADAQAAiXNlY3AyNTZrMaECmenAi2WDrVFP0-D_34hnAYcV_8iLZh66ppSSf0IA0JODdGNwgnibhXdha3UyAQ
|
||||
2026-01-21 04:24:52.616 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.120.7 waku eb14beb4351a84970e878ecaa5c65bc8d0a07f6d7adac5d795d4d6d28ed25f84
|
||||
2026-01-21 04:24:52.647 DEBUG [src.node.docker_mananger] Container started with ID eb14beb4351a. Setting up logs at ./log/docker/node3_2026-01-21_04-24-49__7720b502-1103-4824-a29a-1510899f5b6a__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:24:52.647 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 64723
|
||||
2026-01-21 04:24:52.647 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:24:53.648 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64723/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.651 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:24:53.651 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:24:53.651 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:64723/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.654 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.120.7/tcp/64724/p2p/16Uiu2HAmVGSgkwsMUqqAooXWVKei44QKAnAzKWnfsxVg1pk4TRB9","/ip4/172.18.120.7/tcp/64725/ws/p2p/16Uiu2HAmVGSgkwsMUqqAooXWVKei44QKAnAzKWnfsxVg1pk4TRB9"],"enrUri":"enr:-La4QDtT_9o5ZwAqrqF8jq8Rid63D-7UFxPi_XMKT4ZpG9tIDTtH-tV5pgI6YiAfqHgHA9Qv1NvXakhURlt1AA80H0UCgmlkgnY0gmlwhKwSeAeKbXVsdGlhZGRyc5YACASsEngHBvzUAAoErBJ4Bwb81d0DgnJzhQADAQAAiXNlY3AyNTZrMaED9tAY0ySRV0YE7vDpY9vSbgVXz46oJ8ciVt4-ojl0X4yDdGNwgvzUhXdha3UyAQ"}'
|
||||
2026-01-21 04:24:53.654 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:24:53.654 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30874/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.171.93/tcp/8119/p2p/16Uiu2HAm41brxZstu8CfHVKf99BP3TrUK7kb7YbhYFau7PhAHi9T"]'
|
||||
2026-01-21 04:24:53.689 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:53.691 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8118/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.107.238/tcp/30875/p2p/16Uiu2HAm5nV68jzMKWpjjsbS8mXCdU7tE5ghh9QQuXqP2hhhYCYi"]'
|
||||
2026-01-21 04:24:53.708 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:53.709 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30874/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.120.7/tcp/64724/p2p/16Uiu2HAmVGSgkwsMUqqAooXWVKei44QKAnAzKWnfsxVg1pk4TRB9"]'
|
||||
2026-01-21 04:24:53.730 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:53.732 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64723/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.107.238/tcp/30875/p2p/16Uiu2HAm5nV68jzMKWpjjsbS8mXCdU7tE5ghh9QQuXqP2hhhYCYi"]'
|
||||
2026-01-21 04:24:53.747 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:53.748 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:30874/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:24:53.750 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:53.751 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8118/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:24:53.753 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:53.753 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:64723/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:24:53.756 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:24:53.756 DEBUG [tests.rest_flags.test_admin_flags] mesh topic=/waku/2/rs/3/0, target peers={'/ip4/172.18.171.93/tcp/8119/p2p/16Uiu2HAm41brxZstu8CfHVKf99BP3TrUK7kb7YbhYFau7PhAHi9T', '/ip4/172.18.120.7/tcp/64724/p2p/16Uiu2HAmVGSgkwsMUqqAooXWVKei44QKAnAzKWnfsxVg1pk4TRB9'}
|
||||
2026-01-21 04:24:53.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:30874/admin/v1/peers/mesh/on/0" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:24:53.759 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"shard":0,"peers":[{"multiaddr":"/ip4/172.18.171.93/tcp/8119/p2p/16Uiu2HAm41brxZstu8CfHVKf99BP3TrUK7kb7YbhYFau7PhAHi9T","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin","score":0.0},{"multiaddr":"/ip4/172.18.120.7/tcp/64724/p2p/16Uiu2HAmVGSgkwsMUqqAooXWVKei44QKAnAzKWnfsxVg1pk4TRB9","protocols":["/ipfs/id/1.0.0","/libp2p/autonat/1.0.0","/libp2p/circuit/relay/0.2.0/hop","/vac/waku/metadata/1.0.0","/vac/waku/relay/2.0.0","/vac/waku/rendezvous/1.0.0","/ipfs/ping/1.0.0","/vac/waku/filter-push/2.0.0-beta1","/vac/waku/peer-exchange/2.0.0-alpha1"],"shards":[0],"connected":"Connected","agent":"nwaku-v0.36.0-127-ga4e44d","origin":"UnknownOrigin","score":0.0}]}'
|
||||
2026-01-21 04:24:53.759 DEBUG [tests.rest_flags.test_admin_flags] Node-1 mesh on the shard {'shard': 0, 'peers': [{'multiaddr': '/ip4/172.18.171.93/tcp/8119/p2p/16Uiu2HAm41brxZstu8CfHVKf99BP3TrUK7kb7YbhYFau7PhAHi9T', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-127-ga4e44d', 'origin': 'UnknownOrigin', 'score': 0.0}, {'multiaddr': '/ip4/172.18.120.7/tcp/64724/p2p/16Uiu2HAmVGSgkwsMUqqAooXWVKei44QKAnAzKWnfsxVg1pk4TRB9', 'protocols': ['/ipfs/id/1.0.0', '/libp2p/autonat/1.0.0', '/libp2p/circuit/relay/0.2.0/hop', '/vac/waku/metadata/1.0.0', '/vac/waku/relay/2.0.0', '/vac/waku/rendezvous/1.0.0', '/ipfs/ping/1.0.0', '/vac/waku/filter-push/2.0.0-beta1', '/vac/waku/peer-exchange/2.0.0-alpha1'], 'shards': [0], 'connected': 'Connected', 'agent': 'nwaku-v0.36.0-127-ga4e44d', 'origin': 'UnknownOrigin', 'score': 0.0}]}
|
||||
2026-01-21 04:24:53.759 DEBUG [tests.rest_flags.test_admin_flags] Validate the schema variables
|
||||
2026-01-21 04:24:53.762 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:24:53.763 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:24:53.763 DEBUG [src.node.waku_node] Stopping container with id c3951c7f4ec4
|
||||
2026-01-21 04:24:54.330 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:24:54.331 DEBUG [src.node.waku_node] Stopping container with id ecfdc78f129b
|
||||
2026-01-21 04:24:54.870 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:24:54.870 DEBUG [src.node.waku_node] Stopping container with id eb14beb4351a
|
||||
2026-01-21 04:24:55.144 ERROR [src.node.docker_mananger] Max retries reached for container c3951c7f4ec4. Exiting log stream.
|
||||
2026-01-21 04:24:55.415 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:24:55.416 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:24:55.423 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:24:55.432 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:24:55.436 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
101
nim/1043/data/attachments/23114858b970c22.txt
Normal file
101
nim/1043/data/attachments/23114858b970c22.txt
Normal file
@ -0,0 +1,101 @@
|
||||
2026-01-21 04:34:10.042 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:34:10.042 DEBUG [tests.conftest] Running test: test_store_with_empty_pubsub_topics with id: 2026-01-21_04-34-10__c9bd6bd1-4325-431f-9379-af133209326b
|
||||
2026-01-21 04:34:10.042 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:34:10.042 DEBUG [src.steps.store] Running fixture setup: store_setup
|
||||
2026-01-21 04:34:10.042 DEBUG [src.steps.store] Running fixture setup: node_setup
|
||||
2026-01-21 04:34:10.048 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:34:10.048 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-34-10__c9bd6bd1-4325-431f-9379-af133209326b__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:34:10.048 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:34:10.049 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:34:10.050 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:34:10.050 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.145.41
|
||||
2026-01-21 04:34:10.050 DEBUG [src.node.docker_mananger] Generated ports ['59754', '59755', '59756', '59757', '59758']
|
||||
2026-01-21 04:34:10.050 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:34:10.050 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:34:10.050 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:34:10.050 DEBUG [src.node.docker_mananger] docker run -i -t -p 59754:59754 -p 59755:59755 -p 59756:59756 -p 59757:59757 -p 59758:59758 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=59756 --rest-port=59754 --tcp-port=59755 --discv5-udp-port=59757 --rest-address=0.0.0.0 --nat=extip:172.18.145.41 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=cc7edadcd4c33a803b8dfd7f2bd9c98151aab8a134f7eadf098d5527b7fbebed --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=59758 --metrics-logging=true --store=true --relay=true
|
||||
2026-01-21 04:34:10.222 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.145.41 waku f4b394d456c46815d9bd88d8e123ae89afd690406387ed4088fe5276e8a74178
|
||||
2026-01-21 04:34:10.249 DEBUG [src.node.docker_mananger] Container started with ID f4b394d456c4. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-34-10__c9bd6bd1-4325-431f-9379-af133209326b__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:34:10.249 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 59754
|
||||
2026-01-21 04:34:10.249 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:34:10.397 ERROR [src.node.docker_mananger] Max retries reached for container 7f6607b25b45. Exiting log stream.
|
||||
2026-01-21 04:34:10.845 ERROR [src.node.docker_mananger] Max retries reached for container 243d918e9e06. Exiting log stream.
|
||||
2026-01-21 04:34:11.250 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59754/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.253 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:34:11.253 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:34:11.253 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59754/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:11.256 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.41/tcp/59755/p2p/16Uiu2HAmLmdLypD4LyboyCVwU8HJhU3ScmLnheYs5WRpef4P6dsV","/ip4/172.18.145.41/tcp/59756/ws/p2p/16Uiu2HAmLmdLypD4LyboyCVwU8HJhU3ScmLnheYs5WRpef4P6dsV"],"enrUri":"enr:-L24QAoOLkcC0ZDWUx-ivpM43Z_JBdVCDTlX4Ypn_DVcUBq5WRredwxsnOgGJn41X0AfHYhr_9gi-2rjrLxgJiB0SukCgmlkgnY0gmlwhKwSkSmKbXVsdGlhZGRyc5YACASsEpEpBulrAAoErBKRKQbpbN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDeJDPbYOJQ-vvnr4vo2iCfeDw2SALz-Hypi6ocAYWjIiDdGNwgulrg3VkcILpbYV3YWt1MgM"}'
|
||||
2026-01-21 04:34:11.256 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:34:11.262 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:34:11.262 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-34-10__c9bd6bd1-4325-431f-9379-af133209326b__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:34:11.263 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:34:11.263 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:34:11.264 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:34:11.264 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.145.224
|
||||
2026-01-21 04:34:11.264 DEBUG [src.node.docker_mananger] Generated ports ['43159', '43160', '43161', '43162', '43163']
|
||||
2026-01-21 04:34:11.264 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:34:11.264 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:34:11.265 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:34:11.265 DEBUG [src.node.docker_mananger] docker run -i -t -p 43159:43159 -p 43160:43160 -p 43161:43161 -p 43162:43162 -p 43163:43163 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=43161 --rest-port=43159 --tcp-port=43160 --discv5-udp-port=43162 --rest-address=0.0.0.0 --nat=extip:172.18.145.224 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=5e1dd6b607efcad3b7255bef955bd4b7f9af8008261bd7acb4c4d7e4cdaf5ca7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=43163 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QAoOLkcC0ZDWUx-ivpM43Z_JBdVCDTlX4Ypn_DVcUBq5WRredwxsnOgGJn41X0AfHYhr_9gi-2rjrLxgJiB0SukCgmlkgnY0gmlwhKwSkSmKbXVsdGlhZGRyc5YACASsEpEpBulrAAoErBKRKQbpbN0DgnJzhQADAQAAiXNlY3AyNTZrMaEDeJDPbYOJQ-vvnr4vo2iCfeDw2SALz-Hypi6ocAYWjIiDdGNwgulrg3VkcILpbYV3YWt1MgM --storenode=/ip4/172.18.145.41/tcp/59755/p2p/16Uiu2HAmLmdLypD4LyboyCVwU8HJhU3ScmLnheYs5WRpef4P6dsV --store=true --relay=true
|
||||
2026-01-21 04:34:11.412 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.145.224 waku cb72d3eebc097c907aa7e63e74dd7cce9481fd6cb744b0f57b11c4a142395174
|
||||
2026-01-21 04:34:11.440 DEBUG [src.node.docker_mananger] Container started with ID cb72d3eebc09. Setting up logs at ./log/docker/store_node1_2026-01-21_04-34-10__c9bd6bd1-4325-431f-9379-af133209326b__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:34:11.440 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 43159
|
||||
2026-01-21 04:34:11.440 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:34:12.441 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43159/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.445 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"READY"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"READY"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"READY"},{"Legacy Store Client":"READY"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:34:12.446 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:34:12.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:43159/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:12.448 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.224/tcp/43160/p2p/16Uiu2HAmJj16Y1DSH7xiPGPXhr2pQBEdkZLJ4MdkusB7a5nWofL8","/ip4/172.18.145.224/tcp/43161/ws/p2p/16Uiu2HAmJj16Y1DSH7xiPGPXhr2pQBEdkZLJ4MdkusB7a5nWofL8"],"enrUri":"enr:-L24QOHJGXp5CNUXCcqSKOr_ths9atTwQFoI8rHzTQ12EwLyMM3ZTyRaEXf3v5cJsCIp9HMkeTYutBrWDhUPsoUVp0sCgmlkgnY0gmlwhKwSkeCKbXVsdGlhZGRyc5YACASsEpHgBqiYAAoErBKR4Aaomd0DgnJzhQADAQAAiXNlY3AyNTZrMaEDWi1JsThQduL0VJI70ArTzlT-NYzAafHdLkD5IG6V6E2DdGNwgqiYg3VkcIKomoV3YWt1MgM"}'
|
||||
2026-01-21 04:34:12.448 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:34:12.449 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43159/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.145.41/tcp/59755/p2p/16Uiu2HAmLmdLypD4LyboyCVwU8HJhU3ScmLnheYs5WRpef4P6dsV"]'
|
||||
2026-01-21 04:34:12.451 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:34:12.451 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59754/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:34:12.453 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:34:12.454 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:43159/relay/v1/subscriptions" -H "Content-Type: application/json" -d '["/waku/2/rs/3/0"]'
|
||||
2026-01-21 04:34:12.455 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:34:12.456 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:34:12.456 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59754/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:34:12.461 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:34:12.461 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:34:12.662 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:34:12.662 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59754/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/waku/2/content/test.js", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:34:12.667 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:34:12.667 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:34:12.868 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:34:12.868 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59754/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/22/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:34:12.873 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:34:12.874 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:34:13.075 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:34:13.076 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59754/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/toychat/2/huilong/proto", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:34:13.081 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:34:13.081 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:34:13.282 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:34:13.282 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59754/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/statusim/1/community/cbor", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:34:13.287 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:34:13.287 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:34:13.488 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:34:13.488 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59754/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:34:13.493 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:34:13.493 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:34:13.694 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:34:13.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59754/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/29/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:34:13.699 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:34:13.699 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:34:13.900 DEBUG [src.steps.store] Relaying message
|
||||
2026-01-21 04:34:13.900 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:59754/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "U3RvcmUgd29ya3MhIQ==", "contentTopic": "/app/20/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:34:13.905 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:34:13.906 DEBUG [src.libs.common] Sleeping for 0.2 seconds
|
||||
2026-01-21 04:34:14.107 DEBUG [tests.store.test_topics] Trying to get stored msg with empty pubsub topic
|
||||
2026-01-21 04:34:14.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:59754/store/v3/messages?includeData=true&pubsubTopic=&pageSize=20&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:34:14.111 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"requestId":"","statusCode":200,"statusDesc":"OK","messages":[{"messageHash":"0x455ad774fe693c40d3219ec58b97738107495f28c8c39547f43dc1c5d1338a30","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/myapp/1/latest/proto","version":0,"timestamp":1768970052456407626,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x9c5f426532ede6c00931aa54f80d653d689f9f39f0c44c0d4a06ef77eb998b83","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/waku/2/content/test.js","version":0,"timestamp":1768970052662113515,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xb456b68d60ec1db08ffc13cd72b09cef50836ff5dc832310453cc37f908d225d","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/22/sometopic/someencoding","version":0,"timestamp":1768970052868333353,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x36ac4d4f4869b659303da730010a6ce483e22f7d31e02fdbcf45f8b017cef4ea","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/toychat/2/huilong/proto","version":0,"timestamp":1768970053075834756,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x2fbde22c1be355272816a25aafef43f1f891d413d69418c72f9f867c5f52ce7a","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/statusim/1/community/cbor","version":0,"timestamp":1768970053282593134,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x6850c135251e3b534f3908cffc2e4d6fbfa86653f2e90a1a4286082f5fec7ea8","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1768970053488406904,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0xf101146407c6becc9d3104964376e8a4d34aaebc15c76dc63d07a62668d28e00","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/29/sometopic/someencoding","version":0,"timestamp":1768970053693926105,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"},{"messageHash":"0x765d77cb004c423e0211e1dc5e703a33bfda32a8a7cb222c1c91a02dbbfe92e7","message":{"payload":"U3RvcmUgd29ya3MhIQ==","contentTopic":"/app/20/sometopic/someencoding","version":0,"timestamp":1768970053899949979,"ephemeral":false},"pubsubTopic":"/waku/2/rs/3/0"}]}'
|
||||
2026-01-21 04:34:14.111 DEBUG [tests.store.test_topics] getting the following response when sending empty pubsub_topic {'requestId': '', 'statusCode': 200, 'statusDesc': 'OK', 'messages': [{'messageHash': '0x455ad774fe693c40d3219ec58b97738107495f28c8c39547f43dc1c5d1338a30', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/myapp/1/latest/proto', 'version': 0, 'timestamp': 1768970052456407626, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x9c5f426532ede6c00931aa54f80d653d689f9f39f0c44c0d4a06ef77eb998b83', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/waku/2/content/test.js', 'version': 0, 'timestamp': 1768970052662113515, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xb456b68d60ec1db08ffc13cd72b09cef50836ff5dc832310453cc37f908d225d', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/22/sometopic/someencoding', 'version': 0, 'timestamp': 1768970052868333353, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x36ac4d4f4869b659303da730010a6ce483e22f7d31e02fdbcf45f8b017cef4ea', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/toychat/2/huilong/proto', 'version': 0, 'timestamp': 1768970053075834756, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x2fbde22c1be355272816a25aafef43f1f891d413d69418c72f9f867c5f52ce7a', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/statusim/1/community/cbor', 'version': 0, 'timestamp': 1768970053282593134, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x6850c135251e3b534f3908cffc2e4d6fbfa86653f2e90a1a4286082f5fec7ea8', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/27/sometopic/someencoding', 'version': 0, 'timestamp': 1768970053488406904, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0xf101146407c6becc9d3104964376e8a4d34aaebc15c76dc63d07a62668d28e00', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/29/sometopic/someencoding', 'version': 0, 'timestamp': 1768970053693926105, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}, {'messageHash': '0x765d77cb004c423e0211e1dc5e703a33bfda32a8a7cb222c1c91a02dbbfe92e7', 'message': {'payload': 'U3RvcmUgd29ya3MhIQ==', 'contentTopic': '/app/20/sometopic/someencoding', 'version': 0, 'timestamp': 1768970053899949979, 'ephemeral': False}, 'pubsubTopic': '/waku/2/rs/3/0'}]}
|
||||
2026-01-21 04:34:14.111 DEBUG [tests.store.test_topics] messages successfully queried with empty pubsub topic
|
||||
2026-01-21 04:34:14.115 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:34:14.116 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:34:14.116 DEBUG [src.node.waku_node] Stopping container with id f4b394d456c4
|
||||
2026-01-21 04:34:14.607 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:34:14.607 DEBUG [src.node.waku_node] Stopping container with id cb72d3eebc09
|
||||
2026-01-21 04:34:15.073 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:34:15.073 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:34:15.081 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:34:15.088 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
861
nim/1043/data/attachments/237b2e7800de0929.txt
Normal file
861
nim/1043/data/attachments/237b2e7800de0929.txt
Normal file
@ -0,0 +1,861 @@
|
||||
2026-01-21 04:19:59.236 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:19:59.237 DEBUG [tests.conftest] Running test: test_light_push_with_ephemeral with id: 2026-01-21_04-19-59__2b05489b-cf63-4480-b64c-fc273fd5cdf7
|
||||
2026-01-21 04:19:59.237 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:19:59.237 DEBUG [src.steps.light_push] Running fixture setup: light_push_setup
|
||||
2026-01-21 04:19:59.244 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:19:59.244 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-21_04-19-59__2b05489b-cf63-4480-b64c-fc273fd5cdf7__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:59.244 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:19:59.244 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:19:59.246 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:19:59.246 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.145.177
|
||||
2026-01-21 04:19:59.246 DEBUG [src.node.docker_mananger] Generated ports ['20952', '20953', '20954', '20955', '20956']
|
||||
2026-01-21 04:19:59.246 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:19:59.246 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:19:59.247 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:19:59.247 DEBUG [src.node.docker_mananger] docker run -i -t -p 20952:20952 -p 20953:20953 -p 20954:20954 -p 20955:20955 -p 20956:20956 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=20954 --rest-port=20952 --tcp-port=20953 --discv5-udp-port=20955 --rest-address=0.0.0.0 --nat=extip:172.18.145.177 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=ffa0df5dcbf8dde7aada61bccdb1becb7b646bcbd6ba2aa8afe63b0c5fabc8e3 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20956 --metrics-logging=true --lightpush=true --relay=true
|
||||
2026-01-21 04:19:59.426 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.145.177 waku 517708abf3e27aedba3d960fd586030943241ad6ae6739455441bf6c974ce2ef
|
||||
2026-01-21 04:19:59.458 DEBUG [src.node.docker_mananger] Container started with ID 517708abf3e2. Setting up logs at ./log/docker/receiving_node1_2026-01-21_04-19-59__2b05489b-cf63-4480-b64c-fc273fd5cdf7__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:19:59.458 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 20952
|
||||
2026-01-21 04:19:59.459 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:19:59.513 ERROR [src.node.docker_mananger] Max retries reached for container b4c75a605805. Exiting log stream.
|
||||
2026-01-21 04:20:00.049 ERROR [src.node.docker_mananger] Max retries reached for container 5bc9a61cf693. Exiting log stream.
|
||||
2026-01-21 04:20:00.460 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20952/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:00.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_READY","desc":"Node has no relay peers to fullfill push requests"},{"Legacy Lightpush":"NOT_READY","desc":"Node has no relay peers to fullfill push requests"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:20:00.463 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:20:00.464 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:20952/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:00.466 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.145.177/tcp/20953/p2p/16Uiu2HAm7M8k7bAseT46xxRDedJPzpbThNiDQ4kb4vPRsZACouuj","/ip4/172.18.145.177/tcp/20954/ws/p2p/16Uiu2HAm7M8k7bAseT46xxRDedJPzpbThNiDQ4kb4vPRsZACouuj"],"enrUri":"enr:-L24QKHVqU_m6G2jKoqRkDC9PCyKln7o6QmodQcjp6la7kSAa7oTZTcfD_wQ5zz7y1WqW6O9p1woWHEa4CZ3egn8dP4CgmlkgnY0gmlwhKwSkbGKbXVsdGlhZGRyc5YACASsEpGxBlHZAAoErBKRsQZR2t0DgnJzhQADAQAAiXNlY3AyNTZrMaECsSKZ9RIx2LGS4EQ1KtN3BGU67XtYxueFFikL6GXuUcKDdGNwglHZg3VkcIJR24V3YWt1Mgk"}'
|
||||
2026-01-21 04:20:00.466 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:20:00.473 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:20:00.473 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-21_04-19-59__2b05489b-cf63-4480-b64c-fc273fd5cdf7__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:00.473 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:20:00.473 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:20:00.475 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:20:00.475 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.5.162
|
||||
2026-01-21 04:20:00.475 DEBUG [src.node.docker_mananger] Generated ports ['18020', '18021', '18022', '18023', '18024']
|
||||
2026-01-21 04:20:00.475 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:20:00.475 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:20:00.475 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:20:00.476 DEBUG [src.node.docker_mananger] docker run -i -t -p 18020:18020 -p 18021:18021 -p 18022:18022 -p 18023:18023 -p 18024:18024 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18022 --rest-port=18020 --tcp-port=18021 --discv5-udp-port=18023 --rest-address=0.0.0.0 --nat=extip:172.18.5.162 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bc851f0aabcc5f0da93ebf3a60f6b15fc5a0f97caef82a37f3889beedc704a9f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18024 --metrics-logging=true --lightpush=false --relay=true
|
||||
2026-01-21 04:20:00.656 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.5.162 waku 2e90f1d3f26b2c181ca7f3fcea1324f3f95b411360cf1909508a0791bee6d9bd
|
||||
2026-01-21 04:20:00.685 DEBUG [src.node.docker_mananger] Container started with ID 2e90f1d3f26b. Setting up logs at ./log/docker/receiving_node2_2026-01-21_04-19-59__2b05489b-cf63-4480-b64c-fc273fd5cdf7__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:00.686 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 18020
|
||||
2026-01-21 04:20:00.686 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:20:01.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18020/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:01.690 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"NOT_READY","desc":"No Filter service peer available yet"}]}'
|
||||
2026-01-21 04:20:01.691 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:20:01.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:18020/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:01.693 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.5.162/tcp/18021/p2p/16Uiu2HAmSfp6YYaxxXLCJT1jxzTyfYUZBn32ZoLbtGrpBhyQfdDB","/ip4/172.18.5.162/tcp/18022/ws/p2p/16Uiu2HAmSfp6YYaxxXLCJT1jxzTyfYUZBn32ZoLbtGrpBhyQfdDB"],"enrUri":"enr:-L24QG3CFa5oy8EJb4XM0MCZZWlwmux3nxLo-QzTyCPJOzDsRXvNXRalVgmRMut3aoQYTbretl7N2b_ZIWZP1q472eQCgmlkgnY0gmlwhKwSBaKKbXVsdGlhZGRyc5YACASsEgWiBkZlAAoErBIFogZGZt0DgnJzhQADAQAAiXNlY3AyNTZrMaED0DmacPYg4boG3S293lNF2koF8uVQsZhgSpEov0WU5TKDdGNwgkZlg3VkcIJGZ4V3YWt1MgE"}'
|
||||
2026-01-21 04:20:01.693 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:20:01.694 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:18020/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.145.177/tcp/20953/p2p/16Uiu2HAm7M8k7bAseT46xxRDedJPzpbThNiDQ4kb4vPRsZACouuj"]'
|
||||
2026-01-21 04:20:01.727 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:20:01.737 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:20:01.738 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-21_04-19-59__2b05489b-cf63-4480-b64c-fc273fd5cdf7__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:01.741 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:20:01.741 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:20:01.744 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:20:01.744 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.229.198
|
||||
2026-01-21 04:20:01.744 DEBUG [src.node.docker_mananger] Generated ports ['37142', '37143', '37144', '37145', '37146']
|
||||
2026-01-21 04:20:01.745 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:20:01.745 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:20:01.745 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:20:01.746 DEBUG [src.node.docker_mananger] docker run -i -t -p 37142:37142 -p 37143:37143 -p 37144:37144 -p 37145:37145 -p 37146:37146 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=37144 --rest-port=37142 --tcp-port=37143 --discv5-udp-port=37145 --rest-address=0.0.0.0 --nat=extip:172.18.229.198 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9dde1d7c8f8dafa5f894e9bd9b22474e5ef27009dbd0adbdda1b03f32fe2ec17 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=37146 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKHVqU_m6G2jKoqRkDC9PCyKln7o6QmodQcjp6la7kSAa7oTZTcfD_wQ5zz7y1WqW6O9p1woWHEa4CZ3egn8dP4CgmlkgnY0gmlwhKwSkbGKbXVsdGlhZGRyc5YACASsEpGxBlHZAAoErBKRsQZR2t0DgnJzhQADAQAAiXNlY3AyNTZrMaECsSKZ9RIx2LGS4EQ1KtN3BGU67XtYxueFFikL6GXuUcKDdGNwglHZg3VkcIJR24V3YWt1Mgk --lightpushnode=/ip4/172.18.145.177/tcp/20953/p2p/16Uiu2HAm7M8k7bAseT46xxRDedJPzpbThNiDQ4kb4vPRsZACouuj --lightpush=true --relay=false
|
||||
2026-01-21 04:20:01.935 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.229.198 waku 28b8230f2747c7d3a0f2374b2afadcbbbc41012fb034394f2c4c3f223dab8393
|
||||
2026-01-21 04:20:01.963 DEBUG [src.node.docker_mananger] Container started with ID 28b8230f2747. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-19-59__2b05489b-cf63-4480-b64c-fc273fd5cdf7__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:01.964 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 37142
|
||||
2026-01-21 04:20:01.965 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:20:02.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:03.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:03.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:03.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:03.313 ERROR [src.node.docker_mananger] Max retries reached for container 28b8230f2747. Exiting log stream.
|
||||
2026-01-21 04:20:03.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:03.472 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:03.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:03.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:03.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:03.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:03.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:04.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:04.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:04.284 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:04.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:04.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:04.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:04.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:04.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:04.893 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:04.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:05.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:05.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:05.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:05.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:05.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:05.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:05.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:05.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:05.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:06.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:06.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:06.214 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:06.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:06.417 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:06.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:06.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:06.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:06.823 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:06.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:07.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:07.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:07.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:07.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:07.432 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:07.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:07.635 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:07.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:07.838 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:07.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:08.041 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:08.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:08.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:08.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:08.447 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:08.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:08.650 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:08.751 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:08.853 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:08.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:09.056 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:09.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:09.259 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:09.361 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:09.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:09.564 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:09.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:09.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:09.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:09.970 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:10.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:10.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:10.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:10.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:10.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:10.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:10.680 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:10.782 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:10.884 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:10.985 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:11.087 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:11.189 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:11.290 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:11.392 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:11.493 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:11.595 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:11.697 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:11.798 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:11.900 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:12.001 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:12.103 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:12.204 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:12.306 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:12.408 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:12.509 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:12.611 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:12.712 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:12.813 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:12.915 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:13.016 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:13.118 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:13.219 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:13.320 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:13.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:13.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:13.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:13.726 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:13.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:13.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:14.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:14.133 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:14.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:14.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:14.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:14.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:14.639 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:14.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:14.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:14.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:15.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:15.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:15.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:15.351 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:15.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:15.554 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:15.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:15.757 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:15.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:15.960 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:16.062 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:16.163 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:16.265 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:16.366 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:16.468 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:16.570 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:16.671 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:16.773 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:16.874 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:16.976 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:17.077 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:17.179 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:17.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:17.382 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:17.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:17.585 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:17.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:17.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:17.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:17.991 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:18.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:18.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:18.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:18.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:18.500 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:18.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:18.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:18.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:18.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:19.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:19.109 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:19.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:19.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:19.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:19.515 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:19.617 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:19.718 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:19.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:19.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:20.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:20.124 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:20.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:20.327 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:20.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:20.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:20.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:20.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:20.835 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:20.936 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:21.038 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:21.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:21.241 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:21.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:21.444 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:21.546 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:21.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:21.749 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:21.850 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:21.952 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:22.053 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:22.155 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:22.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:22.358 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:22.459 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:22.561 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:22.663 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:22.764 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:22.865 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:22.967 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:37142/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:22.968 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=37142): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3bc23e26f0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-21 04:20:23.068 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:20:23.069 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:20:23.070 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:20:23.071 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.101.238
|
||||
2026-01-21 04:20:23.071 DEBUG [src.node.docker_mananger] Generated ports ['41629', '41630', '41631', '41632', '41633']
|
||||
2026-01-21 04:20:23.071 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:20:23.071 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:20:23.071 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:20:23.071 DEBUG [src.node.docker_mananger] docker run -i -t -p 41629:41629 -p 41630:41630 -p 41631:41631 -p 41632:41632 -p 41633:41633 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=41631 --rest-port=41629 --tcp-port=41630 --discv5-udp-port=41632 --rest-address=0.0.0.0 --nat=extip:172.18.101.238 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bdcbb8ae9e8bbe9faf5ca4dc9dbb33162a03a40788b35a273afbd6ba5ddbb87f --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=41633 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKHVqU_m6G2jKoqRkDC9PCyKln7o6QmodQcjp6la7kSAa7oTZTcfD_wQ5zz7y1WqW6O9p1woWHEa4CZ3egn8dP4CgmlkgnY0gmlwhKwSkbGKbXVsdGlhZGRyc5YACASsEpGxBlHZAAoErBKRsQZR2t0DgnJzhQADAQAAiXNlY3AyNTZrMaECsSKZ9RIx2LGS4EQ1KtN3BGU67XtYxueFFikL6GXuUcKDdGNwglHZg3VkcIJR24V3YWt1Mgk --lightpushnode=/ip4/172.18.145.177/tcp/20953/p2p/16Uiu2HAm7M8k7bAseT46xxRDedJPzpbThNiDQ4kb4vPRsZACouuj --lightpush=true --relay=false
|
||||
2026-01-21 04:20:23.254 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.101.238 waku ed7bbd70058fa95786b57732332c8dd95802e62b8ab2ed91795481b94718399a
|
||||
2026-01-21 04:20:23.284 DEBUG [src.node.docker_mananger] Container started with ID ed7bbd70058f. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-19-59__2b05489b-cf63-4480-b64c-fc273fd5cdf7__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:23.285 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 41629
|
||||
2026-01-21 04:20:23.285 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:20:24.287 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:24.388 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:24.490 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:24.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:24.634 ERROR [src.node.docker_mananger] Max retries reached for container ed7bbd70058f. Exiting log stream.
|
||||
2026-01-21 04:20:24.693 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:24.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:24.896 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:24.998 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:25.099 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:25.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:25.321 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:25.422 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:25.523 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:25.625 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:25.727 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:25.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:25.929 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:26.031 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:26.132 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:26.234 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:26.336 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:26.437 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:26.538 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:26.640 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:26.741 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:26.843 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:26.944 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:27.046 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:27.147 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:27.249 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:27.350 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:27.452 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:27.553 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:27.655 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:27.756 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:27.858 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:27.959 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:28.061 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:28.162 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:28.264 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:28.365 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:28.467 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:28.568 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:28.670 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:28.771 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:28.873 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:28.974 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:29.076 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:29.177 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:29.278 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:29.380 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:29.481 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:29.583 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:29.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:29.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:29.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:29.989 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:30.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:30.192 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:30.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:30.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:30.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:30.598 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:30.700 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:30.803 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:30.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:31.006 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:31.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:31.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:31.311 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:31.412 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:31.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:31.615 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:31.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:31.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:31.920 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:32.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:32.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:32.224 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:32.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:32.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:32.529 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:32.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:32.732 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:32.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:32.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.544 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.646 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:33.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:34.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:34.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:34.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:34.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:34.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:34.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:34.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:34.763 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:34.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:34.966 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:35.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:35.169 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:35.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:35.372 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:35.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:35.575 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:35.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:35.778 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:35.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:35.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:36.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:36.183 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:36.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:36.386 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:36.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:36.589 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:36.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:36.792 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:36.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:36.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:37.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:37.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:37.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:37.401 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:37.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:37.604 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:37.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:37.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:37.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:38.010 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:38.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:38.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:38.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:38.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:38.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:38.620 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:38.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:38.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:38.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:39.025 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:39.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:39.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:39.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:39.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:39.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:39.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:39.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:39.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:39.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:40.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:40.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:40.243 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:40.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:40.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:40.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:40.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:40.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:40.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:40.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:41.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:41.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:41.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:41.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:41.461 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:41.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:41.664 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:41.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:41.867 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:41.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:42.070 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:42.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:42.273 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:42.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:42.476 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:42.578 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:42.679 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:42.781 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:42.882 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:42.984 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:43.085 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:43.187 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:43.288 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:43.390 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:43.491 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:43.592 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:43.694 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:43.795 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:43.897 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:43.999 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:44.100 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:44.201 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:44.303 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:41629/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:44.304 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=41629): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3bc26890a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-21 04:20:44.404 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:20:44.405 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:20:44.406 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:20:44.407 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.3.137
|
||||
2026-01-21 04:20:44.407 DEBUG [src.node.docker_mananger] Generated ports ['46636', '46637', '46638', '46639', '46640']
|
||||
2026-01-21 04:20:44.407 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:20:44.407 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:20:44.407 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:20:44.407 DEBUG [src.node.docker_mananger] docker run -i -t -p 46636:46636 -p 46637:46637 -p 46638:46638 -p 46639:46639 -p 46640:46640 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=46638 --rest-port=46636 --tcp-port=46637 --discv5-udp-port=46639 --rest-address=0.0.0.0 --nat=extip:172.18.3.137 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=a997ade9f27ab9b5baaa6daa7c30ecc45fe5edbf528287044d52efaf2c84f8c9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=46640 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QKHVqU_m6G2jKoqRkDC9PCyKln7o6QmodQcjp6la7kSAa7oTZTcfD_wQ5zz7y1WqW6O9p1woWHEa4CZ3egn8dP4CgmlkgnY0gmlwhKwSkbGKbXVsdGlhZGRyc5YACASsEpGxBlHZAAoErBKRsQZR2t0DgnJzhQADAQAAiXNlY3AyNTZrMaECsSKZ9RIx2LGS4EQ1KtN3BGU67XtYxueFFikL6GXuUcKDdGNwglHZg3VkcIJR24V3YWt1Mgk --lightpushnode=/ip4/172.18.145.177/tcp/20953/p2p/16Uiu2HAm7M8k7bAseT46xxRDedJPzpbThNiDQ4kb4vPRsZACouuj --lightpush=true --relay=false
|
||||
2026-01-21 04:20:44.587 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.3.137 waku f7f80924536eac73764858be02bab5ebf3dd8ed1453207df075f4bcb82787477
|
||||
2026-01-21 04:20:44.617 DEBUG [src.node.docker_mananger] Container started with ID f7f80924536e. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-19-59__2b05489b-cf63-4480-b64c-fc273fd5cdf7__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:20:44.618 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 46636
|
||||
2026-01-21 04:20:44.619 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:20:45.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:45.721 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:45.822 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:45.924 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:45.955 ERROR [src.node.docker_mananger] Max retries reached for container f7f80924536e. Exiting log stream.
|
||||
2026-01-21 04:20:46.026 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:46.127 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:46.229 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:46.330 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:46.431 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:46.533 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:46.634 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:46.736 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:46.837 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:46.939 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:47.040 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:47.142 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:47.244 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:47.345 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:47.446 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:47.548 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:47.649 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:47.750 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:47.852 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:47.954 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:48.055 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:48.157 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:48.258 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:48.360 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:48.462 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:48.563 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:48.665 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:48.766 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:48.868 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:48.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:49.071 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:49.172 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:49.274 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:49.375 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:49.477 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:49.582 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:49.684 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:49.786 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:49.887 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:49.988 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:50.090 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:50.191 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:50.293 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:50.395 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:50.496 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:50.597 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:50.699 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:50.800 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:50.902 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:51.004 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:51.105 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:51.207 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:51.308 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:51.409 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:51.511 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:51.613 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:51.714 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:51.816 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:51.917 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:52.018 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:52.120 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:52.222 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:52.323 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:52.425 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:52.526 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:52.628 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:52.729 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:52.831 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:52.932 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:53.034 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:53.135 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:53.237 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:53.338 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:53.440 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:53.541 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:53.643 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:53.744 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:53.845 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:53.947 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:54.049 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:54.150 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:54.251 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:54.353 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:54.454 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:54.556 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:54.658 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:54.759 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:54.861 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:54.962 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:55.064 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:55.165 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:55.267 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:55.368 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:55.470 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:55.571 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:55.673 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:55.774 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:55.876 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:55.977 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:56.079 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:56.180 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:56.281 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:56.383 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:56.484 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:56.586 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:56.687 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:56.789 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:56.890 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:56.992 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:57.093 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:57.195 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:57.296 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:57.398 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:57.499 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:57.601 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:57.702 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:57.804 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:57.905 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.007 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.108 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.210 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.312 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.413 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.514 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.616 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.717 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.819 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:58.921 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:59.022 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:59.123 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:59.225 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:59.326 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:59.428 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:59.530 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:59.631 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:59.733 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:59.834 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:20:59.935 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:00.037 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:00.139 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:00.240 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:00.342 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:00.443 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:00.545 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:00.647 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:00.748 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:00.849 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:00.951 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:01.052 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:01.154 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:01.256 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:01.357 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:01.458 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:01.560 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:01.661 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:01.762 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:01.864 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:01.965 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:02.067 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:02.168 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:02.270 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:02.371 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:02.473 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:02.574 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:02.676 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:02.777 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:02.879 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:02.980 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:03.082 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:03.184 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:03.285 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:03.387 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:03.488 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:03.590 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:03.691 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:03.793 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:03.894 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:03.995 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:04.097 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:04.198 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:04.300 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:04.402 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:04.503 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:04.605 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:04.706 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:04.807 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:04.909 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:05.011 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:05.112 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:05.213 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:05.315 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:05.416 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:05.518 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:05.619 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:46636/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:21:05.621 ERROR [src.node.waku_node] REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=46636): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f3bc2457b90>: Failed to establish a new connection: [Errno 111] Connection refused'))
|
||||
2026-01-21 04:21:05.850 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:21:05.851 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:21:05.851 DEBUG [src.node.waku_node] Stopping container with id 517708abf3e2
|
||||
2026-01-21 04:21:06.376 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:21:06.377 DEBUG [src.node.waku_node] Stopping container with id 2e90f1d3f26b
|
||||
2026-01-21 04:21:06.887 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:21:06.888 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:06.990 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:07.092 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:07.189 ERROR [src.node.docker_mananger] Max retries reached for container 517708abf3e2. Exiting log stream.
|
||||
2026-01-21 04:21:07.194 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:07.295 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:07.397 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:07.499 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:07.600 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:07.702 ERROR [src.node.docker_mananger] Max retries reached for container 2e90f1d3f26b. Exiting log stream.
|
||||
2026-01-21 04:21:07.702 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:07.803 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:07.905 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:08.007 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:08.109 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:08.210 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:08.312 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:08.414 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:08.516 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:08.617 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:08.719 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:08.821 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:08.923 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:09.025 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:09.126 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:09.228 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:09.330 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:09.432 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:09.534 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:09.635 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:09.737 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:09.839 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:09.941 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:10.043 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:10.144 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:10.246 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:10.348 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:10.450 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:10.551 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:10.653 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:10.755 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:10.857 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:10.958 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:11.060 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:11.162 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:11.264 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:11.366 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:11.467 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:11.569 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:11.671 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:11.773 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:11.874 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:11.976 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:11.978 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/f7f80924536eac73764858be02bab5ebf3dd8ed1453207df075f4bcb82787477/stop: Not Found ("No such container: f7f80924536eac73764858be02bab5ebf3dd8ed1453207df075f4bcb82787477")
|
||||
2026-01-21 04:21:11.978 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:12.079 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:12.181 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:12.283 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:12.385 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:12.486 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:12.588 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:12.690 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:12.792 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:12.894 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:12.996 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:13.097 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:13.199 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:13.301 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:13.403 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:13.505 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:13.606 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:13.708 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:13.810 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:13.912 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:14.014 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:14.116 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:14.217 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:14.319 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:14.421 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:14.523 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:14.625 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:14.726 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:14.828 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:14.930 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:15.032 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:15.134 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:15.236 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:15.338 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:15.439 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:15.541 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:15.643 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:15.745 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:15.847 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:15.949 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:16.050 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:16.152 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:16.254 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:16.356 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:16.458 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:16.559 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:16.661 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:16.763 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:16.865 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:16.967 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:17.069 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:17.070 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/f7f80924536eac73764858be02bab5ebf3dd8ed1453207df075f4bcb82787477/stop: Not Found ("No such container: f7f80924536eac73764858be02bab5ebf3dd8ed1453207df075f4bcb82787477")
|
||||
2026-01-21 04:21:17.070 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:17.171 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:17.273 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:17.375 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:17.477 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:17.578 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:17.680 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:17.782 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:17.884 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:17.986 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:18.087 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:18.189 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:18.291 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:18.393 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:18.495 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:18.596 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:18.698 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:18.800 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:18.902 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:19.004 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:19.105 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:19.207 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:19.309 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:19.411 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:19.513 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:19.614 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:19.716 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:19.818 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:19.920 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:20.022 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:20.123 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:20.225 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:20.327 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:20.429 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:20.530 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:20.632 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:20.734 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:20.835 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:20.937 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:21.039 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:21.141 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:21.242 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:21.344 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:21.446 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:21.548 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:21.649 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:21.751 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:21.853 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:21.955 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:22.056 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:22.158 DEBUG [src.node.waku_node] Stopping container with id f7f80924536e
|
||||
2026-01-21 04:21:22.160 ERROR [tests.conftest] Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/f7f80924536eac73764858be02bab5ebf3dd8ed1453207df075f4bcb82787477/stop: Not Found ("No such container: f7f80924536eac73764858be02bab5ebf3dd8ed1453207df075f4bcb82787477")
|
||||
2026-01-21 04:21:22.161 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:21:22.185 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:21:22.209 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:21:22.209 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:21:22.210 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:21:22.210 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
468
nim/1043/data/attachments/23c4f9288e81c01e.txt
Normal file
468
nim/1043/data/attachments/23c4f9288e81c01e.txt
Normal file
@ -0,0 +1,468 @@
|
||||
[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[99] with id: 2026-01-21_04-37-04__c3355fd6-dd4b-4881-9b30-5ac402403780
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-37-04__c3355fd6-dd4b-4881-9b30-5ac402403780__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.54.235
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['21752', '21753', '21754', '21755', '21756']
|
||||
[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 21752:21752 -p 21753:21753 -p 21754:21754 -p 21755:21755 -p 21756:21756 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=21754 --rest-port=21752 --tcp-port=21753 --discv5-udp-port=21755 --rest-address=0.0.0.0 --nat=extip:172.18.54.235 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=c4ec7ddffff8acdc5627d648e79f9dbbabeb95eb851dc219ee6cb1ddc04ae7a9 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=21756 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.54.235 waku bd6a52a9264b04bfe852cb0cd7083def385dc1e4060793593f0a392b24f350a6
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID bd6a52a9264b. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-37-04__c3355fd6-dd4b-4881-9b30-5ac402403780__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 21752
|
||||
[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 b49405912478. Exiting log stream.
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 6b95c92545c2. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:21752/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:21752/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.54.235/tcp/21753/p2p/16Uiu2HAmLh3bBRUR1tYpFTtBQoMXfU1onZaHtYDpkYb2Skxdr4S9","/ip4/172.18.54.235/tcp/21754/ws/p2p/16Uiu2HAmLh3bBRUR1tYpFTtBQoMXfU1onZaHtYDpkYb2Skxdr4S9"],"enrUri":"enr:-L24QGFvidNjcwcQSUdqEObOtL_igNC03akmtQAhwBBD5pF1RRZ4acFDiK0wkE1xPQ33S4blJH3W9M4C-vt4l_sHw_oCgmlkgnY0gmlwhKwSNuuKbXVsdGlhZGRyc5YACASsEjbrBlT5AAoErBI26wZU-t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDd2RR51R1i3a0Ex4iZ5sgAerJcZSuYoVQtPQKij-6FqaDdGNwglT5g3VkcIJU-4V3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-37-04__c3355fd6-dd4b-4881-9b30-5ac402403780__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.169
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['16378', '16379', '16380', '16381', '16382']
|
||||
[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 16378:16378 -p 16379:16379 -p 16380:16380 -p 16381:16381 -p 16382:16382 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=16380 --rest-port=16378 --tcp-port=16379 --discv5-udp-port=16381 --rest-address=0.0.0.0 --nat=extip:172.18.159.169 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bbbbeccae1f7db84aec7761f7dd3b1da54d33cae0b0a1efa7cccee1ab530be61 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=16382 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QGFvidNjcwcQSUdqEObOtL_igNC03akmtQAhwBBD5pF1RRZ4acFDiK0wkE1xPQ33S4blJH3W9M4C-vt4l_sHw_oCgmlkgnY0gmlwhKwSNuuKbXVsdGlhZGRyc5YACASsEjbrBlT5AAoErBI26wZU-t0DgnJzhQADAQAAiXNlY3AyNTZrMaEDd2RR51R1i3a0Ex4iZ5sgAerJcZSuYoVQtPQKij-6FqaDdGNwglT5g3VkcIJU-4V3YWt1MgM --storenode=/ip4/172.18.54.235/tcp/21753/p2p/16Uiu2HAmLh3bBRUR1tYpFTtBQoMXfU1onZaHtYDpkYb2Skxdr4S9 --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.159.169 waku 7c682028ae77e17d320dfbf57983093bfbfb905c67f238b2deca718b999f7546
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7c682028ae77. Setting up logs at ./log/docker/store_node1_2026-01-21_04-37-04__c3355fd6-dd4b-4881-9b30-5ac402403780__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 16378
|
||||
[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:16378/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:16378/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.169/tcp/16379/p2p/16Uiu2HAmJEhvPmAdNdrcjzDjGc4iczNMFKjQRBe5NZVqKn4TFXzH","/ip4/172.18.159.169/tcp/16380/ws/p2p/16Uiu2HAmJEhvPmAdNdrcjzDjGc4iczNMFKjQRBe5NZVqKn4TFXzH"],"enrUri":"enr:-L24QJLmvyfAPKOz2mkPJFEE9JsRXhe2eIzJE5m20wHj7XOcDp-Cdq71zKDLIJ2FchiWb5DMA5nTwCWCEaqQ6aGaaY4CgmlkgnY0gmlwhKwSn6mKbXVsdGlhZGRyc5YACASsEp-pBj_7AAoErBKfqQY__N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDUu2bA7yjTGxrG7klTD1dCrimoLWg02UEzLDp_ee3YCKDdGNwgj_7g3VkcII__YV3YWt1MgM"}'
|
||||
[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:16378/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.54.235/tcp/21753/p2p/16Uiu2HAmLh3bBRUR1tYpFTtBQoMXfU1onZaHtYDpkYb2Skxdr4S9"]'
|
||||
[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:21752/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:16378/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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:21752/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
|
||||
[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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV81OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV82OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV83OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV84OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV85OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:21752/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=99&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:16378/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=99&ascending=true" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:custom_logger.py:10 Log line was discarded because it's longer than max_log_line_length=5000
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:59 Running fixture teardown: test_setup
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:83 Running fixture teardown: close_open_nodes
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id bd6a52a9264b
|
||||
[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 7c682028ae77
|
||||
[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.
|
||||
272
nim/1043/data/attachments/23d249b22afd9cc4.txt
Normal file
272
nim/1043/data/attachments/23d249b22afd9cc4.txt
Normal file
@ -0,0 +1,272 @@
|
||||
[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[19-50] with id: 2026-01-21_04-38-04__0d4d4e1e-4792-4319-a666-1edd44a73ed5
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:31 Running fixture setup: store_setup
|
||||
[35mDEBUG [0m src.steps.store:store.py:39 Running fixture setup: node_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/publishing_node1_2026-01-21_04-38-04__0d4d4e1e-4792-4319-a666-1edd44a73ed5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:90 Starting Node...
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:22 Attempting to create or retrieve network waku
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:25 Network waku already exists
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:108 Generated random external IP 172.18.217.20
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['60213', '60214', '60215', '60216', '60217']
|
||||
[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 60213:60213 -p 60214:60214 -p 60215:60215 -p 60216:60216 -p 60217:60217 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=60215 --rest-port=60213 --tcp-port=60214 --discv5-udp-port=60216 --rest-address=0.0.0.0 --nat=extip:172.18.217.20 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=caefff9cf51bea03fb4c2ee80f8f0c6dde27ccc6b9a6df20f0f2b6db051a5d4b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=60217 --metrics-logging=true --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.217.20 waku 4b33a1e599746b2145716c9532fda1cb2c22ddb654872aa786cb4adfff53fe5b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 4b33a1e59974. Setting up logs at ./log/docker/publishing_node1_2026-01-21_04-38-04__0d4d4e1e-4792-4319-a666-1edd44a73ed5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 60213
|
||||
[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 015cf00a555f. Exiting log stream.
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container c08901ac6084. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60213/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:60213/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.217.20/tcp/60214/p2p/16Uiu2HAmC5MjmTQqwX5HCytSkTuj1pLpQjCkBS6HUm8YAgKurYtk","/ip4/172.18.217.20/tcp/60215/ws/p2p/16Uiu2HAmC5MjmTQqwX5HCytSkTuj1pLpQjCkBS6HUm8YAgKurYtk"],"enrUri":"enr:-L24QJhy8GJG-_Scj6Kv0r3CT42OCXr_jT-01jG9NQ26OL3iC_i3ogpN11b5Kpty3CJLu24_P7UF_gxlsIox3vCqYdYCgmlkgnY0gmlwhKwS2RSKbXVsdGlhZGRyc5YACASsEtkUBus2AAoErBLZFAbrN90DgnJzhQADAQAAiXNlY3AyNTZrMaEC92Jvem0Byle5vCLqMNv_BodcBvMlIqwXaO-WxcNT4H2DdGNwgus2g3VkcILrOIV3YWt1MgM"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/store_node1_2026-01-21_04-38-04__0d4d4e1e-4792-4319-a666-1edd44a73ed5__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.202.222
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['56286', '56287', '56288', '56289', '56290']
|
||||
[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 56286:56286 -p 56287:56287 -p 56288:56288 -p 56289:56289 -p 56290:56290 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=56288 --rest-port=56286 --tcp-port=56287 --discv5-udp-port=56289 --rest-address=0.0.0.0 --nat=extip:172.18.202.222 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=7a07e96dbdbff1dbaf56dbafadfe2fdbe9ba62e7b94a787d52b97cbad6aaaa0e --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=56290 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QJhy8GJG-_Scj6Kv0r3CT42OCXr_jT-01jG9NQ26OL3iC_i3ogpN11b5Kpty3CJLu24_P7UF_gxlsIox3vCqYdYCgmlkgnY0gmlwhKwS2RSKbXVsdGlhZGRyc5YACASsEtkUBus2AAoErBLZFAbrN90DgnJzhQADAQAAiXNlY3AyNTZrMaEC92Jvem0Byle5vCLqMNv_BodcBvMlIqwXaO-WxcNT4H2DdGNwgus2g3VkcILrOIV3YWt1MgM --storenode=/ip4/172.18.217.20/tcp/60214/p2p/16Uiu2HAmC5MjmTQqwX5HCytSkTuj1pLpQjCkBS6HUm8YAgKurYtk --store=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.202.222 waku 0f066719b0f679891324a6693d45dbb482d768b02ca536c0af46b835f4e57e4b
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 0f066719b0f6. Setting up logs at ./log/docker/store_node1_2026-01-21_04-38-04__0d4d4e1e-4792-4319-a666-1edd44a73ed5__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 56286
|
||||
[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:56286/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:56286/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.202.222/tcp/56287/p2p/16Uiu2HAmCpmM4PknkFjuJkC33jKtr4QTmm4LongeWy2d87AkprS3","/ip4/172.18.202.222/tcp/56288/ws/p2p/16Uiu2HAmCpmM4PknkFjuJkC33jKtr4QTmm4LongeWy2d87AkprS3"],"enrUri":"enr:-L24QKk1p4p1h0cyfTPdf4obUVBZvMeQuKZv-UtvEydKl9h7S5XbtRU6jM2N3nHARdAt5IOJ_sdq4si06Q8EnTND6lMCgmlkgnY0gmlwhKwSyt6KbXVsdGlhZGRyc5YACASsEsreBtvfAAoErBLK3gbb4N0DgnJzhQADAQAAiXNlY3AyNTZrMaEDAoEavSo5KD2yQYF000JPRkRLda_6ulnJhjrOVjqWcDiDdGNwgtvfg3VkcILb4YV3YWt1MgM"}'
|
||||
[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:56286/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.217.20/tcp/60214/p2p/16Uiu2HAmC5MjmTQqwX5HCytSkTuj1pLpQjCkBS6HUm8YAgKurYtk"]'
|
||||
[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:60213/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:56286/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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:60213/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
|
||||
[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:60213/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80MA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:60213/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80MQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:60213/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Mg==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:60213/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Mw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:60213/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80NA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:60213/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80NQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:60213/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Ng==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:60213/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80Nw==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:60213/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80OA==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:60213/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F0" -H "Content-Type: application/json" -d '{"payload": "TWVzc2FnZV80OQ==", "contentTopic": "/myapp/1/latest/proto", "timestamp": '$(date +%s%N)'}'
|
||||
[32mINFO [0m src.node.api_clients.base_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:60213/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=19&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":"0xb4c8cb8c8a1fdd533cb7961710b44245c5be914b7fc3598e12633624dd245460"},{"messageHash":"0xe13cd6e5b8274b5d5231e3d34da443738d8776ac5abcb751cbb6a89de290379e"},{"messageHash":"0x666a13d405f881d28ed4ae1a39f0e05e86a2962935d94bdeaf10490fdff5b247"},{"messageHash":"0xce1fbf2ecb33a1d197e36c573655d5d186e34643845e7c039e25f7a034c51d97"},{"messageHash":"0xf87a5433c7248ab08fbad379e84074d1b47c7b452c394e5bc72a89154b29e72c"},{"messageHash":"0x2caef8fdbdeeda96aa5ea78c90a2e691b90866dbaa598531d75b2fcb9ae04ec1"},{"messageHash":"0x902dedcf603280dee328e358e1701657c2ced36855c1257cac9af57fb5dbe40a"},{"messageHash":"0x1293d638d0ebbf6d9d7e7cfcaa91e13c6c7dd08f6700718bc8634576a04f9432"},{"messageHash":"0x1e4825726c936cf06571bbcef79f3475f14901280d285aa942fc3fd1c235d19a"},{"messageHash":"0x372fbe579f7d1cf7377fec24f067a8db668d69c3641d2135e6df87af9f5e93d1"},{"messageHash":"0x89981e6b6851bb8ccc1f13c362009a3556d389b3fad58f0ad834a01330786d9f"},{"messageHash":"0xda1b8e5a64f9be3f62b5d05c32abad9e3b626a4da9470eb3a9d063d3e261fc9d"},{"messageHash":"0x8a62b94a47f9515be42bc63e36781fbed9d4b9565e0861917d3f83f7dfdcc1b7"},{"messageHash":"0x5153e9996cde5d1f66bc6c44538652802d13083f5edf4895999dd120c93b453b"},{"messageHash":"0xd1fe55ca2962e10104227c40eb26246b25f59833d3846fa2f2bec34d7b4a0c60"},{"messageHash":"0x9a015e423f7d8aa902cfc4f3a369813b96ad8ea707a28a13c7981a7862297985"},{"messageHash":"0x2a8cf8f0a0dbf968bd97f40e1cb81b8fdfafbee08971f40f54edb4f696dc1b94"},{"messageHash":"0xdcfe88d88b732ed151bf5b69cbadc527f536f16ab3324c4547f62a65c81d68c7"},{"messageHash":"0xb4ec3802cea437d95959d1f543d2f791377f8552f2d99ee8897055835c763246"}],"paginationCursor":"0xb4ec3802cea437d95959d1f543d2f791377f8552f2d99ee8897055835c763246"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56286/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&pageSize=19&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":"0xb4c8cb8c8a1fdd533cb7961710b44245c5be914b7fc3598e12633624dd245460"},{"messageHash":"0xe13cd6e5b8274b5d5231e3d34da443738d8776ac5abcb751cbb6a89de290379e"},{"messageHash":"0x666a13d405f881d28ed4ae1a39f0e05e86a2962935d94bdeaf10490fdff5b247"},{"messageHash":"0xce1fbf2ecb33a1d197e36c573655d5d186e34643845e7c039e25f7a034c51d97"},{"messageHash":"0xf87a5433c7248ab08fbad379e84074d1b47c7b452c394e5bc72a89154b29e72c"},{"messageHash":"0x2caef8fdbdeeda96aa5ea78c90a2e691b90866dbaa598531d75b2fcb9ae04ec1"},{"messageHash":"0x902dedcf603280dee328e358e1701657c2ced36855c1257cac9af57fb5dbe40a"},{"messageHash":"0x1293d638d0ebbf6d9d7e7cfcaa91e13c6c7dd08f6700718bc8634576a04f9432"},{"messageHash":"0x1e4825726c936cf06571bbcef79f3475f14901280d285aa942fc3fd1c235d19a"},{"messageHash":"0x372fbe579f7d1cf7377fec24f067a8db668d69c3641d2135e6df87af9f5e93d1"},{"messageHash":"0x89981e6b6851bb8ccc1f13c362009a3556d389b3fad58f0ad834a01330786d9f"},{"messageHash":"0xda1b8e5a64f9be3f62b5d05c32abad9e3b626a4da9470eb3a9d063d3e261fc9d"},{"messageHash":"0x8a62b94a47f9515be42bc63e36781fbed9d4b9565e0861917d3f83f7dfdcc1b7"},{"messageHash":"0x5153e9996cde5d1f66bc6c44538652802d13083f5edf4895999dd120c93b453b"},{"messageHash":"0xd1fe55ca2962e10104227c40eb26246b25f59833d3846fa2f2bec34d7b4a0c60"},{"messageHash":"0x9a015e423f7d8aa902cfc4f3a369813b96ad8ea707a28a13c7981a7862297985"},{"messageHash":"0x2a8cf8f0a0dbf968bd97f40e1cb81b8fdfafbee08971f40f54edb4f696dc1b94"},{"messageHash":"0xdcfe88d88b732ed151bf5b69cbadc527f536f16ab3324c4547f62a65c81d68c7"},{"messageHash":"0xb4ec3802cea437d95959d1f543d2f791377f8552f2d99ee8897055835c763246"}],"paginationCursor":"0xb4ec3802cea437d95959d1f543d2f791377f8552f2d99ee8897055835c763246"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:60213/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xb4ec3802cea437d95959d1f543d2f791377f8552f2d99ee8897055835c763246&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":"0xaf6239281de6ea91e76c7b9bb0c8bee021b245cbbbbea3a74cbcd1b622bf5812"},{"messageHash":"0xd15f6bcc19dd26d32e6dab035f9c7b39108c0b5449a1dfed3a254573d6bd1046"},{"messageHash":"0x0d2ded4e2b42528938889d8fa25c28e668c25c250a188590ef20779255ad8841"},{"messageHash":"0x38938e4d3e091e8c3c20dd39b1db73da3aeb1af7853db13ca1d12ed639a13b0d"},{"messageHash":"0xf426e0fe3b6218e13cd0fa83229585458c2d4eb2eb92e73d582b71e3796eccea"},{"messageHash":"0xfc3955e8e195132dbe88ef198b52118d06827f06246ccb81feffef337df3b2e7"},{"messageHash":"0x84b4db9eeb89fa82df4f2067e224244f8632b3ea91b177142d9f994b62592cb9"},{"messageHash":"0xd8ae4b2e58fef42d7a523317f99999daaac2e84872263f72f75a46aed8beb329"},{"messageHash":"0x141afab54f674ea9e275f70c8127c5f516d0a6123d5d6cc9b10c5cc5377f711d"},{"messageHash":"0x51110f733e8769d97fca1daa27be0c79ba884629ce1a28553340998939280b8c"},{"messageHash":"0x56c6cd7f962358e5a89c376425bc837329f2b46b79f5abc4e4a0f89374086bd5"},{"messageHash":"0x8faab1e3d0125fb26d2ed474ed7de5d14a8de80951228ecbd4eb8a010aa96eb2"},{"messageHash":"0xf2034800f784355806aeeeeb8e2e285b97af602a9ac5c71c0f3f92f95ecdc84e"},{"messageHash":"0x90291e562c1db7d02f2d685451c9ce4c6261ce400b7e1abc132c9fe9d5fe16e2"},{"messageHash":"0xcce200bc6473d3c42901bb57e340cbe829febda8ee34d7d712fdf7389fbf822b"},{"messageHash":"0xd80f15448095d617770b95567146b80b1544e4ac060df30763dd86df2085a31c"},{"messageHash":"0x14daf6986e1c2e5d98b0a107d28f84769cb02578e4046c01d4c5adb9866c521d"},{"messageHash":"0xe313ee39524c875d6ae2d20c87a2a729afd5549a9eb8439bb3508160af031a65"},{"messageHash":"0x42712078121575a09cdc46d1f6d658e6d86a486fb3aaa56ac40f91172ee0a88b"},{"messageHash":"0x021aa37c6b84cd85935571193d50110c47235b10e854190a523feac86df9be06"},{"messageHash":"0x5c08fbe3a4310e24fb3ea5053cece603318421a59ca5f3d8e2afc2c375cfdd3d"},{"messageHash":"0xf55493f030f6e0ab715e3fc192596675a7aea8207c94dfed24439c6c294e7014"},{"messageHash":"0x45a90b9376790b38ecb9e5f8f28399c6068accb397c03a39e3eacf747f5094fa"},{"messageHash":"0x4a75bd6d573152e0a502e68781e87db5e5c2a271a4015b7ed5b26667d412709e"},{"messageHash":"0x6790a0b42d026c01126936a4a4cd85411971baef1f095618ed62ca87c66c1284"},{"messageHash":"0xccd51967b8f3c8ea7817a9a2ebf0c430bb5e8ee24c83caba425889c8dee2de1b"},{"messageHash":"0xa0fd4d31043e9f98696666a5f26c47340b05bb1e34a4e1c92fd7f06f8faec219"},{"messageHash":"0x6d12eb1aceae784ed2f8c84860dc514010b325f5347cce8151520c9cb3184ead"},{"messageHash":"0xebb78cda0b22f280209e5ea61f78a45c738de175575da5528dba0729e96eb43c"},{"messageHash":"0x8c5d19e48f8307089f7389a02d9ce9b66d0a3cffc359d7f96c16f262db892190"},{"messageHash":"0x73f894c563a6833a66b5f9c3513ea48d99b7e7e817f9ffb331378cbf46350784"}]}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:56286/store/v3/messages?pubsubTopic=%2Fwaku%2F2%2Frs%2F3%2F0&cursor=0xb4ec3802cea437d95959d1f543d2f791377f8552f2d99ee8897055835c763246&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":"0xaf6239281de6ea91e76c7b9bb0c8bee021b245cbbbbea3a74cbcd1b622bf5812"},{"messageHash":"0xd15f6bcc19dd26d32e6dab035f9c7b39108c0b5449a1dfed3a254573d6bd1046"},{"messageHash":"0x0d2ded4e2b42528938889d8fa25c28e668c25c250a188590ef20779255ad8841"},{"messageHash":"0x38938e4d3e091e8c3c20dd39b1db73da3aeb1af7853db13ca1d12ed639a13b0d"},{"messageHash":"0xf426e0fe3b6218e13cd0fa83229585458c2d4eb2eb92e73d582b71e3796eccea"},{"messageHash":"0xfc3955e8e195132dbe88ef198b52118d06827f06246ccb81feffef337df3b2e7"},{"messageHash":"0x84b4db9eeb89fa82df4f2067e224244f8632b3ea91b177142d9f994b62592cb9"},{"messageHash":"0xd8ae4b2e58fef42d7a523317f99999daaac2e84872263f72f75a46aed8beb329"},{"messageHash":"0x141afab54f674ea9e275f70c8127c5f516d0a6123d5d6cc9b10c5cc5377f711d"},{"messageHash":"0x51110f733e8769d97fca1daa27be0c79ba884629ce1a28553340998939280b8c"},{"messageHash":"0x56c6cd7f962358e5a89c376425bc837329f2b46b79f5abc4e4a0f89374086bd5"},{"messageHash":"0x8faab1e3d0125fb26d2ed474ed7de5d14a8de80951228ecbd4eb8a010aa96eb2"},{"messageHash":"0xf2034800f784355806aeeeeb8e2e285b97af602a9ac5c71c0f3f92f95ecdc84e"},{"messageHash":"0x90291e562c1db7d02f2d685451c9ce4c6261ce400b7e1abc132c9fe9d5fe16e2"},{"messageHash":"0xcce200bc6473d3c42901bb57e340cbe829febda8ee34d7d712fdf7389fbf822b"},{"messageHash":"0xd80f15448095d617770b95567146b80b1544e4ac060df30763dd86df2085a31c"},{"messageHash":"0x14daf6986e1c2e5d98b0a107d28f84769cb02578e4046c01d4c5adb9866c521d"},{"messageHash":"0xe313ee39524c875d6ae2d20c87a2a729afd5549a9eb8439bb3508160af031a65"},{"messageHash":"0x42712078121575a09cdc46d1f6d658e6d86a486fb3aaa56ac40f91172ee0a88b"},{"messageHash":"0x021aa37c6b84cd85935571193d50110c47235b10e854190a523feac86df9be06"},{"messageHash":"0x5c08fbe3a4310e24fb3ea5053cece603318421a59ca5f3d8e2afc2c375cfdd3d"},{"messageHash":"0xf55493f030f6e0ab715e3fc192596675a7aea8207c94dfed24439c6c294e7014"},{"messageHash":"0x45a90b9376790b38ecb9e5f8f28399c6068accb397c03a39e3eacf747f5094fa"},{"messageHash":"0x4a75bd6d573152e0a502e68781e87db5e5c2a271a4015b7ed5b26667d412709e"},{"messageHash":"0x6790a0b42d026c01126936a4a4cd85411971baef1f095618ed62ca87c66c1284"},{"messageHash":"0xccd51967b8f3c8ea7817a9a2ebf0c430bb5e8ee24c83caba425889c8dee2de1b"},{"messageHash":"0xa0fd4d31043e9f98696666a5f26c47340b05bb1e34a4e1c92fd7f06f8faec219"},{"messageHash":"0x6d12eb1aceae784ed2f8c84860dc514010b325f5347cce8151520c9cb3184ead"},{"messageHash":"0xebb78cda0b22f280209e5ea61f78a45c738de175575da5528dba0729e96eb43c"},{"messageHash":"0x8c5d19e48f8307089f7389a02d9ce9b66d0a3cffc359d7f96c16f262db892190"},{"messageHash":"0x73f894c563a6833a66b5f9c3513ea48d99b7e7e817f9ffb331378cbf46350784"}]}'
|
||||
[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 4b33a1e59974
|
||||
[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 0f066719b0f6
|
||||
[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/1043/data/attachments/23e06333d0721857.txt
Normal file
73
nim/1043/data/attachments/23e06333d0721857.txt
Normal file
@ -0,0 +1,73 @@
|
||||
2026-01-21 04:28:42.371 DEBUG [tests.conftest] Running fixture setup: test_id
|
||||
2026-01-21 04:28:42.372 DEBUG [tests.conftest] Running test: test_single_content_topic[/app/27/sometopic/someencoding] with id: 2026-01-21_04-28-42__38ff8679-650e-4d8d-bc8e-981bc7ae9f45
|
||||
2026-01-21 04:28:42.372 DEBUG [src.steps.common] Running fixture setup: common_setup
|
||||
2026-01-21 04:28:42.372 DEBUG [src.steps.relay] Running fixture setup: relay_setup
|
||||
2026-01-21 04:28:42.372 DEBUG [src.steps.sharding] Running fixture setup: sharding_setup
|
||||
2026-01-21 04:28:42.379 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:28:42.379 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-28-42__38ff8679-650e-4d8d-bc8e-981bc7ae9f45__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:28:42.380 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:28:42.380 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:28:42.381 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:28:42.381 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.65.71
|
||||
2026-01-21 04:28:42.381 DEBUG [src.node.docker_mananger] Generated ports ['8064', '8065', '8066', '8067', '8068']
|
||||
2026-01-21 04:28:42.381 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:28:42.382 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:28:42.382 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:28:42.382 DEBUG [src.node.docker_mananger] docker run -i -t -p 8064:8064 -p 8065:8065 -p 8066:8066 -p 8067:8067 -p 8068:8068 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=8066 --rest-port=8064 --tcp-port=8065 --discv5-udp-port=8067 --rest-address=0.0.0.0 --nat=extip:172.18.65.71 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=242afdb5bfbdf1b7aabceabb3fd85b141a58ba7d87d4602f47eccb52d87a1ccb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=8068 --metrics-logging=true --relay=true --filter=true --content-topic=/app/27/sometopic/someencoding
|
||||
2026-01-21 04:28:42.557 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.65.71 waku 3c0505ac3d84986412cc48ff341b2372bdb94dafc950b1f0a65904cf8b5c32df
|
||||
2026-01-21 04:28:42.589 DEBUG [src.node.docker_mananger] Container started with ID 3c0505ac3d84. Setting up logs at ./log/docker/node1_2026-01-21_04-28-42__38ff8679-650e-4d8d-bc8e-981bc7ae9f45__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:28:42.590 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 8064
|
||||
2026-01-21 04:28:42.590 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:28:42.629 ERROR [src.node.docker_mananger] Max retries reached for container 061f1df9490f. Exiting log stream.
|
||||
2026-01-21 04:28:43.181 ERROR [src.node.docker_mananger] Max retries reached for container bcce4f0163ec. Exiting log stream.
|
||||
2026-01-21 04:28:43.591 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8064/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:28:43.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"}]}'
|
||||
2026-01-21 04:28:43.594 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:28:43.594 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8064/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:28:43.596 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.65.71/tcp/8065/p2p/16Uiu2HAmSMUxzXKvdWxamAkpbWga4ZQLVSsbrLHyvUgt3ow7oaBi","/ip4/172.18.65.71/tcp/8066/ws/p2p/16Uiu2HAmSMUxzXKvdWxamAkpbWga4ZQLVSsbrLHyvUgt3ow7oaBi"],"enrUri":"enr:-L24QADXwfw2QSJj1PS3QY5fu9pB_GlqhLdAYXJdk8zONlQNYrAx_b2Gjoq1gJDrBk9MM2e3E4CWmHGU4hr_c7em028CgmlkgnY0gmlwhKwSQUeKbXVsdGlhZGRyc5YACASsEkFHBh-BAAoErBJBRwYfgt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDy4eEo_hexyHg3dT1uswlvpsP98aYYr1JfGDVlhdHNuGDdGNwgh-Bg3VkcIIfg4V3YWt1MgU"}'
|
||||
2026-01-21 04:28:43.597 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:28:43.603 DEBUG [src.node.docker_mananger] Docker client initialized with image wakuorg/nwaku:latest
|
||||
2026-01-21 04:28:43.604 DEBUG [src.node.waku_node] WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-28-42__38ff8679-650e-4d8d-bc8e-981bc7ae9f45__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:28:43.604 DEBUG [src.node.waku_node] Starting Node...
|
||||
2026-01-21 04:28:43.604 DEBUG [src.node.docker_mananger] Attempting to create or retrieve network waku
|
||||
2026-01-21 04:28:43.605 DEBUG [src.node.docker_mananger] Network waku already exists
|
||||
2026-01-21 04:28:43.605 DEBUG [src.node.docker_mananger] Generated random external IP 172.18.125.181
|
||||
2026-01-21 04:28:43.605 DEBUG [src.node.docker_mananger] Generated ports ['34209', '34210', '34211', '34212', '34213']
|
||||
2026-01-21 04:28:43.606 DEBUG [src.node.waku_node] RLN credentials were not set
|
||||
2026-01-21 04:28:43.606 INFO [src.node.waku_node] RLN credentials not set or credential store not available, starting without RLN
|
||||
2026-01-21 04:28:43.606 DEBUG [src.node.waku_node] Using volumes []
|
||||
2026-01-21 04:28:43.606 DEBUG [src.node.docker_mananger] docker run -i -t -p 34209:34209 -p 34210:34210 -p 34211:34211 -p 34212:34212 -p 34213:34213 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=34211 --rest-port=34209 --tcp-port=34210 --discv5-udp-port=34212 --rest-address=0.0.0.0 --nat=extip:172.18.125.181 --peer-exchange=true --discv5-discovery=true --cluster-id=2 --nodekey=3441395d8bd6375baba4fa0afeea2c7a66e18a3dfd23efccaedd013bdeebfdc2 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=34213 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QADXwfw2QSJj1PS3QY5fu9pB_GlqhLdAYXJdk8zONlQNYrAx_b2Gjoq1gJDrBk9MM2e3E4CWmHGU4hr_c7em028CgmlkgnY0gmlwhKwSQUeKbXVsdGlhZGRyc5YACASsEkFHBh-BAAoErBJBRwYfgt0DgnJzhQACAQAAiXNlY3AyNTZrMaEDy4eEo_hexyHg3dT1uswlvpsP98aYYr1JfGDVlhdHNuGDdGNwgh-Bg3VkcIIfg4V3YWt1MgU --content-topic=/app/27/sometopic/someencoding
|
||||
2026-01-21 04:28:43.795 DEBUG [src.node.docker_mananger] docker network connect --ip 172.18.125.181 waku a3938eae1aedf05496aaab62573dd6ecd7af1f26e5a39b8b7fc505e678dbd5ff
|
||||
2026-01-21 04:28:43.827 DEBUG [src.node.docker_mananger] Container started with ID a3938eae1aed. Setting up logs at ./log/docker/node2_2026-01-21_04-28-42__38ff8679-650e-4d8d-bc8e-981bc7ae9f45__wakuorg_nwaku:latest.log
|
||||
2026-01-21 04:28:43.827 DEBUG [src.node.waku_node] Started container from image wakuorg/nwaku:latest. REST: 34209
|
||||
2026-01-21 04:28:43.827 DEBUG [src.libs.common] Sleeping for 1 seconds
|
||||
2026-01-21 04:28:44.828 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34209/health" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:28:44.841 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"nodeHealth":"READY","protocolsHealth":[{"Relay":"NOT_READY","desc":"No connected peers"},{"Rln Relay":"NOT_MOUNTED"},{"Lightpush":"NOT_MOUNTED"},{"Legacy Lightpush":"NOT_MOUNTED"},{"Filter":"NOT_MOUNTED"},{"Store":"NOT_MOUNTED"},{"Legacy Store":"NOT_MOUNTED"},{"Peer Exchange":"READY"},{"Rendezvous":"NOT_READY","desc":"No Rendezvous peers are available yet"},{"Mix":"NOT_MOUNTED"},{"Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Legacy Lightpush Client":"NOT_READY","desc":"No Lightpush service peer available yet"},{"Store Client":"NOT_READY","desc":"No Store service peer available yet, neither Store service set up for the node"},{"Legacy Store Client":"NOT_READY","desc":"No Legacy Store service peers are available yet, neither Store service set up for the node"},{"Filter Client":"READY"}]}'
|
||||
2026-01-21 04:28:44.846 INFO [src.node.waku_node] Node protocols are initialized !!
|
||||
2026-01-21 04:28:44.847 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34209/debug/v1/info" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:28:44.849 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'{"listenAddresses":["/ip4/172.18.125.181/tcp/34210/p2p/16Uiu2HAkyMFM6jJkZm9UN6YiDbie5R6LuWZb27bVqe2vsLd1s6Nb","/ip4/172.18.125.181/tcp/34211/ws/p2p/16Uiu2HAkyMFM6jJkZm9UN6YiDbie5R6LuWZb27bVqe2vsLd1s6Nb"],"enrUri":"enr:-L24QNJgRNTWIGg9LMJN6gUeplqdYdVj3hOuHkYGxZTqAaMFeVuKbBw4OEhDCqtVXMxAsJzxv0iF29SjX9sNgw1QeScCgmlkgnY0gmlwhKwSfbWKbXVsdGlhZGRyc5YACASsEn21BoWiAAoErBJ9tQaFo90DgnJzhQACAQAAiXNlY3AyNTZrMaECOkySfjyRnV_4bDbgg2n0bkC83xe8ebdy57QxOaDr06iDdGNwgoWig3VkcIKFpIV3YWt1MgE"}'
|
||||
2026-01-21 04:28:44.849 INFO [src.node.waku_node] REST service is ready !!
|
||||
2026-01-21 04:28:44.850 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34209/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.65.71/tcp/8065/p2p/16Uiu2HAmSMUxzXKvdWxamAkpbWga4ZQLVSsbrLHyvUgt3ow7oaBi"]'
|
||||
2026-01-21 04:28:44.852 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:28:44.852 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8064/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2026-01-21 04:28:44.855 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:28:44.855 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:34209/relay/v1/auto/subscriptions" -H "Content-Type: application/json" -d '["/app/27/sometopic/someencoding"]'
|
||||
2026-01-21 04:28:44.857 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:28:44.858 INFO [src.node.api_clients.base_client] curl -v -X POST "http://127.0.0.1:8064/relay/v1/auto/messages" -H "Content-Type: application/json" -d '{"payload": "U2hhcmRpbmcgd29ya3MhIQ==", "contentTopic": "/app/27/sometopic/someencoding", "timestamp": '$(date +%s%N)'}'
|
||||
2026-01-21 04:28:44.863 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'OK'
|
||||
2026-01-21 04:28:44.864 DEBUG [src.libs.common] Sleeping for 0.1 seconds
|
||||
2026-01-21 04:28:44.964 DEBUG [src.steps.sharding] Checking that peer NODE_1:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:28:44.964 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:8064/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:28:44.967 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1768969724858371452,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:28:44.969 DEBUG [src.steps.sharding] Checking that peer NODE_2:wakuorg/nwaku:latest can find the published message
|
||||
2026-01-21 04:28:44.969 INFO [src.node.api_clients.base_client] curl -v -X GET "http://127.0.0.1:34209/relay/v1/auto/messages/%2Fapp%2F27%2Fsometopic%2Fsomeencoding" -H "Content-Type: application/json" -d 'None'
|
||||
2026-01-21 04:28:44.971 INFO [src.node.api_clients.base_client] Response status code: 200. Response content: b'[{"payload":"U2hhcmRpbmcgd29ya3MhIQ==","contentTopic":"/app/27/sometopic/someencoding","version":0,"timestamp":1768969724858371452,"ephemeral":false,"proof":""}]'
|
||||
2026-01-21 04:28:44.974 DEBUG [tests.conftest] Running fixture teardown: test_setup
|
||||
2026-01-21 04:28:44.975 DEBUG [tests.conftest] Running fixture teardown: close_open_nodes
|
||||
2026-01-21 04:28:44.975 DEBUG [src.node.waku_node] Stopping container with id 3c0505ac3d84
|
||||
2026-01-21 04:28:45.513 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:28:45.514 DEBUG [src.node.waku_node] Stopping container with id a3938eae1aed
|
||||
2026-01-21 04:28:46.025 DEBUG [src.node.waku_node] Container stopped.
|
||||
2026-01-21 04:28:46.027 DEBUG [tests.conftest] Running fixture teardown: check_waku_log_errors
|
||||
2026-01-21 04:28:46.033 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
2026-01-21 04:28:46.037 DEBUG [src.node.docker_mananger] No errors found in the waku logs.
|
||||
160
nim/1043/data/attachments/23e0ced9b79750a0.txt
Normal file
160
nim/1043/data/attachments/23e0ced9b79750a0.txt
Normal file
@ -0,0 +1,160 @@
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:51 Running fixture setup: test_id
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:57 Running test: test_optional_nodes_not_subscribed_to_same_pubsub_topic with id: 2026-01-21_04-24-08__5a478d0d-16da-4c8d-8a9a-f01f03e0f035
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:28 Running fixture setup: relay_setup
|
||||
[35mDEBUG [0m src.steps.relay:relay.py:34 Running fixture setup: setup_main_relay_nodes
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-24-08__5a478d0d-16da-4c8d-8a9a-f01f03e0f035__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.19.124
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['28497', '28498', '28499', '28500', '28501']
|
||||
[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 28497:28497 -p 28498:28498 -p 28499:28499 -p 28500:28500 -p 28501:28501 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=28499 --rest-port=28497 --tcp-port=28498 --discv5-udp-port=28500 --rest-address=0.0.0.0 --nat=extip:172.18.19.124 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=87d1eedcc2efcfc507db9b2acf82fea0af0dda532008c2f84caed78be4a533ab --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=28501 --metrics-logging=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.19.124 waku 9782e208fdf0ec5e0165bdbce0755fe60785f291a4066c658402648c70127170
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 9782e208fdf0. Setting up logs at ./log/docker/node1_2026-01-21_04-24-08__5a478d0d-16da-4c8d-8a9a-f01f03e0f035__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 28497
|
||||
[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:28497/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:28497/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.19.124/tcp/28498/p2p/16Uiu2HAmL3Q166NnoCMPJM2tYii31mS4DYrxR4NbppXNvpQGFcDZ","/ip4/172.18.19.124/tcp/28499/ws/p2p/16Uiu2HAmL3Q166NnoCMPJM2tYii31mS4DYrxR4NbppXNvpQGFcDZ"],"enrUri":"enr:-L24QFTC_dMkc6MKOC3POqCc6R138HtzWXbrgusGu7TrwWmgSEXMoxuN_0-R2jO6t7fmQ9mtF8z5o9eaEMUJS_VhP8ACgmlkgnY0gmlwhKwSE3yKbXVsdGlhZGRyc5YACASsEhN8Bm9SAAoErBITfAZvU90DgnJzhQADAQAAiXNlY3AyNTZrMaEDbb9UUD37q9VonxVM7WBVMetBm1P58RdpdHZcZF9CuYSDdGNwgm9Sg3VkcIJvVIV3YWt1MgE"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-24-08__5a478d0d-16da-4c8d-8a9a-f01f03e0f035__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.157.115
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['10309', '10310', '10311', '10312', '10313']
|
||||
[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 10309:10309 -p 10310:10310 -p 10311:10311 -p 10312:10312 -p 10313:10313 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=10311 --rest-port=10309 --tcp-port=10310 --discv5-udp-port=10312 --rest-address=0.0.0.0 --nat=extip:172.18.157.115 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=e4602c02d9e728a1f2db41d50dd3bbcdbffe9ab29e0ad78bbcbfcbeeda9ccd16 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=10313 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFTC_dMkc6MKOC3POqCc6R138HtzWXbrgusGu7TrwWmgSEXMoxuN_0-R2jO6t7fmQ9mtF8z5o9eaEMUJS_VhP8ACgmlkgnY0gmlwhKwSE3yKbXVsdGlhZGRyc5YACASsEhN8Bm9SAAoErBITfAZvU90DgnJzhQADAQAAiXNlY3AyNTZrMaEDbb9UUD37q9VonxVM7WBVMetBm1P58RdpdHZcZF9CuYSDdGNwgm9Sg3VkcIJvVIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.157.115 waku 7dcdfc73c4d6d75fa841fba6a27901a4dc0f825a59678ca22a2675ce6b65e344
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 7dcdfc73c4d6. Setting up logs at ./log/docker/node2_2026-01-21_04-24-08__5a478d0d-16da-4c8d-8a9a-f01f03e0f035__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 10309
|
||||
[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:10309/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:10309/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.157.115/tcp/10310/p2p/16Uiu2HAmQBrhtuLHS3zbeFp6vgvwbUnZJefLSVhRQNcADxS8ABy9","/ip4/172.18.157.115/tcp/10311/ws/p2p/16Uiu2HAmQBrhtuLHS3zbeFp6vgvwbUnZJefLSVhRQNcADxS8ABy9"],"enrUri":"enr:-L24QMfn-Qsxn9sfWuLKbxmyZaRI4yY9yuNBPZJsgiKtBaTJNKSNl4JnyZuLCOQB0qRwInlpe4wdOaa83OAN1YYCmaACgmlkgnY0gmlwhKwSnXOKbXVsdGlhZGRyc5YACASsEp1zBihGAAoErBKdcwYoR90DgnJzhQADAQAAiXNlY3AyNTZrMaEDq1jq13g8Cjo814nCJjh0IUGxf48GlcVpdTGHYzg67FiDdGNwgihGg3VkcIIoSIV3YWt1MgE"}'
|
||||
[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:10309/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.19.124/tcp/28498/p2p/16Uiu2HAmL3Q166NnoCMPJM2tYii31mS4DYrxR4NbppXNvpQGFcDZ"]'
|
||||
[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:46 Running fixture setup: setup_optional_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/node3_2026-01-21_04-24-08__5a478d0d-16da-4c8d-8a9a-f01f03e0f035__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.119.217
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['54027', '54028', '54029', '54030', '54031']
|
||||
[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 54027:54027 -p 54028:54028 -p 54029:54029 -p 54030:54030 -p 54031:54031 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=54029 --rest-port=54027 --tcp-port=54028 --discv5-udp-port=54030 --rest-address=0.0.0.0 --nat=extip:172.18.119.217 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=326e581bfede046ec00a4ab6a5946fe49ec36d3e072cce9ba62dfad52f8a126b --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=54031 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFTC_dMkc6MKOC3POqCc6R138HtzWXbrgusGu7TrwWmgSEXMoxuN_0-R2jO6t7fmQ9mtF8z5o9eaEMUJS_VhP8ACgmlkgnY0gmlwhKwSE3yKbXVsdGlhZGRyc5YACASsEhN8Bm9SAAoErBITfAZvU90DgnJzhQADAQAAiXNlY3AyNTZrMaEDbb9UUD37q9VonxVM7WBVMetBm1P58RdpdHZcZF9CuYSDdGNwgm9Sg3VkcIJvVIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.119.217 waku 140aa30e206e698c707ee8ed39884905ae26b47addac2a9cef2a7c0be8f51400
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 140aa30e206e. Setting up logs at ./log/docker/node3_2026-01-21_04-24-08__5a478d0d-16da-4c8d-8a9a-f01f03e0f035__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 54027
|
||||
[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:54027/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:54027/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.119.217/tcp/54028/p2p/16Uiu2HAkzZg1fCeKyWHpPJDmq7Szapg9jjNeseGLZw265GVboDET","/ip4/172.18.119.217/tcp/54029/ws/p2p/16Uiu2HAkzZg1fCeKyWHpPJDmq7Szapg9jjNeseGLZw265GVboDET"],"enrUri":"enr:-L24QFfRaAluZt-WYFinP_Es3m8fqfB7Uu1UDutWPilEKivpBlgwbj-7ZuYgBMJIL5otpv0ZEH2FLZ2r9ZMma-IBxtICgmlkgnY0gmlwhKwSd9mKbXVsdGlhZGRyc5YACASsEnfZBtMMAAoErBJ32QbTDd0DgnJzhQADAQAAiXNlY3AyNTZrMaECTFceEzQRyv_dWQBuc0kempMw8Tm4VNAVNEeqsuP6XEyDdGNwgtMMg3VkcILTDoV3YWt1MgE"}'
|
||||
[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:54027/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.19.124/tcp/28498/p2p/16Uiu2HAmL3Q166NnoCMPJM2tYii31mS4DYrxR4NbppXNvpQGFcDZ"]'
|
||||
[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/node4_2026-01-21_04-24-08__5a478d0d-16da-4c8d-8a9a-f01f03e0f035__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.163.130
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['65093', '65094', '65095', '65096', '65097']
|
||||
[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 65093:65093 -p 65094:65094 -p 65095:65095 -p 65096:65096 -p 65097:65097 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=65095 --rest-port=65093 --tcp-port=65094 --discv5-udp-port=65096 --rest-address=0.0.0.0 --nat=extip:172.18.163.130 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=9dff622e742bfa6ebbbcbe2b7ee447d28fc87cefffbd7afbd6afadd596cb5c11 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=65097 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFTC_dMkc6MKOC3POqCc6R138HtzWXbrgusGu7TrwWmgSEXMoxuN_0-R2jO6t7fmQ9mtF8z5o9eaEMUJS_VhP8ACgmlkgnY0gmlwhKwSE3yKbXVsdGlhZGRyc5YACASsEhN8Bm9SAAoErBITfAZvU90DgnJzhQADAQAAiXNlY3AyNTZrMaEDbb9UUD37q9VonxVM7WBVMetBm1P58RdpdHZcZF9CuYSDdGNwgm9Sg3VkcIJvVIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.163.130 waku 3b2f908b5aefc717faed01fe9273a6aecd885f75ee5580d1f2bd6224437f3e33
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 3b2f908b5aef. Setting up logs at ./log/docker/node4_2026-01-21_04-24-08__5a478d0d-16da-4c8d-8a9a-f01f03e0f035__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 65093
|
||||
[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:65093/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:65093/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.163.130/tcp/65094/p2p/16Uiu2HAmG7EEhiKMt2mfb8oSpf89FzHqgKqhQoUUKN1by5SRvnQN","/ip4/172.18.163.130/tcp/65095/ws/p2p/16Uiu2HAmG7EEhiKMt2mfb8oSpf89FzHqgKqhQoUUKN1by5SRvnQN"],"enrUri":"enr:-L24QD6ExGrPic-hm97e3m7gJnQ-_qcmFWgz4fSCIuODLi6zITxrZTnre2hiIOTqUXhs0F9S7cS8SSckWC_oHx13EAMCgmlkgnY0gmlwhKwSo4KKbXVsdGlhZGRyc5YACASsEqOCBv5GAAoErBKjggb-R90DgnJzhQADAQAAiXNlY3AyNTZrMaEDM0vc_ffel4nmtbqe3e4zIHWuOhFBr5-QXYWb0yv0sAeDdGNwgv5Gg3VkcIL-SIV3YWt1MgE"}'
|
||||
[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:65093/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.19.124/tcp/28498/p2p/16Uiu2HAmL3Q166NnoCMPJM2tYii31mS4DYrxR4NbppXNvpQGFcDZ"]'
|
||||
[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/node5_2026-01-21_04-24-08__5a478d0d-16da-4c8d-8a9a-f01f03e0f035__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.161.145
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1765', '1766', '1767', '1768', '1769']
|
||||
[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 1765:1765 -p 1766:1766 -p 1767:1767 -p 1768:1768 -p 1769:1769 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1767 --rest-port=1765 --tcp-port=1766 --discv5-udp-port=1768 --rest-address=0.0.0.0 --nat=extip:172.18.161.145 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=0c9cd6288ed3ba4e0a2fe9651ecacf2d0bc788ed4ddcee3c0bd9b6a9acd2e15d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1769 --metrics-logging=true --relay=true --discv5-bootstrap-node=enr:-L24QFTC_dMkc6MKOC3POqCc6R138HtzWXbrgusGu7TrwWmgSEXMoxuN_0-R2jO6t7fmQ9mtF8z5o9eaEMUJS_VhP8ACgmlkgnY0gmlwhKwSE3yKbXVsdGlhZGRyc5YACASsEhN8Bm9SAAoErBITfAZvU90DgnJzhQADAQAAiXNlY3AyNTZrMaEDbb9UUD37q9VonxVM7WBVMetBm1P58RdpdHZcZF9CuYSDdGNwgm9Sg3VkcIJvVIV3YWt1MgE
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.161.145 waku c6c176cc5df88f5e6441a6dd71452176fd8f8c85a972ceeff25b765b1f93dd4f
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID c6c176cc5df8. Setting up logs at ./log/docker/node5_2026-01-21_04-24-08__5a478d0d-16da-4c8d-8a9a-f01f03e0f035__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1765
|
||||
[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:1765/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:1765/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.161.145/tcp/1766/p2p/16Uiu2HAmHfGcgBtAvcQaWaBE2DutwSrhohnBYQhGafvaX3TSjBxg","/ip4/172.18.161.145/tcp/1767/ws/p2p/16Uiu2HAmHfGcgBtAvcQaWaBE2DutwSrhohnBYQhGafvaX3TSjBxg"],"enrUri":"enr:-L24QCRLN-UHEzDNPrMOPUMo_PKdZtqbMEBnTAZSFO9hXyEvVZoEIlIWfEVkD4epVYFrTF7ufRu3THrX62yq-nCMc-UCgmlkgnY0gmlwhKwSoZGKbXVsdGlhZGRyc5YACASsEqGRBgbmAAoErBKhkQYG590DgnJzhQADAQAAiXNlY3AyNTZrMaEDSlzTatwBwocjTHEBjtVyR7MTnB-rTY5OocWO_ZSo7eWDdGNwggbmg3VkcIIG6IV3YWt1MgE"}'
|
||||
[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:1765/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.19.124/tcp/28498/p2p/16Uiu2HAmL3Q166NnoCMPJM2tYii31mS4DYrxR4NbppXNvpQGFcDZ"]'
|
||||
[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:28497/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:10309/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:28497/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:28497/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":1768969454583373824,"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:10309/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":1768969454583373824,"ephemeral":false,"proof":""}]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X POST "http://127.0.0.1:28497/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:54027/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1" -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:54027/relay/v1/messages/%2Fwaku%2F2%2Frs%2F3%2F1. 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 9782e208fdf0
|
||||
[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 7dcdfc73c4d6
|
||||
[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 140aa30e206e
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9782e208fdf0. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 3b2f908b5aef
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 7dcdfc73c4d6. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id c6c176cc5df8
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 140aa30e206e. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:241 Container stopped.
|
||||
[35mDEBUG [0m tests.conftest:conftest.py:98 Running fixture teardown: check_waku_log_errors
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:144 No errors found in the waku logs.
|
||||
862
nim/1043/data/attachments/23f308b138084139.txt
Normal file
862
nim/1043/data/attachments/23f308b138084139.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_invalid_payloads with id: 2026-01-21_04-23-42__f42fdf70-fd6a-4724-b6a7-df24afad71f9
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.light_push:light_push.py:28 Running fixture setup: light_push_setup
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node1_2026-01-21_04-23-42__f42fdf70-fd6a-4724-b6a7-df24afad71f9__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.21.138
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['63993', '63994', '63995', '63996', '63997']
|
||||
[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 63993:63993 -p 63994:63994 -p 63995:63995 -p 63996:63996 -p 63997:63997 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=63995 --rest-port=63993 --tcp-port=63994 --discv5-udp-port=63996 --rest-address=0.0.0.0 --nat=extip:172.18.21.138 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=04d8cada606ef97bcbffd1b1ab9cae62bbfa8c95516caedaf8feef03f3066e02 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=63997 --metrics-logging=true --lightpush=true --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.21.138 waku e04dccbfca26d6809fb908e67c4e1038729027a1ead10232476f7a8e5fa85f6a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID e04dccbfca26. Setting up logs at ./log/docker/receiving_node1_2026-01-21_04-23-42__f42fdf70-fd6a-4724-b6a7-df24afad71f9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 63993
|
||||
[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:63993/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:63993/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.21.138/tcp/63994/p2p/16Uiu2HAmNc8VBPAp99bqY2FVDSmVwPFEK7tQUeHSHCb6KKJNWcwF","/ip4/172.18.21.138/tcp/63995/ws/p2p/16Uiu2HAmNc8VBPAp99bqY2FVDSmVwPFEK7tQUeHSHCb6KKJNWcwF"],"enrUri":"enr:-L24QDDwtfdhep5_fP2sb4SXEPwjT3jt0fgasot_EV6t_ZQ1BTuLk9WI5nGWjpsDnjn_IQZYzSTFQPs7KWqwKaK0oDkCgmlkgnY0gmlwhKwSFYqKbXVsdGlhZGRyc5YACASsEhWKBvn6AAoErBIVigb5-90DgnJzhQADAQAAiXNlY3AyNTZrMaEDk9lThwC8DE_TjcBikSGdcFTvkeci8cIDD0D7eFSd0y6DdGNwgvn6g3VkcIL5_IV3YWt1Mgk"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/receiving_node2_2026-01-21_04-23-42__f42fdf70-fd6a-4724-b6a7-df24afad71f9__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.32.63
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['30606', '30607', '30608', '30609', '30610']
|
||||
[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 30606:30606 -p 30607:30607 -p 30608:30608 -p 30609:30609 -p 30610:30610 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=30608 --rest-port=30606 --tcp-port=30607 --discv5-udp-port=30609 --rest-address=0.0.0.0 --nat=extip:172.18.32.63 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4cfaabedfb5db9ede2a471a6b4a5eaf5e7dd6d5f8e235da1babb221acd892df7 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=30610 --metrics-logging=true --lightpush=false --relay=true
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.32.63 waku cd571a3b789652272268c20e225eb1fa375375bd33759b451e38b07104b9546d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID cd571a3b7896. Setting up logs at ./log/docker/receiving_node2_2026-01-21_04-23-42__f42fdf70-fd6a-4724-b6a7-df24afad71f9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 30606
|
||||
[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:30606/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:30606/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.32.63/tcp/30607/p2p/16Uiu2HAm48y3qeDuMV25BVXkhNRD4knLXQwXVMNJLdyPVZSjYfWd","/ip4/172.18.32.63/tcp/30608/ws/p2p/16Uiu2HAm48y3qeDuMV25BVXkhNRD4knLXQwXVMNJLdyPVZSjYfWd"],"enrUri":"enr:-L24QKhA7pznxhRACs1ilmoGmjvhR81HTs7oAjSTjgzsQQfZfqc9v1jEK6rQ8Isx7VWsUDM4EBH-igtz8Q4sjGaMYtsCgmlkgnY0gmlwhKwSID-KbXVsdGlhZGRyc5YACASsEiA_BnePAAoErBIgPwZ3kN0DgnJzhQADAQAAiXNlY3AyNTZrMaECgXGcAusuyL69uhVhSSpaqTkPwgn5XTFkuKeXmdE9EiaDdGNwgnePg3VkcIJ3kYV3YWt1MgE"}'
|
||||
[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:30606/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.21.138/tcp/63994/p2p/16Uiu2HAmNc8VBPAp99bqY2FVDSmVwPFEK7tQUeHSHCb6KKJNWcwF"]'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:22 Response status code: 200. Response content: b'OK'
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/lightpush_node1_2026-01-21_04-23-42__f42fdf70-fd6a-4724-b6a7-df24afad71f9__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.175
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['1803', '1804', '1805', '1806', '1807']
|
||||
[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 1803:1803 -p 1804:1804 -p 1805:1805 -p 1806:1806 -p 1807:1807 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=1805 --rest-port=1803 --tcp-port=1804 --discv5-udp-port=1806 --rest-address=0.0.0.0 --nat=extip:172.18.95.175 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=6dff07a5ada478c587fec411a75a3dde57efe7f9bbad7cdf84adaeaeeccc3862 --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=1807 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QDDwtfdhep5_fP2sb4SXEPwjT3jt0fgasot_EV6t_ZQ1BTuLk9WI5nGWjpsDnjn_IQZYzSTFQPs7KWqwKaK0oDkCgmlkgnY0gmlwhKwSFYqKbXVsdGlhZGRyc5YACASsEhWKBvn6AAoErBIVigb5-90DgnJzhQADAQAAiXNlY3AyNTZrMaEDk9lThwC8DE_TjcBikSGdcFTvkeci8cIDD0D7eFSd0y6DdGNwgvn6g3VkcIL5_IV3YWt1Mgk --lightpushnode=/ip4/172.18.21.138/tcp/63994/p2p/16Uiu2HAmNc8VBPAp99bqY2FVDSmVwPFEK7tQUeHSHCb6KKJNWcwF --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.95.175 waku ee6e4e052bd8e9854310298ed4de15411a9cdd6209bd3e9e4f5898d568f32762
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID ee6e4e052bd8. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-23-42__f42fdf70-fd6a-4724-b6a7-df24afad71f9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 1803
|
||||
[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:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container ee6e4e052bd8. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:1803/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=1803): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8a8adf9250>: 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.122.194
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['26332', '26333', '26334', '26335', '26336']
|
||||
[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 26332:26332 -p 26333:26333 -p 26334:26334 -p 26335:26335 -p 26336:26336 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=26334 --rest-port=26332 --tcp-port=26333 --discv5-udp-port=26335 --rest-address=0.0.0.0 --nat=extip:172.18.122.194 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=2a7ba80a5f00eb5530aa7bc00f133eb7bf9ed04d21c4cccbab5aa84cd5d93bae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=26336 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QDDwtfdhep5_fP2sb4SXEPwjT3jt0fgasot_EV6t_ZQ1BTuLk9WI5nGWjpsDnjn_IQZYzSTFQPs7KWqwKaK0oDkCgmlkgnY0gmlwhKwSFYqKbXVsdGlhZGRyc5YACASsEhWKBvn6AAoErBIVigb5-90DgnJzhQADAQAAiXNlY3AyNTZrMaEDk9lThwC8DE_TjcBikSGdcFTvkeci8cIDD0D7eFSd0y6DdGNwgvn6g3VkcIL5_IV3YWt1Mgk --lightpushnode=/ip4/172.18.21.138/tcp/63994/p2p/16Uiu2HAmNc8VBPAp99bqY2FVDSmVwPFEK7tQUeHSHCb6KKJNWcwF --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.122.194 waku be45cce380e211c61a4cf778fefb0a04a41c507b21b35b44daba505c58a4db7d
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID be45cce380e2. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-23-42__f42fdf70-fd6a-4724-b6a7-df24afad71f9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 26332
|
||||
[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:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container be45cce380e2. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:26332/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=26332): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8a8b021610>: 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.86.227
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['20238', '20239', '20240', '20241', '20242']
|
||||
[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 20238:20238 -p 20239:20239 -p 20240:20240 -p 20241:20241 -p 20242:20242 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=20240 --rest-port=20238 --tcp-port=20239 --discv5-udp-port=20241 --rest-address=0.0.0.0 --nat=extip:172.18.86.227 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=eabdcc0dda06f93ab3fd0ca312f9bce0ffb7469f8ddd566bdcb90bacce9a0aae --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=20242 --metrics-logging=true --discv5-bootstrap-node=enr:-L24QDDwtfdhep5_fP2sb4SXEPwjT3jt0fgasot_EV6t_ZQ1BTuLk9WI5nGWjpsDnjn_IQZYzSTFQPs7KWqwKaK0oDkCgmlkgnY0gmlwhKwSFYqKbXVsdGlhZGRyc5YACASsEhWKBvn6AAoErBIVigb5-90DgnJzhQADAQAAiXNlY3AyNTZrMaEDk9lThwC8DE_TjcBikSGdcFTvkeci8cIDD0D7eFSd0y6DdGNwgvn6g3VkcIL5_IV3YWt1Mgk --lightpushnode=/ip4/172.18.21.138/tcp/63994/p2p/16Uiu2HAmNc8VBPAp99bqY2FVDSmVwPFEK7tQUeHSHCb6KKJNWcwF --lightpush=true --relay=false
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.86.227 waku 5d8f19745b87fd8784ba5166a2add53b7d471ab05ed5568fa8c8cd99ff68fd3a
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 5d8f19745b87. Setting up logs at ./log/docker/lightpush_node1_2026-01-21_04-23-42__f42fdf70-fd6a-4724-b6a7-df24afad71f9__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 20238
|
||||
[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:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 5d8f19745b87. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:20238/health" -H "Content-Type: application/json" -d 'None'
|
||||
[31m[1mERROR [0m src.node.waku_node:waku_node.py:196 REST service did not become ready in time: HTTPConnectionPool(host='127.0.0.1', port=20238): Max retries exceeded with url: /health (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f8a8b173590>: 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 e04dccbfca26
|
||||
[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 cd571a3b7896
|
||||
[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 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container e04dccbfca26. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[31m[1mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container cd571a3b7896. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/5d8f19745b87fd8784ba5166a2add53b7d471ab05ed5568fa8c8cd99ff68fd3a/stop: Not Found ("No such container: 5d8f19745b87fd8784ba5166a2add53b7d471ab05ed5568fa8c8cd99ff68fd3a")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/5d8f19745b87fd8784ba5166a2add53b7d471ab05ed5568fa8c8cd99ff68fd3a/stop: Not Found ("No such container: 5d8f19745b87fd8784ba5166a2add53b7d471ab05ed5568fa8c8cd99ff68fd3a")
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:234 Stopping container with id 5d8f19745b87
|
||||
[31m[1mERROR [0m tests.conftest:conftest.py:91 Failed to stop container because of error 404 Client Error for http+docker://localhost/v1.48/containers/5d8f19745b87fd8784ba5166a2add53b7d471ab05ed5568fa8c8cd99ff68fd3a/stop: Not Found ("No such container: 5d8f19745b87fd8784ba5166a2add53b7d471ab05ed5568fa8c8cd99ff68fd3a")
|
||||
[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.
|
||||
68
nim/1043/data/attachments/23fa535995c68166.txt
Normal file
68
nim/1043/data/attachments/23fa535995c68166.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: 2026-01-21_04-19-55__539d7508-76c9-45b2-bf53-eaafe4000b0a
|
||||
[35mDEBUG [0m src.steps.common:common.py:19 Running fixture setup: common_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:28 Running fixture setup: filter_setup
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:34 Running fixture setup: setup_main_relay_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node1_2026-01-21_04-19-55__539d7508-76c9-45b2-bf53-eaafe4000b0a__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.226
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['18197', '18198', '18199', '18200', '18201']
|
||||
[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 18197:18197 -p 18198:18198 -p 18199:18199 -p 18200:18200 -p 18201:18201 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=18199 --rest-port=18197 --tcp-port=18198 --discv5-udp-port=18200 --rest-address=0.0.0.0 --nat=extip:172.18.45.226 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=bcb68c905ca0eadef6bfcf8d9d1b3bb7ff50f4acd913d3825b9ca0d4a8fbddcb --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=18201 --metrics-logging=true --relay=true --filter=true
|
||||
[1m[31mERROR [0m src.node.docker_mananger:docker_mananger.py:89 Max retries reached for container 9cf29b0d92f1. Exiting log stream.
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.45.226 waku 06c63a10a180e720d7953924b7c7694cee8e5fc08b3294213409b77779361c67
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID 06c63a10a180. Setting up logs at ./log/docker/node1_2026-01-21_04-19-55__539d7508-76c9-45b2-bf53-eaafe4000b0a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 18197
|
||||
[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 f4fe3a527d55. Exiting log stream.
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X GET "http://127.0.0.1:18197/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:18197/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.226/tcp/18198/p2p/16Uiu2HAm2AWeJMcaVhDGwTWAkFKAUrKn9TEWSXXCmFWLvk62LxMr","/ip4/172.18.45.226/tcp/18199/ws/p2p/16Uiu2HAm2AWeJMcaVhDGwTWAkFKAUrKn9TEWSXXCmFWLvk62LxMr"],"enrUri":"enr:-L24QB4dA2s9g8L-8GFuco1RaGauxrEsQXhH-VYDcwLcBLMHeMB0FjSDrOc0g5hPX3VNB94wG7Y8PN-yICA4oVtk3dYCgmlkgnY0gmlwhKwSLeKKbXVsdGlhZGRyc5YACASsEi3iBkcWAAoErBIt4gZHF90DgnJzhQADAQAAiXNlY3AyNTZrMaECZB-KPPjWaVOPJ0qUfxmy98grsG5SkdpNDUB-d504592DdGNwgkcWg3VkcIJHGIV3YWt1MgU"}'
|
||||
[32mINFO [0m src.node.waku_node:waku_node.py:292 REST service is ready !!
|
||||
[35mDEBUG [0m src.steps.filter:filter.py:39 Running fixture setup: setup_main_filter_node
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:19 Docker client initialized with image wakuorg/nwaku:latest
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:86 WakuNode instance initialized with log path ./log/docker/node2_2026-01-21_04-19-55__539d7508-76c9-45b2-bf53-eaafe4000b0a__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.4
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:101 Generated ports ['2589', '2590', '2591', '2592', '2593']
|
||||
[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 2589:2589 -p 2590:2590 -p 2591:2591 -p 2592:2592 -p 2593:2593 wakuorg/nwaku:latest --listen-address=0.0.0.0 --rest=true --rest-admin=true --websocket-support=true --log-level=TRACE --rest-relay-cache-capacity=100 --websocket-port=2591 --rest-port=2589 --tcp-port=2590 --discv5-udp-port=2592 --rest-address=0.0.0.0 --nat=extip:172.18.99.4 --peer-exchange=true --discv5-discovery=true --cluster-id=3 --nodekey=4b01bede054161061db6fee53b9ecb17f5fb7b1fc76b04076e0d88afcfff503d --shard=0 --metrics-server=true --metrics-server-address=0.0.0.0 --metrics-server-port=2593 --metrics-logging=true --relay=false --discv5-bootstrap-node=enr:-L24QB4dA2s9g8L-8GFuco1RaGauxrEsQXhH-VYDcwLcBLMHeMB0FjSDrOc0g5hPX3VNB94wG7Y8PN-yICA4oVtk3dYCgmlkgnY0gmlwhKwSLeKKbXVsdGlhZGRyc5YACASsEi3iBkcWAAoErBIt4gZHF90DgnJzhQADAQAAiXNlY3AyNTZrMaECZB-KPPjWaVOPJ0qUfxmy98grsG5SkdpNDUB-d504592DdGNwgkcWg3VkcIJHGIV3YWt1MgU --filternode=/ip4/172.18.45.226/tcp/18198/p2p/16Uiu2HAm2AWeJMcaVhDGwTWAkFKAUrKn9TEWSXXCmFWLvk62LxMr
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:55 docker network connect --ip 172.18.99.4 waku a5deec1300c1d05e79d42347eb96cd496db26cc73d6e223ce19345ab28113779
|
||||
[35mDEBUG [0m src.node.docker_mananger:docker_mananger.py:58 Container started with ID a5deec1300c1. Setting up logs at ./log/docker/node2_2026-01-21_04-19-55__539d7508-76c9-45b2-bf53-eaafe4000b0a__wakuorg_nwaku:latest.log
|
||||
[35mDEBUG [0m src.node.waku_node:waku_node.py:190 Started container from image wakuorg/nwaku:latest. REST: 2589
|
||||
[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:2589/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:2589/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.4/tcp/2590/p2p/16Uiu2HAmP7GrfTveNEXYuAXt2yGCXTDNNcdF4sNGk4Pgy6xyWJ31","/ip4/172.18.99.4/tcp/2591/ws/p2p/16Uiu2HAmP7GrfTveNEXYuAXt2yGCXTDNNcdF4sNGk4Pgy6xyWJ31"],"enrUri":"enr:-L24QBeeGl-_IIfMGf4hSiQaYvo0iBhl7d_zppF39nymOBidZJS2XcyamfEIcPw44tGzWmesf4fCB2G93l8UATR_vp4CgmlkgnY0gmlwhKwSYwSKbXVsdGlhZGRyc5YACASsEmMEBgoeAAoErBJjBAYKH90DgnJzhQADAQAAiXNlY3AyNTZrMaEDm1CiWxU6TSQC4UmBkQ8H6qIsfRvd5pPTFo7TBFXHWYCDdGNwggoeg3VkcIIKIIV3YWt1MgA"}'
|
||||
[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:2589/admin/v1/peers" -H "Content-Type: application/json" -d '["/ip4/172.18.45.226/tcp/18198/p2p/16Uiu2HAm2AWeJMcaVhDGwTWAkFKAUrKn9TEWSXXCmFWLvk62LxMr"]'
|
||||
[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:18197/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:2589/filter/v2/subscriptions" -H "Content-Type: application/json" -d '{"requestId": "5de60d94-dc19-4d2d-a8c4-56d694e4ff3c", "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":"5de60d94-dc19-4d2d-a8c4-56d694e4ff3c","statusDesc":"OK"}'
|
||||
[32mINFO [0m src.node.api_clients.base_client:base_client.py:37 curl -v -X DELETE "http://127.0.0.1:2589/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:2589/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 06c63a10a180
|
||||
[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 a5deec1300c1
|
||||
[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.
|
||||
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